From a845696223d13122be945f6adbaafa0415d07093 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 4 Dec 2013 10:08:14 +0100 Subject: French translation integration --- history.txt | 1 + lang-fr.js | 4 ++-- locale.js | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/history.txt b/history.txt index a9a711c..fed4d3e 100755 --- a/history.txt +++ b/history.txt @@ -2024,3 +2024,4 @@ ______ ------ * Threads: handle text comparisons case-insensitive (again) * Lists: harmonize equality testing and List CONTAINS testing +* French translation update, thanks, Martin! diff --git a/lang-fr.js b/lang-fr.js index 2e672b5..8fd9cc7 100644 --- a/lang-fr.js +++ b/lang-fr.js @@ -181,11 +181,11 @@ SnapTranslator.dict.fr = { 'language_name': 'Fran\u00E7ais', // the name as it should appear in the language menu 'language_translator': - 'Jean-Jacques Valliet - Mark Rafter', // your name for the Translators tab + 'Jean-Jacques Valliet, Mark Rafter, Martin Quinson', // your name for the Translators tab 'translator_e-mail': 'i.scool@mac.com', // optional 'last_changed': - '2013-09-16', // this, too, will appear in the Translators tab + '2013-12-04', // this, too, will appear in the Translators tab // GUI // control bar: diff --git a/locale.js b/locale.js index 7891ee2..f894050 100644 --- a/locale.js +++ b/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2013-November-26'; +modules.locale = '2013-December-04'; // Global stuff @@ -253,11 +253,11 @@ SnapTranslator.dict.fr = { 'language_name': 'Fran\u00E7ais', 'language_translator': - 'Jean-Jacques Valliet - Mark Rafter', + 'Jean-Jacques Valliet, Mark Rafter, Martin Quinson', 'translator_e-mail': 'i.scool@mac.com', 'last_changed': - '2013-09-16' + '2013-12-04' }; SnapTranslator.dict.si = { -- cgit v1.3.1