Rename resource files to match the locale name

svn path=/trunk/; revision=24874
This commit is contained in:
Thomas Bluemel 2006-11-27 19:35:37 +00:00
parent d94aae38eb
commit 7ab2735513
6 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
* German language file by Daniel Reimer <EmuandCo> 2006-06-15
*/
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
STRINGTABLE DISCARDABLE
{

View file

@ -1,4 +1,4 @@
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE DISCARDABLE
{

View file

@ -1,4 +1,4 @@
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
STRINGTABLE DISCARDABLE
{

View file

@ -8,9 +8,9 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* include localised resources */
#include "lang/En.rc"
#include "lang/Nl.rc"
#include "lang/Ru.rc"
#include "lang/De.rc"
#include "lang/No.rc"
#include "lang/en-US.rc"
#include "lang/nb-NO.rc"
#include "lang/nl-NL.rc"
#include "lang/ru-RU.rc"
#include "lang/de-DE.rc"