From a0fc95e038da30e1addc8e3b029f0ab202c4c096 Mon Sep 17 00:00:00 2001 From: Igor Paliychuk Date: Sat, 30 Jan 2010 16:40:40 +0200 Subject: [PATCH] msrle32: Add Ukrainian translations. --- dlls/msrle32/Makefile.in | 3 ++- dlls/msrle32/msrle_Uk.rc | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 dlls/msrle32/msrle_Uk.rc diff --git a/dlls/msrle32/Makefile.in b/dlls/msrle32/Makefile.in index df92201111c..330a07607e2 100644 --- a/dlls/msrle32/Makefile.in +++ b/dlls/msrle32/Makefile.in @@ -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@ diff --git a/dlls/msrle32/msrle_Uk.rc b/dlls/msrle32/msrle_Uk.rc new file mode 100644 index 00000000000..19c4d663c8e --- /dev/null +++ b/dlls/msrle32/msrle_Uk.rc @@ -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" +}