Update the address of the Free Software Foundation.
[wine] / programs / winemine / Pt.rc
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  */
22
23 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
24
25 STRINGTABLE {
26      IDS_APPNAME, "WineMine"
27      IDS_NOBODY,  "Ninguém"
28 }
29
30
31 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
32
33 MENU_WINEMINE MENU DISCARDABLE
34 {
35     POPUP "&Opções" {
36         MENUITEM "&Novo\tF2",           IDM_NEW
37         MENUITEM SEPARATOR
38         MENUITEM "&Marcas", IDM_MARKQ
39         MENUITEM SEPARATOR
40         MENUITEM "&Principiante",      IDM_BEGINNER
41         MENUITEM "&Intermediário",      IDM_ADVANCED
42         MENUITEM "&Experiente",        IDM_EXPERT
43         MENUITEM "Personali&zar...",        IDM_CUSTOM
44         MENUITEM SEPARATOR
45         MENUITEM "Sai&r\tAlt+X",       IDM_EXIT
46     }
47     POPUP "Aj&uda" {
48         MENUITEM "&Melhores tempos",    IDM_TIMES
49         MENUITEM "&Sobre",         IDM_ABOUT
50     }
51 }
52
53
54 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
55
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"
60 {
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
72 }
73
74
75 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
76
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!"
81 {
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
85 }
86
87 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
88
89 DLG_CONGRATS DIALOG DISCARDABLE  0, 0, 160, 60
90 STYLE  DS_MODALFRAME | DS_3DLOOK |
91     WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
92 CAPTION "Parabens!"
93 {
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
97 }
98
99
100 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
101
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"
106 {
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
115 }
116
117
118 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
119
120 DLG_ABOUT DIALOG DISCARDABLE  0, 0, 160, 80
121 STYLE  DS_MODALFRAME | DS_3DLOOK |
122     WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
123 CAPTION "Sobre"
124 {
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
130 }