diff --git a/lang-de.js b/lang-de.js index fa44b96d..a0dcb9d7 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-07-11', // this, too, will appear in the Translators tab + '2013-07-30', // this, too, will appear in the Translators tab // GUI // control bar: @@ -453,6 +453,8 @@ SnapTranslator.dict.de = { 'stoppe dieses Skript', 'stop all %stop': 'stoppe alles %stop', + 'pause all %pause': + 'pausiere alles %pause', 'run %cmdRing %inputs': 'f\u00fchre %cmdRing aus %inputs', 'launch %cmdRing %inputs': diff --git a/locale.js b/locale.js index ed31cab8..22fd4a03 100644 --- a/locale.js +++ b/locale.js @@ -149,7 +149,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', 'last_changed': - '2013-07-11' + '2013-07-30' }; SnapTranslator.dict.it = { @@ -302,4 +302,4 @@ SnapTranslator.dict.nl = { 'frank.sierens@telenet.be', 'last_changed': '2013-07-24' -}; \ No newline at end of file +};