diff options
| author | jmoenig <jens@moenig.org> | 2014-01-08 17:51:34 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-01-08 17:51:34 +0100 |
| commit | 1e959b8891df838b18c3bae40ba941c5f74df5cb (patch) | |
| tree | 486a78a5e9d49f6572fbf6babba04f88560eb6bd /lang-de.js | |
| parent | 1da3ae32aaf3eb45564c04d6e0a2d0067829fe7c (diff) | |
| download | snap-byow-1e959b8891df838b18c3bae40ba941c5f74df5cb.tar.gz snap-byow-1e959b8891df838b18c3bae40ba941c5f74df5cb.zip | |
fixed StopOthers blocks and added another option
also updated the German translation
Diffstat (limited to 'lang-de.js')
| -rw-r--r-- | lang-de.js | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -185,7 +185,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', // optional 'last_changed': - '2013-10-04', // this, too, will appear in the Translators tab + '2018-01-08', // this, too, will appear in the Translators tab // GUI // control bar: @@ -453,6 +453,12 @@ SnapTranslator.dict.de = { 'stoppe dieses Skript', 'stop all %stop': 'stoppe alles %stop', + 'stop %stopOthersChoices': + 'stoppe %stopOthersChoices', + 'all but this script': + 'alles au\u00dfer diesem Skript', + 'other scripts in sprite': + 'andere Skripte in diesem Objekt', 'pause all %pause': 'pausiere alles %pause', 'run %cmdRing %inputs': |
