JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _source / lang / fr-ca.js
1 /*\r
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 /**\r
7  * @fileOverview Defines the {@link CKEDITOR.lang} object, for the\r
8  * Canadian French language.\r
9  */\r
10 \r
11 /**#@+\r
12    @type String\r
13    @example\r
14 */\r
15 \r
16 /**\r
17  * Constains the dictionary of language entries.\r
18  * @namespace\r
19  */\r
20 CKEDITOR.lang['fr-ca'] =\r
21 {\r
22         /**\r
23          * The language reading direction. Possible values are "rtl" for\r
24          * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right\r
25          * languages (like English).\r
26          * @default 'ltr'\r
27          */\r
28         dir : 'ltr',\r
29 \r
30         /*\r
31          * Screenreader titles. Please note that screenreaders are not always capable\r
32          * of reading non-English words. So be careful while translating it.\r
33          */\r
34         editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING\r
35 \r
36         // ARIA descriptions.\r
37         toolbars        : 'Editor toolbars', // MISSING\r
38         editor          : 'Rich Text Editor', // MISSING\r
39 \r
40         // Toolbar buttons without dialogs.\r
41         source                  : 'Source',\r
42         newPage                 : 'Nouvelle page',\r
43         save                    : 'Sauvegarder',\r
44         preview                 : 'Previsualiser',\r
45         cut                             : 'Couper',\r
46         copy                    : 'Copier',\r
47         paste                   : 'Coller',\r
48         print                   : 'Imprimer',\r
49         underline               : 'Souligné',\r
50         bold                    : 'Gras',\r
51         italic                  : 'Italique',\r
52         selectAll               : 'Tout sélectionner',\r
53         removeFormat    : 'Supprimer le formatage',\r
54         strike                  : 'Barrer',\r
55         subscript               : 'Indice',\r
56         superscript             : 'Exposant',\r
57         horizontalrule  : 'Insérer un séparateur',\r
58         pagebreak               : 'Insérer un saut de page',\r
59         pagebreakAlt            : 'Page Break', // MISSING\r
60         unlink                  : 'Supprimer le lien',\r
61         undo                    : 'Annuler',\r
62         redo                    : 'Refaire',\r
63 \r
64         // Common messages and labels.\r
65         common :\r
66         {\r
67                 browseServer    : 'Parcourir le serveur',\r
68                 url                             : 'URL',\r
69                 protocol                : 'Protocole',\r
70                 upload                  : 'Télécharger',\r
71                 uploadSubmit    : 'Envoyer sur le serveur',\r
72                 image                   : 'Image',\r
73                 flash                   : 'Animation Flash',\r
74                 form                    : 'Formulaire',\r
75                 checkbox                : 'Case à cocher',\r
76                 radio                   : 'Bouton radio',\r
77                 textField               : 'Champ texte',\r
78                 textarea                : 'Zone de texte',\r
79                 hiddenField             : 'Champ caché',\r
80                 button                  : 'Bouton',\r
81                 select                  : 'Champ de sélection',\r
82                 imageButton             : 'Bouton image',\r
83                 notSet                  : '<Par défaut>',\r
84                 id                              : 'Id',\r
85                 name                    : 'Nom',\r
86                 langDir                 : 'Sens d\'écriture',\r
87                 langDirLtr              : 'De gauche à droite (LTR)',\r
88                 langDirRtl              : 'De droite à gauche (RTL)',\r
89                 langCode                : 'Code langue',\r
90                 longDescr               : 'URL de description longue',\r
91                 cssClass                : 'Classes de feuilles de style',\r
92                 advisoryTitle   : 'Titre',\r
93                 cssStyle                : 'Style',\r
94                 ok                              : 'OK',\r
95                 cancel                  : 'Annuler',\r
96                 close                   : 'Close', // MISSING\r
97                 preview                 : 'Preview', // MISSING\r
98                 generalTab              : 'Général',\r
99                 advancedTab             : 'Avancée',\r
100                 validateNumberFailed : 'This value is not a number.', // MISSING\r
101                 confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING\r
102                 confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING\r
103                 options                 : 'Options', // MISSING\r
104                 target                  : 'Target', // MISSING\r
105                 targetNew               : 'New Window (_blank)', // MISSING\r
106                 targetTop               : 'Topmost Window (_top)', // MISSING\r
107                 targetSelf              : 'Same Window (_self)', // MISSING\r
108                 targetParent    : 'Parent Window (_parent)', // MISSING\r
109                 langDirLTR              : 'Left to Right (LTR)', // MISSING\r
110                 langDirRTL              : 'Right to Left (RTL)', // MISSING\r
111                 styles                  : 'Style', // MISSING\r
112                 cssClasses              : 'Stylesheet Classes', // MISSING\r
113                 width                   : 'Largeur',\r
114                 height                  : 'Hauteur',\r
115                 align                   : 'Alignement',\r
116                 alignLeft               : 'Gauche',\r
117                 alignRight              : 'Droite',\r
118                 alignCenter             : 'Centré',\r
119                 alignTop                : 'Haut',\r
120                 alignMiddle             : 'Milieu',\r
121                 alignBottom             : 'Bas',\r
122                 invalidHeight   : 'Height must be a number.', // MISSING\r
123                 invalidWidth    : 'Width must be a number.', // MISSING\r
124                 invalidCssLength        : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING\r
125                 invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING\r
126 \r
127                 // Put the voice-only part of the label in the span.\r
128                 unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING\r
129         },\r
130 \r
131         contextmenu :\r
132         {\r
133                 options : 'Context Menu Options' // MISSING\r
134         },\r
135 \r
136         // Special char dialog.\r
137         specialChar             :\r
138         {\r
139                 toolbar         : 'Insérer un caractère spécial',\r
140                 title           : 'Insérer un caractère spécial',\r
141                 options : 'Special Character Options' // MISSING\r
142         },\r
143 \r
144         // Link dialog.\r
145         link :\r
146         {\r
147                 toolbar         : 'Insérer/modifier le lien',\r
148                 other           : '<other>', // MISSING\r
149                 menu            : 'Modifier le lien',\r
150                 title           : 'Propriétés du lien',\r
151                 info            : 'Informations sur le lien',\r
152                 target          : 'Destination',\r
153                 upload          : 'Télécharger',\r
154                 advanced        : 'Avancée',\r
155                 type            : 'Type de lien',\r
156                 toUrl           : 'URL', // MISSING\r
157                 toAnchor        : 'Ancre dans cette page',\r
158                 toEmail         : 'E-Mail',\r
159                 targetFrame             : '<Cadre>',\r
160                 targetPopup             : '<fenêtre popup>',\r
161                 targetFrameName : 'Nom du cadre de destination',\r
162                 targetPopupName : 'Nom de la fenêtre popup',\r
163                 popupFeatures   : 'Caractéristiques de la fenêtre popup',\r
164                 popupResizable  : 'Resizable', // MISSING\r
165                 popupStatusBar  : 'Barre d\'état',\r
166                 popupLocationBar: 'Barre d\'adresses',\r
167                 popupToolbar    : 'Barre d\'outils',\r
168                 popupMenuBar    : 'Barre de menu',\r
169                 popupFullScreen : 'Plein écran (IE)',\r
170                 popupScrollBars : 'Barres de défilement',\r
171                 popupDependent  : 'Dépendante (Netscape)',\r
172                 popupLeft               : 'Position à partir de la gauche',\r
173                 popupTop                : 'Position à partir du haut',\r
174                 id                              : 'Id', // MISSING\r
175                 langDir                 : 'Sens d\'écriture',\r
176                 langDirLTR              : 'De gauche à droite (LTR)',\r
177                 langDirRTL              : 'De droite à gauche (RTL)',\r
178                 acccessKey              : 'Équivalent clavier',\r
179                 name                    : 'Nom',\r
180                 langCode                        : 'Sens d\'écriture',\r
181                 tabIndex                        : 'Ordre de tabulation',\r
182                 advisoryTitle           : 'Titre',\r
183                 advisoryContentType     : 'Type de contenu',\r
184                 cssClasses              : 'Classes de feuilles de style',\r
185                 charset                 : 'Encodage de caractère',\r
186                 styles                  : 'Style',\r
187                 rel                     : 'Relationship', // MISSING\r
188                 selectAnchor            : 'Sélectionner une ancre',\r
189                 anchorName              : 'Par nom',\r
190                 anchorId                        : 'Par id',\r
191                 emailAddress            : 'Adresse E-Mail',\r
192                 emailSubject            : 'Sujet du message',\r
193                 emailBody               : 'Corps du message',\r
194                 noAnchors               : '(Pas d\'ancre disponible dans le document)',\r
195                 noUrl                   : 'Veuillez saisir l\'URL',\r
196                 noEmail                 : 'Veuillez saisir l\'adresse e-mail'\r
197         },\r
198 \r
199         // Anchor dialog\r
200         anchor :\r
201         {\r
202                 toolbar         : 'Insérer/modifier l\'ancre',\r
203                 menu            : 'Propriétés de l\'ancre',\r
204                 title           : 'Propriétés de l\'ancre',\r
205                 name            : 'Nom de l\'ancre',\r
206                 errorName       : 'Veuillez saisir le nom de l\'ancre',\r
207                 remove          : 'Remove Anchor' // MISSING\r
208         },\r
209 \r
210         // List style dialog\r
211         list:\r
212         {\r
213                 numberedTitle           : 'Numbered List Properties', // MISSING\r
214                 bulletedTitle           : 'Bulleted List Properties', // MISSING\r
215                 type                            : 'Type', // MISSING\r
216                 start                           : 'Start', // MISSING\r
217                 validateStartNumber                             :'List start number must be a whole number.', // MISSING\r
218                 circle                          : 'Circle', // MISSING\r
219                 disc                            : 'Disc', // MISSING\r
220                 square                          : 'Square', // MISSING\r
221                 none                            : 'None', // MISSING\r
222                 notset                          : '<not set>', // MISSING\r
223                 armenian                        : 'Armenian numbering', // MISSING\r
224                 georgian                        : 'Georgian numbering (an, ban, gan, etc.)', // MISSING\r
225                 lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING\r
226                 upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING\r
227                 lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING\r
228                 upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING\r
229                 lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING\r
230                 decimal                         : 'Decimal (1, 2, 3, etc.)', // MISSING\r
231                 decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING\r
232         },\r
233 \r
234         // Find And Replace Dialog\r
235         findAndReplace :\r
236         {\r
237                 title                           : 'Chercher et Remplacer',\r
238                 find                            : 'Chercher',\r
239                 replace                         : 'Remplacer',\r
240                 findWhat                        : 'Rechercher:',\r
241                 replaceWith                     : 'Remplacer par:',\r
242                 notFoundMsg                     : 'Le texte indiqué est introuvable.',\r
243                 matchCase                       : 'Respecter la casse',\r
244                 matchWord                       : 'Mot entier',\r
245                 matchCyclic                     : 'Match cyclic', // MISSING\r
246                 replaceAll                      : 'Tout remplacer',\r
247                 replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING\r
248         },\r
249 \r
250         // Table Dialog\r
251         table :\r
252         {\r
253                 toolbar         : 'Tableau',\r
254                 title           : 'Propriétés du tableau',\r
255                 menu            : 'Propriétés du tableau',\r
256                 deleteTable     : 'Supprimer le tableau',\r
257                 rows            : 'Lignes',\r
258                 columns         : 'Colonnes',\r
259                 border          : 'Taille de la bordure',\r
260                 widthPx         : 'pixels',\r
261                 widthPc         : 'pourcentage',\r
262                 widthUnit       : 'width unit', // MISSING\r
263                 cellSpace       : 'Espacement',\r
264                 cellPad         : 'Contour',\r
265                 caption         : 'Titre',\r
266                 summary         : 'Résumé',\r
267                 headers         : 'Headers', // MISSING\r
268                 headersNone             : 'None', // MISSING\r
269                 headersColumn   : 'First column', // MISSING\r
270                 headersRow              : 'First Row', // MISSING\r
271                 headersBoth             : 'Both', // MISSING\r
272                 invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING\r
273                 invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING\r
274                 invalidBorder   : 'Border size must be a number.', // MISSING\r
275                 invalidWidth    : 'Table width must be a number.', // MISSING\r
276                 invalidHeight   : 'Table height must be a number.', // MISSING\r
277                 invalidCellSpacing      : 'Cell spacing must be a positive number.', // MISSING\r
278                 invalidCellPadding      : 'Cell padding must be a positive number.', // MISSING\r
279 \r
280                 cell :\r
281                 {\r
282                         menu                    : 'Cellule',\r
283                         insertBefore    : 'Insérer une cellule avant',\r
284                         insertAfter             : 'Insérer une cellule après',\r
285                         deleteCell              : 'Supprimer des cellules',\r
286                         merge                   : 'Fusionner les cellules',\r
287                         mergeRight              : 'Fusionner à droite',\r
288                         mergeDown               : 'Fusionner en bas',\r
289                         splitHorizontal : 'Scinder la cellule horizontalement',\r
290                         splitVertical   : 'Scinder la cellule verticalement',\r
291                         title                   : 'Cell Properties', // MISSING\r
292                         cellType                : 'Cell Type', // MISSING\r
293                         rowSpan                 : 'Rows Span', // MISSING\r
294                         colSpan                 : 'Columns Span', // MISSING\r
295                         wordWrap                : 'Word Wrap', // MISSING\r
296                         hAlign                  : 'Horizontal Alignment', // MISSING\r
297                         vAlign                  : 'Vertical Alignment', // MISSING\r
298                         alignBaseline   : 'Baseline', // MISSING\r
299                         bgColor                 : 'Background Color', // MISSING\r
300                         borderColor             : 'Border Color', // MISSING\r
301                         data                    : 'Data', // MISSING\r
302                         header                  : 'Header', // MISSING\r
303                         yes                             : 'Yes', // MISSING\r
304                         no                              : 'No', // MISSING\r
305                         invalidWidth    : 'Cell width must be a number.', // MISSING\r
306                         invalidHeight   : 'Cell height must be a number.', // MISSING\r
307                         invalidRowSpan  : 'Rows span must be a whole number.', // MISSING\r
308                         invalidColSpan  : 'Columns span must be a whole number.', // MISSING\r
309                         chooseColor             : 'Choose' // MISSING\r
310                 },\r
311 \r
312                 row :\r
313                 {\r
314                         menu                    : 'Ligne',\r
315                         insertBefore    : 'Insérer une ligne avant',\r
316                         insertAfter             : 'Insérer une ligne après',\r
317                         deleteRow               : 'Supprimer des lignes'\r
318                 },\r
319 \r
320                 column :\r
321                 {\r
322                         menu                    : 'Colonne',\r
323                         insertBefore    : 'Insérer une colonne avant',\r
324                         insertAfter             : 'Insérer une colonne après',\r
325                         deleteColumn    : 'Supprimer des colonnes'\r
326                 }\r
327         },\r
328 \r
329         // Button Dialog.\r
330         button :\r
331         {\r
332                 title           : 'Propriétés du bouton',\r
333                 text            : 'Texte (Valeur)',\r
334                 type            : 'Type',\r
335                 typeBtn         : 'Bouton',\r
336                 typeSbm         : 'Soumettre',\r
337                 typeRst         : 'Réinitialiser'\r
338         },\r
339 \r
340         // Checkbox and Radio Button Dialogs.\r
341         checkboxAndRadio :\r
342         {\r
343                 checkboxTitle : 'Propriétés de la case à cocher',\r
344                 radioTitle      : 'Propriétés du bouton radio',\r
345                 value           : 'Valeur',\r
346                 selected        : 'Sélectionné'\r
347         },\r
348 \r
349         // Form Dialog.\r
350         form :\r
351         {\r
352                 title           : 'Propriétés du formulaire',\r
353                 menu            : 'Propriétés du formulaire',\r
354                 action          : 'Action',\r
355                 method          : 'Méthode',\r
356                 encoding        : 'Encoding' // MISSING\r
357         },\r
358 \r
359         // Select Field Dialog.\r
360         select :\r
361         {\r
362                 title           : 'Propriétés de la liste/du menu',\r
363                 selectInfo      : 'Info',\r
364                 opAvail         : 'Options disponibles',\r
365                 value           : 'Valeur',\r
366                 size            : 'Taille',\r
367                 lines           : 'lignes',\r
368                 chkMulti        : 'Sélection multiple',\r
369                 opText          : 'Texte',\r
370                 opValue         : 'Valeur',\r
371                 btnAdd          : 'Ajouter',\r
372                 btnModify       : 'Modifier',\r
373                 btnUp           : 'Monter',\r
374                 btnDown         : 'Descendre',\r
375                 btnSetValue : 'Valeur sélectionnée',\r
376                 btnDelete       : 'Supprimer'\r
377         },\r
378 \r
379         // Textarea Dialog.\r
380         textarea :\r
381         {\r
382                 title           : 'Propriétés de la zone de texte',\r
383                 cols            : 'Colonnes',\r
384                 rows            : 'Lignes'\r
385         },\r
386 \r
387         // Text Field Dialog.\r
388         textfield :\r
389         {\r
390                 title           : 'Propriétés du champ texte',\r
391                 name            : 'Nom',\r
392                 value           : 'Valeur',\r
393                 charWidth       : 'Largeur en caractères',\r
394                 maxChars        : 'Nombre maximum de caractères',\r
395                 type            : 'Type',\r
396                 typeText        : 'Texte',\r
397                 typePass        : 'Mot de passe'\r
398         },\r
399 \r
400         // Hidden Field Dialog.\r
401         hidden :\r
402         {\r
403                 title   : 'Propriétés du champ caché',\r
404                 name    : 'Nom',\r
405                 value   : 'Valeur'\r
406         },\r
407 \r
408         // Image Dialog.\r
409         image :\r
410         {\r
411                 title           : 'Propriétés de l\'image',\r
412                 titleButton     : 'Propriétés du bouton image',\r
413                 menu            : 'Propriétés de l\'image',\r
414                 infoTab         : 'Informations sur l\'image',\r
415                 btnUpload       : 'Envoyer sur le serveur',\r
416                 upload          : 'Télécharger',\r
417                 alt                     : 'Texte de remplacement',\r
418                 lockRatio       : 'Garder les proportions',\r
419                 resetSize       : 'Taille originale',\r
420                 border          : 'Bordure',\r
421                 hSpace          : 'Espacement horizontal',\r
422                 vSpace          : 'Espacement vertical',\r
423                 alertUrl        : 'Veuillez saisir l\'URL de l\'image',\r
424                 linkTab         : 'Lien',\r
425                 button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING\r
426                 img2Button      : 'Do you want to transform the selected image on a image button?', // MISSING\r
427                 urlMissing      : 'Image source URL is missing.', // MISSING\r
428                 validateBorder  : 'Border must be a whole number.', // MISSING\r
429                 validateHSpace  : 'HSpace must be a whole number.', // MISSING\r
430                 validateVSpace  : 'VSpace must be a whole number.' // MISSING\r
431         },\r
432 \r
433         // Flash Dialog\r
434         flash :\r
435         {\r
436                 properties              : 'Propriétés de l\'animation Flash',\r
437                 propertiesTab   : 'Properties', // MISSING\r
438                 title                   : 'Propriétés de l\'animation Flash',\r
439                 chkPlay                 : 'Lecture automatique',\r
440                 chkLoop                 : 'Boucle',\r
441                 chkMenu                 : 'Activer le menu Flash',\r
442                 chkFull                 : 'Allow Fullscreen', // MISSING\r
443                 scale                   : 'Affichage',\r
444                 scaleAll                : 'Par défaut (tout montrer)',\r
445                 scaleNoBorder   : 'Sans bordure',\r
446                 scaleFit                : 'Ajuster aux dimensions',\r
447                 access                  : 'Script Access', // MISSING\r
448                 accessAlways    : 'Always', // MISSING\r
449                 accessSameDomain: 'Same domain', // MISSING\r
450                 accessNever             : 'Never', // MISSING\r
451                 alignAbsBottom  : 'Abs Bas',\r
452                 alignAbsMiddle  : 'Abs Milieu',\r
453                 alignBaseline   : 'Bas du texte',\r
454                 alignTextTop    : 'Haut du texte',\r
455                 quality                 : 'Quality', // MISSING\r
456                 qualityBest             : 'Best', // MISSING\r
457                 qualityHigh             : 'High', // MISSING\r
458                 qualityAutoHigh : 'Auto High', // MISSING\r
459                 qualityMedium   : 'Medium', // MISSING\r
460                 qualityAutoLow  : 'Auto Low', // MISSING\r
461                 qualityLow              : 'Low', // MISSING\r
462                 windowModeWindow: 'Window', // MISSING\r
463                 windowModeOpaque: 'Opaque', // MISSING\r
464                 windowModeTransparent : 'Transparent', // MISSING\r
465                 windowMode              : 'Window mode', // MISSING\r
466                 flashvars               : 'Variables for Flash', // MISSING\r
467                 bgcolor                 : 'Couleur de fond',\r
468                 hSpace                  : 'Espacement horizontal',\r
469                 vSpace                  : 'Espacement vertical',\r
470                 validateSrc             : 'Veuillez saisir l\'URL',\r
471                 validateHSpace  : 'HSpace must be a number.', // MISSING\r
472                 validateVSpace  : 'VSpace must be a number.' // MISSING\r
473         },\r
474 \r
475         // Speller Pages Dialog\r
476         spellCheck :\r
477         {\r
478                 toolbar                 : 'Orthographe',\r
479                 title                   : 'Spell Check', // MISSING\r
480                 notAvailable    : 'Sorry, but service is unavailable now.', // MISSING\r
481                 errorLoading    : 'Error loading application service host: %s.', // MISSING\r
482                 notInDic                : 'Pas dans le dictionnaire',\r
483                 changeTo                : 'Changer en',\r
484                 btnIgnore               : 'Ignorer',\r
485                 btnIgnoreAll    : 'Ignorer tout',\r
486                 btnReplace              : 'Remplacer',\r
487                 btnReplaceAll   : 'Remplacer tout',\r
488                 btnUndo                 : 'Annuler',\r
489                 noSuggestions   : '- Pas de suggestion -',\r
490                 progress                : 'Vérification d\'orthographe en cours...',\r
491                 noMispell               : 'Vérification d\'orthographe terminée: pas d\'erreur trouvée',\r
492                 noChanges               : 'Vérification d\'orthographe terminée: Pas de modifications',\r
493                 oneChange               : 'Vérification d\'orthographe terminée: Un mot modifié',\r
494                 manyChanges             : 'Vérification d\'orthographe terminée: %1 mots modifiés',\r
495                 ieSpellDownload : 'Le Correcteur d\'orthographe n\'est pas installé. Souhaitez-vous le télécharger maintenant?'\r
496         },\r
497 \r
498         smiley :\r
499         {\r
500                 toolbar : 'Emoticon',\r
501                 title   : 'Insérer un Emoticon',\r
502                 options : 'Smiley Options' // MISSING\r
503         },\r
504 \r
505         elementsPath :\r
506         {\r
507                 eleLabel : 'Elements path', // MISSING\r
508                 eleTitle : '%1 element' // MISSING\r
509         },\r
510 \r
511         numberedlist    : 'Liste numérotée',\r
512         bulletedlist    : 'Liste à puces',\r
513         indent                  : 'Augmenter le retrait',\r
514         outdent                 : 'Diminuer le retrait',\r
515 \r
516         justify :\r
517         {\r
518                 left    : 'Aligner à gauche',\r
519                 center  : 'Centrer',\r
520                 right   : 'Aligner à Droite',\r
521                 block   : 'Texte justifié'\r
522         },\r
523 \r
524         blockquote : 'Citation',\r
525 \r
526         clipboard :\r
527         {\r
528                 title           : 'Coller',\r
529                 cutError        : 'Les paramètres de sécurité de votre navigateur empêchent l\'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+X).',\r
530                 copyError       : 'Les paramètres de sécurité de votre navigateur empêchent l\'éditeur de copier automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+C).',\r
531                 pasteMsg        : 'Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl/Cmd+V</STRONG>) et appuyer sur <STRONG>OK</STRONG>.',\r
532                 securityMsg     : 'A cause des paramètres de sécurité de votre navigateur, l\'éditeur ne peut accéder au presse-papier directement. Vous devez coller à nouveau le contenu dans cette fenêtre.',\r
533                 pasteArea       : 'Paste Area' // MISSING\r
534         },\r
535 \r
536         pastefromword :\r
537         {\r
538                 confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING\r
539                 toolbar                 : 'Coller en tant que Word (formaté)',\r
540                 title                   : 'Coller en tant que Word (formaté)',\r
541                 error                   : 'It was not possible to clean up the pasted data due to an internal error' // MISSING\r
542         },\r
543 \r
544         pasteText :\r
545         {\r
546                 button  : 'Coller comme texte',\r
547                 title   : 'Coller comme texte'\r
548         },\r
549 \r
550         templates :\r
551         {\r
552                 button                  : 'Modèles',\r
553                 title                   : 'Modèles de contenu',\r
554                 options : 'Template Options', // MISSING\r
555                 insertOption    : 'Remplacer tout le contenu actuel',\r
556                 selectPromptMsg : 'Sélectionner le modèle à ouvrir dans l\'éditeur<br>(le contenu actuel sera remplacé):',\r
557                 emptyListMsg    : '(Aucun modèle disponible)'\r
558         },\r
559 \r
560         showBlocks : 'Afficher les blocs',\r
561 \r
562         stylesCombo :\r
563         {\r
564                 label           : 'Style',\r
565                 panelTitle      : 'Formatting Styles', // MISSING\r
566                 panelTitle1     : 'Block Styles', // MISSING\r
567                 panelTitle2     : 'Inline Styles', // MISSING\r
568                 panelTitle3     : 'Object Styles' // MISSING\r
569         },\r
570 \r
571         format :\r
572         {\r
573                 label           : 'Format',\r
574                 panelTitle      : 'Format',\r
575 \r
576                 tag_p           : 'Normal',\r
577                 tag_pre         : 'Formaté',\r
578                 tag_address     : 'Adresse',\r
579                 tag_h1          : 'En-tête 1',\r
580                 tag_h2          : 'En-tête 2',\r
581                 tag_h3          : 'En-tête 3',\r
582                 tag_h4          : 'En-tête 4',\r
583                 tag_h5          : 'En-tête 5',\r
584                 tag_h6          : 'En-tête 6',\r
585                 tag_div         : 'Normal (DIV)'\r
586         },\r
587 \r
588         div :\r
589         {\r
590                 title                           : 'Create Div Container', // MISSING\r
591                 toolbar                         : 'Create Div Container', // MISSING\r
592                 cssClassInputLabel      : 'Stylesheet Classes', // MISSING\r
593                 styleSelectLabel        : 'Style', // MISSING\r
594                 IdInputLabel            : 'Id', // MISSING\r
595                 languageCodeInputLabel  : ' Language Code', // MISSING\r
596                 inlineStyleInputLabel   : 'Inline Style', // MISSING\r
597                 advisoryTitleInputLabel : 'Advisory Title', // MISSING\r
598                 langDirLabel            : 'Language Direction', // MISSING\r
599                 langDirLTRLabel         : 'Left to Right (LTR)', // MISSING\r
600                 langDirRTLLabel         : 'Right to Left (RTL)', // MISSING\r
601                 edit                            : 'Edit Div', // MISSING\r
602                 remove                          : 'Remove Div' // MISSING\r
603         },\r
604 \r
605         iframe :\r
606         {\r
607                 title           : 'IFrame Properties', // MISSING\r
608                 toolbar         : 'IFrame', // MISSING\r
609                 noUrl           : 'Please type the iframe URL', // MISSING\r
610                 scrolling       : 'Enable scrollbars', // MISSING\r
611                 border          : 'Show frame border' // MISSING\r
612         },\r
613 \r
614         font :\r
615         {\r
616                 label           : 'Police',\r
617                 voiceLabel      : 'Font', // MISSING\r
618                 panelTitle      : 'Police'\r
619         },\r
620 \r
621         fontSize :\r
622         {\r
623                 label           : 'Taille',\r
624                 voiceLabel      : 'Font Size', // MISSING\r
625                 panelTitle      : 'Taille'\r
626         },\r
627 \r
628         colorButton :\r
629         {\r
630                 textColorTitle  : 'Couleur de caractère',\r
631                 bgColorTitle    : 'Couleur de fond',\r
632                 panelTitle              : 'Colors', // MISSING\r
633                 auto                    : 'Automatique',\r
634                 more                    : 'Plus de couleurs...'\r
635         },\r
636 \r
637         colors :\r
638         {\r
639                 '000' : 'Black', // MISSING\r
640                 '800000' : 'Maroon', // MISSING\r
641                 '8B4513' : 'Saddle Brown', // MISSING\r
642                 '2F4F4F' : 'Dark Slate Gray', // MISSING\r
643                 '008080' : 'Teal', // MISSING\r
644                 '000080' : 'Navy', // MISSING\r
645                 '4B0082' : 'Indigo', // MISSING\r
646                 '696969' : 'Dark Gray', // MISSING\r
647                 'B22222' : 'Fire Brick', // MISSING\r
648                 'A52A2A' : 'Brown', // MISSING\r
649                 'DAA520' : 'Golden Rod', // MISSING\r
650                 '006400' : 'Dark Green', // MISSING\r
651                 '40E0D0' : 'Turquoise', // MISSING\r
652                 '0000CD' : 'Medium Blue', // MISSING\r
653                 '800080' : 'Purple', // MISSING\r
654                 '808080' : 'Gray', // MISSING\r
655                 'F00' : 'Red', // MISSING\r
656                 'FF8C00' : 'Dark Orange', // MISSING\r
657                 'FFD700' : 'Gold', // MISSING\r
658                 '008000' : 'Green', // MISSING\r
659                 '0FF' : 'Cyan', // MISSING\r
660                 '00F' : 'Blue', // MISSING\r
661                 'EE82EE' : 'Violet', // MISSING\r
662                 'A9A9A9' : 'Dim Gray', // MISSING\r
663                 'FFA07A' : 'Light Salmon', // MISSING\r
664                 'FFA500' : 'Orange', // MISSING\r
665                 'FFFF00' : 'Yellow', // MISSING\r
666                 '00FF00' : 'Lime', // MISSING\r
667                 'AFEEEE' : 'Pale Turquoise', // MISSING\r
668                 'ADD8E6' : 'Light Blue', // MISSING\r
669                 'DDA0DD' : 'Plum', // MISSING\r
670                 'D3D3D3' : 'Light Grey', // MISSING\r
671                 'FFF0F5' : 'Lavender Blush', // MISSING\r
672                 'FAEBD7' : 'Antique White', // MISSING\r
673                 'FFFFE0' : 'Light Yellow', // MISSING\r
674                 'F0FFF0' : 'Honeydew', // MISSING\r
675                 'F0FFFF' : 'Azure', // MISSING\r
676                 'F0F8FF' : 'Alice Blue', // MISSING\r
677                 'E6E6FA' : 'Lavender', // MISSING\r
678                 'FFF' : 'White' // MISSING\r
679         },\r
680 \r
681         scayt :\r
682         {\r
683                 title                   : 'Spell Check As You Type', // MISSING\r
684                 opera_title             : 'Not supported by Opera', // MISSING\r
685                 enable                  : 'Enable SCAYT', // MISSING\r
686                 disable                 : 'Disable SCAYT', // MISSING\r
687                 about                   : 'About SCAYT', // MISSING\r
688                 toggle                  : 'Toggle SCAYT', // MISSING\r
689                 options                 : 'Options', // MISSING\r
690                 langs                   : 'Languages', // MISSING\r
691                 moreSuggestions : 'More suggestions', // MISSING\r
692                 ignore                  : 'Ignore', // MISSING\r
693                 ignoreAll               : 'Ignore All', // MISSING\r
694                 addWord                 : 'Add Word', // MISSING\r
695                 emptyDic                : 'Dictionary name should not be empty.', // MISSING\r
696 \r
697                 optionsTab              : 'Options', // MISSING\r
698                 allCaps                 : 'Ignore All-Caps Words', // MISSING\r
699                 ignoreDomainNames : 'Ignore Domain Names', // MISSING\r
700                 mixedCase               : 'Ignore Words with Mixed Case', // MISSING\r
701                 mixedWithDigits : 'Ignore Words with Numbers', // MISSING\r
702 \r
703                 languagesTab    : 'Languages', // MISSING\r
704 \r
705                 dictionariesTab : 'Dictionaries', // MISSING\r
706                 dic_field_name  : 'Dictionary name', // MISSING\r
707                 dic_create              : 'Create', // MISSING\r
708                 dic_restore             : 'Restore', // MISSING\r
709                 dic_delete              : 'Delete', // MISSING\r
710                 dic_rename              : 'Rename', // MISSING\r
711                 dic_info                : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING\r
712 \r
713                 aboutTab                : 'About' // MISSING\r
714         },\r
715 \r
716         about :\r
717         {\r
718                 title           : 'About CKEditor', // MISSING\r
719                 dlgTitle        : 'About CKEditor', // MISSING\r
720                 help    : 'Check $1 for help.', // MISSING\r
721                 userGuide : 'CKEditor User\'s Guide', // MISSING\r
722                 moreInfo        : 'For licensing information please visit our web site:', // MISSING\r
723                 copy            : 'Copyright &copy; $1. All rights reserved.' // MISSING\r
724         },\r
725 \r
726         maximize : 'Maximize', // MISSING\r
727         minimize : 'Minimize', // MISSING\r
728 \r
729         fakeobjects :\r
730         {\r
731                 anchor          : 'Anchor', // MISSING\r
732                 flash           : 'Flash Animation', // MISSING\r
733                 iframe          : 'IFrame', // MISSING\r
734                 hiddenfield     : 'Hidden Field', // MISSING\r
735                 unknown         : 'Unknown Object' // MISSING\r
736         },\r
737 \r
738         resize : 'Drag to resize', // MISSING\r
739 \r
740         colordialog :\r
741         {\r
742                 title           : 'Select color', // MISSING\r
743                 options :       'Color Options', // MISSING\r
744                 highlight       : 'Highlight', // MISSING\r
745                 selected        : 'Selected Color', // MISSING\r
746                 clear           : 'Clear' // MISSING\r
747         },\r
748 \r
749         toolbarCollapse : 'Collapse Toolbar', // MISSING\r
750         toolbarExpand   : 'Expand Toolbar', // MISSING\r
751 \r
752         toolbarGroups :\r
753         {\r
754                 document : 'Document', // MISSING\r
755                 clipboard : 'Clipboard/Undo', // MISSING\r
756                 editing : 'Editing', // MISSING\r
757                 forms : 'Forms', // MISSING\r
758                 basicstyles : 'Basic Styles', // MISSING\r
759                 paragraph : 'Paragraph', // MISSING\r
760                 links : 'Links', // MISSING\r
761                 insert : 'Insert', // MISSING\r
762                 styles : 'Styles', // MISSING\r
763                 colors : 'Colors', // MISSING\r
764                 tools : 'Tools' // MISSING\r
765         },\r
766 \r
767         bidi :\r
768         {\r
769                 ltr : 'Text direction from left to right', // MISSING\r
770                 rtl : 'Text direction from right to left' // MISSING\r
771         },\r
772 \r
773         docprops :\r
774         {\r
775                 label : 'Propriétés du document',\r
776                 title : 'Propriétés du document',\r
777                 design : 'Design', // MISSING\r
778                 meta : 'Méta-Données',\r
779                 chooseColor : 'Choose', // MISSING\r
780                 other : '<other>',\r
781                 docTitle :      'Titre de la page',\r
782                 charset :       'Encodage de caractère',\r
783                 charsetOther : 'Autre encodage de caractère',\r
784                 charsetASCII : 'ASCII', // MISSING\r
785                 charsetCE : 'Europe Centrale',\r
786                 charsetCT : 'Chinois Traditionnel (Big5)',\r
787                 charsetCR : 'Cyrillique',\r
788                 charsetGR : 'Grecque',\r
789                 charsetJP : 'Japonais',\r
790                 charsetKR : 'Coréen',\r
791                 charsetTR : 'Turcque',\r
792                 charsetUN : 'Unicode (UTF-8)', // MISSING\r
793                 charsetWE : 'Occidental',\r
794                 docType : 'Type de document',\r
795                 docTypeOther : 'Autre type de document',\r
796                 xhtmlDec : 'Inclure les déclarations XHTML',\r
797                 bgColor : 'Couleur de fond',\r
798                 bgImage : 'Image de fond',\r
799                 bgFixed : 'Image fixe sans défilement',\r
800                 txtColor : 'Couleur de caractère',\r
801                 margin : 'Marges',\r
802                 marginTop : 'Haut',\r
803                 marginLeft : 'Gauche',\r
804                 marginRight : 'Droite',\r
805                 marginBottom : 'Bas',\r
806                 metaKeywords : 'Mots-clés (séparés par des virgules)',\r
807                 metaDescription : 'Description',\r
808                 metaAuthor : 'Auteur',\r
809                 metaCopyright : 'Copyright', // MISSING\r
810                 previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING\r
811         }\r
812 };\r