summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/fr/commands.js.uncompressed.js
blob: 27b6a403130aaa6fef0d3d06c2761ae1c3cb0be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
define(
"dijit/_editor/nls/fr/commands", ({
	'bold': 'Gras',
	'copy': 'Copier',
	'cut': 'Couper',
	'delete': 'Supprimer',
	'indent': 'Retrait',
	'insertHorizontalRule': 'Règle horizontale',
	'insertOrderedList': 'Liste numérotée',
	'insertUnorderedList': 'Liste à puces',
	'italic': 'Italique',
	'justifyCenter': 'Aligner au centre',
	'justifyFull': 'Justifier',
	'justifyLeft': 'Aligner à gauche',
	'justifyRight': 'Aligner à droite',
	'outdent': 'Retrait négatif',
	'paste': 'Coller',
	'redo': 'Rétablir',
	'removeFormat': 'Supprimer la mise en forme',
	'selectAll': 'Sélectionner tout',
	'strikethrough': 'Barrer',
	'subscript': 'Indice',
	'superscript': 'Exposant',
	'underline': 'Souligner',
	'undo': 'Annuler',
	'unlink': 'Supprimer le lien',
	'createLink': 'Créer un lien',
	'toggleDir': 'Changer de sens',
	'insertImage': 'Insérer une image',
	'insertTable': 'Insérer/Modifier un tableau',
	'toggleTableBorder': 'Afficher/Masquer la bordure du tableau',
	'deleteTable': 'Supprimer le tableau',
	'tableProp': 'Propriété du tableau',
	'htmlToggle': 'Source HTML',
	'foreColor': 'Couleur d\'avant-plan',
	'hiliteColor': 'Couleur d\'arrière-plan',
	'plainFormatBlock': 'Style de paragraphe',
	'formatBlock': 'Style de paragraphe',
	'fontSize': 'Taille de police',
	'fontName': 'Nom de police',
	'tabIndent': 'Retrait de tabulation',
	"fullScreen": "Basculer en plein écran",
	"viewSource": "Afficher la source HTML",
	"print": "Imprimer",
	"newPage": "Nouvelle page",
	/* Error messages */
	'systemShortcut': 'L\'action "${0}" est disponible dans votre navigateur uniquement, par le biais d\'un raccourci-clavier. Utilisez ${1}.',
	'ctrlKey':'ctrl+${0}',
	'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
})
);