Merge pull request #504 from clickwork-git/master

Adding translation to plugin SimpleMDE
This commit is contained in:
Edi 2017-10-16 11:18:18 +02:00 committed by GitHub
commit 69f2aabd87
5 changed files with 14 additions and 10 deletions

View File

@ -2,10 +2,11 @@
"plugin-data": "plugin-data":
{ {
"name": "SimpleMDE", "name": "SimpleMDE",
"description": "Einfacher Editor auf der grundlage der Auszeichnungssprache Markdown." "description": "Einfacher Editor auf der Grundlage der Auszeichnungssprache Markdown."
}, },
"toolbar": "Werkzeugleiste", "toolbar": "Werkzeugleiste",
"tab-size": "Abstände der Tabstopps", "tab-size": "Abstände der Tabstopps",
"autosave": "Automatische Speicherung", "autosave": "Automatische Speicherung",
"spell-checker": "Rechtschreibprüfung" "spell-checker": "Rechtschreibprüfung",
"content-here-supports-markdown-and-html-code": "Hier kann der Inhalt eingefügt werden. Der Editor unterstützt Markdown und HTML-Code."
} }

View File

@ -2,10 +2,11 @@
"plugin-data": "plugin-data":
{ {
"name": "SimpleMDE", "name": "SimpleMDE",
"description": "Einfacher Editor auf der grundlage der Auszeichnungssprache Markdown." "description": "Einfacher Editor auf der Grundlage der Auszeichnungssprache Markdown."
}, },
"toolbar": "Werkzeugleiste", "toolbar": "Werkzeugleiste",
"tab-size": "Abstände der Tabstopps", "tab-size": "Abstände der Tabstopps",
"autosave": "Automatische Speicherung", "autosave": "Automatische Speicherung",
"spell-checker": "Rechtschreibprüfung" "spell-checker": "Rechtschreibprüfung",
"content-here-supports-markdown-and-html-code": "Hier kann der Inhalt eingefügt werden. Der Editor unterstützt Markdown und HTML-Code."
} }

View File

@ -7,5 +7,6 @@
"toolbar": "Toolbar", "toolbar": "Toolbar",
"tab-size": "Tab size", "tab-size": "Tab size",
"autosave": "Autosave", "autosave": "Autosave",
"spell-checker": "Spell Checker" "spell-checker": "Spell Checker",
"content-here-supports-markdown-and-html-code": "Content here supports Markdown and HTML code"
} }

View File

@ -6,5 +6,6 @@
}, },
"toolbar": "Barra de herramientas", "toolbar": "Barra de herramientas",
"tab-size": "Tamaño de la tabulación", "tab-size": "Tamaño de la tabulación",
"autosave": "Autoguardado" "autosave": "Autoguardado",
"content-here-supports-markdown-and-html-code": "Content here supports Markdown and HTML code"
} }

View File

@ -116,7 +116,7 @@ class pluginsimpleMDE extends Plugin {
toolbarTips: true, toolbarTips: true,
toolbarGuideIcon: true, toolbarGuideIcon: true,
autofocus: false, autofocus: false,
placeholder: "Content here. Supports Markdown and HTML code.", placeholder: "'.$Language->get('Content here Supports Markdown and HTML code').'",
lineWrapping: true, lineWrapping: true,
autoDownloadFontAwesome: false, autoDownloadFontAwesome: false,
indentWithTabs: true, indentWithTabs: true,