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