Module: wine Branch: master Commit: d05656f373ce8be1b2612e6dc07b228ce36783c4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d05656f373ce8be1b2612e6dc0...
Author: Igor Paliychuk igor-hkr@mail.ru Date: Sun Jan 24 22:10:04 2010 +0200
write.exe: Add Ukrainian translations.
---
programs/write/Makefile.in | 3 ++- programs/write/Uk.rc | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletions(-)
diff --git a/programs/write/Makefile.in b/programs/write/Makefile.in index be459b6..7329856 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 0000000..f922210 --- /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" +}