Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
841153aa
Commit
841153aa
authored
Jul 23, 2010
by
Paul Vriens
Committed by
Alexandre Julliard
Jul 23, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winhlp32: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
parent
664e3e3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
132 additions
and
0 deletions
+132
-0
Makefile.in
programs/winhlp32/Makefile.in
+1
-0
Sr.rc
programs/winhlp32/Sr.rc
+131
-0
No files found.
programs/winhlp32/Makefile.in
View file @
841153aa
...
...
@@ -42,6 +42,7 @@ RC_SRCS = \
Ru.rc
\
Si.rc
\
Sk.rc
\
Sr.rc
\
Sv.rc
\
Tr.rc
\
Uk.rc
\
...
...
programs/winhlp32/Sr.rc
0 → 100644
View file @
841153aa
/*
* Help Viewer
*
* Copyright 2010 Nenad Vujic
* Paul Vriens
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "winhelp_res.h"
#pragma code_page(65001)
/* Menu */
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
MAIN_MENU MENU
{
POPUP "&Fajl" {
MENUITEM "&Otvori", MNID_FILE_OPEN
MENUITEM SEPARATOR
MENUITEM "&Štampaj", MNID_FILE_PRINT
MENUITEM "Štampač &podešavanje...", MNID_FILE_SETUP
MENUITEM SEPARATOR
MENUITEM "I&zlaz", MNID_FILE_EXIT
}
POPUP "&Izmeni" {
MENUITEM "&Kopiraj...", MNID_EDIT_COPYDLG
MENUITEM SEPARATOR
MENUITEM "&Pribeleži...", MNID_EDIT_ANNOTATE
}
POPUP "&Označi" {
MENUITEM "&Odredi...", MNID_BKMK_DEFINE
}
POPUP "&Opcije" {
POPUP "Pomoć uvek vidljiva"
BEGIN
MENUITEM "Osnovno", MNID_OPTS_HELP_DEFAULT
MENUITEM "Vidljivo", MNID_OPTS_HELP_VISIBLE
MENUITEM "Nije vidljivo", MNID_OPTS_HELP_NONVISIBLE
END
MENUITEM "Istorija", MNID_OPTS_HISTORY
POPUP "Fontovi"
BEGIN
MENUITEM "Mali", MNID_OPTS_FONTS_SMALL
MENUITEM "Normalan", MNID_OPTS_FONTS_NORMAL
MENUITEM "Veliki", MNID_OPTS_FONTS_LARGE
END
MENUITEM "Koristi sistenske boje", MNID_OPTS_SYSTEM_COLORS
}
POPUP "&Pomoć" {
MENUITEM "Pomoć &na pomoći", MNID_HELP_HELPON
MENUITEM "Uvek na &vrhu", MNID_HELP_HELPTOP
MENUITEM SEPARATOR
MENUITEM "&Info...", MNID_HELP_ABOUT
#ifdef WINELIB
MENUITEM "&O Wine", MNID_HELP_WINE
#endif
}
}
IDD_INDEX DIALOG 0, 0, 200, 190
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Index"
{
LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
}
IDD_SEARCH DIALOG 0, 0, 200, 190
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Traži"
{
LTEXT "Not implemented yet", -1, 10, 10, 180, 150
}
/* Strings */
STRINGTABLE
{
STID_WINE_HELP, "Wine Pomoć"
STID_WHERROR, "GREŠKA"
STID_WARNING, "UPOZORENJE"
STID_INFO, "Informacija"
STID_NOT_IMPLEMENTED, "Nije jos u programu"
STID_HLPFILE_ERROR_s, "Greška tokom čitanja pomoćnog fajla `%s'"
STID_INDEX, "&Index"
STID_CONTENTS, "Pregled"
STID_BACK, "&Nazad"
STID_ALL_FILES, "Svi fajlovi (*.*)"
STID_HELP_FILES_HLP, "Pomočni fajlovi (*.hlp)"
STID_FILE_NOT_FOUND_s "Ne mogu naći '%s'. Da li želite da sami nađete fajl?"
STID_NO_RICHEDIT "Ne mogu naći richedit ubacen... Prekidam"
STID_PSH_INDEX, "Teme pomoći: "
}
CONTEXT_MENU MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "Beleške...", MNID_CTXT_ANNOTATE
MENUITEM "Kopiraj", MNID_CTXT_COPY
MENUITEM "Štampaj...", MNID_CTXT_PRINT
POPUP "Fontovi"
BEGIN
MENUITEM "Mali", MNID_CTXT_FONTS_SMALL
MENUITEM "Normalno", MNID_CTXT_FONTS_NORMAL
MENUITEM "Veliki", MNID_CTXT_FONTS_LARGE
END
POPUP "Pomoć uvek vidljiva"
BEGIN
MENUITEM "Osnovno", MNID_CTXT_HELP_DEFAULT
MENUITEM "Vidljiv", MNID_CTXT_HELP_VISIBLE
MENUITEM "Nije vidljiv", MNID_CTXT_HELP_NONVISIBLE
END
MENUITEM "Koristi sistemske boje", MNID_CTXT_SYSTEM_COLORS
END
END
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