Update the Portuguese translation.
[wine] / programs / winecfg / Si.rc
1 /*
2  * WineCfg resources
3  * Slovenian Language Support
4  *
5  * Copyright 2003 Rok Mandeljc <rok.mandeljc@gimb.org>
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  *
21  */
22
23 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
24
25 IDD_GENERALCFG DIALOGEX 0, 0, 260, 250
26 STYLE WS_CHILD
27 FONT 8, "MS Shell Dlg"
28 BEGIN
29     COMBOBOX        IDC_WINVER,83,153,158,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
30     COMBOBOX        IDC_DOSVER,83,172,158,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
31     LTEXT           "Wine Version:",IDC_STATIC,119,17,45,8
32     LTEXT           "CVS",IDC_WINEVER,169,17,56,8
33     LTEXT           "Windows Version:",IDC_STATIC,17,155,58,8
34     LTEXT           "DOS Version:",IDC_STATIC,17,173,57,8
35     CONTROL         IDB_WINE,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE | 
36                     SS_REALSIZEIMAGE | WS_BORDER,15,17,157,111, WS_EX_TRANSPARENT
37     LTEXT           "http://www.winehq.org/",IDC_STATIC,119,31,106,8
38     GROUPBOX        "Default Behaviour",IDC_STATIC,8,115,244,97
39     LTEXT           "Wine provides the ability for Windows applications to mimic various Windows versions and styles",
40                     IDC_STATIC,15,128,227,20
41     GROUPBOX        "Information",IDC_STATIC,8,4,244,106
42     CTEXT           "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.",
43                     IDC_STATIC,119,44,124,72
44 END
45
46 IDD_APPCFG DIALOG DISCARDABLE  0, 0, 260, 250
47 STYLE WS_CHILD | WS_DISABLED
48 FONT 8, "MS Shell Dlg"
49 BEGIN
50 END
51
52 IDD_GRAPHCFG DIALOG DISCARDABLE  0, 0, 260, 250
53 STYLE WS_CHILD | WS_DISABLED
54 FONT 8, "MS Shell Dlg"
55 BEGIN
56     EDITTEXT        IDC_SYSCOLORS,100,41,40,14,ES_AUTOHSCROLL | ES_NUMBER
57     CONTROL         "Use a private color map",IDC_PRIVATEMAP,"Button",
58                     BS_AUTOCHECKBOX | WS_TABSTOP,17,62,91,10
59     CONTROL         "Favor correctness over speed",IDC_PERFECTGRAPH,"Button",
60                     BS_AUTOCHECKBOX | WS_TABSTOP,17,76,117,10
61     CONTROL         "Use XFree DGA extension",IDC_XDGA,"Button",
62                     BS_AUTOCHECKBOX | WS_TABSTOP,141,62,97,10
63     CONTROL         "Use XFree Shm extension",IDC_XSHM,"Button",
64                     BS_AUTOCHECKBOX | WS_TABSTOP,141,76,96,10
65     CONTROL         "Enable Wine desktop",IDC_MANAGED,"Button",
66                     BS_AUTOCHECKBOX | WS_TABSTOP,17,143,84,10
67     EDITTEXT        IDC_DESKTOP_WIDTH,64,159,40,14,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
68     EDITTEXT        IDC_DESKTOP_HEIGHT,117,159,40,14,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
69     GROUPBOX        "Render Settings",IDC_STATIC,8,4,244,90
70     LTEXT           "The driver color and render settings are used to optimise the way in which colors and applications are displayed.",
71                     IDC_STATIC,15,17,228,22
72     LTEXT           "Allocated system colors:",IDC_STATIC,17,43,76,8
73     GROUPBOX        "Wine Desktop",IDC_STATIC,8,99,244,83
74     LTEXT           "Wine can be setup to emulate a windows desktop, or can be run in ""Managed"" mode (default) where the default X11 windows manager/environment is resposible for placing the windows.",
75                     IDC_STATIC,15,112,228,28
76     LTEXT           "Desktop size:",IDC_DESKTOP_SIZE,17,161,44,8,WS_DISABLED
77     LTEXT           "X",IDC_DESKTOP_BY,108,161,8,8,WS_DISABLED
78     GROUPBOX        " Screen Resolution ",IDC_STATIC,8,242,244,25
79     CONTROL         "", IDC_RES_TRACKBAR, "msctls_trackbar32",WS_TABSTOP,12,250,187,15
80     EDITTEXT        IDC_RES_DPIEDIT,204,250,23,13,ES_NUMBER|WS_TABSTOP
81     LTEXT           "dpi",IDC_STATIC,235,252,10,8
82 END
83
84 IDD_DLLCFG DIALOG DISCARDABLE  0, 0, 260, 250
85 STYLE WS_CHILD | WS_DISABLED
86 FONT 8, "MS Shell Dlg"
87 BEGIN
88 END
89
90 STRINGTABLE DISCARDABLE 
91 BEGIN
92     IDS_WINE_VERSION        "CVS"
93     IDS_TAB_GENERAL         "General"
94     IDS_TAB_DLLS            "Libraries"
95     IDS_TAB_DRIVES          "Drives"
96 END