configure: Fix configure failures under -Werror -Wall.
[wine/multimedia.git] / programs / winefile / Ro.rc
blob9f7656b1c15462c549248f9e1a285e8de67e1e5b
1 /*
2  * WineFile
3  *
4  * Copyright 2000 Martin Fuchs
5  * Copyright 2002 Steven Edwards
6  * Copyright 2002 Alexandre Julliard
7  * Copyright 2010 Claudia Cotună
8  *                Michael Stefaniuc
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23  */
25 #include "resource.h"
27 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
29 #pragma code_page(65001)
31 IDD_SELECT_DESTINATION DIALOG 15, 13, 210, 63
32 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
33 CAPTION "Selectare destinație"
34 FONT 8, "MS Shell Dlg"
36     CONTROL         "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
37     CONTROL         "Ca&le:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
38     EDITTEXT        201, 3, 29, 134, 12, ES_AUTOHSCROLL
39     DEFPUSHBUTTON   "OK", 1, 158, 6, 47, 14
40     PUSHBUTTON      "Anulează", 2, 158, 23, 47, 14
41     PUSHBUTTON      "Navi&gare", 254, 158, 43, 47, 14
44 IDD_DIALOG_VIEW_TYPE DIALOG 15, 13, 161, 97
45 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
46 CAPTION "După tipul de fișier"
47 FONT 8, "MS Sans Serif"
48 BEGIN
49     LTEXT           "&Nume:",-1,7,8,22,10
50     EDITTEXT        IDC_VIEW_PATTERN,31,7,63,12,ES_AUTOHSCROLL
51     GROUPBOX        "Tip fișier",-1,7,23,87,56
52     CONTROL         "&Directoare",IDC_VIEW_TYPE_DIRECTORIES,"Button",
53                     BS_AUTOCHECKBOX | WS_TABSTOP,13,32,70,10
54     CONTROL         "&Programe",IDC_VIEW_TYPE_PROGRAMS,"Button",
55                     BS_AUTOCHECKBOX | WS_TABSTOP,13,43,70,10
56     CONTROL         "Docu&mente",IDC_VIEW_TYPE_DOCUMENTS,"Button",
57                     BS_AUTOCHECKBOX | WS_TABSTOP,13,54,70,10
58     CONTROL         "&Alte fișiere",IDC_VIEW_TYPE_OTHERS,"Button",
59                     BS_AUTOCHECKBOX | WS_TABSTOP,13,65,70,10
60     CONTROL         "Arată fișierele ascunse/de &sistem",IDC_VIEW_TYPE_HIDDEN,
61                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,126,9
62     DEFPUSHBUTTON   "OK",IDOK,104,7,50,14
63     PUSHBUTTON      "Anulează",IDCANCEL,104,24,50,14
64 END
66 IDD_DIALOG_PROPERTIES DIALOG  0, 0, 248, 215
67 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
68 CAPTION "Proprietăți pentru %s"
69 FONT 8, "MS Sans Serif"
70 BEGIN
71     DEFPUSHBUTTON   "OK",IDOK,191,7,50,14
72     PUSHBUTTON      "Anulează",IDCANCEL,191,29,50,14
73     LTEXT           "Nume &fișier:",-1,7,7,59,9
74     EDITTEXT        IDC_STATIC_PROP_FILENAME,71,7,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
75     LTEXT           "Calea com&pletă:",-1,7,18,59,9
76     EDITTEXT        IDC_STATIC_PROP_PATH,71,18,120,9, ES_READONLY | NOT WS_BORDER | WS_TABSTOP
77     LTEXT           "Ultima modificare:",-1,7,29,59,9
78     EDITTEXT        IDC_STATIC_PROP_LASTCHANGE,71,29,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
79     LTEXT           "Versiune:",-1,7,40,59,9
80     EDITTEXT        IDC_STATIC_PROP_VERSION,71,40,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
81     LTEXT           "Drep&t de autor:",-1,7,51,59,9
82     EDITTEXT        IDC_STATIC_PROP_COPYRIGHT,71,51,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
83     LTEXT           "Dimensiune:",-1,7,62,59,9
84     EDITTEXT        IDC_STATIC_PROP_SIZE,71,62,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
85     GROUPBOX        "Atribute",-1,7,79,158,46
86     CONTROL         "Doar citi&re",IDC_CHECK_READONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,91,68,9
87     CONTROL         "Ascu&ns",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9
88     CONTROL         "&Arhivă",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9
89     CONTROL         "&Sistem",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9
90     CONTROL         "&Comprimat",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,17,111,68,9
91     GROUPBOX        "Informații despre &versiune",-1,7,129,234,79
92     LISTBOX         IDC_LIST_PROP_VERSION_TYPES,13,139,107,63,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
93     EDITTEXT        IDC_LIST_PROP_VERSION_VALUES,123,139,111,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL
94 END