diff options
| author | jmoenig <jens@moenig.org> | 2014-07-29 12:40:22 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-07-29 12:40:22 +0200 |
| commit | 1205d7a2b021d21d5fa964fc548567c2cd571a46 (patch) | |
| tree | e20ddcaeaf3ccb4681d21100a189ac5bc16d8c45 | |
| parent | 209b432af516676403e65a2e7ed776867766e5b0 (diff) | |
| download | snap-1205d7a2b021d21d5fa964fc548567c2cd571a46.tar.gz snap-1205d7a2b021d21d5fa964fc548567c2cd571a46.zip | |
updated German translation
| -rwxr-xr-x | history.txt | 2 | ||||
| -rw-r--r-- | lang-de.js | 4 | ||||
| -rwxr-xr-x | lang-pt.js | 2 | ||||
| -rw-r--r-- | locale.js | 6 |
4 files changed, 9 insertions, 5 deletions
diff --git a/history.txt b/history.txt index b05d24a..85c4bbe 100755 --- a/history.txt +++ b/history.txt @@ -2246,3 +2246,5 @@ ______ * GUI, Store: export and import nested sprites * Objects: double clicking on a sprite in the stage selects it in the IDE * Objects: added ‘move’ option to the sprite context menu, lets the user move (nested) sprites in edit mode without changing their layering, and also sprites marked “undraggable” +* updated Portuguese translation, thanks, Manuel! +* updated German translation @@ -185,7 +185,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', // optional 'last_changed': - '2014-07-18', // this, too, will appear in the Translators tab + '2014-07-29', // this, too, will appear in the Translators tab // GUI // control bar: @@ -835,6 +835,8 @@ SnapTranslator.dict.de = { // sprites: 'edit': 'Bearbeiten', + 'move': + 'Verschieben', 'detach from': 'Abtrennen von', 'detach all parts': @@ -185,7 +185,7 @@ SnapTranslator.dict.pt = { 'translator_e-mail': 'mmsequeira@gmail.com', 'last_changed': - '2014-05-26', + '2014-07-29', // GUI // control bar: @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2014-July-18'; +modules.locale = '2014-July-29'; // Global stuff @@ -149,7 +149,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', 'last_changed': - '2014-07-18' + '2014-07-29' }; SnapTranslator.dict.it = { @@ -209,7 +209,7 @@ SnapTranslator.dict.pt = { 'translator_e-mail': 'mmsequeira@gmail.com', 'last_changed': - '2014-05-26' + '2014-07-29' }; SnapTranslator.dict.cs = { |
