fixing right sub id
authorMagnus Olsen <magnus@greatlord.com>
Sun, 8 Jul 2007 01:11:17 +0000 (01:11 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 8 Jul 2007 01:11:17 +0000 (01:11 +0000)
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

reactos/base/setup/reactos/lang/fi-FI.rc
reactos/base/setup/reactos/lang/hu-HU.rc
reactos/base/setup/reactos/lang/pl-PL.rc
reactos/base/setup/reactos/lang/ru-RU.rc
reactos/base/setup/reactos/reactos.rc
reactos/base/setup/reactos/rsrc.rc [new file with mode: 0644]

index aad804e..da9c47c 100644 (file)
@@ -1,4 +1,4 @@
-LANGUAGE LANG_FINNISH, SUBLANG_NEUTRAL
+LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
 
 /* String Tables */
 STRINGTABLE DISCARDABLE 
index 2e86b3f..eaeaa99 100644 (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 
index a4c7fc4..7894417 100644 (file)
@@ -5,7 +5,7 @@
  * http://rogers.cyberdusk.pl/\r
  */ \r
 \r
-LANGUAGE LANG_POLISH, SUBLANG_NEUTRAL\r
+LANGUAGE LANG_POLISH, SUBLANG_DEFAULT\r
 \r
 /* String Tables */\r
 STRINGTABLE DISCARDABLE \r
index 83eaff7..a51981d 100644 (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 
index 412951c..093c683 100644 (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 */
diff --git a/reactos/base/setup/reactos/rsrc.rc b/reactos/base/setup/reactos/rsrc.rc
new file mode 100644 (file)
index 0000000..3899116
--- /dev/null
@@ -0,0 +1,21 @@
+#include <windows.h>\r
+#include "resource.h"\r
+\r
+/* Language-specific resources */\r
+#include "lang/cs-CZ.rc"\r
+#include "lang/de-DE.rc"\r
+#include "lang/en-US.rc"\r
+#include "lang/fi-FI.rc"\r
+#include "lang/fr-FR.rc"\r
+#include "lang/hu-HU.rc"\r
+#include "lang/id-ID.rc"\r
+#include "lang/it-IT.rc"\r
+#include "lang/ja-JP.rc"\r
+#include "lang/nl-NL.rc"\r
+#include "lang/nb-NO.rc"\r
+#include "lang/pl-PL.rc"\r
+#include "lang/ru-RU.rc"\r
+#include "lang/sv-SE.rc"\r
+#include "lang/th-TH.rc"\r
+#include "lang/uk-UA.rc"\r
+#include "lang/zh-CN.rc"\r