Finish the Wine sync. These components are not just rc file changes
[reactos.git] / reactos / dll / win32 / shlwapi / shlwapi_Pt.rc
1 /*
2 * Portuguese resources for shlwapi
3 *
4 * Copyright 2004 Marcelo Duarte
5 * Copyright 2006 Américo José Melo
6 * Copyright 2010 Gustavo Henrique Milaré
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 #include "resource.h"
24
25 #pragma code_page(65001)
26
27 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
28
29 IDD_ERR_DIALOG DIALOG 0, 0, 220, 60
30 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
31 CAPTION "Erro!"
32 FONT 8, "MS Shell Dlg"
33 {
34 LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20
35 LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8
36 CHECKBOX "Não &mostrar esta mensagem novamente", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
37 PUSHBUTTON L"&OK" IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
38 PUSHBUTTON L"&Cancelar" IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
39 PUSHBUTTON L"&Sim" IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
40 PUSHBUTTON L"&Não" IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
41 }
42
43 STRINGTABLE
44 {
45 IDS_BYTES_FORMAT "%ld bytes"
46 IDS_TIME_INTERVAL_HOURS " hr"
47 IDS_TIME_INTERVAL_MINUTES " min"
48 IDS_TIME_INTERVAL_SECONDS " seg"
49 }