Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
c2d722e3
Commit
c2d722e3
authored
Jul 25, 2010
by
Paul Vriens
Committed by
Alexandre Julliard
Jul 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Add the Serbian (Cyrillic) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
parent
1ed27712
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
0 deletions
+63
-0
user32_Sr.rc
dlls/user32/resources/user32_Sr.rc
+63
-0
No files found.
dlls/user32/resources/user32_Sr.rc
View file @
c2d722e3
...
...
@@ -84,3 +84,66 @@ STRINGTABLE
IDS_ERROR "Greška"
IDS_MDI_MOREWINDOWS "&Vise Prozora..."
}
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
SYSMENU MENU
{
MENUITEM "&Обнови", 61728
MENUITEM "&Помери", 61456
MENUITEM "&Величина", 61440
MENUITEM "С&мањи", 61472
MENUITEM "Цео &екран", 61488
MENUITEM SEPARATOR
MENUITEM "&Затвори\tAlt-F4", 61536
MENUITEM SEPARATOR
MENUITEM "&O Wine...", 61761
}
EDITMENU MENU
{
POPUP ""
BEGIN
MENUITEM "&Опозови", EM_UNDO
MENUITEM SEPARATOR
MENUITEM "Исе&ци", WM_CUT
MENUITEM "&Копирај", WM_COPY
MENUITEM "&Убаци", WM_PASTE
MENUITEM "&Обриши", WM_CLEAR
MENUITEM SEPARATOR
MENUITEM "Изабери &Све", EM_SETSEL
END
}
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", 1088, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", 100, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
PUSHBUTTON "&ОK", 1, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Откажи", 2, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Прекини", 3, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Покушај поново", 4, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Игнриши", 5, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Да", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Не", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Пробај поново", 10, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Настави", 11, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "Помоћ", 9, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Изабери прозор"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "ОK", IDOK, 75, 100, 35, 14
PUSHBUTTON "Откажи", IDCANCEL, 120, 100, 35, 14
END
STRINGTABLE
{
IDS_ERROR "Грешка"
IDS_MDI_MOREWINDOWS "&Више прозора..."
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment