Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
420 florian 1
// FR lang variables
2
// Modified by keyko-web.net, last updated 2007-03-08
3
 
4
tinyMCE.addToLang('style',{
5
title : 'Edtiteur de style CSS',
6
styleinfo_desc : 'Edtiteur de style CSS',
7
apply : 'Appliquer',
8
text_tab : 'Texte',
9
background_tab : 'Arrière-plan',
10
block_tab : 'Bloc',
11
box_tab : 'Boite',
12
border_tab : 'Bord',
13
list_tab : 'Liste',
14
positioning_tab : 'Positionnement',
15
text_props : 'Texte',
16
text_font : 'Police',
17
text_size : 'Taille',
18
text_weight : 'Poids',
19
text_style : 'Style',
20
text_variant : 'Variant',
21
text_lineheight : 'Hauteur de ligne',
22
text_case : 'Casse',
23
text_color : 'Couleur',
24
text_decoration : 'Décoration',
25
text_overline : 'surligné',
26
text_underline : 'souligné',
27
text_striketrough : 'barré',
28
text_blink : 'clignotant',
29
text_none : 'aucun',
30
background_color : 'Couleur d\'arrière-plan',
31
background_image : 'Image d\'arrière-plan',
32
background_repeat : 'Répéter',
33
background_attachment : 'Attacher',
34
background_hpos : 'Position horizontale',
35
background_vpos : 'Position verticale',
36
block_wordspacing : 'Espace entre les mots',
37
block_letterspacing : 'Espace entre les lettres',
38
block_vertical_alignment : 'Aligenement vertical',
39
block_text_align : 'Aligement du texte',
40
block_text_indent : 'Indentation du texte',
41
block_whitespace : 'Espace',
42
block_display : 'Afficher',
43
box_width : 'Largeur',
44
box_height : 'Hauteur',
45
box_float : 'Float',
46
box_clear : 'Effacer',
47
padding : 'Padding',
48
same : 'Identique pour tous',
49
top : 'Haut',
50
right : 'Droite',
51
bottom : 'Bas',
52
left : 'Gauche',
53
margin : 'Marge',
54
style : 'Style',
55
width : 'Largeur',
56
height : 'Hauteur',
57
color : 'Couleur',
58
list_type : 'Type',
59
bullet_image : 'Bullet image',
60
position : 'Position',
61
positioning_type : 'Type',
62
visibility : 'Visibilité',
63
zindex : 'Z-index',
64
overflow : 'Overflow',
65
placement : 'Placement',
66
clip : 'Clip'
67
});