Rok Mandeljc : write: Added Slovenian translation.

Alexandre Julliard julliard at winehq.org
Tue Apr 8 06:37:26 CDT 2008


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

Author: Rok Mandeljc <rok.mandeljc at email.si>
Date:   Mon Apr  7 20:43:16 2008 +0200

write: Added Slovenian translation.

---

 programs/write/Si.rc   |   30 ++++++++++++++++++++++++++++++
 programs/write/rsrc.rc |    1 +
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/programs/write/Si.rc b/programs/write/Si.rc
new file mode 100644
index 0000000..d7e2226
--- /dev/null
+++ b/programs/write/Si.rc
@@ -0,0 +1,30 @@
+/*
+ * Slovenian language support
+ *
+ * Copyright (C) 2008 Rok Mandeljc
+ *
+ * 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
+ */
+
+LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
+
+#pragma code_page(65001)
+
+STRINGTABLE
+{
+    IDS_FAILED, "Zagon programa Wordpad ni uspel"
+}
+
+#pragma code_page(default)
diff --git a/programs/write/rsrc.rc b/programs/write/rsrc.rc
index e74cfbd..75b37f0 100644
--- a/programs/write/rsrc.rc
+++ b/programs/write/rsrc.rc
@@ -31,3 +31,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #include "Pl.rc"
 #include "Ro.rc"
 #include "Ru.rc"
+#include "Si.rc"




More information about the wine-cvs mailing list