diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-22 11:34:27 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-22 11:34:27 +0100 |
| commit | 2443eb0143310599669d3de61e9826e819137fb1 (patch) | |
| tree | 2b0b54cf4a101466b4205f49a28a15b75fd6a5c9 /lang-de.js | |
| parent | e5fba1af530c86c0be3ffe265b35e6a60251b10f (diff) | |
| download | snap-yow-2443eb0143310599669d3de61e9826e819137fb1.tar.gz snap-yow-2443eb0143310599669d3de61e9826e819137fb1.zip | |
move the decision whether to draw a line or a shape to pen up
Diffstat (limited to 'lang-de.js')
| -rw-r--r-- | lang-de.js | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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': |
