winefile: Convert menu and string table resources to po files.
[wine] / programs / winefile / It.rc
1 /*
2  * WineFile
3  * Italian Language Support
4  *
5  * Copyright 2000 Martin Fuchs
6  * Copyright 2002 Steven Edwards
7  * Copyright 2002 Alexandre Julliard
8  * Copyright 2004 Ivan Leo Puoti
9  * Copyright 2010 Luca Bennati
10  *
11  * This library is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public
13  * License as published by the Free Software Foundation; either
14  * version 2.1 of the License, or (at your option) any later version.
15  *
16  * This library is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19  * Lesser General Public License for more details.
20  *
21  * You should have received a copy of the GNU Lesser General Public
22  * License along with this library; if not, write to the Free Software
23  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24  */
25
26 #include "resource.h"
27
28 /*UTF-8*/
29 #pragma code_page(65001)
30
31 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
32
33 IDD_DIALOG_VIEW_TYPE DIALOG 15, 13, 161, 97
34 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
35 CAPTION "Per tipo di file"
36 FONT 8, "MS Sans Serif"
37 BEGIN
38     LTEXT           "&Nome:",-1,7,8,22,10
39     EDITTEXT        IDC_VIEW_PATTERN,31,7,63,12,ES_AUTOHSCROLL
40     GROUPBOX        "Tipo di file",-1,7,23,87,56
41     CONTROL         "&Cartelle",IDC_VIEW_TYPE_DIRECTORIES,"Button",
42                     BS_AUTOCHECKBOX | WS_TABSTOP,13,32,70,10
43     CONTROL         "&Programmi",IDC_VIEW_TYPE_PROGRAMS,"Button",
44                     BS_AUTOCHECKBOX | WS_TABSTOP,13,43,70,10
45     CONTROL         "Docu&menti",IDC_VIEW_TYPE_DOCUMENTS,"Button",
46                     BS_AUTOCHECKBOX | WS_TABSTOP,13,54,70,10
47     CONTROL         "&Altri file",IDC_VIEW_TYPE_OTHERS,"Button",
48                     BS_AUTOCHECKBOX | WS_TABSTOP,13,65,70,10
49     CONTROL         "&Mostra file nascosti/di sistema",IDC_VIEW_TYPE_HIDDEN,
50                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,106,9
51     DEFPUSHBUTTON   "OK",IDOK,104,7,50,14
52     PUSHBUTTON      "Annulla",IDCANCEL,104,24,50,14
53 END
54
55 IDD_DIALOG_PROPERTIES DIALOG  0, 0, 248, 215
56 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
57 CAPTION "Proprietà di %s"
58 FONT 8, "MS Sans Serif"
59 BEGIN
60     DEFPUSHBUTTON   "OK",IDOK,191,7,50,14
61     PUSHBUTTON      "Annulla",IDCANCEL,191,29,50,14
62     LTEXT           "Nome del &file:",-1,7,7,59,9
63     EDITTEXT        IDC_STATIC_PROP_FILENAME,71,7,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
64     LTEXT           "&Indirizzo completo:",-1,7,18,59,9
65     EDITTEXT        IDC_STATIC_PROP_PATH,71,18,120,9, ES_READONLY | NOT WS_BORDER | WS_TABSTOP
66     LTEXT           "Ultima modifica:",-1,7,29,59,9
67     EDITTEXT        IDC_STATIC_PROP_LASTCHANGE,71,29,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
68     LTEXT           "Versione:",-1,7,40,59,9
69     EDITTEXT        IDC_STATIC_PROP_VERSION,71,40,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
70     LTEXT           "&Copyright:",-1,7,51,59,9
71     EDITTEXT        IDC_STATIC_PROP_COPYRIGHT,71,51,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
72     LTEXT           "Dimensione:",-1,7,62,59,9
73     EDITTEXT        IDC_STATIC_PROP_SIZE,71,62,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
74     GROUPBOX        "Attributi",-1,7,79,158,46
75     CONTROL         "&Sola lettura",IDC_CHECK_READONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,91,68,9
76     CONTROL         "&Nascosto",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9
77     CONTROL         "&Archivio",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9
78     CONTROL         "&Di sistema",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9
79     CONTROL         "Co&mpresso",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX |  WS_TABSTOP,17,111,68,9
80     GROUPBOX        "&Informazioni sulla versione",-1,7,129,234,79
81     LISTBOX         IDC_LIST_PROP_VERSION_TYPES,13,139,107,63,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
82     EDITTEXT        IDC_LIST_PROP_VERSION_VALUES,123,139,111,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL
83 END