msrle32: Add Ukrainian translations.

This commit is contained in:
Igor Paliychuk 2010-01-30 16:40:40 +02:00 committed by Alexandre Julliard
parent 26193bc99f
commit a0fc95e038
2 changed files with 36 additions and 1 deletions

View File

@ -28,7 +28,8 @@ RC_SRCS = \
msrle_Ru.rc \
msrle_Si.rc \
msrle_Sv.rc \
msrle_Tr.rc
msrle_Tr.rc \
msrle_Uk.rc
@MAKE_DLL_RULES@

34
dlls/msrle32/msrle_Uk.rc Normal file
View File

@ -0,0 +1,34 @@
/*
* Ukrainian resource file for MS-RLE
*
* Copyright 2002 Michael GГјnnewig
* 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 "msrle_private.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
IDS_NAME "WINE-MS-RLE"
IDS_DESCRIPTION "Відео кодек Wine MS-RLE"
IDS_ABOUT "Відео кодек Wine MS-RLE\nCopyright 2002 by Michael GГјnnewig"
}