diff --git a/bl-languages/en_US.json b/bl-languages/en_US.json index 96ea627c..1e1fe9f6 100644 --- a/bl-languages/en_US.json +++ b/bl-languages/en_US.json @@ -253,6 +253,5 @@ "save-as-draft": "Save as draft", "slug": "slug", "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit", - "this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit", - "content-here-supports-markdown-and-html-code": "Content here. Supports Markdown and HTML code." -} \ No newline at end of file + "this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit" +} diff --git a/bl-languages/es_AR.json b/bl-languages/es_AR.json index a800be05..fc1ebda8 100644 --- a/bl-languages/es_AR.json +++ b/bl-languages/es_AR.json @@ -251,6 +251,5 @@ "save-as-draft": "Guardar como borrador", "slug": "Slug", "this-plugin-may-not-be-supported-by-this-version-of-bludit": "Esta extension puede que no sea compatible con esta versión de Bludit", - "this-theme-may-not-be-supported-by-this-version-of-bludit": "Este tema puede que no sea compatible con esta versión de Bludit", - "content-here-supports-markdown-and-html-code": "Contenido aquí. Soporta Markdown y código HTML." -} \ No newline at end of file + "this-theme-may-not-be-supported-by-this-version-of-bludit": "Este tema puede que no sea compatible con esta versión de Bludit" +} diff --git a/bl-plugins/simplemde/languages/de_CH.json b/bl-plugins/simplemde/languages/de_CH.json index 4a39d14d..8c4d0145 100644 --- a/bl-plugins/simplemde/languages/de_CH.json +++ b/bl-plugins/simplemde/languages/de_CH.json @@ -6,5 +6,6 @@ }, "toolbar": "Werkzeugleiste", "tab-size": "Abstände der Tabstopps", - "autosave": "Autosave" + "autosave": "Autosave", + "content-here-supports-markdown-and-html-code": "Hier kann die Inhalt eingefügt werden. Der Editor unterstützt Markdown und HTML-Code." } diff --git a/bl-plugins/simplemde/languages/de_DE.json b/bl-plugins/simplemde/languages/de_DE.json index 708e99b0..8c4d0145 100644 --- a/bl-plugins/simplemde/languages/de_DE.json +++ b/bl-plugins/simplemde/languages/de_DE.json @@ -6,5 +6,6 @@ }, "toolbar": "Werkzeugleiste", "tab-size": "Abstände der Tabstopps", - "autosave": "Autosave" -} \ No newline at end of file + "autosave": "Autosave", + "content-here-supports-markdown-and-html-code": "Hier kann die Inhalt eingefügt werden. Der Editor unterstützt Markdown und HTML-Code." +} diff --git a/bl-plugins/simplemde/languages/en_US.json b/bl-plugins/simplemde/languages/en_US.json index 46d8cf5a..a35ac127 100644 --- a/bl-plugins/simplemde/languages/en_US.json +++ b/bl-plugins/simplemde/languages/en_US.json @@ -7,5 +7,6 @@ "toolbar": "Toolbar", "tab-size": "Tab size", "autosave": "Autosave", - "spell-checker": "Spell Checker" -} \ No newline at end of file + "spell-checker": "Spell Checker", + "content-here-supports-markdown-and-html-code": "Content here. Supports Markdown and HTML code." +} diff --git a/bl-plugins/simplemde/languages/es_AR.json b/bl-plugins/simplemde/languages/es_AR.json index ebef8462..9822a69e 100644 --- a/bl-plugins/simplemde/languages/es_AR.json +++ b/bl-plugins/simplemde/languages/es_AR.json @@ -6,5 +6,6 @@ }, "toolbar": "Barra de herramientas", "tab-size": "Tamaño de la tabulación", - "autosave": "Autoguardado" -} \ No newline at end of file + "autosave": "Autoguardado", + "content-here-supports-markdown-and-html-code": "Contenido aquí. Soporta Markdown y código HTML." +}