fr-ca.js 26 KB

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