Author: spetreolle Date: Wed Nov 13 01:04:23 2013 New Revision: 60968
URL: http://svn.reactos.org/svn/reactos?rev=60968&view=rev Log: [WINNLS] Fix German and Romanian language ids, which resulted into wrong codepage resources into kernel32. Add French resource file.
Added: trunk/reactos/dll/win32/kernel32/winnls/lang/fr-FR.rc - copied, changed from r60924, trunk/reactos/dll/win32/kernel32/winnls/lang/en-US.rc Modified: trunk/reactos/dll/win32/kernel32/kernel32.rc trunk/reactos/dll/win32/kernel32/winnls/lang/de-DE.rc trunk/reactos/dll/win32/kernel32/winnls/lang/ro-RO.rc
Modified: trunk/reactos/dll/win32/kernel32/kernel32.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/kernel32... ============================================================================== --- trunk/reactos/dll/win32/kernel32/kernel32.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/kernel32/kernel32.rc [iso-8859-1] Wed Nov 13 01:04:23 2013 @@ -17,8 +17,12 @@ #ifdef LANGUAGE_EN_US #include "winnls/lang/en-US.rc" #endif +#pragma code_page(65001) #ifdef LANGUAGE_ES_ES #include "winnls/lang/es-ES.rc" +#endif +#ifdef LANGUAGE_FR_FR + #include "winnls/lang/fr-FR.rc" #endif #ifdef LANGUAGE_RO_RO #include "winnls/lang/ro-RO.rc"
Modified: trunk/reactos/dll/win32/kernel32/winnls/lang/de-DE.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/winnls/l... ============================================================================== --- trunk/reactos/dll/win32/kernel32/winnls/lang/de-DE.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/kernel32/winnls/lang/de-DE.rc [iso-8859-1] Wed Nov 13 01:04:23 2013 @@ -1,4 +1,4 @@ -LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL +LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
STRINGTABLE BEGIN
Copied: trunk/reactos/dll/win32/kernel32/winnls/lang/fr-FR.rc (from r60924, trunk/reactos/dll/win32/kernel32/winnls/lang/en-US.rc) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/winnls/l... ============================================================================== --- trunk/reactos/dll/win32/kernel32/winnls/lang/en-US.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/kernel32/winnls/lang/fr-FR.rc [iso-8859-1] Wed Nov 13 01:04:23 2013 @@ -1,6 +1,6 @@ #pragma code_page(1252)
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
STRINGTABLE BEGIN
Modified: trunk/reactos/dll/win32/kernel32/winnls/lang/ro-RO.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/winnls/l... ============================================================================== --- trunk/reactos/dll/win32/kernel32/winnls/lang/ro-RO.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/kernel32/winnls/lang/ro-RO.rc [iso-8859-1] Wed Nov 13 01:04:23 2013 @@ -5,7 +5,7 @@ * CHANGE LOG: 2011-09-05 initial translation */
-LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL +LANGUAGE LANG_ROMANIAN, SUBLANG_DEFAULT
STRINGTABLE BEGIN