Rename resource files to match the locale names

svn path=/trunk/; revision=24891
This commit is contained in:
Thomas Bluemel 2006-11-27 21:23:28 +00:00
parent 376e78e608
commit 42acbb95ed
13 changed files with 17 additions and 17 deletions

View file

@ -4,7 +4,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32 #ifdef _WIN32
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
#pragma code_page(1252) #pragma code_page(1252)
#endif //_WIN32 #endif //_WIN32

View file

@ -3,7 +3,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32 #ifdef _WIN32
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
#pragma code_page(1252) #pragma code_page(1252)
#endif //_WIN32 #endif //_WIN32

View file

@ -3,7 +3,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32 #ifdef _WIN32
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
#pragma code_page(1252) #pragma code_page(1252)
#endif //_WIN32 #endif //_WIN32

View file

@ -3,7 +3,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32 #ifdef _WIN32
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
#pragma code_page(1252) #pragma code_page(1252)
#endif //_WIN32 #endif //_WIN32

View file

@ -20,7 +20,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SWE) #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SWE)
#ifdef _WIN32 #ifdef _WIN32
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL LANGUAGE LANG_SWEDISH, SUBLANG_SWEDISH
#pragma code_page(850) #pragma code_page(850)
#endif //_WIN32 #endif //_WIN32

View file

@ -201,15 +201,15 @@ IDB_TRAYICON BITMAP DISCARDABLE res/trayicon.bmp
'00 00 00 00 00 00' '00 00 00 00 00 00'
} */ } */
#include "Cz.rc" #include "cs-CZ.rc"
#include "De.rc" #include "de-DE.rc"
#include "Dk.rc" #include "da-DK.rc"
#include "En.rc" #include "en-US.rc"
#include "Es.rc" #include "es-ES.rc"
#include "Fr.rc" #include "fr-FR.rc"
#include "Hu.rc" #include "hu-HU.rc"
#include "Ja.rc" #include "ja-JP.rc"
#include "Nl.rc" #include "nl-NL.rc"
#include "No.rc" #include "nb-NO.rc"
#include "Sv.rc" #include "sv-SE.rc"
#include "Uk.rc" #include "uk-UA.rc"