From 65444d88aeab55d2ba7c845140fd6e0bda0ad914 Mon Sep 17 00:00:00 2001 From: Ken Sharp Date: Tue, 15 Jun 2010 09:56:17 +0100 Subject: localspl: Add Gaelic resource --- dlls/localspl/Makefile.in | 1 + dlls/localspl/spl_Ga.rc | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 dlls/localspl/spl_Ga.rc diff --git a/dlls/localspl/Makefile.in b/dlls/localspl/Makefile.in index 42991a8..e4e8a5d 100644 --- a/dlls/localspl/Makefile.in +++ b/dlls/localspl/Makefile.in @@ -18,6 +18,7 @@ RC_SRCS = \ spl_En.rc \ spl_Es.rc \ spl_Fr.rc \ + spl_Ga.rc \ spl_Hu.rc \ spl_It.rc \ spl_Ja.rc \ diff --git a/dlls/localspl/spl_Ga.rc b/dlls/localspl/spl_Ga.rc new file mode 100644 index 0000000..2e0280b --- /dev/null +++ b/dlls/localspl/spl_Ga.rc @@ -0,0 +1,32 @@ +/* + * Gaelic language support + * Tacú le teanga na Gaeilge + * + * Copyright 2010 Ken Sharp + * + * 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 "localspl_private.h" + +#pragma code_page(65001) + +LANGUAGE LANG_GAELIC, SUBLANG_GAELIC + +STRINGTABLE DISCARDABLE +{ + IDS_LOCALPORT "Port Áitiúil" + IDS_LOCALMONITOR "Monatóireacht a dhéanamh ar Áitiúil" +} -- 1.7.0.4