Панель управления сверстанная и с встроенным jQuery.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

53 lines
1.4 KiB

/**
* French translation for bootstrap-wysihtml5
*/
(function($){
$.fn.wysihtml5.locale["fr-FR"] = {
font_styles: {
normal: "Texte normal",
h1: "Titre 1",
h2: "Titre 2",
h3: "Titre 3",
h4: "Titre 4",
h5: "Titre 5",
h6: "Titre 6"
},
emphasis: {
bold: "Gras",
italic: "Italique",
underline: "Souligné"
},
lists: {
unordered: "Liste à puces",
ordered: "Liste numérotée",
outdent: "Diminuer le retrait",
indent: "Augmenter le retrait",
indered: "Augmenter le retrait"
},
link: {
insert: "Insérer un lien",
cancel: "Annuler",
target: "Ouvrir le lien dans une nouvelle fenêtre"
},
image: {
insert: "Insérer une image",
cancel: "Annuler"
},
html: {
edit: "Editer en HTML"
},
colours: {
black: "Noir",
silver: "Gris clair",
gray: "Gris",
maroon: "Marron",
red: "Rouge",
purple: "Pourpre",
green: "Vert",
olive: "Olive",
navy: "Bleu marine",
blue: "Bleu",
orange: "Orange"
}
};
}(jQuery));