Igor Paliychuk : taskkill: Added Ukrainian translation.

Alexandre Julliard julliard at winehq.org
Mon Sep 27 11:29:37 CDT 2010


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

Author: Igor Paliychuk <Igor-hkr at mail.ru>
Date:   Mon Sep 27 00:49:42 2010 +0300

taskkill: Added Ukrainian translation.

---

 programs/taskkill/Makefile.in |    3 +-
 programs/taskkill/Uk.rc       |   45 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 1 deletions(-)

diff --git a/programs/taskkill/Makefile.in b/programs/taskkill/Makefile.in
index 7af915e..dbb065c 100644
--- a/programs/taskkill/Makefile.in
+++ b/programs/taskkill/Makefile.in
@@ -14,6 +14,7 @@ RC_SRCS = \
 	Lt.rc \
 	Nl.rc \
 	Si.rc \
-	Sv.rc
+	Sv.rc \
+	Uk.rc
 
 @MAKE_PROG_RULES@
diff --git a/programs/taskkill/Uk.rc b/programs/taskkill/Uk.rc
new file mode 100644
index 0000000..fe07a1e
--- /dev/null
+++ b/programs/taskkill/Uk.rc
@@ -0,0 +1,45 @@
+/*
+ * Task termination utility
+ * Ukrainian language support
+ *
+ * Copyright 2010 Andrew Nguyen
+ * 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 "taskkill.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+    STRING_USAGE, "Використання: taskkill [/?] [/f] [/im Ім'яПроцесу | /pid IDПроцесу]\n"
+    STRING_INVALID_OPTION, "Помилка: Вказана невідома чи невірна опція командного рядка.\n"
+    STRING_INVALID_PARAM, "Помилка: Вказано невірний параметр командного рядка.\n"
+    STRING_MISSING_OPTION, "Помилка: Повинна бути вказана одна з опцій /im чи /pid.\n"
+    STRING_MISSING_PARAM, "Помилка: Опція %s очікує параметр командного рядка.\n"
+    STRING_MUTUAL_EXCLUSIVE, "Помилка: Опції /im та /pid є взаємновиключними.\n"
+    STRING_CLOSE_PID_SEARCH, "Надіслано повідомлення закриття до вікон верхнього рівня процесу з PID %u.\n"
+    STRING_CLOSE_PROC_SRCH, "Надіслано повідомлення закриття до вікон верхнього рівня процесу \"%s\" з PID %u.\n"
+    STRING_TERM_PID_SEARCH, "Процес з PID %u був завершений примусово.\n"
+    STRING_TERM_PROC_SEARCH, "Процес \"%s\" з PID %u був завершений примусово.\n"
+    STRING_SEARCH_FAILED, "Помилка: Не вдалось знайти процес \"%s\".\n"
+    STRING_ENUM_FAILED, "Помилка: Неможливо перелічити список процесів.\n"
+    STRING_TERMINATE_FAILED, "Помилка: Не вдається завершити процес \"%s\".\n"
+}




More information about the wine-cvs mailing list