Damjan Jovanovic : wineboot: Fix Serbian Latin translation.

Alexandre Julliard julliard at winehq.org
Wed Jul 14 12:19:18 CDT 2010


Module: wine
Branch: master
Commit: 3c4593a529144e878fcf4843cd540d9e92b7c60e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3c4593a529144e878fcf4843cd540d9e92b7c60e

Author: Damjan Jovanovic <damjan.jov at gmail.com>
Date:   Wed Jul 14 16:17:20 2010 +0200

wineboot: Fix Serbian Latin translation.

---

 programs/wineboot/wineboot_Sr.rc |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/programs/wineboot/wineboot_Sr.rc b/programs/wineboot/wineboot_Sr.rc
index 13e5592..e696a84 100644
--- a/programs/wineboot/wineboot_Sr.rc
+++ b/programs/wineboot/wineboot_Sr.rc
@@ -22,18 +22,21 @@
 
 #include "resource.h"
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
 
 IDD_ENDTASK DIALOG DISCARDABLE  0, 0, 186, 71
 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Cekanje programa"
+CAPTION "Čekanje programa"
 FONT 8, "MS Shell Dlg"
 BEGIN
-    DEFPUSHBUTTON   "Otkazi",IDCANCEL,129,49,50,15
+    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.",
                     IDC_STATIC,7,7,172,19
-    LTEXT           "Ako prekinete proces izgubicete sve sto nije sacuvano.",
+    LTEXT           "Ako prekinete proces izgubićete sve sto nije sačuvano.",
                     IDC_STATIC,7,28,172,15
 END
 
@@ -43,6 +46,6 @@ CAPTION "Wine"
 FONT 8, "MS Shell Dlg"
 BEGIN
     ICON "", IDC_WAITICON, 3, 3, 10, 10
-    LTEXT "Wine konfiguracija u %s se osvezava. Molim sacekajte...",
+    LTEXT "Wine konfiguracija u %s se osvežava. Molim sačekajte...",
           IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
 END




More information about the wine-cvs mailing list