Vitaliy Margolen : msvidc32: Add Russian translation.

Alexandre Julliard julliard at winehq.org
Mon Apr 7 06:50:27 CDT 2008


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

Author: Vitaliy Margolen <wine-patches at kievinfo.com>
Date:   Sat Apr  5 10:39:24 2008 -0600

msvidc32: Add Russian translation.

---

 dlls/msvidc32/msvidc32_Ru.rc |   25 +++++++++++++++++++++++++
 dlls/msvidc32/rsrc.rc        |    1 +
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/dlls/msvidc32/msvidc32_Ru.rc b/dlls/msvidc32/msvidc32_Ru.rc
new file mode 100644
index 0000000..2c84bff
--- /dev/null
+++ b/dlls/msvidc32/msvidc32_Ru.rc
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2008 Vitaliy Margolen
+ *
+ * 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_RUSSIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_NAME "MS-CRAM"
+    IDS_DESCRIPTION "Âèäåî êîäåð Wine Video 1"
+}
diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc
index 34f3980..bb8fdfe 100644
--- a/dlls/msvidc32/rsrc.rc
+++ b/dlls/msvidc32/rsrc.rc
@@ -28,5 +28,6 @@
 #include "msvidc32_No.rc"
 #include "msvidc32_Pl.rc"
 #include "msvidc32_Ro.rc"
+#include "msvidc32_Ru.rc"
 #include "msvidc32_Sv.rc"
 #include "msvidc32_Tr.rc"




More information about the wine-cvs mailing list