Mimimum syndical pour en faire un produit zope / cmf.
[ckeditor.git] / skins / ckeditor / _source / lang / fr-ca.js
diff --git a/skins/ckeditor/_source/lang/fr-ca.js b/skins/ckeditor/_source/lang/fr-ca.js
new file mode 100644 (file)
index 0000000..3fadb85
--- /dev/null
@@ -0,0 +1,812 @@
+/*\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+\r
+/**\r
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the\r
+ * Canadian French language.\r
+ */\r
+\r
+/**#@+\r
+   @type String\r
+   @example\r
+*/\r
+\r
+/**\r
+ * Constains the dictionary of language entries.\r
+ * @namespace\r
+ */\r
+CKEDITOR.lang['fr-ca'] =\r
+{\r
+       /**\r
+        * The language reading direction. Possible values are "rtl" for\r
+        * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right\r
+        * languages (like English).\r
+        * @default 'ltr'\r
+        */\r
+       dir : 'ltr',\r
+\r
+       /*\r
+        * Screenreader titles. Please note that screenreaders are not always capable\r
+        * of reading non-English words. So be careful while translating it.\r
+        */\r
+       editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING\r
+\r
+       // ARIA descriptions.\r
+       toolbars        : 'Editor toolbars', // MISSING\r
+       editor          : 'Rich Text Editor', // MISSING\r
+\r
+       // Toolbar buttons without dialogs.\r
+       source                  : 'Source',\r
+       newPage                 : 'Nouvelle page',\r
+       save                    : 'Sauvegarder',\r
+       preview                 : 'Previsualiser',\r
+       cut                             : 'Couper',\r
+       copy                    : 'Copier',\r
+       paste                   : 'Coller',\r
+       print                   : 'Imprimer',\r
+       underline               : 'Souligné',\r
+       bold                    : 'Gras',\r
+       italic                  : 'Italique',\r
+       selectAll               : 'Tout sélectionner',\r
+       removeFormat    : 'Supprimer le formatage',\r
+       strike                  : 'Barrer',\r
+       subscript               : 'Indice',\r
+       superscript             : 'Exposant',\r
+       horizontalrule  : 'Insérer un séparateur',\r
+       pagebreak               : 'Insérer un saut de page',\r
+       pagebreakAlt            : 'Page Break', // MISSING\r
+       unlink                  : 'Supprimer le lien',\r
+       undo                    : 'Annuler',\r
+       redo                    : 'Refaire',\r
+\r
+       // Common messages and labels.\r
+       common :\r
+       {\r
+               browseServer    : 'Parcourir le serveur',\r
+               url                             : 'URL',\r
+               protocol                : 'Protocole',\r
+               upload                  : 'Télécharger',\r
+               uploadSubmit    : 'Envoyer sur le serveur',\r
+               image                   : 'Image',\r
+               flash                   : 'Animation Flash',\r
+               form                    : 'Formulaire',\r
+               checkbox                : 'Case à cocher',\r
+               radio                   : 'Bouton radio',\r
+               textField               : 'Champ texte',\r
+               textarea                : 'Zone de texte',\r
+               hiddenField             : 'Champ caché',\r
+               button                  : 'Bouton',\r
+               select                  : 'Champ de sélection',\r
+               imageButton             : 'Bouton image',\r
+               notSet                  : '<Par défaut>',\r
+               id                              : 'Id',\r
+               name                    : 'Nom',\r
+               langDir                 : 'Sens d\'écriture',\r
+               langDirLtr              : 'De gauche à droite (LTR)',\r
+               langDirRtl              : 'De droite à gauche (RTL)',\r
+               langCode                : 'Code langue',\r
+               longDescr               : 'URL de description longue',\r
+               cssClass                : 'Classes de feuilles de style',\r
+               advisoryTitle   : 'Titre',\r
+               cssStyle                : 'Style',\r
+               ok                              : 'OK',\r
+               cancel                  : 'Annuler',\r
+               close                   : 'Close', // MISSING\r
+               preview                 : 'Preview', // MISSING\r
+               generalTab              : 'Général',\r
+               advancedTab             : 'Avancée',\r
+               validateNumberFailed : 'This value is not a number.', // MISSING\r
+               confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING\r
+               confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING\r
+               options                 : 'Options', // MISSING\r
+               target                  : 'Target', // MISSING\r
+               targetNew               : 'New Window (_blank)', // MISSING\r
+               targetTop               : 'Topmost Window (_top)', // MISSING\r
+               targetSelf              : 'Same Window (_self)', // MISSING\r
+               targetParent    : 'Parent Window (_parent)', // MISSING\r
+               langDirLTR              : 'Left to Right (LTR)', // MISSING\r
+               langDirRTL              : 'Right to Left (RTL)', // MISSING\r
+               styles                  : 'Style', // MISSING\r
+               cssClasses              : 'Stylesheet Classes', // MISSING\r
+               width                   : 'Largeur',\r
+               height                  : 'Hauteur',\r
+               align                   : 'Alignement',\r
+               alignLeft               : 'Gauche',\r
+               alignRight              : 'Droite',\r
+               alignCenter             : 'Centré',\r
+               alignTop                : 'Haut',\r
+               alignMiddle             : 'Milieu',\r
+               alignBottom             : 'Bas',\r
+               invalidHeight   : 'Height must be a number.', // MISSING\r
+               invalidWidth    : 'Width must be a number.', // MISSING\r
+               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
+               invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING\r
+\r
+               // Put the voice-only part of the label in the span.\r
+               unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING\r
+       },\r
+\r
+       contextmenu :\r
+       {\r
+               options : 'Context Menu Options' // MISSING\r
+       },\r
+\r
+       // Special char dialog.\r
+       specialChar             :\r
+       {\r
+               toolbar         : 'Insérer un caractère spécial',\r
+               title           : 'Insérer un caractère spécial',\r
+               options : 'Special Character Options' // MISSING\r
+       },\r
+\r
+       // Link dialog.\r
+       link :\r
+       {\r
+               toolbar         : 'Insérer/modifier le lien',\r
+               other           : '<other>', // MISSING\r
+               menu            : 'Modifier le lien',\r
+               title           : 'Propriétés du lien',\r
+               info            : 'Informations sur le lien',\r
+               target          : 'Destination',\r
+               upload          : 'Télécharger',\r
+               advanced        : 'Avancée',\r
+               type            : 'Type de lien',\r
+               toUrl           : 'URL', // MISSING\r
+               toAnchor        : 'Ancre dans cette page',\r
+               toEmail         : 'E-Mail',\r
+               targetFrame             : '<Cadre>',\r
+               targetPopup             : '<fenêtre popup>',\r
+               targetFrameName : 'Nom du cadre de destination',\r
+               targetPopupName : 'Nom de la fenêtre popup',\r
+               popupFeatures   : 'Caractéristiques de la fenêtre popup',\r
+               popupResizable  : 'Resizable', // MISSING\r
+               popupStatusBar  : 'Barre d\'état',\r
+               popupLocationBar: 'Barre d\'adresses',\r
+               popupToolbar    : 'Barre d\'outils',\r
+               popupMenuBar    : 'Barre de menu',\r
+               popupFullScreen : 'Plein écran (IE)',\r
+               popupScrollBars : 'Barres de défilement',\r
+               popupDependent  : 'Dépendante (Netscape)',\r
+               popupLeft               : 'Position à partir de la gauche',\r
+               popupTop                : 'Position à partir du haut',\r
+               id                              : 'Id', // MISSING\r
+               langDir                 : 'Sens d\'écriture',\r
+               langDirLTR              : 'De gauche à droite (LTR)',\r
+               langDirRTL              : 'De droite à gauche (RTL)',\r
+               acccessKey              : 'Équivalent clavier',\r
+               name                    : 'Nom',\r
+               langCode                        : 'Sens d\'écriture',\r
+               tabIndex                        : 'Ordre de tabulation',\r
+               advisoryTitle           : 'Titre',\r
+               advisoryContentType     : 'Type de contenu',\r
+               cssClasses              : 'Classes de feuilles de style',\r
+               charset                 : 'Encodage de caractère',\r
+               styles                  : 'Style',\r
+               rel                     : 'Relationship', // MISSING\r
+               selectAnchor            : 'Sélectionner une ancre',\r
+               anchorName              : 'Par nom',\r
+               anchorId                        : 'Par id',\r
+               emailAddress            : 'Adresse E-Mail',\r
+               emailSubject            : 'Sujet du message',\r
+               emailBody               : 'Corps du message',\r
+               noAnchors               : '(Pas d\'ancre disponible dans le document)',\r
+               noUrl                   : 'Veuillez saisir l\'URL',\r
+               noEmail                 : 'Veuillez saisir l\'adresse e-mail'\r
+       },\r
+\r
+       // Anchor dialog\r
+       anchor :\r
+       {\r
+               toolbar         : 'Insérer/modifier l\'ancre',\r
+               menu            : 'Propriétés de l\'ancre',\r
+               title           : 'Propriétés de l\'ancre',\r
+               name            : 'Nom de l\'ancre',\r
+               errorName       : 'Veuillez saisir le nom de l\'ancre',\r
+               remove          : 'Remove Anchor' // MISSING\r
+       },\r
+\r
+       // List style dialog\r
+       list:\r
+       {\r
+               numberedTitle           : 'Numbered List Properties', // MISSING\r
+               bulletedTitle           : 'Bulleted List Properties', // MISSING\r
+               type                            : 'Type', // MISSING\r
+               start                           : 'Start', // MISSING\r
+               validateStartNumber                             :'List start number must be a whole number.', // MISSING\r
+               circle                          : 'Circle', // MISSING\r
+               disc                            : 'Disc', // MISSING\r
+               square                          : 'Square', // MISSING\r
+               none                            : 'None', // MISSING\r
+               notset                          : '<not set>', // MISSING\r
+               armenian                        : 'Armenian numbering', // MISSING\r
+               georgian                        : 'Georgian numbering (an, ban, gan, etc.)', // MISSING\r
+               lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING\r
+               upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING\r
+               lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING\r
+               upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING\r
+               lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING\r
+               decimal                         : 'Decimal (1, 2, 3, etc.)', // MISSING\r
+               decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING\r
+       },\r
+\r
+       // Find And Replace Dialog\r
+       findAndReplace :\r
+       {\r
+               title                           : 'Chercher et Remplacer',\r
+               find                            : 'Chercher',\r
+               replace                         : 'Remplacer',\r
+               findWhat                        : 'Rechercher:',\r
+               replaceWith                     : 'Remplacer par:',\r
+               notFoundMsg                     : 'Le texte indiqué est introuvable.',\r
+               matchCase                       : 'Respecter la casse',\r
+               matchWord                       : 'Mot entier',\r
+               matchCyclic                     : 'Match cyclic', // MISSING\r
+               replaceAll                      : 'Tout remplacer',\r
+               replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING\r
+       },\r
+\r
+       // Table Dialog\r
+       table :\r
+       {\r
+               toolbar         : 'Tableau',\r
+               title           : 'Propriétés du tableau',\r
+               menu            : 'Propriétés du tableau',\r
+               deleteTable     : 'Supprimer le tableau',\r
+               rows            : 'Lignes',\r
+               columns         : 'Colonnes',\r
+               border          : 'Taille de la bordure',\r
+               widthPx         : 'pixels',\r
+               widthPc         : 'pourcentage',\r
+               widthUnit       : 'width unit', // MISSING\r
+               cellSpace       : 'Espacement',\r
+               cellPad         : 'Contour',\r
+               caption         : 'Titre',\r
+               summary         : 'Résumé',\r
+               headers         : 'Headers', // MISSING\r
+               headersNone             : 'None', // MISSING\r
+               headersColumn   : 'First column', // MISSING\r
+               headersRow              : 'First Row', // MISSING\r
+               headersBoth             : 'Both', // MISSING\r
+               invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING\r
+               invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING\r
+               invalidBorder   : 'Border size must be a number.', // MISSING\r
+               invalidWidth    : 'Table width must be a number.', // MISSING\r
+               invalidHeight   : 'Table height must be a number.', // MISSING\r
+               invalidCellSpacing      : 'Cell spacing must be a positive number.', // MISSING\r
+               invalidCellPadding      : 'Cell padding must be a positive number.', // MISSING\r
+\r
+               cell :\r
+               {\r
+                       menu                    : 'Cellule',\r
+                       insertBefore    : 'Insérer une cellule avant',\r
+                       insertAfter             : 'Insérer une cellule après',\r
+                       deleteCell              : 'Supprimer des cellules',\r
+                       merge                   : 'Fusionner les cellules',\r
+                       mergeRight              : 'Fusionner à droite',\r
+                       mergeDown               : 'Fusionner en bas',\r
+                       splitHorizontal : 'Scinder la cellule horizontalement',\r
+                       splitVertical   : 'Scinder la cellule verticalement',\r
+                       title                   : 'Cell Properties', // MISSING\r
+                       cellType                : 'Cell Type', // MISSING\r
+                       rowSpan                 : 'Rows Span', // MISSING\r
+                       colSpan                 : 'Columns Span', // MISSING\r
+                       wordWrap                : 'Word Wrap', // MISSING\r
+                       hAlign                  : 'Horizontal Alignment', // MISSING\r
+                       vAlign                  : 'Vertical Alignment', // MISSING\r
+                       alignBaseline   : 'Baseline', // MISSING\r
+                       bgColor                 : 'Background Color', // MISSING\r
+                       borderColor             : 'Border Color', // MISSING\r
+                       data                    : 'Data', // MISSING\r
+                       header                  : 'Header', // MISSING\r
+                       yes                             : 'Yes', // MISSING\r
+                       no                              : 'No', // MISSING\r
+                       invalidWidth    : 'Cell width must be a number.', // MISSING\r
+                       invalidHeight   : 'Cell height must be a number.', // MISSING\r
+                       invalidRowSpan  : 'Rows span must be a whole number.', // MISSING\r
+                       invalidColSpan  : 'Columns span must be a whole number.', // MISSING\r
+                       chooseColor             : 'Choose' // MISSING\r
+               },\r
+\r
+               row :\r
+               {\r
+                       menu                    : 'Ligne',\r
+                       insertBefore    : 'Insérer une ligne avant',\r
+                       insertAfter             : 'Insérer une ligne après',\r
+                       deleteRow               : 'Supprimer des lignes'\r
+               },\r
+\r
+               column :\r
+               {\r
+                       menu                    : 'Colonne',\r
+                       insertBefore    : 'Insérer une colonne avant',\r
+                       insertAfter             : 'Insérer une colonne après',\r
+                       deleteColumn    : 'Supprimer des colonnes'\r
+               }\r
+       },\r
+\r
+       // Button Dialog.\r
+       button :\r
+       {\r
+               title           : 'Propriétés du bouton',\r
+               text            : 'Texte (Valeur)',\r
+               type            : 'Type',\r
+               typeBtn         : 'Bouton',\r
+               typeSbm         : 'Soumettre',\r
+               typeRst         : 'Réinitialiser'\r
+       },\r
+\r
+       // Checkbox and Radio Button Dialogs.\r
+       checkboxAndRadio :\r
+       {\r
+               checkboxTitle : 'Propriétés de la case à cocher',\r
+               radioTitle      : 'Propriétés du bouton radio',\r
+               value           : 'Valeur',\r
+               selected        : 'Sélectionné'\r
+       },\r
+\r
+       // Form Dialog.\r
+       form :\r
+       {\r
+               title           : 'Propriétés du formulaire',\r
+               menu            : 'Propriétés du formulaire',\r
+               action          : 'Action',\r
+               method          : 'Méthode',\r
+               encoding        : 'Encoding' // MISSING\r
+       },\r
+\r
+       // Select Field Dialog.\r
+       select :\r
+       {\r
+               title           : 'Propriétés de la liste/du menu',\r
+               selectInfo      : 'Info',\r
+               opAvail         : 'Options disponibles',\r
+               value           : 'Valeur',\r
+               size            : 'Taille',\r
+               lines           : 'lignes',\r
+               chkMulti        : 'Sélection multiple',\r
+               opText          : 'Texte',\r
+               opValue         : 'Valeur',\r
+               btnAdd          : 'Ajouter',\r
+               btnModify       : 'Modifier',\r
+               btnUp           : 'Monter',\r
+               btnDown         : 'Descendre',\r
+               btnSetValue : 'Valeur sélectionnée',\r
+               btnDelete       : 'Supprimer'\r
+       },\r
+\r
+       // Textarea Dialog.\r
+       textarea :\r
+       {\r
+               title           : 'Propriétés de la zone de texte',\r
+               cols            : 'Colonnes',\r
+               rows            : 'Lignes'\r
+       },\r
+\r
+       // Text Field Dialog.\r
+       textfield :\r
+       {\r
+               title           : 'Propriétés du champ texte',\r
+               name            : 'Nom',\r
+               value           : 'Valeur',\r
+               charWidth       : 'Largeur en caractères',\r
+               maxChars        : 'Nombre maximum de caractères',\r
+               type            : 'Type',\r
+               typeText        : 'Texte',\r
+               typePass        : 'Mot de passe'\r
+       },\r
+\r
+       // Hidden Field Dialog.\r
+       hidden :\r
+       {\r
+               title   : 'Propriétés du champ caché',\r
+               name    : 'Nom',\r
+               value   : 'Valeur'\r
+       },\r
+\r
+       // Image Dialog.\r
+       image :\r
+       {\r
+               title           : 'Propriétés de l\'image',\r
+               titleButton     : 'Propriétés du bouton image',\r
+               menu            : 'Propriétés de l\'image',\r
+               infoTab         : 'Informations sur l\'image',\r
+               btnUpload       : 'Envoyer sur le serveur',\r
+               upload          : 'Télécharger',\r
+               alt                     : 'Texte de remplacement',\r
+               lockRatio       : 'Garder les proportions',\r
+               resetSize       : 'Taille originale',\r
+               border          : 'Bordure',\r
+               hSpace          : 'Espacement horizontal',\r
+               vSpace          : 'Espacement vertical',\r
+               alertUrl        : 'Veuillez saisir l\'URL de l\'image',\r
+               linkTab         : 'Lien',\r
+               button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING\r
+               img2Button      : 'Do you want to transform the selected image on a image button?', // MISSING\r
+               urlMissing      : 'Image source URL is missing.', // MISSING\r
+               validateBorder  : 'Border must be a whole number.', // MISSING\r
+               validateHSpace  : 'HSpace must be a whole number.', // MISSING\r
+               validateVSpace  : 'VSpace must be a whole number.' // MISSING\r
+       },\r
+\r
+       // Flash Dialog\r
+       flash :\r
+       {\r
+               properties              : 'Propriétés de l\'animation Flash',\r
+               propertiesTab   : 'Properties', // MISSING\r
+               title                   : 'Propriétés de l\'animation Flash',\r
+               chkPlay                 : 'Lecture automatique',\r
+               chkLoop                 : 'Boucle',\r
+               chkMenu                 : 'Activer le menu Flash',\r
+               chkFull                 : 'Allow Fullscreen', // MISSING\r
+               scale                   : 'Affichage',\r
+               scaleAll                : 'Par défaut (tout montrer)',\r
+               scaleNoBorder   : 'Sans bordure',\r
+               scaleFit                : 'Ajuster aux dimensions',\r
+               access                  : 'Script Access', // MISSING\r
+               accessAlways    : 'Always', // MISSING\r
+               accessSameDomain: 'Same domain', // MISSING\r
+               accessNever             : 'Never', // MISSING\r
+               alignAbsBottom  : 'Abs Bas',\r
+               alignAbsMiddle  : 'Abs Milieu',\r
+               alignBaseline   : 'Bas du texte',\r
+               alignTextTop    : 'Haut du texte',\r
+               quality                 : 'Quality', // MISSING\r
+               qualityBest             : 'Best', // MISSING\r
+               qualityHigh             : 'High', // MISSING\r
+               qualityAutoHigh : 'Auto High', // MISSING\r
+               qualityMedium   : 'Medium', // MISSING\r
+               qualityAutoLow  : 'Auto Low', // MISSING\r
+               qualityLow              : 'Low', // MISSING\r
+               windowModeWindow: 'Window', // MISSING\r
+               windowModeOpaque: 'Opaque', // MISSING\r
+               windowModeTransparent : 'Transparent', // MISSING\r
+               windowMode              : 'Window mode', // MISSING\r
+               flashvars               : 'Variables for Flash', // MISSING\r
+               bgcolor                 : 'Couleur de fond',\r
+               hSpace                  : 'Espacement horizontal',\r
+               vSpace                  : 'Espacement vertical',\r
+               validateSrc             : 'Veuillez saisir l\'URL',\r
+               validateHSpace  : 'HSpace must be a number.', // MISSING\r
+               validateVSpace  : 'VSpace must be a number.' // MISSING\r
+       },\r
+\r
+       // Speller Pages Dialog\r
+       spellCheck :\r
+       {\r
+               toolbar                 : 'Orthographe',\r
+               title                   : 'Spell Check', // MISSING\r
+               notAvailable    : 'Sorry, but service is unavailable now.', // MISSING\r
+               errorLoading    : 'Error loading application service host: %s.', // MISSING\r
+               notInDic                : 'Pas dans le dictionnaire',\r
+               changeTo                : 'Changer en',\r
+               btnIgnore               : 'Ignorer',\r
+               btnIgnoreAll    : 'Ignorer tout',\r
+               btnReplace              : 'Remplacer',\r
+               btnReplaceAll   : 'Remplacer tout',\r
+               btnUndo                 : 'Annuler',\r
+               noSuggestions   : '- Pas de suggestion -',\r
+               progress                : 'Vérification d\'orthographe en cours...',\r
+               noMispell               : 'Vérification d\'orthographe terminée: pas d\'erreur trouvée',\r
+               noChanges               : 'Vérification d\'orthographe terminée: Pas de modifications',\r
+               oneChange               : 'Vérification d\'orthographe terminée: Un mot modifié',\r
+               manyChanges             : 'Vérification d\'orthographe terminée: %1 mots modifiés',\r
+               ieSpellDownload : 'Le Correcteur d\'orthographe n\'est pas installé. Souhaitez-vous le télécharger maintenant?'\r
+       },\r
+\r
+       smiley :\r
+       {\r
+               toolbar : 'Emoticon',\r
+               title   : 'Insérer un Emoticon',\r
+               options : 'Smiley Options' // MISSING\r
+       },\r
+\r
+       elementsPath :\r
+       {\r
+               eleLabel : 'Elements path', // MISSING\r
+               eleTitle : '%1 element' // MISSING\r
+       },\r
+\r
+       numberedlist    : 'Liste numérotée',\r
+       bulletedlist    : 'Liste à puces',\r
+       indent                  : 'Augmenter le retrait',\r
+       outdent                 : 'Diminuer le retrait',\r
+\r
+       justify :\r
+       {\r
+               left    : 'Aligner à gauche',\r
+               center  : 'Centrer',\r
+               right   : 'Aligner à Droite',\r
+               block   : 'Texte justifié'\r
+       },\r
+\r
+       blockquote : 'Citation',\r
+\r
+       clipboard :\r
+       {\r
+               title           : 'Coller',\r
+               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
+               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
+               pasteMsg        : 'Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl/Cmd+V</STRONG>) et appuyer sur <STRONG>OK</STRONG>.',\r
+               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
+               pasteArea       : 'Paste Area' // MISSING\r
+       },\r
+\r
+       pastefromword :\r
+       {\r
+               confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING\r
+               toolbar                 : 'Coller en tant que Word (formaté)',\r
+               title                   : 'Coller en tant que Word (formaté)',\r
+               error                   : 'It was not possible to clean up the pasted data due to an internal error' // MISSING\r
+       },\r
+\r
+       pasteText :\r
+       {\r
+               button  : 'Coller comme texte',\r
+               title   : 'Coller comme texte'\r
+       },\r
+\r
+       templates :\r
+       {\r
+               button                  : 'Modèles',\r
+               title                   : 'Modèles de contenu',\r
+               options : 'Template Options', // MISSING\r
+               insertOption    : 'Remplacer tout le contenu actuel',\r
+               selectPromptMsg : 'Sélectionner le modèle à ouvrir dans l\'éditeur<br>(le contenu actuel sera remplacé):',\r
+               emptyListMsg    : '(Aucun modèle disponible)'\r
+       },\r
+\r
+       showBlocks : 'Afficher les blocs',\r
+\r
+       stylesCombo :\r
+       {\r
+               label           : 'Style',\r
+               panelTitle      : 'Formatting Styles', // MISSING\r
+               panelTitle1     : 'Block Styles', // MISSING\r
+               panelTitle2     : 'Inline Styles', // MISSING\r
+               panelTitle3     : 'Object Styles' // MISSING\r
+       },\r
+\r
+       format :\r
+       {\r
+               label           : 'Format',\r
+               panelTitle      : 'Format',\r
+\r
+               tag_p           : 'Normal',\r
+               tag_pre         : 'Formaté',\r
+               tag_address     : 'Adresse',\r
+               tag_h1          : 'En-tête 1',\r
+               tag_h2          : 'En-tête 2',\r
+               tag_h3          : 'En-tête 3',\r
+               tag_h4          : 'En-tête 4',\r
+               tag_h5          : 'En-tête 5',\r
+               tag_h6          : 'En-tête 6',\r
+               tag_div         : 'Normal (DIV)'\r
+       },\r
+\r
+       div :\r
+       {\r
+               title                           : 'Create Div Container', // MISSING\r
+               toolbar                         : 'Create Div Container', // MISSING\r
+               cssClassInputLabel      : 'Stylesheet Classes', // MISSING\r
+               styleSelectLabel        : 'Style', // MISSING\r
+               IdInputLabel            : 'Id', // MISSING\r
+               languageCodeInputLabel  : ' Language Code', // MISSING\r
+               inlineStyleInputLabel   : 'Inline Style', // MISSING\r
+               advisoryTitleInputLabel : 'Advisory Title', // MISSING\r
+               langDirLabel            : 'Language Direction', // MISSING\r
+               langDirLTRLabel         : 'Left to Right (LTR)', // MISSING\r
+               langDirRTLLabel         : 'Right to Left (RTL)', // MISSING\r
+               edit                            : 'Edit Div', // MISSING\r
+               remove                          : 'Remove Div' // MISSING\r
+       },\r
+\r
+       iframe :\r
+       {\r
+               title           : 'IFrame Properties', // MISSING\r
+               toolbar         : 'IFrame', // MISSING\r
+               noUrl           : 'Please type the iframe URL', // MISSING\r
+               scrolling       : 'Enable scrollbars', // MISSING\r
+               border          : 'Show frame border' // MISSING\r
+       },\r
+\r
+       font :\r
+       {\r
+               label           : 'Police',\r
+               voiceLabel      : 'Font', // MISSING\r
+               panelTitle      : 'Police'\r
+       },\r
+\r
+       fontSize :\r
+       {\r
+               label           : 'Taille',\r
+               voiceLabel      : 'Font Size', // MISSING\r
+               panelTitle      : 'Taille'\r
+       },\r
+\r
+       colorButton :\r
+       {\r
+               textColorTitle  : 'Couleur de caractère',\r
+               bgColorTitle    : 'Couleur de fond',\r
+               panelTitle              : 'Colors', // MISSING\r
+               auto                    : 'Automatique',\r
+               more                    : 'Plus de couleurs...'\r
+       },\r
+\r
+       colors :\r
+       {\r
+               '000' : 'Black', // MISSING\r
+               '800000' : 'Maroon', // MISSING\r
+               '8B4513' : 'Saddle Brown', // MISSING\r
+               '2F4F4F' : 'Dark Slate Gray', // MISSING\r
+               '008080' : 'Teal', // MISSING\r
+               '000080' : 'Navy', // MISSING\r
+               '4B0082' : 'Indigo', // MISSING\r
+               '696969' : 'Dark Gray', // MISSING\r
+               'B22222' : 'Fire Brick', // MISSING\r
+               'A52A2A' : 'Brown', // MISSING\r
+               'DAA520' : 'Golden Rod', // MISSING\r
+               '006400' : 'Dark Green', // MISSING\r
+               '40E0D0' : 'Turquoise', // MISSING\r
+               '0000CD' : 'Medium Blue', // MISSING\r
+               '800080' : 'Purple', // MISSING\r
+               '808080' : 'Gray', // MISSING\r
+               'F00' : 'Red', // MISSING\r
+               'FF8C00' : 'Dark Orange', // MISSING\r
+               'FFD700' : 'Gold', // MISSING\r
+               '008000' : 'Green', // MISSING\r
+               '0FF' : 'Cyan', // MISSING\r
+               '00F' : 'Blue', // MISSING\r
+               'EE82EE' : 'Violet', // MISSING\r
+               'A9A9A9' : 'Dim Gray', // MISSING\r
+               'FFA07A' : 'Light Salmon', // MISSING\r
+               'FFA500' : 'Orange', // MISSING\r
+               'FFFF00' : 'Yellow', // MISSING\r
+               '00FF00' : 'Lime', // MISSING\r
+               'AFEEEE' : 'Pale Turquoise', // MISSING\r
+               'ADD8E6' : 'Light Blue', // MISSING\r
+               'DDA0DD' : 'Plum', // MISSING\r
+               'D3D3D3' : 'Light Grey', // MISSING\r
+               'FFF0F5' : 'Lavender Blush', // MISSING\r
+               'FAEBD7' : 'Antique White', // MISSING\r
+               'FFFFE0' : 'Light Yellow', // MISSING\r
+               'F0FFF0' : 'Honeydew', // MISSING\r
+               'F0FFFF' : 'Azure', // MISSING\r
+               'F0F8FF' : 'Alice Blue', // MISSING\r
+               'E6E6FA' : 'Lavender', // MISSING\r
+               'FFF' : 'White' // MISSING\r
+       },\r
+\r
+       scayt :\r
+       {\r
+               title                   : 'Spell Check As You Type', // MISSING\r
+               opera_title             : 'Not supported by Opera', // MISSING\r
+               enable                  : 'Enable SCAYT', // MISSING\r
+               disable                 : 'Disable SCAYT', // MISSING\r
+               about                   : 'About SCAYT', // MISSING\r
+               toggle                  : 'Toggle SCAYT', // MISSING\r
+               options                 : 'Options', // MISSING\r
+               langs                   : 'Languages', // MISSING\r
+               moreSuggestions : 'More suggestions', // MISSING\r
+               ignore                  : 'Ignore', // MISSING\r
+               ignoreAll               : 'Ignore All', // MISSING\r
+               addWord                 : 'Add Word', // MISSING\r
+               emptyDic                : 'Dictionary name should not be empty.', // MISSING\r
+\r
+               optionsTab              : 'Options', // MISSING\r
+               allCaps                 : 'Ignore All-Caps Words', // MISSING\r
+               ignoreDomainNames : 'Ignore Domain Names', // MISSING\r
+               mixedCase               : 'Ignore Words with Mixed Case', // MISSING\r
+               mixedWithDigits : 'Ignore Words with Numbers', // MISSING\r
+\r
+               languagesTab    : 'Languages', // MISSING\r
+\r
+               dictionariesTab : 'Dictionaries', // MISSING\r
+               dic_field_name  : 'Dictionary name', // MISSING\r
+               dic_create              : 'Create', // MISSING\r
+               dic_restore             : 'Restore', // MISSING\r
+               dic_delete              : 'Delete', // MISSING\r
+               dic_rename              : 'Rename', // MISSING\r
+               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
+\r
+               aboutTab                : 'About' // MISSING\r
+       },\r
+\r
+       about :\r
+       {\r
+               title           : 'About CKEditor', // MISSING\r
+               dlgTitle        : 'About CKEditor', // MISSING\r
+               help    : 'Check $1 for help.', // MISSING\r
+               userGuide : 'CKEditor User\'s Guide', // MISSING\r
+               moreInfo        : 'For licensing information please visit our web site:', // MISSING\r
+               copy            : 'Copyright &copy; $1. All rights reserved.' // MISSING\r
+       },\r
+\r
+       maximize : 'Maximize', // MISSING\r
+       minimize : 'Minimize', // MISSING\r
+\r
+       fakeobjects :\r
+       {\r
+               anchor          : 'Anchor', // MISSING\r
+               flash           : 'Flash Animation', // MISSING\r
+               iframe          : 'IFrame', // MISSING\r
+               hiddenfield     : 'Hidden Field', // MISSING\r
+               unknown         : 'Unknown Object' // MISSING\r
+       },\r
+\r
+       resize : 'Drag to resize', // MISSING\r
+\r
+       colordialog :\r
+       {\r
+               title           : 'Select color', // MISSING\r
+               options :       'Color Options', // MISSING\r
+               highlight       : 'Highlight', // MISSING\r
+               selected        : 'Selected Color', // MISSING\r
+               clear           : 'Clear' // MISSING\r
+       },\r
+\r
+       toolbarCollapse : 'Collapse Toolbar', // MISSING\r
+       toolbarExpand   : 'Expand Toolbar', // MISSING\r
+\r
+       toolbarGroups :\r
+       {\r
+               document : 'Document', // MISSING\r
+               clipboard : 'Clipboard/Undo', // MISSING\r
+               editing : 'Editing', // MISSING\r
+               forms : 'Forms', // MISSING\r
+               basicstyles : 'Basic Styles', // MISSING\r
+               paragraph : 'Paragraph', // MISSING\r
+               links : 'Links', // MISSING\r
+               insert : 'Insert', // MISSING\r
+               styles : 'Styles', // MISSING\r
+               colors : 'Colors', // MISSING\r
+               tools : 'Tools' // MISSING\r
+       },\r
+\r
+       bidi :\r
+       {\r
+               ltr : 'Text direction from left to right', // MISSING\r
+               rtl : 'Text direction from right to left' // MISSING\r
+       },\r
+\r
+       docprops :\r
+       {\r
+               label : 'Propriétés du document',\r
+               title : 'Propriétés du document',\r
+               design : 'Design', // MISSING\r
+               meta : 'Méta-Données',\r
+               chooseColor : 'Choose', // MISSING\r
+               other : '<other>',\r
+               docTitle :      'Titre de la page',\r
+               charset :       'Encodage de caractère',\r
+               charsetOther : 'Autre encodage de caractère',\r
+               charsetASCII : 'ASCII', // MISSING\r
+               charsetCE : 'Europe Centrale',\r
+               charsetCT : 'Chinois Traditionnel (Big5)',\r
+               charsetCR : 'Cyrillique',\r
+               charsetGR : 'Grecque',\r
+               charsetJP : 'Japonais',\r
+               charsetKR : 'Coréen',\r
+               charsetTR : 'Turcque',\r
+               charsetUN : 'Unicode (UTF-8)', // MISSING\r
+               charsetWE : 'Occidental',\r
+               docType : 'Type de document',\r
+               docTypeOther : 'Autre type de document',\r
+               xhtmlDec : 'Inclure les déclarations XHTML',\r
+               bgColor : 'Couleur de fond',\r
+               bgImage : 'Image de fond',\r
+               bgFixed : 'Image fixe sans défilement',\r
+               txtColor : 'Couleur de caractère',\r
+               margin : 'Marges',\r
+               marginTop : 'Haut',\r
+               marginLeft : 'Gauche',\r
+               marginRight : 'Droite',\r
+               marginBottom : 'Bas',\r
+               metaKeywords : 'Mots-clés (séparés par des virgules)',\r
+               metaDescription : 'Description',\r
+               metaAuthor : 'Auteur',\r
+               metaCopyright : 'Copyright', // MISSING\r
+               previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING\r
+       }\r
+};\r