shlwapi: Add the Serbian (Latin and Cyrillic) translation.
[wine] / dlls / shlwapi / shlwapi_Sr.rc
1 /*
2  * Serbian resources for shlwapi
3  *
4  * Copyright 2004 Jon Griffiths
5  * Copyright 2010 Đorđe Vasiljević
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
21
22 #include "resource.h"
23
24 #pragma code_page(65001)
25
26 LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
27
28 IDD_ERR_DIALOG DIALOG 0, 0, 220, 60
29 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
30 CAPTION "Грешка!"
31 FONT 8, "MS Shell Dlg"
32 {
33     LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20
34     LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8
35     CHECKBOX "Не приказуј ми &ову поруку поново", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
36     PUSHBUTTON L"&У реду", IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
37     PUSHBUTTON L"&Откажи", IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
38     PUSHBUTTON L"&Да", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
39     PUSHBUTTON L"&Не", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
40 }
41
42 STRINGTABLE
43 {
44     IDS_BYTES_FORMAT    "%ld бајтова"
45     IDS_TIME_INTERVAL_HOURS    " ч."
46     IDS_TIME_INTERVAL_MINUTES  " мин."
47     IDS_TIME_INTERVAL_SECONDS  " сек."
48 }
49
50 LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
51
52 IDD_ERR_DIALOG DIALOG 0, 0, 220, 60
53 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
54 CAPTION "Greška!"
55 FONT 8, "MS Shell Dlg"
56 {
57     LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20
58     LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8
59     CHECKBOX "Ne prikazuj mi &ovu poruku ponovo", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
60     PUSHBUTTON L"&U redu", IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
61     PUSHBUTTON L"&Otkaži", IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
62     PUSHBUTTON L"&Da", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
63     PUSHBUTTON L"&Ne", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
64 }
65
66 STRINGTABLE
67 {
68     IDS_BYTES_FORMAT    "%ld bajtova"
69     IDS_TIME_INTERVAL_HOURS    " č."
70     IDS_TIME_INTERVAL_MINUTES  " min."
71     IDS_TIME_INTERVAL_SECONDS  " sek."
72 }