xref: /reactos/dll/win32/mshtml/lang/Pt.rc (revision 1c559240)
1/*
2 * Copyright 2008 Ricardo Filipe
3 * Copyright 2010 Gustavo Henrique Milaré
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18 */
19
20LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
21
22STRINGTABLE
23{
24    IDS_STATUS_DONE            "Done"
25    IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..."
26}
27
28STRINGTABLE
29{
30    IDS_HTMLDOCUMENT    "Documento HTML"
31}
32
33IDD_HYPERLINK DIALOGEX 0, 0, 255, 65
34STYLE DS_SHELLFONT | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
35CAPTION "Hiperlink"
36FONT 8, "MS Shell Dlg"
37{
38    GROUPBOX "Informação do Hiperlink", -1, 5, 5, 190, 55
39    LTEXT "&Tipo:", -1, 10, 22, 24, 10
40    COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS
41    LTEXT "&URL:", -1, 10, 42, 24, 10
42    EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
43    PUSHBUTTON "OK", IDOK, 200, 10, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
44    PUSHBUTTON "Cancelar", IDCANCEL, 200, 28, 50, 14, WS_GROUP | WS_TABSTOP
45}
46
47LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
48
49IDD_HYPERLINK DIALOGEX 0, 0, 255, 65
50STYLE DS_SHELLFONT | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
51CAPTION "Hiperligação"
52FONT 8, "MS Shell Dlg"
53{
54    GROUPBOX "Informação da Hiperligação", -1, 5, 5, 190, 55
55    LTEXT "&Tipo:", -1, 10, 22, 24, 10
56    COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS
57    LTEXT "&URL:", -1, 10, 42, 24, 10
58    EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
59    PUSHBUTTON "OK", IDOK, 200, 10, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
60    PUSHBUTTON "Cancelar", IDCANCEL, 200, 28, 50, 14, WS_GROUP | WS_TABSTOP
61}
62
63
64LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
65
66ID_PROMPT_DIALOG DIALOGEX 0, 0, 200, 90
67STYLE DS_SHELLFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
68FONT 8, "MS Shell Dlg"
69{
70    LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30
71    EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
72    PUSHBUTTON "OK", IDOK, 40, 65, 50, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
73    PUSHBUTTON "Cancelar", IDCANCEL, 110, 65, 50, 15, WS_GROUP | WS_TABSTOP
74}
75