- Timestamp:
- 06/27/19 11:15:42 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/lang/fr-ca.js
r3759 r3983 1 1 /* 2 Copyright (c) 2003-201 8, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 89 89 headersNone : 'Aucun', 90 90 headersRow : 'Première ligne', 91 heightUnit : 'height unit', 91 92 invalidBorder : 'La taille de bordure doit être un nombre.', 92 93 invalidCellPadding : 'La marge interne des cellules doit être un nombre positif.', … … 166 167 liststyle : 167 168 { 168 armenian : 'Numération arménienne',169 169 bulletedTitle : 'Propriété de liste à puce', 170 170 circle : 'Cercle', 171 171 decimal : 'Décimal (1, 2, 3, etc.)', 172 decimalLeadingZero : 'Décimal avec zéro (01, 02, 03, etc.)',173 172 disc : 'Disque', 174 georgian : 'Numération géorgienne (an, ban, gan, etc.)',175 173 lowerAlpha : 'Alphabétique minuscule (a, b, c, d, e, etc.)', 176 lowerGreek : 'Grecque minuscule (alpha, beta, gamma, etc.)',177 174 lowerRoman : 'Romain minuscule (i, ii, iii, iv, v, etc.)', 178 175 none : 'Aucun', … … 211 208 cssClasses : 'Classes CSS', 212 209 download : 'Force Download', 213 displayText : ' Display Text',210 displayText : 'Afficher le texte', 214 211 emailAddress : 'Courriel', 215 212 emailBody : 'Corps du message', … … 226 223 noEmail : 'Veuillez saisir le courriel', 227 224 noUrl : 'Veuillez saisir l\'URL', 225 noTel : 'Please type the phone number', 228 226 other : '<autre>', 227 phoneNumber : 'Phone number', 229 228 popupDependent : 'Dépendante (Netscape)', 230 229 popupFeatures : 'Caractéristiques de la fenêtre popup', … … 251 250 toEmail : 'Courriel', 252 251 toUrl : 'URL', 252 toPhone : 'Phone', 253 253 toolbar : 'Lien', 254 254 type : 'Type de lien', … … 417 417 pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.', 418 418 pasteArea : 'Coller la zone', 419 pasteMsg : 'Paste your content inside the area below and press OK.', 420 title : 'Coller' 421 }, 422 button : 423 { 424 selectedLabel : '%1 (Selected)' 419 pasteMsg : 'Paste your content inside the area below and press OK.' 425 420 }, 426 421 blockquote :
Note: See TracChangeset
for help on using the changeset viewer.