[TCPIP]
[reactos.git] / reactos / base / applications / games / winmine / lang / pt-PT.rc
1 /*
2 * WineMine
3 * Portuguese Language Support
4 *
5 * Copyright 2003 Marcelo Duarte
6 * Copyright 2004 Américo José Melo
7 * Copyright 2010 Gustavo Henrique Milaré
8 *
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
13 *
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
18 *
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 */
23
24 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
25
26 STRINGTABLE BEGIN
27 IDS_APPNAME, "WineMine"
28 IDS_NOBODY, "Ninguém"
29 IDS_ABOUT, "Copyright 2000 Joshua Thielen"
30 END
31
32 MENU_WINEMINE MENU
33 BEGIN
34 POPUP "&Opções" BEGIN
35 MENUITEM "&Novo\tF2", IDM_NEW
36 MENUITEM SEPARATOR
37 MENUITEM "&Marcas", IDM_MARKQ
38 MENUITEM SEPARATOR
39 MENUITEM "&Principiante", IDM_BEGINNER
40 MENUITEM "&Intermediário", IDM_ADVANCED
41 MENUITEM "&Experiente", IDM_EXPERT
42 MENUITEM "Personali&zar...", IDM_CUSTOM
43 MENUITEM SEPARATOR
44 MENUITEM "Sai&r\tAlt+X", IDM_EXIT
45 END
46 POPUP "Aj&uda" BEGIN
47 MENUITEM "&Melhores tempos", IDM_TIMES
48 MENUITEM "&Sobre", IDM_ABOUT
49 END
50 END
51
52 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
53
54 STRINGTABLE BEGIN
55 IDS_APPNAME, "WineMine"
56 IDS_NOBODY, "Ninguém"
57 IDS_ABOUT, "Direitos de autor 2000, Joshua Thielen"
58 END
59
60 MENU_WINEMINE MENU
61 BEGIN
62 POPUP "&Opções" BEGIN
63 MENUITEM "&Novo\tF2", IDM_NEW
64 MENUITEM SEPARATOR
65 MENUITEM "&Marcas", IDM_MARKQ
66 MENUITEM SEPARATOR
67 MENUITEM "&Principiante", IDM_BEGINNER
68 MENUITEM "&Intermediário", IDM_ADVANCED
69 MENUITEM "&Experiente", IDM_EXPERT
70 MENUITEM "Personali&zar...", IDM_CUSTOM
71 MENUITEM SEPARATOR
72 MENUITEM "Sai&r\tAlt+X", IDM_EXIT
73 END
74 POPUP "Aj&uda" BEGIN
75 MENUITEM "&Melhores tempos", IDM_TIMES
76 MENUITEM "&Acerca", IDM_ABOUT
77 END
78 END
79
80
81 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
82
83 DLG_TIMES DIALOGEX 0, 0, 170, 80
84 STYLE DS_MODALFRAME | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP | DS_SHELLFONT
85 CAPTION "Melhores tempos"
86 FONT 8, "MS Shell Dlg"
87 BEGIN
88 GROUPBOX "Melhores tempos", -1, 10, 10, 150, 45
89 LTEXT "Principiante", -1, 20, 20, 50, 8
90 LTEXT "Intermediário", -1, 20, 30, 50, 8
91 LTEXT "Experiente", -1, 20, 40, 50, 8
92 LTEXT "999", IDC_TIME1, 80, 20, 15, 8
93 LTEXT "999", IDC_TIME2, 80, 30, 15, 8
94 LTEXT "999", IDC_TIME3, 80, 40, 15, 8
95 LTEXT "", IDC_NAME1, 100, 20, 55, 8
96 LTEXT "", IDC_NAME2, 100, 30, 55, 8
97 LTEXT "", IDC_NAME3, 100, 40, 55, 8
98 DEFPUSHBUTTON "OK", IDOK, 60, 60, 50, 15
99 END
100
101
102 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
103
104 DLG_CONGRATS DIALOGEX 0, 0, 160, 60
105 STYLE DS_MODALFRAME | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP | DS_SHELLFONT
106 CAPTION "Parabéns!"
107 FONT 8, "MS Shell Dlg"
108 BEGIN
109 LTEXT "Por favor, indique o seu nome", -1, 10, 10, 150, 10
110 EDITTEXT IDC_EDITNAME, 25, 20, 110, 12
111 DEFPUSHBUTTON "OK", IDOK, 60, 40, 40, 15
112 END
113
114 DLG_CUSTOM DIALOGEX 0, 0, 100, 100
115 STYLE DS_MODALFRAME | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP | DS_SHELLFONT
116 CAPTION "Jogo personalizado"
117 FONT 8, "MS Shell Dlg"
118 BEGIN
119 LTEXT "Linhas", -1, 5, 5, 30, 10
120 LTEXT "Colunas", -1, 5, 35, 30, 10
121 LTEXT "Minas", -1, 5, 65, 30, 10
122 EDITTEXT IDC_EDITROWS, 5, 15, 20, 12, ES_NUMBER
123 EDITTEXT IDC_EDITCOLS, 5, 45, 20, 12, ES_NUMBER
124 EDITTEXT IDC_EDITMINES, 5, 75, 20, 12, ES_NUMBER
125 DEFPUSHBUTTON "OK", IDOK, 40, 30, 50, 15
126 PUSHBUTTON "Cancelar", IDCANCEL, 40, 50, 50, 15
127 END