diff options
| -rw-r--r-- | gui.js | 14 | ||||
| -rwxr-xr-x | history.txt | 3 | ||||
| -rw-r--r-- | lang-de.js | 28 | ||||
| -rw-r--r-- | locale.js | bin | 13334 -> 13334 bytes |
4 files changed, 36 insertions, 9 deletions
@@ -2847,13 +2847,13 @@ IDE_Morph.prototype.userSetBlocksScale = function () { this.world(), sample, // pic { - 'normal (1)' : 1, - 'demo (1.2)' : 1.2, - 'presentation (1.4)' : 1.4, - 'big (2)' : 2, - 'huge (4)' : 4, - 'giant (8)' : 8, - 'monstrous (10)' : 10 + 'normal (1x)' : 1, + 'demo (1.2x)' : 1.2, + 'presentation (1.4x)' : 1.4, + 'big (2x)' : 2, + 'huge (4x)' : 4, + 'giant (8x)' : 8, + 'monstrous (10x)' : 10 }, false, // read only? true, // numeric diff --git a/history.txt b/history.txt index edf9e17..772dfeb 100755 --- a/history.txt +++ b/history.txt @@ -1555,4 +1555,5 @@ ______ ------ * Widgets: optional sliders and "lively" graphics for numerical prompters * Blocks, GUI: "Zoom blocks…" feature in the settings menu (no longer hidden) -* Objects: numeric prompters for watcher's sliderMin/Max
\ No newline at end of file +* Objects: numeric prompters for watcher's sliderMin/Max +* translation updates
\ No newline at end of file @@ -185,7 +185,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', // optional 'last_changed': - '2013-03-15', // this, too, will appear in the Translators tab + '2013-03-22', // this, too, will appear in the Translators tab // GUI // control bar: @@ -661,6 +661,8 @@ SnapTranslator.dict.de = { // settings menu 'Language...': 'Sprache...', + 'Zoom blocks...': + 'Bl\u00f6cke vergr\u00f6\u00dfern...', 'Blurred shadows': 'Weiche Schatten', 'uncheck to use solid drop\nshadows and highlights': @@ -837,6 +839,30 @@ SnapTranslator.dict.de = { 'Help': 'Hilfe', + // zoom blocks + 'Zoom blocks': + 'Bl\u00f6cke vergr\u00f6\u00dfern', + 'build': + 'baue', + 'your own': + 'eigene', + 'blocks': + 'Bl\u00f6cke', + 'normal (1x)': + 'normal (1x)', + 'demo (1.2x)': + 'Demo (1.2x)', + 'presentation (1.4x)': + 'Pr\u00e4sentation (1.4x)', + 'big (2x)': + 'gro\u00df (2x)', + 'huge (4x)': + 'riesig (4x)', + 'giant (8x)': + 'gigantisch (8x)', + 'monstrous (10x)': + 'ungeheuerlich (10x)', + // Project Manager 'Untitled': 'Unbenannt', Binary files differ |
