clock: Add Welsh resource

Ken Sharp kennybobs at o2.co.uk
Thu Jul 8 09:27:23 CDT 2010


---
 programs/clock/Cy.rc       |   49 ++++++++++++++++++++++++++++++++++++++++++++
 programs/clock/Makefile.in |    1 +
 2 files changed, 50 insertions(+), 0 deletions(-)
 create mode 100644 programs/clock/Cy.rc

diff --git a/programs/clock/Cy.rc b/programs/clock/Cy.rc
new file mode 100644
index 0000000..f46add8
--- /dev/null
+++ b/programs/clock/Cy.rc
@@ -0,0 +1,49 @@
+/*
+ * Clock (Welsh resources)
+ * Cloc (adnoddau Cymraeg)
+ 
+ * 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 "clock_res.h"
+
+LANGUAGE LANG_WELSH, SUBLANG_DEFAULT
+
+MAIN_MENU MENU 
+{
+ POPUP "&Eiddo" {
+  MENUITEM "&Analog", IDM_ANALOG
+  MENUITEM "Ddi&gidol", IDM_DIGITAL
+  MENUITEM SEPARATOR
+  MENUITEM "&Ffont ...", IDM_FONT
+  MENUITEM SEPARATOR
+  MENUITEM "&Heb Bar Teitl", IDM_NOTITLE
+  MENUITEM SEPARATOR
+  MENUITEM "E&iliad", IDM_SECONDS
+  MENUITEM "&Dyddiad", IDM_DATE
+  MENUITEM SEPARATOR
+  MENUITEM "&Bob amser ar Top", IDM_ONTOP
+ }
+ POPUP "&Gwybodaeth" {
+  MENUITEM "A&mdanom Cloc...", IDM_ABOUT
+ }
+}
+
+STRINGTABLE DISCARDABLE
+{
+IDS_CLOCK, "Cloc"
+}
diff --git a/programs/clock/Makefile.in b/programs/clock/Makefile.in
index f1145de..c9344c0 100644
--- a/programs/clock/Makefile.in
+++ b/programs/clock/Makefile.in
@@ -13,6 +13,7 @@ C_SRCS = \
 
 RC_SRCS = \
 	Cs.rc \
+	Cy.rc \
 	Da.rc \
 	De.rc \
 	En.rc \
-- 
1.7.0.2.msysgit.0


--------------020900040308090903060909--




More information about the wine-patches mailing list