complete german translation

- add german translation to all plugin dialogs
- add german translation of all template files
- add german translation to all themes
- add german language file to tinymce editor
- fix leanote import dialog on all languages in
plugins/import_leanote/plugin.js
This commit is contained in:
Martin Hoffmann
2016-06-17 11:43:17 +02:00
parent 580519160e
commit 7092e6f140
32 changed files with 386 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ define(function() {
'en-us': {
'setLang': 'Langs',
},
'de-de': {
'setLang': 'Sprache',
},
'zh-cn': {
'setLang': '语言设置',
},