From 3afae75a4710a495baa00c797f861d102ebcbb09 Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Fri, 12 Oct 2007 17:49:52 +0000 Subject: [PATCH] Add German Translation and Fix English SUBLANG to our Defaults. svn path=/trunk/; revision=29544 --- rosapps/write/De.rc | 27 +++++++++++++++++++++++++++ rosapps/write/En.rc | 2 +- rosapps/write/rsrc.rc | 1 + 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 rosapps/write/De.rc diff --git a/rosapps/write/De.rc b/rosapps/write/De.rc new file mode 100644 index 00000000000..5a114241fe7 --- /dev/null +++ b/rosapps/write/De.rc @@ -0,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" +} diff --git a/rosapps/write/En.rc b/rosapps/write/En.rc index 5215db51dc8..2eae27c4fc7 100644 --- a/rosapps/write/En.rc +++ b/rosapps/write/En.rc @@ -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 { diff --git a/rosapps/write/rsrc.rc b/rosapps/write/rsrc.rc index cff89d934f8..522e4f2302d 100644 --- a/rosapps/write/rsrc.rc +++ b/rosapps/write/rsrc.rc @@ -23,5 +23,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +#include "De.rc" #include "En.rc" #include "Ko.rc"