mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:33:10 +00:00
Rename resource files to match the locale name
svn path=/trunk/; revision=24874
This commit is contained in:
parent
d94aae38eb
commit
7ab2735513
6 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
* German language file by Daniel Reimer <EmuandCo> 2006-06-15
|
* German language file by Daniel Reimer <EmuandCo> 2006-06-15
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
||||||
|
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
{
|
{
|
|
@ -1,4 +1,4 @@
|
||||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||||
|
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
{
|
{
|
|
@ -1,4 +1,4 @@
|
||||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
|
||||||
|
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
{
|
{
|
|
@ -8,9 +8,9 @@
|
||||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
/* include localised resources */
|
/* include localised resources */
|
||||||
#include "lang/En.rc"
|
#include "lang/en-US.rc"
|
||||||
#include "lang/Nl.rc"
|
#include "lang/nb-NO.rc"
|
||||||
#include "lang/Ru.rc"
|
#include "lang/nl-NL.rc"
|
||||||
#include "lang/De.rc"
|
#include "lang/ru-RU.rc"
|
||||||
#include "lang/No.rc"
|
#include "lang/de-DE.rc"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue