From d05656f373ce8be1b2612e6dc07b228ce36783c4 Mon Sep 17 00:00:00 2001 From: Igor Paliychuk Date: Sun, 24 Jan 2010 22:10:04 +0200 Subject: [PATCH] write.exe: Add Ukrainian translations. --- programs/write/Makefile.in | 3 ++- programs/write/Uk.rc | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 programs/write/Uk.rc diff --git a/programs/write/Makefile.in b/programs/write/Makefile.in index be459b6b8fb..732985686f9 100644 --- a/programs/write/Makefile.in +++ b/programs/write/Makefile.in @@ -23,7 +23,8 @@ RC_SRCS = \ Ro.rc \ Ru.rc \ Si.rc \ - Sv.rc + Sv.rc \ + Uk.rc @MAKE_PROG_RULES@ diff --git a/programs/write/Uk.rc b/programs/write/Uk.rc new file mode 100644 index 00000000000..f922210e0e3 --- /dev/null +++ b/programs/write/Uk.rc @@ -0,0 +1,33 @@ +/* + * Ukrainian language support + * + * Copyright (C) 2007 Mikolaj Zalewski + * + * Copyright (C) 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 "resources.h" + +/* UTF-8 */ +#pragma code_page(65001) + +LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT + +STRINGTABLE +{ + IDS_FAILED, "Не вдалось запустити Wordpad" +}