From 58d0cf034f6fcb10b89bde14e5b05f64ab1ca11c Mon Sep 17 00:00:00 2001 From: gego51 Date: Sun, 26 Jan 2014 17:00:41 +0100 Subject: Update lang-fr.js add the french translation of the block "pause all" --- lang-fr.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang-fr.js') diff --git a/lang-fr.js b/lang-fr.js index 8fd9cc7..1672077 100644 --- a/lang-fr.js +++ b/lang-fr.js @@ -469,7 +469,9 @@ SnapTranslator.dict.fr = { 'moi-m\u00EAme', 'delete this clone': 'supprime ce clone', - + 'pause all': + 'mettre en pause', + // sensing: 'touching %col ?': ' %col touch\u00E9?', -- cgit v1.3.1 From 8b5fa2ff9bd81ad9227b2593f9ccd6fdb8d32444 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 4 Feb 2014 16:36:59 +0100 Subject: Integrate Portuguese and French translation updates --- history.txt | 2 ++ lang-fr.js | 2 +- locale.js | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'lang-fr.js') diff --git a/history.txt b/history.txt index 054387a..77c2e9d 100755 --- a/history.txt +++ b/history.txt @@ -2083,3 +2083,5 @@ ______ * Objects, Store, GUI: Flat line end option in the settings menu, saved with the project * German translation update * Objects: Enable playing sounds and notes on Firefox, thanks, Dean Brettle, for this fix!! +* Update Portuguese translation, thanks, Manuel! +* Update French translation, thanks, grego! diff --git a/lang-fr.js b/lang-fr.js index 1672077..4198bf7 100644 --- a/lang-fr.js +++ b/lang-fr.js @@ -185,7 +185,7 @@ SnapTranslator.dict.fr = { 'translator_e-mail': 'i.scool@mac.com', // optional 'last_changed': - '2013-12-04', // this, too, will appear in the Translators tab + '2014-02-04', // this, too, will appear in the Translators tab // GUI // control bar: diff --git a/locale.js b/locale.js index d0b7a49..164d8e7 100644 --- a/locale.js +++ b/locale.js @@ -209,7 +209,7 @@ SnapTranslator.dict.pt = { 'translator_e-mail': 'mmsequeira@gmail.com', 'last_changed': - '2013-11-22' + '2014-01-12' }; SnapTranslator.dict.cs = { @@ -257,7 +257,7 @@ SnapTranslator.dict.fr = { 'translator_e-mail': 'i.scool@mac.com', 'last_changed': - '2013-12-04' + '2014-02-04' }; SnapTranslator.dict.si = { -- cgit v1.3.1