1 /* Italian resource for Wine WordPad
3 * Copyright 2010 by Luca Bennati
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23 #pragma code_page(65001)
25 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
27 IDD_DATETIME DIALOG 30, 20, 130, 80
28 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
30 FONT 10, "MS Sans Serif"
32 LTEXT "Formati disponibili",-1,3,2,100,15
33 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
34 PUSHBUTTON "&OK",IDOK,87,12,40,12
35 PUSHBUTTON "&Annulla",IDCANCEL,87,26,40,12
38 IDD_NEWFILE DIALOG 30, 20, 140, 80
39 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
41 FONT 10, "MS Sans Serif"
43 LTEXT "Nuovo tipo di documento",-1,3,2,100,15
44 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
45 PUSHBUTTON "&OK",IDOK,97,12,40,12
46 PUSHBUTTON "&Annulla",IDCANCEL,97,26,40,12
49 IDD_PARAFORMAT DIALOG 30, 20, 200, 110
50 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
51 CAPTION "Formato del paragrafo"
52 FONT 8, "MS Shell Dlg"
54 GROUPBOX "Rientro", -1, 10, 10, 120, 68
55 LTEXT "Sinistra", -1, 15, 22, 40, 13
56 EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
57 LTEXT "Destra", -1, 15, 40, 40, 13
58 EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
59 LTEXT "Prima riga", -1, 15, 58, 40, 13
60 EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
61 LTEXT "Allineamento", -1, 15, 87, 45, 13
62 COMBOBOX IDC_PARA_ALIGN, 60, 85, 60, 60, CBS_DROPDOWNLIST
63 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
64 PUSHBUTTON "&Annulla", IDCANCEL, 137, 33, 50, 15
67 IDD_TABSTOPS DIALOG 30, 20, 200, 110
68 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
70 FONT 8, "MS SHell DLg"
72 GROUPBOX "Punti di fermata delle tabulazioni", -1, 10, 10, 120, 90
73 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE
74 DEFPUSHBUTTON "&Aggiungi", ID_TAB_ADD, 20, 80, 45, 15
75 PUSHBUTTON "&Rimuovi", ID_TAB_DEL, 72, 80, 45, 15
76 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
77 PUSHBUTTON "&Annulla", IDCANCEL, 137, 33, 50, 15
78 PUSHBUTTON "Rimuovi &tutti", ID_TAB_EMPTY, 137, 51, 50, 15
81 IDD_FORMATOPTS DIALOG 0, 0, 310, 110
84 FONT 8, "MS Shell Dlg"
86 GROUPBOX "Linea di margine", -1, 10, 10, 150, 85
87 RADIOBUTTON "&Nessuna linea di margine", IDC_PAGEFMT_WN, 18, 25, 140, 15
88 RADIOBUTTON "Confina il testo nel &bordo della finestra", IDC_PAGEFMT_WW, 18, 45, 140, 15
89 RADIOBUTTON "Confina il testo nel &margine", IDC_PAGEFMT_WM, 18, 65, 140, 15
90 GROUPBOX "Barre", -1, 170, 10, 120, 85
91 CHECKBOX "Barra degli &strumenti", IDC_PAGEFMT_TB, 180, 20, 80, 15
92 CHECKBOX "Barra del &formato", IDC_PAGEFMT_FB, 180, 38, 80, 15
93 CHECKBOX "&Righello", IDC_PAGEFMT_RU, 180, 56, 80, 15
94 CHECKBOX "Barra di s&tato", IDC_PAGEFMT_SB, 180, 74, 80, 15
95 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0