Module: wine
Branch: master
Commit: 3237f5871dc7ec8678454f979e85e3b1eaad4f3e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=3237f5871dc7ec8678454f979…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Sun Oct 31 19:02:43 2010 +0100
localspl: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
---
dlls/localspl/Makefile.in | 1 +
dlls/localspl/spl_Sr.rc | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/dlls/localspl/Makefile.in b/dlls/localspl/Makefile.in
index 52cf056..899c28a 100644
--- a/dlls/localspl/Makefile.in
+++ b/dlls/localspl/Makefile.in
@@ -27,6 +27,7 @@ RC_SRCS = \
spl_Ro.rc \
spl_Ru.rc \
spl_Si.rc \
+ spl_Sr.rc \
spl_Sv.rc \
spl_Uk.rc \
spl_Zh.rc
diff --git a/dlls/localspl/spl_Sr.rc b/dlls/localspl/spl_Sr.rc
new file mode 100644
index 0000000..22860e2
--- /dev/null
+++ b/dlls/localspl/spl_Sr.rc
@@ -0,0 +1,41 @@
+/*
+ * Serbian resources for localspl
+ *
+ * Copyright 2005 Huw Davies
+ * Copyright 2006 Detlef Riekenberg
+ * 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 "localspl_private.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
+
+STRINGTABLE
+{
+ IDS_LOCALPORT "Локални порт"
+ IDS_LOCALMONITOR "Локални монитор"
+}
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
+
+STRINGTABLE
+{
+ IDS_LOCALPORT "Lokalni port"
+ IDS_LOCALMONITOR "Lokalni monitor"
+}
Module: wine
Branch: master
Commit: 9b82b5a853f3e7e3abb8448e9492c2dc0d694146
URL: http://source.winehq.org/git/wine.git/?a=commit;h=9b82b5a853f3e7e3abb8448e9…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Sun Oct 31 13:33:14 2010 +0100
devenum: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
---
dlls/devenum/Makefile.in | 1 +
dlls/devenum/Sr.rc | 44 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/dlls/devenum/Makefile.in b/dlls/devenum/Makefile.in
index 76a70b6..8c24da0 100644
--- a/dlls/devenum/Makefile.in
+++ b/dlls/devenum/Makefile.in
@@ -28,6 +28,7 @@ RC_SRCS = \
Ro.rc \
Ru.rc \
Si.rc \
+ Sr.rc \
Sv.rc \
Uk.rc \
devenum.rc
diff --git a/dlls/devenum/Sr.rc b/dlls/devenum/Sr.rc
new file mode 100644
index 0000000..faf123a
--- /dev/null
+++ b/dlls/devenum/Sr.rc
@@ -0,0 +1,44 @@
+/*
+ * Serbian resources for Device Enumerator
+ *
+ * Copyright 2002 Robert Shearman
+ * 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 "devenum_private.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
+
+STRINGTABLE
+{
+ IDS_DEVENUM_DSDEFAULT "Подразумевани DirectSound"
+ IDS_DEVENUM_DS "DirectSound: %s"
+ IDS_DEVENUM_WODEFAULT "Подразумевани WaveOut уређај"
+ IDS_DEVENUM_MIDEFAULT "Подразумевани MidiOut уређај"
+}
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
+
+STRINGTABLE
+{
+ IDS_DEVENUM_DSDEFAULT "Podrazumevani DirectSound"
+ IDS_DEVENUM_DS "DirectSound: %s"
+ IDS_DEVENUM_WODEFAULT "Podrazumevani WaveOut uređaj"
+ IDS_DEVENUM_MIDEFAULT "Podrazumevani MidiOut uređaj"
+}
Module: wine
Branch: master
Commit: e2c066eea483a39476653e597f0ddea51f45f773
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e2c066eea483a39476653e597…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Sun Oct 31 13:31:41 2010 +0100
cryptdlg: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
---
dlls/cryptdlg/Makefile.in | 1 +
dlls/cryptdlg/cryptdlg_Sr.rc | 58 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/dlls/cryptdlg/Makefile.in b/dlls/cryptdlg/Makefile.in
index 2122165..0725c8d 100644
--- a/dlls/cryptdlg/Makefile.in
+++ b/dlls/cryptdlg/Makefile.in
@@ -18,6 +18,7 @@ RC_SRCS = \
cryptdlg_Pl.rc \
cryptdlg_Pt.rc \
cryptdlg_Ro.rc \
+ cryptdlg_Sr.rc \
cryptdlg_Sv.rc \
cryptdlg_Uk.rc
diff --git a/dlls/cryptdlg/cryptdlg_Sr.rc b/dlls/cryptdlg/cryptdlg_Sr.rc
new file mode 100644
index 0000000..5d88a3b
--- /dev/null
+++ b/dlls/cryptdlg/cryptdlg_Sr.rc
@@ -0,0 +1,58 @@
+/*
+ * cryptdlg dll Serbian resources
+ *
+ * Copyright 2008 Juan Lang
+ * 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 "cryptres.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
+
+STRINGTABLE
+{
+ IDS_CERT_POLICY "Смерница сертификата"
+ IDS_POLICY_ID "Смерница идентификатора: "
+ IDS_POLICY_QUALIFIER_INFO "Смерница квалификатора"
+ IDS_POLICY_QUALIFIER_ID "Смерница ID квалификатора="
+ IDS_CPS "CPS" /* Certification Practice Statement */
+ IDS_USER_NOTICE "Корисничко обавештење"
+ IDS_QUALIFIER "Квалификатор"
+ IDS_NOTICE_REF "Референца обавештења"
+ IDS_ORGANIZATION "Организација="
+ IDS_NOTICE_NUM "Број обавештења="
+ IDS_NOTICE_TEXT "Текст обавештења="
+}
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
+
+STRINGTABLE
+{
+ IDS_CERT_POLICY "Smernica sertifikata"
+ IDS_POLICY_ID "Smernica identifikatora: "
+ IDS_POLICY_QUALIFIER_INFO "Smernica kvalifikatora"
+ IDS_POLICY_QUALIFIER_ID "Smernica ID kvalifikatora="
+ IDS_CPS "CPS" /* Certification Practice Statement */
+ IDS_USER_NOTICE "Korisničko obaveštenje"
+ IDS_QUALIFIER "Kvalifikator"
+ IDS_NOTICE_REF "Referenca obaveštenja"
+ IDS_ORGANIZATION "Organizacija="
+ IDS_NOTICE_NUM "Broj obaveštenja="
+ IDS_NOTICE_TEXT "Tekst obaveštenja="
+}
Module: wine
Branch: master
Commit: 2deee14f318e388c3daa460085efc870f87a7be2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=2deee14f318e388c3daa46008…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Sun Oct 31 11:48:35 2010 +0100
jscript: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
---
dlls/jscript/Makefile.in | 1 +
dlls/jscript/jscript_Sr.rc | 84 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+), 0 deletions(-)
diff --git a/dlls/jscript/Makefile.in b/dlls/jscript/Makefile.in
index 07fc1be..24f5fdb 100644
--- a/dlls/jscript/Makefile.in
+++ b/dlls/jscript/Makefile.in
@@ -19,6 +19,7 @@ RC_SRCS = \
jscript_Ro.rc \
jscript_Ru.rc \
jscript_Si.rc \
+ jscript_Sr.rc \
jscript_Sv.rc \
jscript_Uk.rc \
rsrc.rc
diff --git a/dlls/jscript/jscript_Sr.rc b/dlls/jscript/jscript_Sr.rc
new file mode 100644
index 0000000..155659f
--- /dev/null
+++ b/dlls/jscript/jscript_Sr.rc
@@ -0,0 +1,84 @@
+/*
+ * Copyright 2009 Piotr Caban
+ * 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 "resource.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
+
+STRINGTABLE
+{
+ IDS_TO_PRIMITIVE "Грешка у претварању објекта у основну врсту"
+ IDS_INVALID_CALL_ARG "Неважећи поступак позива или аргумента"
+ IDS_SUBSCRIPT_OUT_OF_RANGE "Потпис је ван домета"
+ IDS_CREATE_OBJ_ERROR "Аутоматизовани сервер не може да створи објекат"
+ IDS_NO_PROPERTY "Објекат не подржава ово својство или методу"
+ IDS_UNSUPPORTED_ACTION "Објекат не подржава ову радњу"
+ IDS_ARG_NOT_OPT "Аргумент је обавезан"
+ IDS_SYNTAX_ERROR "Грешка у синтакси"
+ IDS_SEMICOLON "Очекивано ';'"
+ IDS_LBRACKET "Очекивано '('"
+ IDS_RBRACKET "Очекивано ')'"
+ IDS_UNTERMINATED_STR "Незавршена константа ниски"
+ IDS_NOT_FUNC "Очекивана функција"
+ IDS_NOT_DATE "„[object]“ није временски објекат"
+ IDS_NOT_NUM "Очекивани број"
+ IDS_OBJECT_EXPECTED "Очекивани објекат"
+ IDS_ILLEGAL_ASSIGN "Недозвољен задатак"
+ IDS_UNDEFINED "„|“ није одређено"
+ IDS_NOT_BOOL "Очекивани објекат истинитосне вредности"
+ IDS_NOT_VBARRAY "VBArray објекат се очекује"
+ IDS_JSCRIPT_EXPECTED "Очекивани објекат JScript врсте"
+ IDS_REGEXP_SYNTAX_ERROR "Синтаксна грешка у регуларном изразу"
+ IDS_URI_INVALID_CHAR "URI садржи неисправне знакове"
+ IDS_INVALID_LENGTH "Низ дужине мора бити коначан позитиван цео број"
+ IDS_ARRAY_EXPECTED "Очекивани низ објекта"
+}
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
+
+STRINGTABLE
+{
+ IDS_TO_PRIMITIVE "Greška u pretvaranju objekta u osnovnu vrstu"
+ IDS_INVALID_CALL_ARG "Nevažeći postupak poziva ili argumenta"
+ IDS_SUBSCRIPT_OUT_OF_RANGE "Potpis je van dometa"
+ IDS_CREATE_OBJ_ERROR "Automatizovani server ne može da stvori objekat"
+ IDS_NO_PROPERTY "Objekat ne podržava ovo svojstvo ili metodu"
+ IDS_UNSUPPORTED_ACTION "Objekat ne podržava ovu radnju"
+ IDS_ARG_NOT_OPT "Argument je obavezan"
+ IDS_SYNTAX_ERROR "Greška u sintaksi"
+ IDS_SEMICOLON "Očekivano ';'"
+ IDS_LBRACKET "Očekivano '('"
+ IDS_RBRACKET "Očekivano ')'"
+ IDS_UNTERMINATED_STR "Nezavršena konstanta niski"
+ IDS_NOT_FUNC "Očekivana funkcija"
+ IDS_NOT_DATE "„[object]“ nije vremenski objekat"
+ IDS_NOT_NUM "Očekivani broj"
+ IDS_OBJECT_EXPECTED "Očekivani objekat"
+ IDS_ILLEGAL_ASSIGN "Nedozvoljen zadatak"
+ IDS_UNDEFINED "„|“ nije određeno"
+ IDS_NOT_BOOL "Očekivani objekat istinitosne vrednosti"
+ IDS_NOT_VBARRAY "VBArray objekat se očekuje"
+ IDS_JSCRIPT_EXPECTED "Očekivani objekat JScript vrste"
+ IDS_REGEXP_SYNTAX_ERROR "Sintaksna greška u regularnom izrazu"
+ IDS_URI_INVALID_CHAR "URI sadrži neispravne znakove"
+ IDS_INVALID_LENGTH "Niz dužine mora biti konačan pozitivan ceo broj"
+ IDS_ARRAY_EXPECTED "Očekivani niz objekta"
+}