Paul Vriens : clock: Add the Serbian (Latin and Cyrillic) translation.

Alexandre Julliard julliard at winehq.org
Tue Oct 19 13:03:43 CDT 2010


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Mon Oct 18 22:19:23 2010 +0200

clock: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

---

 programs/clock/Makefile.in |    1 +
 programs/clock/Sr.rc       |   79 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+), 0 deletions(-)

diff --git a/programs/clock/Makefile.in b/programs/clock/Makefile.in
index db863c7..f77c831 100644
--- a/programs/clock/Makefile.in
+++ b/programs/clock/Makefile.in
@@ -30,6 +30,7 @@ RC_SRCS = \
 	Ru.rc \
 	Si.rc \
 	Sk.rc \
+	Sr.rc \
 	Sv.rc \
 	Th.rc \
 	Tr.rc \
diff --git a/programs/clock/Sr.rc b/programs/clock/Sr.rc
new file mode 100644
index 0000000..a3d2526
--- /dev/null
+++ b/programs/clock/Sr.rc
@@ -0,0 +1,79 @@
+/*
+ * Clock (Serbian resources)
+ *
+ * Copyright 1998 Marcel Baur <mbaur at g26.ethz.ch>
+ * Copyright 2002 Sylvain Petreolle <spetreolle at yahoo.fr>
+ * 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 "clock_res.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
+
+MAIN_MENU MENU
+{
+ POPUP "&Својства" {
+  MENUITEM "&Аналогни", IDM_ANALOG
+  MENUITEM "&Дигитални", IDM_DIGITAL
+  MENUITEM SEPARATOR
+  MENUITEM "&Фонт...", IDM_FONT
+  MENUITEM SEPARATOR
+  MENUITEM "&Без насловне палете", IDM_NOTITLE
+  MENUITEM SEPARATOR
+  MENUITEM "&Секунде", IDM_SECONDS
+  MENUITEM "&Датум", IDM_DATE
+  MENUITEM SEPARATOR
+  MENUITEM "&Увек на врху", IDM_ONTOP
+ }
+ POPUP "&Подаци" {
+  MENUITEM "&О часовнику...", IDM_ABOUT
+ }
+}
+
+STRINGTABLE
+{
+IDS_CLOCK, "Часовник"
+}
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
+
+MAIN_MENU MENU
+{
+ POPUP "&Svojstva" {
+  MENUITEM "&Analogni", IDM_ANALOG
+  MENUITEM "&Digitalni", IDM_DIGITAL
+  MENUITEM SEPARATOR
+  MENUITEM "&Font...", IDM_FONT
+  MENUITEM SEPARATOR
+  MENUITEM "&Bez naslovne palete", IDM_NOTITLE
+  MENUITEM SEPARATOR
+  MENUITEM "&Sekunde", IDM_SECONDS
+  MENUITEM "&Datum", IDM_DATE
+  MENUITEM SEPARATOR
+  MENUITEM "&Uvek na vrhu", IDM_ONTOP
+ }
+ POPUP "&Podaci" {
+  MENUITEM "&O časovniku...", IDM_ABOUT
+ }
+}
+
+STRINGTABLE
+{
+IDS_CLOCK, "Časovnik"
+}




More information about the wine-cvs mailing list