Module: wine
Branch: master
Commit: 4423b0c7b4c55660bf5557e0a491402da88ece46
URL: http://source.winehq.org/git/wine.git/?a=commit;h=4423b0c7b4c55660bf5557e0a…
Author: Igor Paliychuk <igor-hkr(a)mail.ru>
Date: Sun Jan 24 22:08:06 2010 +0200
reg.exe: Add Ukrainian translations.
---
programs/reg/Makefile.in | 3 ++-
programs/reg/Uk.rc | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 1 deletions(-)
diff --git a/programs/reg/Makefile.in b/programs/reg/Makefile.in
index de4d2c8..82066db 100644
--- a/programs/reg/Makefile.in
+++ b/programs/reg/Makefile.in
@@ -23,7 +23,8 @@ RC_SRCS = \
Pl.rc \
Pt.rc \
Ru.rc \
- Si.rc
+ Si.rc \
+ Uk.rc
@MAKE_PROG_RULES@
diff --git a/programs/reg/Uk.rc b/programs/reg/Uk.rc
new file mode 100644
index 0000000..70c86f7
--- /dev/null
+++ b/programs/reg/Uk.rc
@@ -0,0 +1,43 @@
+/*
+ * REG.EXE - Wine-compatible reg program.
+ *
+ * Copyright 2008 Andrew Riedi
+ *
+ * Ukrainian language support
+ *
+ * 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 "reg.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ STRING_USAGE, "Синтаксис цієї команди наступний:\n\nREG [ ADD | DELETE | QUERY ]\nREG command /?\n"
+ STRING_ADD_USAGE, "REG ADD key_name [/v value_name | /ve] [/t type] [/s separator] [/d data] [/f]\n"
+ STRING_DELETE_USAGE, "REG DELETE key_name [/v value_name | /ve | /va] [/f]\n"
+ STRING_QUERY_USAGE, "REG QUERY key_name [/v value_name | /ve] [/s]\n"
+ STRING_SUCCESS, "Операція успішно завершена\n"
+ STRING_INVALID_KEY, "Помилка: неправильне ім'я ключа\n"
+ STRING_INVALID_CMDLINE, "Помилка: неправильні параметри командного рядка\n"
+ STRING_NO_REMOTE, "Помилка: неможливо додати ключі на віддаленій машині\n"
+ STRING_CANNOT_FIND, "Помилка: не вдалось знайти вказаний ключ реєстру чи значення\n"
+}
Module: wine
Branch: master
Commit: 0076d8663a2ac5bbe1f9543c80ec68a6c2a47fa1
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0076d8663a2ac5bbe1f9543c8…
Author: Igor Paliychuk <igor-hkr(a)mail.ru>
Date: Sun Jan 24 22:05:04 2010 +0200
oleaut32: Add Ukrainian translations.
---
dlls/oleaut32/Makefile.in | 1 +
dlls/oleaut32/oleaut32_Uk.rc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dlls/oleaut32/Makefile.in b/dlls/oleaut32/Makefile.in
index a8ab7b4..e1d2f67 100644
--- a/dlls/oleaut32/Makefile.in
+++ b/dlls/oleaut32/Makefile.in
@@ -53,6 +53,7 @@ RC_SRCS = \
oleaut32_Sv.rc \
oleaut32_Th.rc \
oleaut32_Tr.rc \
+ oleaut32_Uk.rc \
oleaut32_Zh.rc \
version.rc
diff --git a/dlls/oleaut32/oleaut32_Uk.rc b/dlls/oleaut32/oleaut32_Uk.rc
new file mode 100644
index 0000000..8b98c66
--- /dev/null
+++ b/dlls/oleaut32/oleaut32_Uk.rc
@@ -0,0 +1,35 @@
+/*
+ * Ukrainian resources for oleaut32
+ *
+ * Copyright 2003 Jon Griffiths
+ *
+ * Copyright 2007 Artem Reznikov
+ *
+ * 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 "resource.h"
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TRUE "Істина"
+ IDS_FALSE "Неправда"
+ IDS_YES "Так"
+ IDS_NO "Ні"
+ IDS_ON "Ввімкнено"
+ IDS_OFF "Вимкнено"
+}
Module: wine
Branch: master
Commit: b88a56de7fc9f77b1e397f1fde07d49ab279ebce
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b88a56de7fc9f77b1e397f1fd…
Author: Igor Paliychuk <igor-hkr(a)mail.ru>
Date: Sun Jan 24 22:03:59 2010 +0200
msvfw32: Add Ukrainian translations.
---
dlls/msvfw32/Makefile.in | 1 +
dlls/msvfw32/msvfw32_Uk.rc | 57 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/dlls/msvfw32/Makefile.in b/dlls/msvfw32/Makefile.in
index cb92c00..a773c8d 100644
--- a/dlls/msvfw32/Makefile.in
+++ b/dlls/msvfw32/Makefile.in
@@ -28,6 +28,7 @@ RC_SRCS = \
msvfw32_Si.rc \
msvfw32_Sv.rc \
msvfw32_Tr.rc \
+ msvfw32_Uk.rc \
msvfw32_Zh.rc
@MAKE_DLL_RULES@
diff --git a/dlls/msvfw32/msvfw32_Uk.rc b/dlls/msvfw32/msvfw32_Uk.rc
new file mode 100644
index 0000000..c9b1b67
--- /dev/null
+++ b/dlls/msvfw32/msvfw32_Uk.rc
@@ -0,0 +1,57 @@
+/*
+ * Copyright 2005 Dmitry Timoshkov
+ * 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 "msvideo_private.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, 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 "KB/sec",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "Кадри повністю (Без стиснення)"
+}
Module: wine
Branch: master
Commit: 0ee3836844c86b5c7b3e7a13a3dddfadc51ea77e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ee3836844c86b5c7b3e7a13a…
Author: Igor Paliychuk <igor-hkr(a)mail.ru>
Date: Sun Jan 24 22:03:10 2010 +0200
msi: Add Ukrainian translations.
---
dlls/msi/Makefile.in | 1 +
dlls/msi/msi_Uk.rc | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/dlls/msi/Makefile.in b/dlls/msi/Makefile.in
index c259360..8600b9f 100644
--- a/dlls/msi/Makefile.in
+++ b/dlls/msi/Makefile.in
@@ -82,6 +82,7 @@ RC_SRCS = \
msi_Si.rc \
msi_Sv.rc \
msi_Tr.rc \
+ msi_Uk.rc \
msi_Zh.rc \
version.rc
diff --git a/dlls/msi/msi_Uk.rc b/dlls/msi/msi_Uk.rc
new file mode 100644
index 0000000..4b7173e
--- /dev/null
+++ b/dlls/msi/msi_Uk.rc
@@ -0,0 +1,41 @@
+/*
+ * Ukrainian resources for MSI
+ *
+ * Copyright 2005 Mike McCormack
+ * Copyright 2007 Artem Reznikov
+ * 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 "windef.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ 4 "Не вдалося відкрити вказаний пакет інсталяції. Перевірте шлях до файлу та спробуйте знов."
+ 5 "шлях %s не знайдено"
+ 9 "вставте диск %s"
+ 10 "невірні параметри"
+ 11 "вкажіть папку, що містить %s"
+ 12 "джерело встановлення даної можливості не вказане"
+ 13 "мережевий диск для даної можливості не вказаний"
+ 14 "можливість з:"
+ 15 "виберіть папку, що містить %s"
+}