shell32: Convert dialogs to po files.
[wine/multimedia.git] / dlls / user32 / resources / user32_Pt.rc
blob43788c835344fe9f18ef2a131ea685d78975c486
1 /*
2  * Copyright 1997 Ricardo R. Massaro
3  * Copyright 2006 Américo José Melo
4  * Copyright 2009 Ricardo Filipe
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
21 #include "resources.h"
23 #pragma code_page(65001)
25 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
27 MSGBOX DIALOG 100, 80, 216, 168
28 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
29 BEGIN
30         ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
31         LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
32         PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
33         PUSHBUTTON "&Cancelar", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
34         PUSHBUTTON "&Abortar", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
35         PUSHBUTTON "&Repetir", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
36         PUSHBUTTON "&Ignorar", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
37         PUSHBUTTON "&Sim", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
38         PUSHBUTTON "&Não", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
39         PUSHBUTTON "&Tente Novamente", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
40         PUSHBUTTON "&Continuar", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
41         PUSHBUTTON "Ajuda", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
42 END
45 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
47 MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
48 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
49 CAPTION "Selecionar Janela"
50 FONT 8, "MS Shell Dlg"
51 BEGIN
52     LISTBOX         MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
53     DEFPUSHBUTTON   "OK", IDOK, 75, 100, 35, 14
54     PUSHBUTTON      "Cancelar", IDCANCEL, 120, 100, 35, 14
55 END
57 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
59 MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
60 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
61 CAPTION "Seleccionar Janela"
62 FONT 8, "MS Shell Dlg"
63 BEGIN
64     LISTBOX         MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
65     DEFPUSHBUTTON   "OK", IDOK, 75, 100, 35, 14
66     PUSHBUTTON      "Cancelar", IDCANCEL, 120, 100, 35, 14
67 END