From: Dmitry Gorbachev Date: Mon, 28 May 2007 15:55:38 +0000 (+0000) Subject: - Use new resource file names. X-Git-Tag: backups/ddk2003@36850~264 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=6a80de90e05862093fbec548162a8630b668c7d4 - Use new resource file names. - Uncomment NLS settings for Korean. svn path=/trunk/; revision=26932 --- diff --git a/reactos/boot/bootdata/hivesys.inf b/reactos/boot/bootdata/hivesys.inf index 8c313d9245f..d07dfa16680 100644 --- a/reactos/boot/bootdata/hivesys.inf +++ b/reactos/boot/bootdata/hivesys.inf @@ -208,7 +208,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","040f",0x00000000,"l_intl.n HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0410",0x00000000,"l_intl.nls" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0810",0x00000000,"l_intl.nls" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0411",0x00000000,"l_intl.nls" -;HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0412",0x00000000,"l_intl.nls" +HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0412",0x00000000,"l_intl.nls" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0413",0x00000000,"l_intl.nls" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0813",0x00000000,"l_intl.nls" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Language","0414",0x00000000,"l_intl.nls" @@ -316,7 +316,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Locale","0000040f",0x00000000,"1" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Locale","00000410",0x00000000,"1" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Locale","00000810",0x00000000,"1" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Locale","00000411",0x00000000,"" -;HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Locale","00000412",0x00000000,"" +HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Locale","00000412",0x00000000,"" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Locale","00000413",0x00000000,"1" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Locale","00000813",0x00000000,"1" HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Locale","00000414",0x00000000,"1" diff --git a/reactos/boot/freeldr/fdebug/fdebug.rc b/reactos/boot/freeldr/fdebug/fdebug.rc index 2fa6ab85090..3f61a4a0018 100644 --- a/reactos/boot/freeldr/fdebug/fdebug.rc +++ b/reactos/boot/freeldr/fdebug/fdebug.rc @@ -5,14 +5,14 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDI_FDEBUG ICON "fdebug.ico" -#include "lang/De.rc" -#include "lang/En.rc" -#include "lang/Fr.rc" -#include "lang/Hu.rc" -#include "lang/Id.rc" -#include "lang/It.rc" -#include "lang/Ja.rc" -#include "lang/No.rc" -#include "lang/Pl.rc" -#include "lang/Tr.rc" +#include "lang/de-DE.rc" +#include "lang/en-US.rc" +#include "lang/fr-FR.rc" +#include "lang/hu-HU.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/ja-JP.rc" +#include "lang/nb-NO.rc" +#include "lang/pl-PL.rc" +#include "lang/tr-TR.rc" diff --git a/reactos/boot/freeldr/fdebug/lang/De.rc b/reactos/boot/freeldr/fdebug/lang/de-DE.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/lang/De.rc rename to reactos/boot/freeldr/fdebug/lang/de-DE.rc diff --git a/reactos/boot/freeldr/fdebug/lang/En.rc b/reactos/boot/freeldr/fdebug/lang/en-US.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/lang/En.rc rename to reactos/boot/freeldr/fdebug/lang/en-US.rc diff --git a/reactos/boot/freeldr/fdebug/lang/Fr.rc b/reactos/boot/freeldr/fdebug/lang/fr-FR.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/lang/Fr.rc rename to reactos/boot/freeldr/fdebug/lang/fr-FR.rc diff --git a/reactos/boot/freeldr/fdebug/lang/Hu.rc b/reactos/boot/freeldr/fdebug/lang/hu-HU.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/lang/Hu.rc rename to reactos/boot/freeldr/fdebug/lang/hu-HU.rc diff --git a/reactos/boot/freeldr/fdebug/lang/Id.rc b/reactos/boot/freeldr/fdebug/lang/id-ID.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/lang/Id.rc rename to reactos/boot/freeldr/fdebug/lang/id-ID.rc diff --git a/reactos/boot/freeldr/fdebug/lang/It.rc b/reactos/boot/freeldr/fdebug/lang/it-IT.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/lang/It.rc rename to reactos/boot/freeldr/fdebug/lang/it-IT.rc diff --git a/reactos/boot/freeldr/fdebug/lang/Ja.rc b/reactos/boot/freeldr/fdebug/lang/ja-JP.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/lang/Ja.rc rename to reactos/boot/freeldr/fdebug/lang/ja-JP.rc diff --git a/reactos/boot/freeldr/fdebug/lang/No.rc b/reactos/boot/freeldr/fdebug/lang/nb-NO.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/lang/No.rc rename to reactos/boot/freeldr/fdebug/lang/nb-NO.rc diff --git a/reactos/boot/freeldr/fdebug/lang/Pl.rc b/reactos/boot/freeldr/fdebug/lang/pl-PL.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/lang/Pl.rc rename to reactos/boot/freeldr/fdebug/lang/pl-PL.rc diff --git a/reactos/boot/freeldr/fdebug/lang/Tr.rc b/reactos/boot/freeldr/fdebug/lang/tr-TR.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/lang/Tr.rc rename to reactos/boot/freeldr/fdebug/lang/tr-TR.rc