]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/lang/fr.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / fr.js
CommitLineData
3332bebe 1/**
317f8f8f 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3332bebe
IB
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6/**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * French language.
9 */
10
11/**#@+
12 @type String
13 @example
14*/
15
16/**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20CKEDITOR.lang[ 'fr' ] = {
21 // ARIA description.
317f8f8f 22 editor: 'Éditeur de texte enrichi',
3332bebe
IB
23 editorPanel: 'Tableau de bord de l\'éditeur de texte enrichi',
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
317f8f8f 29 editorHelp: 'Utilisez le raccourci Alt-0 pour obtenir de l\'aide',
3332bebe 30
317f8f8f 31 browseServer: 'Parcourir le serveur',
3332bebe
IB
32 url: 'URL',
33 protocol: 'Protocole',
34 upload: 'Télécharger',
35 uploadSubmit: 'Envoyer sur le serveur',
36 image: 'Image',
37 flash: 'Flash',
38 form: 'Formulaire',
39 checkbox: 'Case à cocher',
317f8f8f 40 radio: 'Bouton radio',
3332bebe
IB
41 textField: 'Champ texte',
42 textarea: 'Zone de texte',
317f8f8f 43 hiddenField: 'Champ invisible',
3332bebe
IB
44 button: 'Bouton',
45 select: 'Liste déroulante',
317f8f8f
IB
46 imageButton: 'Bouton avec image',
47 notSet: '<indéfini>',
48 id: 'ID',
3332bebe
IB
49 name: 'Nom',
50 langDir: 'Sens d\'écriture',
51 langDirLtr: 'Gauche à droite (LTR)',
52 langDirRtl: 'Droite à gauche (RTL)',
53 langCode: 'Code de langue',
317f8f8f
IB
54 longDescr: 'URL de description longue',
55 cssClass: 'Classes de style',
56 advisoryTitle: 'Infobulle',
3332bebe
IB
57 cssStyle: 'Style',
58 ok: 'OK',
59 cancel: 'Annuler',
60 close: 'Fermer',
61 preview: 'Aperçu',
317f8f8f 62 resize: 'Redimensionner',
3332bebe
IB
63 generalTab: 'Général',
64 advancedTab: 'Avancé',
65 validateNumberFailed: 'Cette valeur n\'est pas un nombre.',
317f8f8f
IB
66 confirmNewPage: 'Les changements non sauvegardés seront perdus. Êtes-vous sûr de vouloir charger une nouvelle page ?',
67 confirmCancel: 'Certaines options ont été modifiées. Êtes-vous sûr de vouloir fermer ?',
3332bebe 68 options: 'Options',
317f8f8f 69 target: 'Cible',
3332bebe
IB
70 targetNew: 'Nouvelle fenêtre (_blank)',
71 targetTop: 'Fenêtre supérieure (_top)',
72 targetSelf: 'Même fenêtre (_self)',
73 targetParent: 'Fenêtre parent (_parent)',
317f8f8f
IB
74 langDirLTR: 'Gauche à droite (LTR)',
75 langDirRTL: 'Droite à gauche (RTL)',
3332bebe
IB
76 styles: 'Style',
77 cssClasses: 'Classes de style',
78 width: 'Largeur',
79 height: 'Hauteur',
80 align: 'Alignement',
81 alignLeft: 'Gauche',
82 alignRight: 'Droite',
317f8f8f 83 alignCenter: 'Centrer',
3332bebe
IB
84 alignJustify: 'Justifier',
85 alignTop: 'Haut',
86 alignMiddle: 'Milieu',
87 alignBottom: 'Bas',
88 alignNone: 'Aucun',
317f8f8f 89 invalidValue: 'Valeur invalide.',
3332bebe
IB
90 invalidHeight: 'La hauteur doit être un nombre.',
91 invalidWidth: 'La largeur doit être un nombre.',
317f8f8f
IB
92 invalidCssLength: 'La valeur spécifiée pour le champ « %1 » doit être un nombre positif avec ou sans unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).',
93 invalidHtmlLength: 'La valeur spécifiée pour le champ « %1 » doit être un nombre positif avec ou sans unité de mesure HTML valide (px ou %).',
94 invalidInlineStyle: 'La valeur spécifiée pour le style en ligne doit être composée d\'un ou plusieurs couples au format « nom : valeur », séparés par des points-virgules.',
3332bebe
IB
95 cssLengthTooltip: 'Entrer un nombre pour une valeur en pixels ou un nombre avec une unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).',
96
97 // Put the voice-only part of the label in the span.
317f8f8f
IB
98 unavailable: '%1<span class="cke_accessibility">, indisponible</span>',
99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: {
102 8: 'Retour arrière',
103 13: 'Entrée',
104 16: 'Majuscule',
105 17: 'Ctrl',
106 18: 'Alt',
107 32: 'Espace',
108 35: 'Fin',
109 36: 'Origine',
110 46: 'Supprimer',
111 224: 'Commande'
112 },
113
114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Raccourci clavier'
3332bebe
IB
116 }
117};