mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Rename resource files to match the locale names
svn path=/trunk/; revision=24876
This commit is contained in:
parent
fd68af87b0
commit
e0cd86ea82
16 changed files with 20 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
// German language resource file (frik85, 2005-03-08)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
|
@ -6,7 +6,7 @@
|
|||
* TRANSLATOR: LMH1
|
||||
*
|
||||
*/
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
|
@ -1,6 +1,6 @@
|
|||
// Dutch language resource file (frik85, 2005-03-08)
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL //vertaald door Lionel Lowie
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_DUTCH //vertaald door Lionel Lowie
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
|
@ -1,6 +1,6 @@
|
|||
// Swedish resources by Andreas Bjerkeholt 2005-04-28
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_SWEDISH
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
|
@ -8,20 +8,20 @@
|
|||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* include localised resources */
|
||||
#include "lang/Cz.rc"
|
||||
#include "lang/De.rc"
|
||||
#include "lang/Dk.rc"
|
||||
#include "lang/En.rc"
|
||||
#include "lang/Es.rc"
|
||||
#include "lang/Fi.rc"
|
||||
#include "lang/Gr.rc"
|
||||
#include "lang/Hu.rc"
|
||||
#include "lang/Ja.rc"
|
||||
#include "lang/Nl.rc"
|
||||
#include "lang/No.rc"
|
||||
#include "lang/Pl.rc"
|
||||
#include "lang/Ru.rc"
|
||||
#include "lang/Sv.rc"
|
||||
#include "lang/Uk.rc"
|
||||
#include "lang/cz-CZ.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/da-DK.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/es-ES.rc"
|
||||
#include "lang/fi-FI.rc"
|
||||
#include "lang/el-GR.rc"
|
||||
#include "lang/hu-HU.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/uk-UA.rc"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue