From 4e301fa3a9939b0b8ac51e3f297450feb3f4515f Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Thu, 10 Jul 2008 10:06:29 +0000 Subject: [PATCH] - Fix build. svn path=/trunk/; revision=34405 --- reactos/dll/win32/oleaut32/oleaut32_Ja.rc | 11 ++++++++ reactos/dll/win32/oleaut32/oleaut32_Uk.rc | 31 +++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 reactos/dll/win32/oleaut32/oleaut32_Ja.rc create mode 100644 reactos/dll/win32/oleaut32/oleaut32_Uk.rc diff --git a/reactos/dll/win32/oleaut32/oleaut32_Ja.rc b/reactos/dll/win32/oleaut32/oleaut32_Ja.rc new file mode 100644 index 00000000000..529ba9d3820 --- /dev/null +++ b/reactos/dll/win32/oleaut32/oleaut32_Ja.rc @@ -0,0 +1,11 @@ +LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_TRUE "True" + IDS_FALSE "False" + IDS_YES "‚Í‚¢" + IDS_NO "‚¢‚¢‚¦" + IDS_ON "ƒIƒ“" + IDS_OFF "ƒIƒt" +} diff --git a/reactos/dll/win32/oleaut32/oleaut32_Uk.rc b/reactos/dll/win32/oleaut32/oleaut32_Uk.rc new file mode 100644 index 00000000000..557b4ec3284 --- /dev/null +++ b/reactos/dll/win32/oleaut32/oleaut32_Uk.rc @@ -0,0 +1,31 @@ +/* + * Ukrainian resources for oleaut32 + * + * Copyright 2006 Artem Reznikov + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_TRUE "²ñòèíà" + IDS_FALSE "Íåïðàâäà" + IDS_YES "Òàê" + IDS_NO "ͳ" + IDS_ON "Ââ³ìêíåíî" + IDS_OFF "Âèìêíåíî" +}