1. move all languages to own folder

2. accepted LMH1 languages patch (with small modification)
3. fixed right sublang on few languages rc files
See issue #1685 for more details.

svn path=/trunk/; revision=24117
This commit is contained in:
Magnus Olsen
2006-09-14 17:17:51 +00:00
parent eb39f6f8dc
commit 3e4ab62cca
11 changed files with 16 additions and 12 deletions
@@ -4,7 +4,7 @@
* Hungarian version is Copyright 2005 - Peter Nagy <[email protected]>
*/
LANGUAGE LANG_HUNGARIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
+12
View File
@@ -0,0 +1,12 @@
#include "resource.h"
/* Start move all hard code string to En.rc
* By Magnus Olsen 2005
*/
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
STRING_USERINIT_FAIL, "Userinit mislykket å starte skall!\n"
}
@@ -3,7 +3,7 @@
* By Magnus Olsen 2005
*/
LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
@@ -8,7 +8,7 @@
#include "resource.h"
LANGUAGE LANG_UKRAINIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
+1 -9
View File
@@ -6,12 +6,4 @@
#define REACTOS_STR_ORIGINAL_FILENAME "userinit.dll\0"
#include <reactos/version.rc>
#include "De.rc"
#include "En.rc"
#include "Ja.rc"
#include "Sv.rc"
#include "Hu.rc"
#include "Es.rc"
#include "Ru.rc"
#include "Gr.rc"
#include "Uk.rc"
#include "rsrc.rc"