Ken Sharp : mapi32: Add Gaelic resource.

Alexandre Julliard julliard at winehq.org
Wed Jul 7 10:46:35 CDT 2010


Module: wine
Branch: master
Commit: 5ef7e7b8d4aa996bf379184c63c03761ad12608d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5ef7e7b8d4aa996bf379184c63c03761ad12608d

Author: Ken Sharp <kennybobs at o2.co.uk>
Date:   Tue Jun 15 09:50:35 2010 +0100

mapi32: Add Gaelic resource.

---

 dlls/mapi32/Ga.rc       |   31 +++++++++++++++++++++++++++++++
 dlls/mapi32/Makefile.in |    1 +
 2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/dlls/mapi32/Ga.rc b/dlls/mapi32/Ga.rc
new file mode 100644
index 0000000..e8aa3c0
--- /dev/null
+++ b/dlls/mapi32/Ga.rc
@@ -0,0 +1,31 @@
+/*
+ * 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 "res.h"
+
+LANGUAGE LANG_GAELIC, SUBLANG_GAELIC
+
+STRINGTABLE
+{
+   IDS_NO_MAPI_CLIENT, "R-phost a sheoladh mar a theip ní gá duit a cliant ríomhphoist MAPI shuiteáil."
+   IDS_SEND_MAIL, "Seol Ríomhphost"
+}
diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in
index 120f4bd..40c8687 100644
--- a/dlls/mapi32/Makefile.in
+++ b/dlls/mapi32/Makefile.in
@@ -20,6 +20,7 @@ RC_SRCS = \
 	En.rc \
 	Es.rc \
 	Fr.rc \
+	Ga.rc \
 	Hu.rc \
 	It.rc \
 	Ja.rc \




More information about the wine-cvs mailing list