From 2443eb0143310599669d3de61e9826e819137fb1 Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sun, 22 Mar 2015 11:34:27 +0100 Subject: move the decision whether to draw a line or a shape to pen up --- lang-de.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lang-de.js') diff --git a/lang-de.js b/lang-de.js index d07021b..8e24beb 100644 --- a/lang-de.js +++ b/lang-de.js @@ -405,8 +405,12 @@ SnapTranslator.dict.de = { 'wische', 'pen down': 'Stift runter', - 'pen up': - 'Stift hoch', + 'pen up and finish as %drawmode': + 'Stift hoch und beende als %drawmode', + 'a line': // workaround: line is already translated in whitespace + 'Linie', + 'a shape': + 'Fl\u00e4che', 'set pen color to %clr': 'setze Stiftfarbe auf %clr', 'change pen color by %n': -- cgit v1.3.1