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

@@ -16,6 +16,13 @@ define(function() {
'exportSuccess': 'PDF saved successful!',
'exportFailure': 'PDF saved failure!',
},
'de-de': {
'export': 'Als PDF exportieren',
'Exporting': 'Exportiere',
'Exporting: ': 'Exportiere: ',
'exportSuccess': 'PDF erfolgreich gespeichert!',
'exportFailure': 'PDF speichern fehlgeschlagen!',
},
'zh-cn': {
'export': '导出PDF',
'Exporting': '正在导出',