diff options
Diffstat (limited to 'nls/it_IT/common.m')
-rw-r--r-- | nls/it_IT/common.m | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/nls/it_IT/common.m b/nls/it_IT/common.m new file mode 100644 index 0000000..5f35bf2 --- /dev/null +++ b/nls/it_IT/common.m | |||
@@ -0,0 +1,57 @@ | |||
1 | $set 15 #Common | ||
2 | |||
3 | $ #Yes | ||
4 | # Si | ||
5 | $ #No | ||
6 | # No | ||
7 | |||
8 | $ #DirectionTitle | ||
9 | # Direzione | ||
10 | $ #DirectionHoriz | ||
11 | # Orizzontale | ||
12 | $ #DirectionVert | ||
13 | # Verticale | ||
14 | |||
15 | $ #AlwaysOnTop | ||
16 | # Sempre In Primo Piano | ||
17 | |||
18 | $ #PlacementTitle | ||
19 | # Posizionamento | ||
20 | $ #PlacementTopLeft | ||
21 | # Alto A Sinistra | ||
22 | $ #PlacementCenterLeft | ||
23 | # Centro A Sinistra | ||
24 | $ #PlacementBottomLeft | ||
25 | # Basso A Sinistra | ||
26 | $ #PlacementTopCenter | ||
27 | # Alto Al Centro | ||
28 | $ #PlacementBottomCenter | ||
29 | # Basso Al Centro | ||
30 | $ #PlacementTopRight | ||
31 | # Alto A Destra | ||
32 | $ #PlacementCenterRight | ||
33 | # Centro A Destra | ||
34 | $ #PlacementBottomRight | ||
35 | # Basso A Destra | ||
36 | $ #PlacementLeftTop | ||
37 | # Sinistra In Alto | ||
38 | $ #PlacementLeftCenter | ||
39 | # Sinistra Al Centro | ||
40 | $ #PlacementLeftBottom | ||
41 | # Sinistra In Basso | ||
42 | $ #PlacementRightTop | ||
43 | # Destra In Alto | ||
44 | $ #PlacementRightCenter | ||
45 | # Destra Al Centro | ||
46 | $ #PlacementRightBottom | ||
47 | # Destra In Basso | ||
48 | $ #PlacementTopRelative | ||
49 | # Relativo In Alto | ||
50 | $ #PlacementBottomRelative | ||
51 | # Relativo In Basso | ||
52 | $ #PlacementLeftRelative | ||
53 | # Relativo A Sinistra | ||
54 | $ #PlacementRightRelative | ||
55 | # Relativo A Destra | ||
56 | $ #AutoHide | ||
57 | # Nascondi Automaticamente \ No newline at end of file | ||