File: it.js

package info (click to toggle)
turbotinymce 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,196 kB
  • ctags: 826
  • sloc: python: 159; sh: 22; makefile: 13
file content (60 lines) | stat: -rwxr-xr-x 1,675 bytes parent folder | download
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
52
53
54
55
56
57
58
59
60
// IT lang variables

tinyMCE.addToLang('style',{
title : 'Modifica stile CSS',
styleinfo_desc : 'Modifica stile CSS',
text_tab : 'Testo',
background_tab : 'Sfondo',
block_tab : 'Blocco',
box_tab : 'Box',
border_tab : 'Bordo',
list_tab : 'Lista',
positioning_tab : 'Posizionamento',
text_props : 'Testo',
text_font : 'Font',
text_size : 'Dimensione',
text_weight : 'Peso',
text_style : 'Stile',
text_variant : 'Variante',
text_lineheight : 'Altezza linea',
text_case : 'Caso',
text_color : 'Colore',
text_decoration : 'Decorazione',
background_color : 'Colore di sfondo',
background_image : 'Immagine di sfondo',
background_repeat : 'Ripeti',
background_attachment : 'Ancoraggio',
background_hpos : 'Posizione orizzontale',
background_vpos : 'Posizione verticale',
block_wordspacing : 'Spaziatura parole',
block_letterspacing : 'Spaziatura lettere',
block_vertical_alignment : 'Allineamento verticale',
block_text_align : 'Allineamento del testo',
block_text_indent : 'Indentazione del testo',
block_whitespace : 'Whitespace',
block_display : 'Display',
box_width : 'Larghezza',
box_height : 'Altezza',
box_float : 'Float',
box_clear : 'Clear',
padding : 'Spaziatura interna',
same : 'Uguale per tutti',
top : 'Alto',
right : 'Destra',
bottom : 'Basso',
left : 'Sinistra',
margin : 'Margine esterno',
style : 'Stile',
width : 'Larghezza',
height : 'Altezza',
color : 'Colore',
list_type : 'Tipo',
bullet_image : 'Immagine punto elenco',
position : 'Posizionamento',
positioning_type : 'Tipo',
visibility : 'Visibilità',
zindex : 'Z-index',
overflow : 'Overflow',
placement : 'Piazzamento',
clip : 'Clip'
});