From 8badce6480d434653326684a953fccc6cf03c5d8 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 13 Feb 2014 18:30:39 +0100 Subject: German translation update for the new stage resizing feature --- history.txt | 1 + lang-de.js | 12 +++++++++++- locale.js | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/history.txt b/history.txt index 80596a9..2096b08 100755 --- a/history.txt +++ b/history.txt @@ -2102,3 +2102,4 @@ ______ * GUI: Fixed #322, #324 * Widgets: new “promptVector” dialog box feature * GUI: Use new vector prompter for stage dimensions +* German translation update diff --git a/lang-de.js b/lang-de.js index 8b71902..9ce0c50 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-02-04', // this, too, will appear in the Translators tab + '2014-02-13', // this, too, will appear in the Translators tab // GUI // control bar: @@ -685,6 +685,16 @@ SnapTranslator.dict.de = { 'Sprache...', 'Zoom blocks...': 'Bl\u00f6cke vergr\u00f6\u00dfern...', + 'Stage size...': + 'B\u00fchnengr\u00f6\u00dfe...', + 'Stage size': + 'B\u00fchnengr\u00f6\u00dfe', + 'Stage width': + 'B\u00fchnenbreite', + 'Stage height': + 'B\u00fchnenh\u00f6he', + 'Default': + 'Normal', 'Blurred shadows': 'Weiche Schatten', 'uncheck to use solid drop\nshadows and highlights': diff --git a/locale.js b/locale.js index 164d8e7..c4e8f6f 100644 --- a/locale.js +++ b/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2014-February-04'; +modules.locale = '2014-February-13'; // Global stuff @@ -149,7 +149,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', 'last_changed': - '2014-02-04' + '2014-02-13' }; SnapTranslator.dict.it = { -- cgit v1.3.1