Igor Paliychuk : msrle32: Add Ukrainian translations.

Alexandre Julliard julliard at winehq.org
Mon Feb 1 08:55:56 CST 2010


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

Author: Igor Paliychuk <Igor-hkr at mail.ru>
Date:   Sat Jan 30 16:40:40 2010 +0200

msrle32: Add Ukrainian translations.

---

 dlls/msrle32/Makefile.in |    3 ++-
 dlls/msrle32/msrle_Uk.rc |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 1 deletions(-)

diff --git a/dlls/msrle32/Makefile.in b/dlls/msrle32/Makefile.in
index df92201..330a076 100644
--- a/dlls/msrle32/Makefile.in
+++ b/dlls/msrle32/Makefile.in
@@ -28,7 +28,8 @@ RC_SRCS = \
 	msrle_Ru.rc \
 	msrle_Si.rc \
 	msrle_Sv.rc \
-	msrle_Tr.rc
+	msrle_Tr.rc \
+	msrle_Uk.rc
 
 @MAKE_DLL_RULES@
 
diff --git a/dlls/msrle32/msrle_Uk.rc b/dlls/msrle32/msrle_Uk.rc
new file mode 100644
index 0000000..19c4d66
--- /dev/null
+++ b/dlls/msrle32/msrle_Uk.rc
@@ -0,0 +1,34 @@
+/*
+ * Ukrainian resource file for MS-RLE
+ *
+ * Copyright 2002 Michael GГјnnewig
+ * Copyright 2010 Igor Paliychuk
+ *
+ * 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 "msrle_private.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+	IDS_NAME	"WINE-MS-RLE"
+	IDS_DESCRIPTION	"Відео кодек Wine MS-RLE"
+	IDS_ABOUT       "Відео кодек Wine MS-RLE\nCopyright 2002 by Michael GГјnnewig"
+}




More information about the wine-cvs mailing list