64 lines
1.3 KiB
Plaintext
64 lines
1.3 KiB
Plaintext
|
|
||
|
/*:
|
||
|
@*: Put the correct localized starting string in the appropriate
|
||
|
@*: language section. For strings which are command across languages
|
||
|
@*: put them outside the ifdef block
|
||
|
@*/
|
||
|
|
||
|
;
|
||
|
; localize loader prompt here
|
||
|
;
|
||
|
[InfChanges]
|
||
|
loaderprompt=txtsetup.sif,setupdata,"Starting Windows XP Preinstallation Environment..."
|
||
|
|
||
|
|
||
|
;
|
||
|
; you can add more language groups separated by comma to LanguageGroup key
|
||
|
;
|
||
|
[RegionalSettings]
|
||
|
LanguageGroup=1
|
||
|
Language=LANGUAGE_ID
|
||
|
|
||
|
#if LANGUAGE_ID == 0x405
|
||
|
// Czech
|
||
|
#elif LANGUAGE_ID == 0x406
|
||
|
// Danish
|
||
|
#elif LANGUAGE_ID == 0x408
|
||
|
// Greek
|
||
|
#elif LANGUAGE_ID == 0x40b
|
||
|
// Finnish
|
||
|
#elif LANGUAGE_ID == 0x40c
|
||
|
// French (standard)
|
||
|
#elif LANGUAGE_ID == 0x40e
|
||
|
// Hungarian
|
||
|
#elif LANGUAGE_ID == 0x410
|
||
|
// Italian (standard)
|
||
|
#elif LANGUAGE_ID == 0x413
|
||
|
// Dutch (Netherlands)
|
||
|
#elif LANGUAGE_ID == 0x414
|
||
|
// Norwegian (Bokmal)
|
||
|
#elif LANGUAGE_ID == 0x415
|
||
|
// Polish
|
||
|
#elif LANGUAGE_ID == 0x416
|
||
|
// Portuguese (Brazil)
|
||
|
#elif LANGUAGE_ID == 0x418
|
||
|
// Romanian
|
||
|
#elif LANGUAGE_ID == 0x419
|
||
|
// Russian
|
||
|
#elif LANGUAGE_ID == 0x41a
|
||
|
// Croatian
|
||
|
#elif LANGUAGE_ID == 0x41b
|
||
|
// Slovak
|
||
|
#elif LANGUAGE_ID == 0x41d
|
||
|
// Swedish
|
||
|
#elif LANGUAGE_ID == 0x41f
|
||
|
// Turkish
|
||
|
#elif LANGUAGE_ID == 0x424
|
||
|
// Slovenian
|
||
|
#elif LANGUAGE_ID == 0x816
|
||
|
// Portuguese (Standard)
|
||
|
#elif LANGUAGE_ID == 0xc0a
|
||
|
// Spanish (Modern Sort)
|
||
|
#endif
|
||
|
|