diff options
| author | jmoenig <jens@moenig.org> | 2014-02-13 18:30:39 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-02-13 18:30:39 +0100 |
| commit | 8badce6480d434653326684a953fccc6cf03c5d8 (patch) | |
| tree | 68f244df0f6d8d2eb526c144d5725617bc55fc3d | |
| parent | 03b69769bea849923864ea636d44a3a01c690789 (diff) | |
| download | snap-yow-8badce6480d434653326684a953fccc6cf03c5d8.tar.gz snap-yow-8badce6480d434653326684a953fccc6cf03c5d8.zip | |
German translation update
for the new stage resizing feature
| -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 = { |
