3 * Portuguese Language Support
5 * Copyright 2003 Marcelo Duarte
6 * Copyright 2004 Américo José Melo
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.
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.
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
23 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
26 IDS_APPNAME, "WineMine"
31 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
33 MENU_WINEMINE MENU DISCARDABLE
36 MENUITEM "&Novo\tF2", IDM_NEW
38 MENUITEM "&Marcas", IDM_MARKQ
40 MENUITEM "&Principiante", IDM_BEGINNER
41 MENUITEM "&Intermediário", IDM_ADVANCED
42 MENUITEM "&Experiente", IDM_EXPERT
43 MENUITEM "Personali&zar...", IDM_CUSTOM
45 MENUITEM "Sai&r\tAlt+X", IDM_EXIT
48 MENUITEM "&Melhores tempos", IDM_TIMES
49 MENUITEM "&Sobre", IDM_ABOUT
53 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
55 MENU_WINEMINE MENU DISCARDABLE
58 MENUITEM "&Novo\tF2", IDM_NEW
60 MENUITEM "&Marcas", IDM_MARKQ
62 MENUITEM "&Principiante", IDM_BEGINNER
63 MENUITEM "&Intermediário", IDM_ADVANCED
64 MENUITEM "&Experiente", IDM_EXPERT
65 MENUITEM "Personali&zar...", IDM_CUSTOM
67 MENUITEM "Sai&r\tAlt+X", IDM_EXIT
70 MENUITEM "&Melhores tempos", IDM_TIMES
71 MENUITEM "&Acerca", IDM_ABOUT
76 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
78 DLG_TIMES DIALOG DISCARDABLE 0, 0, 160, 80
79 STYLE DS_MODALFRAME | DS_3DLOOK |
80 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
81 CAPTION "Melhores tempos"
83 GROUPBOX "Melhores tempos", IDIGNORE, 10, 10, 140, 45
84 LTEXT "Principiante", IDIGNORE, 20, 20, 40, 8
85 LTEXT "Intermediário", IDIGNORE, 20, 30, 40, 8
86 LTEXT "Experiente", IDIGNORE, 20, 40, 40, 8
87 LTEXT "999", IDC_TIME1, 70, 20, 15, 8
88 LTEXT "999", IDC_TIME2, 70, 30, 15, 8
89 LTEXT "999", IDC_TIME3, 70, 40, 15, 8
90 LTEXT "", IDC_NAME1, 90, 20, 55, 8
91 LTEXT "", IDC_NAME2, 90, 30, 55, 8
92 LTEXT "", IDC_NAME3, 90, 40, 55, 8
93 DEFPUSHBUTTON "OK", IDOK, 55, 60, 50, 15
97 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
99 DLG_CONGRATS DIALOG DISCARDABLE 0, 0, 160, 60
100 STYLE DS_MODALFRAME | DS_3DLOOK |
101 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
102 CAPTION "Congratulações!"
104 LTEXT "Por favor, entre o seu nome", IDIGNORE, 10, 10, 150, 10
105 EDITTEXT IDC_EDITNAME, 25, 20, 110, 12
106 DEFPUSHBUTTON "OK", IDOK, 60, 40, 40, 15
109 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
111 DLG_CONGRATS DIALOG DISCARDABLE 0, 0, 160, 60
112 STYLE DS_MODALFRAME | DS_3DLOOK |
113 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
116 LTEXT "Por favor, indique o seu nome", IDIGNORE, 10, 10, 150, 10
117 EDITTEXT IDC_EDITNAME, 25, 20, 110, 12
118 DEFPUSHBUTTON "OK", IDOK, 60, 40, 40, 15
122 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
124 DLG_CUSTOM DIALOG DISCARDABLE 0, 0, 100, 100
125 STYLE DS_MODALFRAME | DS_3DLOOK |
126 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
127 CAPTION "Jogo personalizado"
129 LTEXT "Linhas", IDIGNORE, 5, 5, 30, 10
130 LTEXT "Colunas", IDIGNORE, 5, 35, 30, 10
131 LTEXT "Minas", IDIGNORE, 5, 65, 30, 10
132 EDITTEXT IDC_EDITROWS, 5, 15, 20, 12, ES_NUMBER
133 EDITTEXT IDC_EDITCOLS, 5, 45, 20, 12, ES_NUMBER
134 EDITTEXT IDC_EDITMINES, 5, 75, 20, 12, ES_NUMBER
135 DEFPUSHBUTTON "OK", IDOK, 40, 30, 50, 15
136 PUSHBUTTON "Cancelar", IDCANCEL, 40, 50, 50, 15
140 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
142 DLG_ABOUT DIALOG DISCARDABLE 0, 0, 160, 80
143 STYLE DS_MODALFRAME | DS_3DLOOK |
144 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
147 LTEXT "Winemine", IDIGNORE, 10, 10, 50, 10
148 LTEXT "Copyright 2000, Joshua Thielen", IDIGNORE, 35, 25, 115, 10
149 LTEXT "conforme a licença LGPL", IDIGNORE, 35, 35, 115, 10
150 ICON "WINEMINE", IDIGNORE, 10, 25, 20, 20
151 DEFPUSHBUTTON "OK", IDOK, 50, 60, 60, 15
154 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
156 DLG_ABOUT DIALOG DISCARDABLE 0, 0, 160, 80
157 STYLE DS_MODALFRAME | DS_3DLOOK |
158 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
161 LTEXT "Winemine", IDIGNORE, 10, 10, 50, 10
162 LTEXT "Direitos de autor 2000, Joshua Thielen", IDIGNORE, 35, 25, 115, 10
163 LTEXT "conforme a licença LGPL", IDIGNORE, 35, 35, 115, 10
164 ICON "WINEMINE", IDIGNORE, 10, 25, 20, 20
165 DEFPUSHBUTTON "OK", IDOK, 50, 60, 60, 15