summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/fr/TableDialog.js
blob: 67bd7e528e4294d47675a4102e5c1bb39f4bfc34 (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
//>>built
define(
"dojox/editor/plugins/nls/fr/TableDialog", //begin v1.x content
({
	insertTableTitle: "Insérer une table",
	modifyTableTitle: "Modifier une table",
	rows: "Lignes :",
	columns: "Colonnes :",
	align: "Aligner :",
	cellPadding: "Remplissage des cellules :",
	cellSpacing: "Espacement des cellules :",
	tableWidth: "Largeur de table :",
	backgroundColor: "Couleur d'arrière-plan :",
	borderColor: "Couleur des bordures :",
	borderThickness: "Epaisseur des bordures",
	percent: "pourcentage",
	pixels: "pixels",
	"default": "par défaut",
	left: "aligné à gauche",
	center: "centré",
	right: "aligné à droite",
	buttonSet: "Définir", // translated elsewhere?
	buttonInsert: "Insérer",
	buttonCancel: "Annuler",

	selectTableLabel: "Sélectionner une table",
	insertTableRowBeforeLabel: "Ajouter une ligne avant",
	insertTableRowAfterLabel: "Ajouter une ligne après",
	insertTableColumnBeforeLabel: "Ajouter une colonne avant",
	insertTableColumnAfterLabel: "Ajouter une colonne après",
	deleteTableRowLabel: "Supprimer la ligne",
	deleteTableColumnLabel: "Supprimer la colonne"
})
	
//end v1.x content
);