diff options
| author | jmoenig <jens@moenig.org> | 2013-04-19 08:09:35 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-04-19 08:09:35 +0200 |
| commit | 7681525cc2f3f900136d745dc95594b3a731dcd1 (patch) | |
| tree | 9fdaf8c11e0bdf929b76be313561a2d593792e4d | |
| parent | 05c1e8da820a289abb5a19451e65f53adef2694b (diff) | |
| download | snap-7681525cc2f3f900136d745dc95594b3a731dcd1.tar.gz snap-7681525cc2f3f900136d745dc95594b3a731dcd1.zip | |
German translation update
for new "scripts pic..." feature on the scripting area's context menu.
Also pushed up version dates for new beta release, and added
SnapManual.pdf to the help folder
| -rw-r--r-- | blocks.js | 2 | ||||
| -rw-r--r-- | cloud.js | 2 | ||||
| -rw-r--r-- | gui.js | 2 | ||||
| -rw-r--r-- | help/SnapManual.pdf | bin | 0 -> 2993521 bytes | |||
| -rwxr-xr-x | history.txt | 10 | ||||
| -rw-r--r-- | lang-de.js | 6 | ||||
| -rw-r--r-- | locale.js | 4 | ||||
| -rw-r--r-- | morphic.js | 2 | ||||
| -rw-r--r-- | objects.js | 2 | ||||
| -rw-r--r-- | store.js | 2 | ||||
| -rw-r--r-- | threads.js | 2 | ||||
| -rw-r--r-- | widgets.js | 2 | ||||
| -rw-r--r-- | xml.js | 2 |
13 files changed, 25 insertions, 13 deletions
@@ -153,7 +153,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.blocks = '2013-April-17'; +modules.blocks = '2013-April-19'; var SyntaxElementMorph; var BlockMorph; @@ -29,7 +29,7 @@ /*global modules, IDE_Morph, SnapSerializer, hex_sha512, alert, nop*/ -modules.cloud = '2013-April-17'; +modules.cloud = '2013-April-19'; // Global stuff @@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2013-April-17'; +modules.gui = '2013-April-19'; // Declarations diff --git a/help/SnapManual.pdf b/help/SnapManual.pdf Binary files differnew file mode 100644 index 0000000..5367231 --- /dev/null +++ b/help/SnapManual.pdf diff --git a/history.txt b/history.txt index 96b945c..cea0d19 100755 --- a/history.txt +++ b/history.txt @@ -1634,4 +1634,12 @@ ______ 130417 ------ -* Blocks: "scripts pic" option in the ScriptsMorph's userMenu lets you export a picture of all scripts (including comments)
\ No newline at end of file +* Blocks: "scripts pic" option in the ScriptsMorph's userMenu lets you export a picture of all scripts (including comments) + +130418 +------ +* plenty of bug fixes from Nathan. Yay, you go!! + +130419 +------ +* German translation update for "scripts pic" feature @@ -185,7 +185,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', // optional 'last_changed': - '2013-03-22', // this, too, will appear in the Translators tab + '2013-04-19', // this, too, will appear in the Translators tab // GUI // control bar: @@ -803,6 +803,10 @@ SnapTranslator.dict.de = { 'Skripte der Reihe nach\nanordnen', 'add comment': 'Anmerkung hinzuf\u00fcgen', + 'scripts pic...': + 'Bild aller Scripte...', + 'open a new window\nwith a picture of all scripts': + 'ein neues Browserfenster mit einem\nBild aller Skripte \u00f6ffnen', 'make a block...': 'Neuen Block bauen...', @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2013-April-02'; +modules.locale = '2013-April-19'; // Global stuff @@ -149,7 +149,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', 'last_changed': - '2013-03-22' + '2013-04-19' }; SnapTranslator.dict.it = { @@ -1033,7 +1033,7 @@ /*global window, HTMLCanvasElement, getMinimumFontHeight, FileReader, Audio, FileList, getBlurredShadowSupport*/ -var morphicVersion = '2013-April-11'; +var morphicVersion = '2013-April-19'; var modules = {}; // keep track of additional loaded modules var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug @@ -120,7 +120,7 @@ PrototypeHatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.objects = '2013-April-10'; +modules.objects = '2013-April-19'; var SpriteMorph; var StageMorph; @@ -61,7 +61,7 @@ SyntaxElementMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.store = '2013-April-03'; +modules.store = '2013-April-19'; // XML_Serializer /////////////////////////////////////////////////////// @@ -83,7 +83,7 @@ ArgLabelMorph, localize*/ // Global stuff //////////////////////////////////////////////////////// -modules.threads = '2013-March-13'; +modules.threads = '2013-April-19'; var ThreadManager; var Process; @@ -73,7 +73,7 @@ newCanvas, StringMorph, Morph, TextMorph, nop, detect, StringFieldMorph, HTMLCanvasElement, fontHeight, SymbolMorph, localize, SpeechBubbleMorph, ArrowMorph, MenuMorph, isString, isNil, SliderMorph*/ -modules.widgets = '2013-March-22'; +modules.widgets = '2013-April-19'; var PushButtonMorph; var ToggleButtonMorph; @@ -65,7 +65,7 @@ // Global stuff //////////////////////////////////////////////////////// -modules.xml = '2013-February-18'; +modules.xml = '2013-April-19'; // Declarations |
