Module: wine
Branch: master
Commit: 60356ffe63649961419b632bd4abeb02187fbd3a
URL: http://source.winehq.org/git/wine.git/?a=commit;h=60356ffe63649961419b632bd…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Tue Nov 2 21:19:50 2010 +0100
mapi32: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
---
dlls/mapi32/Makefile.in | 1 +
dlls/mapi32/Sr.rc | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in
index 4ef119f..31ec356 100644
--- a/dlls/mapi32/Makefile.in
+++ b/dlls/mapi32/Makefile.in
@@ -30,6 +30,7 @@ RC_SRCS = \
Ro.rc \
Ru.rc \
Si.rc \
+ Sr.rc \
Sv.rc \
Uk.rc \
version.rc
diff --git a/dlls/mapi32/Sr.rc b/dlls/mapi32/Sr.rc
new file mode 100644
index 0000000..7e83e4f
--- /dev/null
+++ b/dlls/mapi32/Sr.rc
@@ -0,0 +1,41 @@
+/*
+* MAPI32 Serbian resources
+*
+* Copyright 2009 Owen Rudge for CodeWeavers
+* 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
+* 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 "res.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
+
+STRINGTABLE
+{
+ IDS_NO_MAPI_CLIENT, "Слање поруке није успело јер MAPI поштански клијент није инсталиран."
+ IDS_SEND_MAIL, "Пошаљи поруку"
+}
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
+
+STRINGTABLE
+{
+ IDS_NO_MAPI_CLIENT, "Slanje poruke nije uspelo jer MAPI poštanski klijent nije instaliran."
+ IDS_SEND_MAIL, "Pošalji poruku"
+}
Module: wine
Branch: master
Commit: 9d5fc41ef695ed1ec7c6e06820b8ffe2e84e4ceb
URL: http://source.winehq.org/git/wine.git/?a=commit;h=9d5fc41ef695ed1ec7c6e0682…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Tue Nov 2 21:10:18 2010 +0100
winedbg: Update Serbian (Latin) translations.
Translation by Đorđe Vasiljević.
---
programs/winedbg/rsrc_Sr.rc | 24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/programs/winedbg/rsrc_Sr.rc b/programs/winedbg/rsrc_Sr.rc
index be8b308..a329ba2 100644
--- a/programs/winedbg/rsrc_Sr.rc
+++ b/programs/winedbg/rsrc_Sr.rc
@@ -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
@@ -21,7 +22,6 @@
#include "resource.h"
-/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
@@ -30,28 +30,30 @@ IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
- MENUITEM "&Debagovanje", ID_DEBUG
+ MENUITEM "&Otklanjač grešaka", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Greška programa"
+CAPTION "Programska greška"
FONT 8, "Tahoma"
BEGIN
LTEXT "",IDC_STATIC_BG,0,0,273,52,WS_BORDER,0
- LTEXT "Program %s ima ozbiljan problem i mora biti zatvoren. Izvinjavamo se zbog neudobnosti.",
+ LTEXT "Program %s je naišao na ozbiljan problem i mora \
+ biti zatvoren. Izvinjavamo se zbog neprijatnosti.",
IDC_STATIC_TXT1,27,10,224,30
- LTEXT "Ovo može biti problem programa ili disfunkcije u Wine-u. \
- Pogledajte http://appdb.winehq.org za savete za pokretanje ove aplikacije.\n\n\
- Ako nemate ovaj problem pod Windows i nije prijavljen \
- još, možete prijaviti na http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
+ LTEXT "Uzrok ovome može biti problem u programu ili nedostatak u Wine-u. \
+ Proverite http://appdb.winehq.org za savete o pokretanju \
+ ovog programa.\n\n\
+ Ako ovaj problem nije prisutan pod Windows-om i još uvek nije \
+ prijavljen, prijavite ga na http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Zatvori", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
- IDS_AUTO_CAPTION "Wine program greška"
- IDS_INVALID_PARAMS "Interna greška - loši parametri programa"
- IDS_UNIDENTIFIED "(Nedefinisano)"
+ IDS_AUTO_CAPTION "Pad Wine programa"
+ IDS_INVALID_PARAMS "Unutrašnje greške — primljeni su neispravni parametri"
+ IDS_UNIDENTIFIED "(neidentifikovano)"
END