X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Ffr-ca.js;h=3fadb8538841c2ab166377bee2190589d487659e;hb=f0610347140239143439a511ee2bd48cb784f470;hp=1cad6c016f97803532dbebe87009c269d6dcdfbe;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/_source/lang/fr-ca.js b/_source/lang/fr-ca.js index 1cad6c0..3fadb85 100644 --- a/_source/lang/fr-ca.js +++ b/_source/lang/fr-ca.js @@ -34,8 +34,8 @@ CKEDITOR.lang['fr-ca'] = editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Source', @@ -121,6 +121,8 @@ CKEDITOR.lang['fr-ca'] = alignBottom : 'Bas', invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING + 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 + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -201,7 +203,8 @@ CKEDITOR.lang['fr-ca'] = menu : 'Propriétés de l\'ancre', title : 'Propriétés de l\'ancre', name : 'Nom de l\'ancre', - errorName : 'Veuillez saisir le nom de l\'ancre' + errorName : 'Veuillez saisir le nom de l\'ancre', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -271,8 +274,8 @@ CKEDITOR.lang['fr-ca'] = invalidBorder : 'Border size must be a number.', // MISSING invalidWidth : 'Table width must be a number.', // MISSING invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a number.', // MISSING - invalidCellPadding : 'Cell padding must be a number.', // MISSING + invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING + invalidCellPadding : 'Cell padding must be a positive number.', // MISSING cell : { @@ -413,7 +416,6 @@ CKEDITOR.lang['fr-ca'] = upload : 'Télécharger', alt : 'Texte de remplacement', lockRatio : 'Garder les proportions', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Taille originale', border : 'Bordure', hSpace : 'Espacement horizontal', @@ -715,6 +717,8 @@ CKEDITOR.lang['fr-ca'] = { title : 'About CKEditor', // MISSING dlgTitle : 'About CKEditor', // MISSING + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For licensing information please visit our web site:', // MISSING copy : 'Copyright © $1. All rights reserved.' // MISSING }, @@ -745,9 +749,64 @@ CKEDITOR.lang['fr-ca'] = toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarExpand : 'Expand Toolbar', // MISSING + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Text direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Propriétés du document', + title : 'Propriétés du document', + design : 'Design', // MISSING + meta : 'Méta-Données', + chooseColor : 'Choose', // MISSING + other : '', + docTitle : 'Titre de la page', + charset : 'Encodage de caractère', + charsetOther : 'Autre encodage de caractère', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Europe Centrale', + charsetCT : 'Chinois Traditionnel (Big5)', + charsetCR : 'Cyrillique', + charsetGR : 'Grecque', + charsetJP : 'Japonais', + charsetKR : 'Coréen', + charsetTR : 'Turcque', + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Occidental', + docType : 'Type de document', + docTypeOther : 'Autre type de document', + xhtmlDec : 'Inclure les déclarations XHTML', + bgColor : 'Couleur de fond', + bgImage : 'Image de fond', + bgFixed : 'Image fixe sans défilement', + txtColor : 'Couleur de caractère', + margin : 'Marges', + marginTop : 'Haut', + marginLeft : 'Gauche', + marginRight : 'Droite', + marginBottom : 'Bas', + metaKeywords : 'Mots-clés (séparés par des virgules)', + metaDescription : 'Description', + metaAuthor : 'Auteur', + metaCopyright : 'Copyright', // MISSING + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };