mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user