diff options
Diffstat (limited to 'plugins/forms/lang/fr.js')
| -rw-r--r-- | plugins/forms/lang/fr.js | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/plugins/forms/lang/fr.js b/plugins/forms/lang/fr.js deleted file mode 100644 index 55c6e80..0000000 --- a/plugins/forms/lang/fr.js +++ /dev/null @@ -1,68 +0,0 @@ -/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'forms', 'fr', {
- button: {
- title: 'Propriétés du bouton',
- text: 'Texte (Value)',
- type: 'Type',
- typeBtn: 'Bouton',
- typeSbm: 'Validation (submit)',
- typeRst: 'Remise à zéro'
- },
- checkboxAndRadio: {
- checkboxTitle: 'Propriétés de la case à cocher',
- radioTitle: 'Propriétés du bouton Radio',
- value: 'Valeur',
- selected: 'Sélectionné'
- },
- form: {
- title: 'Propriétés du formulaire',
- menu: 'Propriétés du formulaire',
- action: 'Action',
- method: 'Méthode',
- encoding: 'Encodage'
- },
- hidden: {
- title: 'Propriétés du champ caché',
- name: 'Nom',
- value: 'Valeur'
- },
- select: {
- title: 'Propriétés du menu déroulant',
- selectInfo: 'Informations sur le menu déroulant',
- opAvail: 'Options disponibles',
- value: 'Valeur',
- size: 'Taille',
- lines: 'Lignes',
- chkMulti: 'Permettre les sélections multiples',
- opText: 'Texte',
- opValue: 'Valeur',
- btnAdd: 'Ajouter',
- btnModify: 'Modifier',
- btnUp: 'Haut',
- btnDown: 'Bas',
- btnSetValue: 'Définir comme valeur sélectionnée',
- btnDelete: 'Supprimer'
- },
- textarea: {
- title: 'Propriétés de la zone de texte',
- cols: 'Colonnes',
- rows: 'Lignes'
- },
- textfield: {
- title: 'Propriétés du champ texte',
- name: 'Nom',
- value: 'Valeur',
- charWidth: 'Taille des caractères',
- maxChars: 'Nombre maximum de caractères',
- type: 'Type',
- typeText: 'Texte',
- typePass: 'Mot de passe',
- typeEmail: 'E-mail',
- typeSearch: 'Rechercher',
- typeTel: 'Numéro de téléphone',
- typeUrl: 'URL'
- }
-});
|
