po: Add message contexts for 'Desktop' and update Japanese translation.
[wine] / dlls / shell32 / shell32_Cs.rc
1 /* Hey, Emacs, open this file with -*- coding: cp1250 -*-
2  *
3  * Copyright 1998 Juergen Schmied
4  * Copyright 2003 Filip Navara
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
20
21 #include "shresdef.h"
22
23 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
24
25 /* Czech strings in CP1250 */
26
27 SHBRSFORFOLDER_MSGBOX DIALOG 15, 40, 188, 192
28 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
29 CAPTION "Procházet..."
30 FONT 8, "MS Shell Dlg"
31 {
32  DEFPUSHBUTTON "OK", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
33  PUSHBUTTON "Storno", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
34  LTEXT "", IDD_TITLE, 4, 4, 180, 12
35  LTEXT "", IDD_STATUS, 4, 25, 180, 12
36  CONTROL "", IDD_TREEVIEW, "SysTreeView32",
37         TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
38         WS_BORDER | WS_TABSTOP,
39         4, 40, 180, 120
40 }
41
42 SHELL_ABOUT_MSGBOX DIALOG 15, 40, 220, 152
43 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
44 CAPTION "O aplikaci %s"
45 FONT 10, "MS Shell Dlg"
46 {
47  DEFPUSHBUTTON "OK", IDOK, 153, 133, 60, 12, WS_TABSTOP
48  PUSHBUTTON "Wine &license", IDC_ABOUT_LICENSE, 153, 113, 60, 12, WS_TABSTOP
49  LISTBOX IDC_ABOUT_LISTBOX, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
50  ICON "", stc1, 10, 10, 30, 30
51  LTEXT "", IDC_ABOUT_STATIC_TEXT1, 40, 10, 170, 10
52  LTEXT "", IDC_ABOUT_STATIC_TEXT2, 40, 22, 170, 10
53  LTEXT "Running on %s", IDC_ABOUT_STATIC_TEXT3, 42, 34, 170, 10
54  LTEXT "Wine je dílem:", IDC_ABOUT_WINE_TEXT, 8, 54, 204, 10
55 }
56
57 SHELL_RUN_DLG DIALOG 0, 0, 227, 95
58 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
59 CAPTION ""
60 FONT 8, "MS Shell Dlg"
61 {
62  ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
63  LTEXT "Zadejte název programu, slo\9eky, dokumentu, nebo zdroje v síti Internet a Wine jej pro vás otevøe.", 12289, 36, 11, 182, 18
64  LTEXT "&Otevøít:", 12305, 7, 39, 24, 10
65  CONTROL "", 12298, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
66  DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
67  PUSHBUTTON "Storno", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
68  PUSHBUTTON "&Procházet...", 12288, 170, 63, 50, 14, WS_TABSTOP
69 }