From f0383097461be9b791c1deb47e68c989142c37bb Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 20 Feb 2015 12:14:34 +0100 Subject: Malayam, Tamil and Telagu translations, thanks, Vinay Kumar!! --- locale.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'locale.js') diff --git a/locale.js b/locale.js index 5ec6013..0225e67 100644 --- a/locale.js +++ b/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2015-January-21'; +modules.locale = '2015-February-20'; // Global stuff @@ -439,3 +439,39 @@ SnapTranslator.dict.kn = { 'last_changed': '2014-12-02' }; + +SnapTranslator.dict.ml = { + // translations meta information + 'language_name': + 'Malayalam', + 'language_translator': + 'vinayakumar R', + 'translator_e-mail': + 'vnkmr7620@gmail.com', + 'last_changed': + '2015-02-20' +}; + +SnapTranslator.dict.ta = { + // translations meta information + 'language_name': + 'Tamil', + 'language_translator': + 'vinayakumar R', + 'translator_e-mail': + 'vnkmr7620@gmail.com', + 'last_changed': + '2015-02-20' +}; + +SnapTranslator.dict.te = { + // translations meta information + 'language_name': + 'Telagu', // the name as it should appear in the language menu + 'language_translator': + 'vinayakumar R', // your name for the Translators tab + 'translator_e-mail': + 'vnkmr7620@gmail.com', // optional + 'last_changed': + '2015-02-20' +}; -- cgit v1.3.1 From 2ffab69586126ed8316df0232131733806842418 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 20 Feb 2015 12:50:21 +0100 Subject: Update German translation --- history.txt | 2 ++ lang-de.js | 6 +++++- locale.js | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'locale.js') diff --git a/history.txt b/history.txt index eae7012..1a69cfb 100755 --- a/history.txt +++ b/history.txt @@ -2438,3 +2438,5 @@ ______ 150220 ------ * Malayam, Tamil and Telagu translations, thanks, Vinay Kumar!! +* Un-hide “Save to disk” feature (currently supported by both Chrome and Firefox, but not by Safari) +* Update German translation diff --git a/lang-de.js b/lang-de.js index e893442..2a0dff7 100644 --- a/lang-de.js +++ b/lang-de.js @@ -185,7 +185,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', // optional 'last_changed': - '2014-07-29', // this, too, will appear in the Translators tab + '2015-02-20', // this, too, will appear in the Translators tab // GUI // control bar: @@ -647,6 +647,10 @@ SnapTranslator.dict.de = { '\u00d6ffnen...', 'Save': 'Sichern', + 'Save to disk': + 'Abpeichern', + 'store this project\nin your downloads folder\n(not supported by all browsers)': + 'dieses Projekt herunterladen\nund lokal speichern\n(nicht von allen Browsern unters\u00fctzt)', 'Save As...': 'Sichern als...', 'Import...': diff --git a/locale.js b/locale.js index 0225e67..af9ea6f 100644 --- a/locale.js +++ b/locale.js @@ -149,7 +149,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', 'last_changed': - '2014-07-29' + '2015-02-20' }; SnapTranslator.dict.it = { -- cgit v1.3.1