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 IDD_WELCOMEPAGE DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION

View file

@ -1,6 +1,6 @@
//encoded=samcharly_at_hotmail_dot_com //encoded=samcharly_at_hotmail_dot_com
//Spanish Language Resource //Spanish Language Resource
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
IDD_WELCOMEPAGE DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT IDD_WELCOMEPAGE DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION 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 * files. Note that you can and may override resources which also have
* a neutral version. This is to get localized bitmaps for example. * a neutral version. This is to get localized bitmaps for example.
*/ */
#include "Cz.rc" #include "cs-CZ.rc"
#include "En.rc" #include "en-US.rc"
#include "De.rc" #include "de-DE.rc"
#include "Dk.rc" #include "da-DK.rc"
#include "Es.rc" #include "es-ES.rc"
#include "Ja.rc" #include "ja-JP.rc"
#include "Hu.rc" #include "hu-HU.rc"
#include "Ru.rc" #include "ru-RU.rc"
#include "Uk.rc" #include "uk-UA.rc"