[ros-diffs] [dreimer] 29544: Add German Translation and Fix English SUBLANG to our Defaults.

dreimer at svn.reactos.org dreimer at svn.reactos.org
Fri Oct 12 19:49:52 CEST 2007


Author: dreimer
Date: Fri Oct 12 21:49:52 2007
New Revision: 29544

URL: http://svn.reactos.org/svn/reactos?rev=29544&view=rev
Log:
Add German Translation and Fix English SUBLANG to our Defaults.

Added:
    trunk/rosapps/write/De.rc   (with props)
Modified:
    trunk/rosapps/write/En.rc
    trunk/rosapps/write/rsrc.rc

Added: trunk/rosapps/write/De.rc
URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/write/De.rc?rev=29544&view=auto
==============================================================================
--- trunk/rosapps/write/De.rc (added)
+++ trunk/rosapps/write/De.rc Fri Oct 12 21:49:52 2007
@@ -1,0 +1,27 @@
+/*
+ * German language support
+ *
+ * Copyright (C) 2007 Mikolaj Zalewski
+ * Copyright (C) 2007 Daniel Reimer
+ *
+ * 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
+ */
+
+LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+{
+    IDS_FAILED, "Wordpad konnte nicht gestartet werden"
+}

Propchange: trunk/rosapps/write/De.rc
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: trunk/rosapps/write/En.rc
URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/write/En.rc?rev=29544&r1=29543&r2=29544&view=diff
==============================================================================
--- trunk/rosapps/write/En.rc (original)
+++ trunk/rosapps/write/En.rc Fri Oct 12 21:49:52 2007
@@ -18,7 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
 STRINGTABLE
 {

Modified: trunk/rosapps/write/rsrc.rc
URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/write/rsrc.rc?rev=29544&r1=29543&r2=29544&view=diff
==============================================================================
--- trunk/rosapps/write/rsrc.rc (original)
+++ trunk/rosapps/write/rsrc.rc Fri Oct 12 21:49:52 2007
@@ -23,5 +23,6 @@
 
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
+#include "De.rc"
 #include "En.rc"
 #include "Ko.rc"




More information about the Ros-diffs mailing list