diff --git a/core/vendor/tinymce/init.js b/core/vendor/tinymce/init.js index 7e450bd..d48979b 100644 --- a/core/vendor/tinymce/init.js +++ b/core/vendor/tinymce/init.js @@ -55,6 +55,7 @@ var toolbarList = "restoredraft | undo redo | formatselect bold italic underline switch (lang_admin) { case 'fr_FR': var blocktext = "Bloc de texte"; + var blocks_text = "Blocs de texte"; var blocktexts = " blocs de texte"; var title = " avec un titre."; var widthtitle = ", de même hauteur, avec un titre en ligne."; @@ -74,6 +75,7 @@ switch (lang_admin) { break; case 'en_GB': var blocktext = "Text Block"; + var blocks_text = "Text blocks"; var blocktexts = " text blocks"; var title = " with a title."; var widthtitle = ", same height, with inline title."; @@ -93,6 +95,7 @@ switch (lang_admin) { break; case 'es': var blocktext = "Bloque de texto"; + var blocks_text = "Bloques de texto"; var blocktexts = " bloques de texto"; var title = " con un título."; var widthtitle = ", misma altura, con título en línea."; @@ -118,22 +121,22 @@ var templatesList = [ description: blocktext + title }, { - title: blocktext +" : 6 - 6", + title: blocks_text +" : 6 - 6", url: baseUrl + "core/vendor/tinymce/templates/" + lang_admin + "/2blocks.html", description: "2" + blocktexts + widthtitle }, { - title: blocktext +" : 4 - 4 - 4", + title: blocks_text +" : 4 - 4 - 4", url: baseUrl + "core/vendor/tinymce/templates/" + lang_admin + "/3blocks.html", description: "3"+ blocktexts + widthtitle }, { - title: blocktext +" : 3 - 6 - 3", + title: blocks_text +" : 3 - 6 - 3", url: baseUrl + "core/vendor/tinymce/templates/" + lang_admin + "/363blocks.html", description: "3"+ blocktexts + widthtitleassym }, { - title: blocktext +" : 3 - 3 - 3 - 3", + title: blocks_text +" : 3 - 3 - 3 - 3", url: baseUrl + "core/vendor/tinymce/templates/" + lang_admin + "/4blocks.html", description: "4"+ blocktexts + widthtitle },