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
26a1b62d
Commit
26a1b62d
authored
Oct 21, 2010
by
Paul Vriens
Committed by
Alexandre Julliard
Oct 21, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineboot: Add the Serbian Cyrillic and fix the Latin translation.
Translation by Đorđe Vasiljević.
parent
467c1cf1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
5 deletions
+30
-5
wineboot_Sr.rc
programs/wineboot/wineboot_Sr.rc
+30
-5
No files found.
programs/wineboot/wineboot_Sr.rc
View file @
26a1b62d
...
...
@@ -3,6 +3,7 @@
*
* Copyright 2010 Nenad Vujic
* Paul Vriens
* Copyright 2010 Đorđe Vasiljević
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -22,7 +23,6 @@
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
...
...
@@ -33,10 +33,10 @@ CAPTION "Čekanje programa"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Otkaži",IDCANCEL,129,49,50,15
PUSHBUTTON "
Prekini
proces",IDOK,51,49,71,15
LTEXT "
Simulacija odjave ili restarta je u toku, ali ovaj program ne reaguje
.",
PUSHBUTTON "
Okončaj
proces",IDOK,51,49,71,15
LTEXT "
Oponašanje odjave ili gašenja računara je u toku, ali ovaj program ne odgovara
.",
IDC_STATIC,7,7,172,19
LTEXT "Ako
prekinete proces izgubićete sve sto nije sačuvano
.",
LTEXT "Ako
okončate proces, sve nesačuvane radnje će biti izgubljene
.",
IDC_STATIC,7,28,172,15
END
...
...
@@ -46,6 +46,31 @@ CAPTION "Wine"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_WAITICON, 3, 3, 10, 10
LTEXT "Wine konfiguracija u %s se osvežava. Molim sačekajte...",
LTEXT "Wine postavke u %s se ažuriraju. Molimo, sačekajte...",
IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
END
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
IDD_ENDTASK DIALOG 0, 0, 186, 71
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Чекање програма"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Откажи",IDCANCEL,129,49,50,15
PUSHBUTTON "Окончај процес",IDOK,51,49,71,15
LTEXT "Опонашање одјаве или гашења рачунара је у току, али овај програм не одговара.",
IDC_STATIC,7,7,172,19
LTEXT "Ако окончате процес, све несачуване радње ће бити изгубљене.",
IDC_STATIC,7,28,172,15
END
IDD_WAITDLG DIALOG 0, 0, 200, 50
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
CAPTION "Wine"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_WAITICON, 3, 3, 10, 10
LTEXT "Wine поставке у %s се ажурирају. Молимо, сачекајте...",
IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
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