sane.ds: Add Welsh resource

Ken Sharp kennybobs at o2.co.uk
Tue Jun 15 02:09:59 CDT 2010


---
 dlls/sane.ds/Makefile.in |    1 +
 dlls/sane.ds/sane_Cy.rc  |   43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)
 create mode 100644 dlls/sane.ds/sane_Cy.rc

diff --git a/dlls/sane.ds/Makefile.in b/dlls/sane.ds/Makefile.in
index bf2070c..5a13a56 100644
--- a/dlls/sane.ds/Makefile.in
+++ b/dlls/sane.ds/Makefile.in
@@ -15,6 +15,7 @@ C_SRCS = \
 	ui.c
 
 RC_SRCS = \
+	sane_Cy.rc \
 	sane_Da.rc \
 	sane_De.rc \
 	sane_En.rc \
diff --git a/dlls/sane.ds/sane_Cy.rc b/dlls/sane.ds/sane_Cy.rc
new file mode 100644
index 0000000..c31635b
--- /dev/null
+++ b/dlls/sane.ds/sane_Cy.rc
@@ -0,0 +1,43 @@
+/*
+ * Cefnogaeth iaith Cymraeg
+ * Welsh language support
+ *
+ * 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 "resource.h"
+
+LANGUAGE LANG_WELSH, SUBLANG_DEFAULT
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Sganio"
+FONT 8, "MS Sans Serif"
+BEGIN
+    LTEXT   "Sganio ... Arhoswch",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "px"
+ 2 "d"  /* digid binary (did) */
+ 3 "mm"
+ 4 "dpi" /* dotiau fesul modfedd */
+ 5 "%"
+ 6 "ma" /* micro-amrantiadau */
+}
-- 
1.7.0.4


--------------000804010805040009090902--




More information about the wine-patches mailing list