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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
26 IDS_APPNAME, "WineMine"
31 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
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
54 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
56 DLG_TIMES DIALOG DISCARDABLE 0, 0, 160, 80
57 STYLE DS_MODALFRAME | DS_3DLOOK |
58 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
59 CAPTION "Melhores tempos"
61 GROUPBOX "Melhores tempos", IDIGNORE, 10, 10, 140, 45
62 LTEXT "Principiante", IDIGNORE, 20, 20, 40, 8
63 LTEXT "Intermediário", IDIGNORE, 20, 30, 40, 8
64 LTEXT "Experiente", IDIGNORE, 20, 40, 40, 8
65 LTEXT "999", IDC_TIME1, 70, 20, 15, 8
66 LTEXT "999", IDC_TIME2, 70, 30, 15, 8
67 LTEXT "999", IDC_TIME3, 70, 40, 15, 8
68 LTEXT "", IDC_NAME1, 90, 20, 55, 8
69 LTEXT "", IDC_NAME2, 90, 30, 55, 8
70 LTEXT "", IDC_NAME3, 90, 40, 55, 8
71 DEFPUSHBUTTON "OK", IDOK, 55, 60, 50, 15
75 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
77 DLG_CONGRATS DIALOG DISCARDABLE 0, 0, 160, 60
78 STYLE DS_MODALFRAME | DS_3DLOOK |
79 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
80 CAPTION "Congratulações!"
82 LTEXT "Por favor, entre o seu nome", IDIGNORE, 10, 10, 150, 10
83 EDITTEXT IDC_EDITNAME, 25, 20, 110, 12
84 DEFPUSHBUTTON "OK", IDOK, 60, 40, 40, 15
87 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
89 DLG_CONGRATS DIALOG DISCARDABLE 0, 0, 160, 60
90 STYLE DS_MODALFRAME | DS_3DLOOK |
91 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
94 LTEXT "Por favor, digite o seu nome", IDIGNORE, 10, 10, 150, 10
95 EDITTEXT IDC_EDITNAME, 25, 20, 110, 12
96 DEFPUSHBUTTON "OK", IDOK, 60, 40, 40, 15
100 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
102 DLG_CUSTOM DIALOG DISCARDABLE 0, 0, 100, 100
103 STYLE DS_MODALFRAME | DS_3DLOOK |
104 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
105 CAPTION "Jogo personalizado"
107 LTEXT "Linhas", IDIGNORE, 5, 5, 30, 10
108 LTEXT "Colunas", IDIGNORE, 5, 35, 30, 10
109 LTEXT "Minas", IDIGNORE, 5, 65, 30, 10
110 EDITTEXT IDC_EDITROWS, 5, 15, 20, 12, ES_NUMBER
111 EDITTEXT IDC_EDITCOLS, 5, 45, 20, 12, ES_NUMBER
112 EDITTEXT IDC_EDITMINES, 5, 75, 20, 12, ES_NUMBER
113 DEFPUSHBUTTON "OK", IDOK, 40, 30, 50, 15
114 PUSHBUTTON "Cancelar", IDCANCEL, 40, 50, 50, 15
118 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
120 DLG_ABOUT DIALOG DISCARDABLE 0, 0, 160, 80
121 STYLE DS_MODALFRAME | DS_3DLOOK |
122 WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
125 LTEXT "Winemine", IDIGNORE, 10, 10, 50, 10
126 LTEXT "Copyright 2000, Joshua Thielen", IDIGNORE, 35, 25, 115, 10
127 LTEXT "conforme a licença LGPL", IDIGNORE, 35, 35, 115, 10
128 ICON "WINEMINE", IDIGNORE, 10, 25, 20, 20
129 DEFPUSHBUTTON "OK", IDOK, 50, 60, 60, 15