fr-ca.js 26 KB

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