mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +00:00
Rename resource files to match the locale names
svn path=/trunk/; revision=24891
This commit is contained in:
parent
376e78e608
commit
42acbb95ed
13 changed files with 17 additions and 17 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
|
||||
#pragma code_page(1252)
|
||||
#endif //_WIN32
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
|
||||
#pragma code_page(1252)
|
||||
#endif //_WIN32
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
#pragma code_page(1252)
|
||||
#endif //_WIN32
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
|
||||
#pragma code_page(1252)
|
||||
#endif //_WIN32
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SWE)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_SWEDISH
|
||||
#pragma code_page(850)
|
||||
#endif //_WIN32
|
||||
|
|
@ -201,15 +201,15 @@ IDB_TRAYICON BITMAP DISCARDABLE res/trayicon.bmp
|
|||
'00 00 00 00 00 00'
|
||||
} */
|
||||
|
||||
#include "Cz.rc"
|
||||
#include "De.rc"
|
||||
#include "Dk.rc"
|
||||
#include "En.rc"
|
||||
#include "Es.rc"
|
||||
#include "Fr.rc"
|
||||
#include "Hu.rc"
|
||||
#include "Ja.rc"
|
||||
#include "Nl.rc"
|
||||
#include "No.rc"
|
||||
#include "Sv.rc"
|
||||
#include "Uk.rc"
|
||||
#include "cs-CZ.rc"
|
||||
#include "de-DE.rc"
|
||||
#include "da-DK.rc"
|
||||
#include "en-US.rc"
|
||||
#include "es-ES.rc"
|
||||
#include "fr-FR.rc"
|
||||
#include "hu-HU.rc"
|
||||
#include "ja-JP.rc"
|
||||
#include "nl-NL.rc"
|
||||
#include "nb-NO.rc"
|
||||
#include "sv-SE.rc"
|
||||
#include "uk-UA.rc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue