mshtml: Better timer handling.
[wine/wine-jacek.git] / programs / winemine / Pt.rc
blob52f7aeca186408163e2cae9a821cf9a0b0b8faff
1 /*
2  * WineMine
3  * Portuguese Language Support
4  *
5  * Copyright 2003 Marcelo Duarte
6  * Copyright 2004 Américo José Melo
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
23 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
25 STRINGTABLE {
26      IDS_APPNAME, "WineMine"
27      IDS_NOBODY,  "Ninguém"
28      IDS_ABOUT,   "Copyright 2000 Joshua Thielen"
31 MENU_WINEMINE MENU DISCARDABLE
33     POPUP "&Opções" {
34         MENUITEM "&Novo\tF2",           IDM_NEW
35         MENUITEM SEPARATOR
36         MENUITEM "&Marcas", IDM_MARKQ
37         MENUITEM SEPARATOR
38         MENUITEM "&Principiante",      IDM_BEGINNER
39         MENUITEM "&Intermediário",      IDM_ADVANCED
40         MENUITEM "&Experiente",        IDM_EXPERT
41         MENUITEM "Personali&zar...",        IDM_CUSTOM
42         MENUITEM SEPARATOR
43         MENUITEM "Sai&r\tAlt+X",       IDM_EXIT
44     }
45     POPUP "Aj&uda" {
46         MENUITEM "&Melhores tempos",    IDM_TIMES
47         MENUITEM "&Sobre",         IDM_ABOUT
48     }
51 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
53 STRINGTABLE {
54      IDS_APPNAME, "WineMine"
55      IDS_NOBODY,  "Ninguém"
56      IDS_ABOUT,   "Direitos de autor 2000, Joshua Thielen"
59 MENU_WINEMINE MENU DISCARDABLE
61     POPUP "&Opções" {
62         MENUITEM "&Novo\tF2",           IDM_NEW
63         MENUITEM SEPARATOR
64         MENUITEM "&Marcas", IDM_MARKQ
65         MENUITEM SEPARATOR
66         MENUITEM "&Principiante",      IDM_BEGINNER
67         MENUITEM "&Intermediário",      IDM_ADVANCED
68         MENUITEM "&Experiente",        IDM_EXPERT
69         MENUITEM "Personali&zar...",        IDM_CUSTOM
70         MENUITEM SEPARATOR
71         MENUITEM "Sai&r\tAlt+X",       IDM_EXIT
72     }
73     POPUP "Aj&uda" {
74         MENUITEM "&Melhores tempos",    IDM_TIMES
75         MENUITEM "&Acerca",         IDM_ABOUT
76     }
80 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
82 DLG_TIMES DIALOG DISCARDABLE 0, 0, 160, 80
83 STYLE  DS_MODALFRAME | DS_3DLOOK |
84     WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
85 CAPTION "Melhores tempos"
87     GROUPBOX        "Melhores tempos", IDIGNORE,  10,  10, 140,  45
88     LTEXT           "Principiante",      IDIGNORE,  20,  20,  40,   8
89     LTEXT           "Intermediário",      IDIGNORE,  20,  30,  40,   8
90     LTEXT           "Experiente",        IDIGNORE,  20,  40,  40,   8
91     LTEXT           "999",          IDC_TIME1,  70,  20,  15,   8
92     LTEXT           "999",          IDC_TIME2,  70,  30,  15,   8
93     LTEXT           "999",          IDC_TIME3,  70,  40,  15,   8
94     LTEXT           "",             IDC_NAME1,  90,  20,  55,   8
95     LTEXT           "",             IDC_NAME2,  90,  30,  55,   8
96     LTEXT           "",             IDC_NAME3,  90,  40,  55,   8
97     DEFPUSHBUTTON   "OK",                IDOK,  55,  60,  50,  15
101 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
103 DLG_CONGRATS DIALOG DISCARDABLE  0, 0, 160, 60
104 STYLE  DS_MODALFRAME | DS_3DLOOK |
105     WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
106 CAPTION "Congratulações!"
108     LTEXT           "Por favor, entre o seu nome", IDIGNORE,  10,  10, 150,  10
109     EDITTEXT                              IDC_EDITNAME,  25,  20, 110,  12
110     DEFPUSHBUTTON   "OK",                         IDOK,  60,  40,  40,  15
113 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
115 DLG_CONGRATS DIALOG DISCARDABLE  0, 0, 160, 60
116 STYLE  DS_MODALFRAME | DS_3DLOOK |
117     WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
118 CAPTION "Parabens!"
120     LTEXT           "Por favor, indique o seu nome", IDIGNORE,  10,  10, 150,  10
121     EDITTEXT                              IDC_EDITNAME,  25,  20, 110,  12
122     DEFPUSHBUTTON   "OK",                         IDOK,  60,  40,  40,  15
126 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
128 DLG_CUSTOM DIALOG DISCARDABLE  0, 0, 100, 100
129 STYLE  DS_MODALFRAME | DS_3DLOOK |
130     WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
131 CAPTION "Jogo personalizado"
133     LTEXT           "Linhas",   IDIGNORE,   5,   5,  30,  10
134     LTEXT           "Colunas",   IDIGNORE,   5,  35,  30,  10
135     LTEXT           "Minas",  IDIGNORE,   5,  65,  30,  10
136     EDITTEXT              IDC_EDITROWS,   5,  15,  20,  12, ES_NUMBER
137     EDITTEXT              IDC_EDITCOLS,   5,  45,  20,  12, ES_NUMBER
138     EDITTEXT             IDC_EDITMINES,   5,  75,  20,  12, ES_NUMBER
139     DEFPUSHBUTTON   "OK",     IDOK,      40,  30,  50,  15
140     PUSHBUTTON      "Cancelar", IDCANCEL,  40,  50,  50,  15