Module: wine
Branch: master
Commit: 76a030685608d5364d2dddbef5e491403e223408
URL: http://source.winehq.org/git/wine.git/?a=commit;h=76a030685608d5364d2dddbef…
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Sat Apr 5 10:39:45 2008 -0600
sane.ds: Add Russian translation.
---
dlls/sane.ds/rsrc.rc | 1 +
dlls/sane.ds/sane_Ru.rc | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/rsrc.rc b/dlls/sane.ds/rsrc.rc
index ec0d7ac..cde9b9b 100644
--- a/dlls/sane.ds/rsrc.rc
+++ b/dlls/sane.ds/rsrc.rc
@@ -34,4 +34,5 @@
#include "sane_Nl.rc"
#include "sane_No.rc"
#include "sane_Pl.rc"
+#include "sane_Ru.rc"
#include "sane_Sv.rc"
diff --git a/dlls/sane.ds/sane_Ru.rc b/dlls/sane.ds/sane_Ru.rc
new file mode 100644
index 0000000..32fabef
--- /dev/null
+++ b/dlls/sane.ds/sane_Ru.rc
@@ -0,0 +1,40 @@
+/*
+ * Russian resources for Twain
+ *
+ * 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
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "������������"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "������������.... ���������� �����",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "������"
+ 2 "���"
+ 3 "��"
+ 4 "����� �� ����"
+ 5 "%"
+ 6 "����� �"
+}
Module: wine
Branch: master
Commit: e00a93fd5de7fa9c0d62e5cba9c06638b961e4d2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e00a93fd5de7fa9c0d62e5cba…
Author: Vitaliy Margolen <wine-patches(a)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"
Module: wine
Branch: master
Commit: 24ce6dc61d9985429c47b5e5e7192cd1b11a30a5
URL: http://source.winehq.org/git/wine.git/?a=commit;h=24ce6dc61d9985429c47b5e5e…
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Sat Apr 5 10:39:08 2008 -0600
msvfw32: Add Russian translation.
---
dlls/msvfw32/msvfw32_Ru.rc | 51 ++++++++++++++++++++++++++++++++++++++++++++
dlls/msvfw32/rsrc.rc | 1 +
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dlls/msvfw32/msvfw32_Ru.rc b/dlls/msvfw32/msvfw32_Ru.rc
new file mode 100644
index 0000000..96c8a81
--- /dev/null
+++ b/dlls/msvfw32/msvfw32_Ru.rc
@@ -0,0 +1,51 @@
+/*
+ * 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
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 187, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "������ �����"
+FONT 8, "MS Shell Dlg"
+{
+ DEFPUSHBUTTON "OK",IDOK,129,2,49,14
+ PUSHBUTTON "������",IDCANCEL,129,18,49,14
+
+ LTEXT "&�������� ������:",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "&���������...",882,129,36,49,14
+ PUSHBUTTON "&����������...",883,129,52,49,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "&�������� ������:",886,9,34,80,8
+
+ CONTROL "��&������ ���� ������",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "������",889,103,62,26,10
+
+ CONTROL "&����� ������",894,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "��/���",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "����� ������� (��� ����������)"
+}
diff --git a/dlls/msvfw32/rsrc.rc b/dlls/msvfw32/rsrc.rc
index 442ee4c..ba00f7d 100644
--- a/dlls/msvfw32/rsrc.rc
+++ b/dlls/msvfw32/rsrc.rc
@@ -29,5 +29,6 @@
#include "msvfw32_Nl.rc"
#include "msvfw32_No.rc"
#include "msvfw32_Pl.rc"
+#include "msvfw32_Ru.rc"
#include "msvfw32_Sv.rc"
#include "msvfw32_Tr.rc"
Module: wine
Branch: master
Commit: 2e4e2ac3c3a75774460f163b63a27e9d2f75a653
URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e4e2ac3c3a75774460f163b6…
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Sat Apr 5 10:38:02 2008 -0600
iccvid: Add Russian translation.
---
dlls/iccvid/iccvid_Ru.rc | 25 +++++++++++++++++++++++++
dlls/iccvid/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/dlls/iccvid/iccvid_Ru.rc b/dlls/iccvid/iccvid_Ru.rc
new file mode 100644
index 0000000..c78ee72
--- /dev/null
+++ b/dlls/iccvid/iccvid_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 "����� �����-������� Cinepak"
+ IDS_DESCRIPTION "����� �����-������� Cinepak"
+}
diff --git a/dlls/iccvid/rsrc.rc b/dlls/iccvid/rsrc.rc
index baa9fb3..b3a92ea 100644
--- a/dlls/iccvid/rsrc.rc
+++ b/dlls/iccvid/rsrc.rc
@@ -28,5 +28,6 @@
#include "iccvid_No.rc"
#include "iccvid_Pl.rc"
#include "iccvid_Ro.rc"
+#include "iccvid_Ru.rc"
#include "iccvid_Sv.rc"
#include "iccvid_Tr.rc"