pluriel de bloc

This commit is contained in:
deltacms 2024-02-29 15:02:25 +01:00
parent 8cc219560a
commit bf0ee708d3
1 changed files with 7 additions and 4 deletions

View File

@ -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
},