Rename resource files to match the locale names

svn path=/trunk/; revision=24895
This commit is contained in:
Thomas Bluemel 2006-11-27 21:30:49 +00:00
parent 6dc2318fab
commit 8d2259c84e
10 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
IDD_WELCOMEPAGE DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION

View file

@ -1,6 +1,6 @@
//encoded=samcharly_at_hotmail_dot_com
//Spanish Language Resource
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
IDD_WELCOMEPAGE DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION

View file

@ -19,12 +19,12 @@ IDB_HEADER BITMAP "resources/header.bmp"
* files. Note that you can and may override resources which also have
* a neutral version. This is to get localized bitmaps for example.
*/
#include "Cz.rc"
#include "En.rc"
#include "De.rc"
#include "Dk.rc"
#include "Es.rc"
#include "Ja.rc"
#include "Hu.rc"
#include "Ru.rc"
#include "Uk.rc"
#include "cs-CZ.rc"
#include "en-US.rc"
#include "de-DE.rc"
#include "da-DK.rc"
#include "es-ES.rc"
#include "ja-JP.rc"
#include "hu-HU.rc"
#include "ru-RU.rc"
#include "uk-UA.rc"