diff options
| author | jmoenig <jens@moenig.org> | 2013-07-11 17:45:09 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-07-11 17:45:09 +0200 |
| commit | 5f88fc93bb9a21eb281c30a2fbd75623113dbafc (patch) | |
| tree | 0a4d841653026e73927c0bda7007df03bb0ef55c /lang-de.js | |
| parent | eb8aef28c82d86f43ac16d80d5c3a1b6a39561ac (diff) | |
| download | snap-5f88fc93bb9a21eb281c30a2fbd75623113dbafc.tar.gz snap-5f88fc93bb9a21eb281c30a2fbd75623113dbafc.zip | |
preserve nested reporters in "kicked out" variadic inputs
instead of "swallowing" them.
also new: floor() function in monadic math reporter's drop-down
Diffstat (limited to 'lang-de.js')
| -rw-r--r-- | lang-de.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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': |
