Files
2024-10-23 13:44:50 +02:00

22 lines
638 B
JavaScript

CKEDITOR.plugins.setLang('bootstrapTab', 'fr', {//French
plugin : 'Bootstrap Tab',
title : 'Titre',
content : 'Content',
htmlIsAllowed : 'HTML est autorisé',
addNewItem : 'Ajouter un nouvel élément',
minimum : 'Plugin doit contenir au moins 1 article',
link : 'Lien',
style : 'Style',
type : 'Type',
size : 'Taille',
blockLevel : 'Bloquer Niveau',
active : 'Actif',
enabled : 'Activé',
text : 'Texte',
preview : 'Avant-Première',
optional : 'En Option',
badge : 'Badge',
caption : 'Légende',
image : 'Image',
delete : 'Êtes-vous sûr de vouloir supprimer cet article?'
});