From 5f88fc93bb9a21eb281c30a2fbd75623113dbafc Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 11 Jul 2013 17:45:09 +0200 Subject: preserve nested reporters in "kicked out" variadic inputs instead of "swallowing" them. also new: floor() function in monadic math reporter's drop-down --- lang-de.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang-de.js') diff --git a/lang-de.js b/lang-de.js index 17cd62f..fa44b96 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-02', // this, too, will appear in the Translators tab + '2013-07-11', // this, too, will appear in the Translators tab // GUI // control bar: @@ -1176,6 +1176,8 @@ SnapTranslator.dict.de = { // math functions 'abs': 'Betrag', + 'floor': + 'Abgerundet', 'sqrt': 'Wurzel', 'sin': -- cgit v1.3.1