diff options
| -rwxr-xr-x | history.txt | 1 | ||||
| -rw-r--r-- | lang-de.js | 8 | ||||
| -rw-r--r-- | locale.js | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/history.txt b/history.txt index 53204c1..53d23e7 100755 --- a/history.txt +++ b/history.txt @@ -1669,3 +1669,4 @@ ______ * Objects, Blocks, GUI, Store: Hide primitives feature * Morphic: Introducing World.stamp as reference in multi-World setups * Widgets: restore multi-dialog restrictions for multi-world setups +* Translation update for "hide primitives" feature @@ -185,7 +185,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', // optional 'last_changed': - '2013-04-23', // this, too, will appear in the Translators tab + '2013-04-25', // this, too, will appear in the Translators tab // GUI // control bar: @@ -756,6 +756,12 @@ SnapTranslator.dict.de = { 'help': 'Hilfe', + // palette: + 'hide primitives': + 'Basisbl\u00f6cke ausblenden', + 'show primitives': + 'Basisbl\u00f6cke anzeigen', + // blocks: 'help...': 'Hilfe...', @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2013-April-23'; +modules.locale = '2013-April-25'; // Global stuff @@ -149,7 +149,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', 'last_changed': - '2013-04-23' + '2013-04-25' }; SnapTranslator.dict.it = { |
