summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2015-02-23 14:56:10 +0100
committerjmoenig <jens@moenig.org>2015-02-23 14:56:10 +0100
commite6dcf07b3de5cac657fc453d1da7814091a53500 (patch)
tree09eb1cf93170b4023abfbe77a9f50eb5b29456ce
parente5e216ccf2fbefd66885436220109c2a703413c6 (diff)
downloadsnap-e6dcf07b3de5cac657fc453d1da7814091a53500.tar.gz
snap-e6dcf07b3de5cac657fc453d1da7814091a53500.zip
Update German translation
-rw-r--r--gui.js6
-rwxr-xr-xhistory.txt5
-rw-r--r--lang-de.js21
-rw-r--r--locale.js4
4 files changed, 26 insertions, 10 deletions
diff --git a/gui.js b/gui.js
index c3104c5..9fddf4d 100644
--- a/gui.js
+++ b/gui.js
@@ -69,7 +69,7 @@ SpeechBubbleMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2015-February-20';
+modules.gui = '2015-February-23';
// Declarations
@@ -2376,8 +2376,8 @@ IDE_Morph.prototype.projectMenu = function () {
menu.addItem(
'Save to disk',
'saveProjectToDisk',
- 'store this project\nin your downloads folder\n'
- + '(not supported by all browsers)'
+ 'store this project\nin the downloads folder\n'
+ + '(in supporting browsers)'
);
menu.addItem('Save As...', 'saveProjectsBrowser');
menu.addLine();
diff --git a/history.txt b/history.txt
index e125b70..50464ee 100755
--- a/history.txt
+++ b/history.txt
@@ -2441,3 +2441,8 @@ ______
* Un-hide “Save to disk” feature (currently supported by both Chrome and Firefox, but not by Safari)
* Update German translation
* GUI: Make “project data in URLs” a hidden dev option (prevent long urls per default)
+
+150223
+------
+* Blocks, Objects: Add user-interaction choices to the “When I am ...” hat block
+* Update German translation
diff --git a/lang-de.js b/lang-de.js
index 2a0dff7..3040cc2 100644
--- a/lang-de.js
+++ b/lang-de.js
@@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org', // optional
'last_changed':
- '2015-02-20', // this, too, will appear in the Translators tab
+ '2015-02-23', // this, too, will appear in the Translators tab
// GUI
// control bar:
@@ -417,8 +417,18 @@ SnapTranslator.dict.de = {
'Wenn %greenflag angeklickt',
'when %keyHat key pressed':
'Wenn Taste %keyHat gedr\u00fcckt',
- 'when I am clicked':
- 'Wenn ich angeklickt werde',
+ 'when I am %interaction':
+ 'Wenn ich %interaction werde',
+ 'clicked':
+ 'angeklickt',
+ 'pressed':
+ 'gedr\u00fcckt',
+ 'dropped':
+ 'abgestellt',
+ 'mouse-entered':
+ 'vom Mauszeiger betreten',
+ 'mouse-departed':
+ 'vom Mauszeiger verlassen',
'when I receive %msgHat':
'Wenn ich %msgHat empfange',
'broadcast %msg':
@@ -649,8 +659,9 @@ SnapTranslator.dict.de = {
'Sichern',
'Save to disk':
'Abpeichern',
- 'store this project\nin your downloads folder\n(not supported by all browsers)':
- 'dieses Projekt herunterladen\nund lokal speichern\n(nicht von allen Browsern unters\u00fctzt)',
+ 'store this project\nin the downloads folder\n(in supporting browsers)':
+ 'dieses Projekt herunterladen\nund lokal speichern\n'
+ + '(nicht von allen Browsern unters\u00fctzt)',
'Save As...':
'Sichern als...',
'Import...':
diff --git a/locale.js b/locale.js
index af9ea6f..f6059d6 100644
--- a/locale.js
+++ b/locale.js
@@ -42,7 +42,7 @@
/*global modules, contains*/
-modules.locale = '2015-February-20';
+modules.locale = '2015-February-23';
// Global stuff
@@ -149,7 +149,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org',
'last_changed':
- '2015-02-20'
+ '2015-02-23'
};
SnapTranslator.dict.it = {