Add German Translation and Fix English SUBLANG to our Defaults.

svn path=/trunk/; revision=29544
This commit is contained in:
Daniel Reimer 2007-10-12 17:49:52 +00:00
parent ff76e56813
commit 3afae75a47
3 changed files with 29 additions and 1 deletions

27
rosapps/write/De.rc Normal file
View file

@ -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"
}

View file

@ -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
{

View file

@ -23,5 +23,6 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "De.rc"
#include "En.rc"
#include "Ko.rc"