X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Ffr.js;h=9f27be2f9b8135ade8172f490199ef93f74cf637;hp=53d5f102ac63bc60d01b3456e95b6142a7e42c85;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/lang/fr.js b/_source/lang/fr.js index 53d5f10..9f27be2 100644 --- a/_source/lang/fr.js +++ b/_source/lang/fr.js @@ -259,7 +259,8 @@ CKEDITOR.lang['fr'] = invalidWidth : 'La Largeur de Cellule doit être un nombre.', invalidHeight : 'La Hauteur de Cellule doit être un nombre.', invalidRowSpan : 'La fusion de lignes doit être un nombre entier.', - invalidColSpan : 'La fusion de colonnes doit être un nombre entier.' + invalidColSpan : 'La fusion de colonnes doit être un nombre entier.', + chooseColor : 'Choose' // MISSING }, row : @@ -396,7 +397,8 @@ CKEDITOR.lang['fr'] = alertUrl : 'Veuillez entrer l\'adresse de l\'image', linkTab : 'Lien', button2Img : 'Voulez-vous transformer le bouton image sélectionné en simple image?', - img2Button : 'Voulez-vous transformer l\'image en bouton image?' + img2Button : 'Voulez-vous transformer l\'image en bouton image?', + urlMissing : 'Image source URL is missing.' // MISSING }, // Flash Dialog @@ -661,6 +663,7 @@ CKEDITOR.lang['fr'] = }, maximize : 'Agrandir', + minimize : 'Minimize', // MISSING fakeobjects : { @@ -670,5 +673,13 @@ CKEDITOR.lang['fr'] = unknown : 'Objet Inconnu' }, - resize : 'Glisser pour modifier la taille' + resize : 'Glisser pour modifier la taille', + + colordialog : + { + title : 'Select color', // MISSING + highlight : 'Highlight', // MISSING + selected : 'Selected', // MISSING + clear : 'Clear' // MISSING + } };