diff options
| -rwxr-xr-x | history.txt | 1 | ||||
| -rw-r--r-- | lang-de.js | 12 | ||||
| -rw-r--r-- | 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 @@ -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': @@ -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 = { |
