]>
Commit | Line | Data |
---|---|---|
7adcb81e IB |
1 | /*\r |
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r | |
3 | For licensing, see LICENSE.md or http://ckeditor.com/license\r | |
4 | */\r | |
5 | CKEDITOR.plugins.setLang( 'forms', 'fr', {\r | |
6 | button: {\r | |
7 | title: 'Propriétés du bouton',\r | |
8 | text: 'Texte (Value)',\r | |
9 | type: 'Type',\r | |
10 | typeBtn: 'Bouton',\r | |
11 | typeSbm: 'Validation (submit)',\r | |
12 | typeRst: 'Remise à zéro'\r | |
13 | },\r | |
14 | checkboxAndRadio: {\r | |
15 | checkboxTitle: 'Propriétés de la case à cocher',\r | |
16 | radioTitle: 'Propriétés du bouton Radio',\r | |
17 | value: 'Valeur',\r | |
18 | selected: 'Sélectionné',\r | |
19 | required: 'Requis'\r | |
20 | },\r | |
21 | form: {\r | |
22 | title: 'Propriétés du formulaire',\r | |
23 | menu: 'Propriétés du formulaire',\r | |
24 | action: 'Action',\r | |
25 | method: 'Méthode',\r | |
26 | encoding: 'Encodage'\r | |
27 | },\r | |
28 | hidden: {\r | |
29 | title: 'Propriétés du champ caché',\r | |
30 | name: 'Nom',\r | |
31 | value: 'Valeur'\r | |
32 | },\r | |
33 | select: {\r | |
34 | title: 'Propriétés du menu déroulant',\r | |
35 | selectInfo: 'Informations sur le menu déroulant',\r | |
36 | opAvail: 'Options disponibles',\r | |
37 | value: 'Valeur',\r | |
38 | size: 'Taille',\r | |
39 | lines: 'Lignes',\r | |
40 | chkMulti: 'Permettre les sélections multiples',\r | |
41 | required: 'Requis',\r | |
42 | opText: 'Texte',\r | |
43 | opValue: 'Valeur',\r | |
44 | btnAdd: 'Ajouter',\r | |
45 | btnModify: 'Modifier',\r | |
46 | btnUp: 'Haut',\r | |
47 | btnDown: 'Bas',\r | |
48 | btnSetValue: 'Définir comme valeur sélectionnée',\r | |
49 | btnDelete: 'Supprimer'\r | |
50 | },\r | |
51 | textarea: {\r | |
52 | title: 'Propriétés de la zone de texte',\r | |
53 | cols: 'Colonnes',\r | |
54 | rows: 'Lignes'\r | |
55 | },\r | |
56 | textfield: {\r | |
57 | title: 'Propriétés du champ texte',\r | |
58 | name: 'Nom',\r | |
59 | value: 'Valeur',\r | |
60 | charWidth: 'Taille des caractères',\r | |
61 | maxChars: 'Nombre maximum de caractères',\r | |
62 | required: 'Requis',\r | |
63 | type: 'Type',\r | |
64 | typeText: 'Texte',\r | |
65 | typePass: 'Mot de passe',\r | |
66 | typeEmail: 'E-mail',\r | |
67 | typeSearch: 'Rechercher',\r | |
68 | typeTel: 'Numéro de téléphone',\r | |
69 | typeUrl: 'URL'\r | |
70 | }\r | |
71 | } );\r |