Module: wine
Branch: master
Commit: b27500aafe4329d81f676dd32d4acce4b73661c6
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b27500aafe4329d81f676dd32…
Author: Igor Paliychuk <Igor-hkr(a)mail.ru>
Date: Wed Jul 7 16:48:06 2010 +0300
wineps.drv: Add Ukrainian translation.
---
dlls/wineps.drv/Makefile.in | 1 +
dlls/wineps.drv/wps_Uk.rc | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/dlls/wineps.drv/Makefile.in b/dlls/wineps.drv/Makefile.in
index a3951c9..89f95da 100644
--- a/dlls/wineps.drv/Makefile.in
+++ b/dlls/wineps.drv/Makefile.in
@@ -90,6 +90,7 @@ RC_SRCS= \
wps_Sk.rc \
wps_Sv.rc \
wps_Tr.rc \
+ wps_Uk.rc \
wps_Zh.rc
EXTRASUBDIRS = data
diff --git a/dlls/wineps.drv/wps_Uk.rc b/dlls/wineps.drv/wps_Uk.rc
new file mode 100644
index 0000000..ba09f7d
--- /dev/null
+++ b/dlls/wineps.drv/wps_Uk.rc
@@ -0,0 +1,43 @@
+/*
+ * Copyright 2000 Huw D M Davies
+ * 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 "psdlg.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
+STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
+CAPTION "Папір"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "&Розмір паперу:", -1, 10, 6, 100, 8
+ LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
+ WS_TABSTOP
+ GROUPBOX "Орієнтація", -1, 10, 80, 200, 50
+ CONTROL "&Книжкова", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
+ WS_TABSTOP, 20, 90, 60, 10
+ CONTROL "&Альбомна", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
+ 20, 110, 60, 10
+ LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8
+ COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
+ WS_TABSTOP
+}
Module: wine
Branch: master
Commit: 0f50589a402b5c723fd1e6dbb766507d9b289c2f
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f50589a402b5c723fd1e6dbb…
Author: Igor Paliychuk <Igor-hkr(a)mail.ru>
Date: Wed Jul 7 16:43:29 2010 +0300
view: Add Ukrainian translation.
---
programs/view/Makefile.in | 1 +
programs/view/Uk.rc | 77 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+), 0 deletions(-)
diff --git a/programs/view/Makefile.in b/programs/view/Makefile.in
index 6389785..23f950a 100644
--- a/programs/view/Makefile.in
+++ b/programs/view/Makefile.in
@@ -33,6 +33,7 @@ RC_SRCS = \
Si.rc \
Sv.rc \
Tr.rc \
+ Uk.rc \
Zh.rc
@MAKE_PROG_RULES@
diff --git a/programs/view/Uk.rc b/programs/view/Uk.rc
new file mode 100644
index 0000000..b73b1f3
--- /dev/null
+++ b/programs/view/Uk.rc
@@ -0,0 +1,77 @@
+/*
+ * View
+ * Ukrainian Language Support
+ *
+ * Copyright 1998 Douglas Ridgway
+ * Copyright 2003 Marcelo Duarte
+ * 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 "resource.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+/*
+ *
+ * Menu
+ *
+ */
+
+VIEW MENU
+BEGIN
+ POPUP "&Файл"
+ BEGIN
+ MENUITEM "&Відкрити", IDM_OPEN
+ MENUITEM "В&ихід", IDM_EXIT
+ END
+ POPUP "&Pan"
+ BEGIN
+ MENUITEM "&Розширити до розмірів вікна", IDM_SET_EXT_TO_WIN
+ MENUITEM SEPARATOR
+ MENUITEM "В&ліво", IDM_LEFT
+ MENUITEM "В&право", IDM_RIGHT
+ MENUITEM "В&верх", IDM_UP
+ MENUITEM "В&низ", IDM_DOWN
+ END
+END
+
+
+/*
+ *
+ * Accelerator
+ *
+ */
+
+VIEW ACCELERATORS
+BEGIN
+ "Q", IDM_EXIT, VIRTKEY, CONTROL
+END
+
+
+/*
+ *
+ * String Table
+ *
+ */
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_DESCRIPTION "Переглядач звичайних метафайлів"
+END
Module: wine
Branch: master
Commit: e4e2e484e443a6f88eacd3770e035c1a2ac1feef
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e4e2e484e443a6f88eacd3770…
Author: Igor Paliychuk <Igor-hkr(a)mail.ru>
Date: Wed Jul 7 16:35:23 2010 +0300
uninstaller: Add Ukrainian translation.
---
programs/uninstaller/Makefile.in | 1 +
programs/uninstaller/Uk.rc | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/programs/uninstaller/Makefile.in b/programs/uninstaller/Makefile.in
index b10fc24..4d8638b 100644
--- a/programs/uninstaller/Makefile.in
+++ b/programs/uninstaller/Makefile.in
@@ -36,6 +36,7 @@ RC_SRCS = \
Si.rc \
Sv.rc \
Tr.rc \
+ Uk.rc \
Zh.rc
@MAKE_PROG_RULES@
diff --git a/programs/uninstaller/Uk.rc b/programs/uninstaller/Uk.rc
new file mode 100644
index 0000000..3247e9a
--- /dev/null
+++ b/programs/uninstaller/Uk.rc
@@ -0,0 +1,33 @@
+/*
+ * Uninstaller (Ukrainian Resources)
+ *
+ * Copyright 2005 Jonathan Ernst
+ *
+ * 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 "resource.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE {
+ IDS_APPNAME, "Видалення додатків Wine"
+ IDS_UNINSTALLFAILED, "Помилка виконання команди видалення '%s', можливо через відсутність файлу.\r\nВидалити дані про встановлення з реєстру ?"
+}
Module: wine
Branch: master
Commit: 711cf3bf9b22ea4e6dbab6e43555fa1c6a5e9271
URL: http://source.winehq.org/git/wine.git/?a=commit;h=711cf3bf9b22ea4e6dbab6e43…
Author: Igor Paliychuk <Igor-hkr(a)mail.ru>
Date: Wed Jul 7 16:30:37 2010 +0300
serialui: Add Ukrainian translation.
---
dlls/serialui/Makefile.in | 1 +
dlls/serialui/Uk.rc | 47 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/dlls/serialui/Makefile.in b/dlls/serialui/Makefile.in
index b293921..5959d90 100644
--- a/dlls/serialui/Makefile.in
+++ b/dlls/serialui/Makefile.in
@@ -33,6 +33,7 @@ RC_SRCS = \
Si.rc \
Sv.rc \
Tr.rc \
+ Uk.rc \
Zh.rc
@MAKE_DLL_RULES@
diff --git a/dlls/serialui/Uk.rc b/dlls/serialui/Uk.rc
new file mode 100644
index 0000000..5fcdb7e
--- /dev/null
+++ b/dlls/serialui/Uk.rc
@@ -0,0 +1,47 @@
+/*
+ * Copyright 2000 Mike McCormack
+ * 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 "serialui.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 160, 159
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
+CAPTION "Властивості для "
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Швидкість передачі", -1,5,20,55,10
+ COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Парність", -1,5,40,55,10
+ COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Керування потоком", -1,5,60,55,10
+ COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Біти даних", -1,5,80,55,10
+ COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Стоп-біти", -1,5,100,55,10
+ COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ DEFPUSHBUTTON "OK", IDOK,30,138,50,14
+ PUSHBUTTON "Скасувати", IDCANCEL,85,138,50,14
+ /* these two buttons are for testing Get/SetDefaultCommConfig */
+ /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */
+ /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */
+END
Module: wine
Branch: master
Commit: 8da420d1b322ba113240e9b8804949aa81401708
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8da420d1b322ba113240e9b88…
Author: Igor Paliychuk <Igor-hkr(a)mail.ru>
Date: Wed Jul 7 16:29:31 2010 +0300
mapi32: Add Ukrainian translation.
---
dlls/mapi32/Makefile.in | 1 +
dlls/mapi32/Uk.rc | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in
index 40c8687..cf16f24 100644
--- a/dlls/mapi32/Makefile.in
+++ b/dlls/mapi32/Makefile.in
@@ -33,6 +33,7 @@ RC_SRCS = \
Ro.rc \
Ru.rc \
Si.rc \
+ Uk.rc \
version.rc
@MAKE_DLL_RULES@
diff --git a/dlls/mapi32/Uk.rc b/dlls/mapi32/Uk.rc
new file mode 100644
index 0000000..f08b31d
--- /dev/null
+++ b/dlls/mapi32/Uk.rc
@@ -0,0 +1,34 @@
+/*
+* MAPI32 Ukrainian resources
+*
+* Copyright 2009 Owen Rudge for CodeWeavers
+* 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 "res.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ IDS_NO_MAPI_CLIENT, "Неможливо відіслати пошту: не встановлений поштовий клієнт MAPI."
+ IDS_SEND_MAIL, "Відсилання пошти"
+}
Module: wine
Branch: master
Commit: 94aedc8f6d9c04d9aa40086423b8285edf92a32b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=94aedc8f6d9c04d9aa4008642…
Author: Igor Paliychuk <Igor-hkr(a)mail.ru>
Date: Wed Jul 7 16:28:00 2010 +0300
devenum: Add Ukrainian translation.
---
dlls/devenum/Makefile.in | 1 +
dlls/devenum/Uk.rc | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dlls/devenum/Makefile.in b/dlls/devenum/Makefile.in
index b289913..9169307 100644
--- a/dlls/devenum/Makefile.in
+++ b/dlls/devenum/Makefile.in
@@ -32,6 +32,7 @@ RC_SRCS = \
Ro.rc \
Ru.rc \
Si.rc \
+ Uk.rc \
devenum.rc
@MAKE_DLL_RULES@
diff --git a/dlls/devenum/Uk.rc b/dlls/devenum/Uk.rc
new file mode 100644
index 0000000..bb119ed
--- /dev/null
+++ b/dlls/devenum/Uk.rc
@@ -0,0 +1,34 @@
+/*
+ * Resources for Device Enumerator
+ *
+ * Copyright 2002 Robert Shearman
+ * 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 "devenum_private.h"
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+#pragma code_page(65001)
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_DEVENUM_DSDEFAULT "Стандартний DirectSound"
+ IDS_DEVENUM_DS "DirectSound: %s"
+ IDS_DEVENUM_WODEFAULT "Звуковий пристрій виводу по замовчуванні"
+ IDS_DEVENUM_MIDEFAULT "Пристрій виводу Midi по замовчуванні"
+}