summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-08-10 09:13:11 +0200
committerjmoenig <jens@moenig.org>2013-08-10 09:13:11 +0200
commitbf4ebd3a5a41a90bfac9c70f6082b4fe4e20ad77 (patch)
tree7da76418f3251e495962174870f82fbaaa4e9dcc
parent0bd0303a872285b0bab61ef51e0693bb3771c585 (diff)
downloadsnap-byow-bf4ebd3a5a41a90bfac9c70f6082b4fe4e20ad77.tar.gz
snap-byow-bf4ebd3a5a41a90bfac9c70f6082b4fe4e20ad77.zip
German translation update
and release adjustments
-rwxr-xr-xhistory.txt1
-rw-r--r--lang-de.js6
-rw-r--r--locale.js4
-rw-r--r--store.js2
4 files changed, 9 insertions, 4 deletions
diff --git a/history.txt b/history.txt
index cbe3dab..9dc9080 100755
--- a/history.txt
+++ b/history.txt
@@ -1874,3 +1874,4 @@ ______
130810
------
* Objects, GUI: Nestable Sprites fixes
+* German translation update
diff --git a/lang-de.js b/lang-de.js
index bfb2b7e..26e080c 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':
- '2013-08-02', // this, too, will appear in the Translators tab
+ '2013-08-10', // this, too, will appear in the Translators tab
// GUI
// control bar:
@@ -803,6 +803,10 @@ SnapTranslator.dict.de = {
// sprites:
'edit':
'Bearbeiten',
+ 'detach from':
+ 'Abtrennen von',
+ 'detach all parts':
+ 'Alle Teile abtrennen',
'export...':
'Exportieren...',
diff --git a/locale.js b/locale.js
index f1ae887..bca27f3 100644
--- a/locale.js
+++ b/locale.js
@@ -42,7 +42,7 @@
/*global modules, contains*/
-modules.locale = '2013-August-08';
+modules.locale = '2013-August-10';
// Global stuff
@@ -149,7 +149,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org',
'last_changed':
- '2013-08-02'
+ '2013-08-10'
};
SnapTranslator.dict.it = {
diff --git a/store.js b/store.js
index 55bd42b..41e198a 100644
--- a/store.js
+++ b/store.js
@@ -61,7 +61,7 @@ SyntaxElementMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.store = '2013-August-09';
+modules.store = '2013-August-10';
// XML_Serializer ///////////////////////////////////////////////////////