fixing right sub id

please check with vs if the rc got right sub id before a commit.
I do not whant file on other langues like fi in english lang and so on

svn path=/trunk/; revision=27459
This commit is contained in:
Magnus Olsen 2007-07-08 01:11:17 +00:00
parent 972b4279de
commit ba38a037b5
6 changed files with 26 additions and 21 deletions

View file

@ -1,4 +1,4 @@
LANGUAGE LANG_FINNISH, SUBLANG_NEUTRAL
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
/* String Tables */
STRINGTABLE DISCARDABLE

View file

@ -1,7 +1,7 @@
/* OLD $Id: En.rc 12852 2005-01-06 13:58:04Z mf $ */
// Hungarian translation by Robert Horvath - talley at cubeclub.hu
LANGUAGE LANG_HUNGARIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
/* String Tables */
STRINGTABLE DISCARDABLE

View file

@ -5,7 +5,7 @@
* http://rogers.cyberdusk.pl/
*/
LANGUAGE LANG_POLISH, SUBLANG_NEUTRAL
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
/* String Tables */
STRINGTABLE DISCARDABLE

View file

@ -1,6 +1,6 @@
/* $Id: En.rc 21257 2006-03-08 23:07:09Z audit $ */
LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
/* String Tables */
STRINGTABLE DISCARDABLE

View file

@ -16,22 +16,6 @@ IDI_MAIN ICON "res/reactos.ico"
/* Language-specific resources */
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/fi-FI.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/nl-NL.rc"
#include "lang/nb-NO.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/sv-SE.rc"
#include "lang/th-TH.rc"
#include "lang/uk-UA.rc"
#include "lang/zh-CN.rc"
#include "rsrc.rc"
/* EOF */

View file

@ -0,0 +1,21 @@
#include <windows.h>
#include "resource.h"
/* Language-specific resources */
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/fi-FI.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/nl-NL.rc"
#include "lang/nb-NO.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/sv-SE.rc"
#include "lang/th-TH.rc"
#include "lang/uk-UA.rc"
#include "lang/zh-CN.rc"