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