write.exe: Add Ukrainian translations.

This commit is contained in:
Igor Paliychuk 2010-01-24 22:10:04 +02:00 committed by Alexandre Julliard
parent 05450498d0
commit d05656f373
2 changed files with 35 additions and 1 deletions

View File

@ -23,7 +23,8 @@ RC_SRCS = \
Ro.rc \
Ru.rc \
Si.rc \
Sv.rc
Sv.rc \
Uk.rc
@MAKE_PROG_RULES@

33
programs/write/Uk.rc Normal file
View File

@ -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"
}