128 lines
6.5 KiB
Plaintext
128 lines
6.5 KiB
Plaintext
|
/*:
|
||
|
@*: This file is organized into two main blocks. The first block contains
|
||
|
@*: code (non-string) sections which are specific to languages. Please put
|
||
|
@*: the code sections in the correct language.
|
||
|
@*: The second block is reserved for [Strings] which localizers will be
|
||
|
@*: working with. It is further divided using "#if LANGUAGE ==" for language
|
||
|
@*: specific strings. For strings which are common to all languages
|
||
|
@*: place outside the #ifs.
|
||
|
@*:
|
||
|
@*: This file is first precompiled with LANGUAGE_ID
|
||
|
@*: set to the language (see inf\win4\inf\makefile.inc for details).
|
||
|
@*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
|
||
|
@*: will appear.
|
||
|
@*:
|
||
|
@*: Important: To support locstudio, this file contains only ONE [Strings] section.
|
||
|
@*:
|
||
|
@*/
|
||
|
|
||
|
#if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
|
||
|
// This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
|
||
|
|
||
|
#elif LANGUAGE_ID == 0x804
|
||
|
//CHS specific sections
|
||
|
[AdditionalClientFiles]
|
||
|
templates\bootfont.bin,bootfont.bin
|
||
|
|
||
|
#elif LANGUAGE_ID == 0x404
|
||
|
//CHT specific sections
|
||
|
[AdditionalClientFiles]
|
||
|
templates\bootfont.bin,bootfont.bin
|
||
|
|
||
|
#elif LANGUAGE_ID == 0x411
|
||
|
//JPN specific sections
|
||
|
[AdditionalClientFiles]
|
||
|
templates\bootfont.bin,bootfont.bin
|
||
|
|
||
|
#elif LANGUAGE_ID == 0x412
|
||
|
//KOR specific sections
|
||
|
[AdditionalClientFiles]
|
||
|
templates\bootfont.bin,bootfont.bin
|
||
|
|
||
|
#endif
|
||
|
|
||
|
// String section below for localizers
|
||
|
;
|
||
|
; Strings
|
||
|
;
|
||
|
[Strings]
|
||
|
|
||
|
#if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
|
||
|
BINL_SERVICE_DESC = "Provides the ability to install Windows on PXE remote boot-enabled client computers."
|
||
|
RemInst_Help = "Provides the ability to remotely install Windows on remote boot enabled client computers."
|
||
|
srvcd = "Windows Server CD-ROM"
|
||
|
wkscd = "Windows CD-ROM"
|
||
|
|
||
|
#elif LANGUAGE_ID == 0x804
|
||
|
@w!p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Professional on remote boot enabled client computers."
|
||
|
@p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Personal on remote boot enabled client computers."
|
||
|
srvcd = "Windows Whistler Server (Beta 1) CD-ROM"
|
||
|
@w!p:@@:wkscd = "Windows Whistler Professional (Beta 1) CD-ROM"
|
||
|
@p:@@:wkscd = "Windows Whistler Personal (Beta 1) CD-ROM"
|
||
|
@w!p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Professional on PXE remote boot-enabled client computers."
|
||
|
@p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Personal on PXE remote boot-enabled client computers."
|
||
|
|
||
|
#elif LANGUAGE_ID == 0x404
|
||
|
@w!p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Professional on remote boot enabled client computers."
|
||
|
@p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Personal on remote boot enabled client computers."
|
||
|
srvcd = "Windows Whistler Server (Beta 1) CD-ROM"
|
||
|
@w!p:@@:wkscd = "Windows Whistler Professional (Beta 1) CD-ROM"
|
||
|
@p:@@:wkscd = "Windows Whistler Personal (Beta 1) CD-ROM"
|
||
|
|
||
|
@w!p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Professional on PXE remote boot-enabled client computers."
|
||
|
@p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Personal on PXE remote boot-enabled client computers."
|
||
|
|
||
|
#elif LANGUAGE_ID == 0x411
|
||
|
@w!p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Professional on remote boot enabled client computers."
|
||
|
@p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Personal on remote boot enabled client computers."
|
||
|
srvcd = "Windows Whistler Server (Beta 1) CD-ROM"
|
||
|
@w!p:@@:wkscd = "Windows Whistler Professional (Beta 1) CD-ROM"
|
||
|
@p:@@:wkscd = "Windows Whistler Personal (Beta 1) CD-ROM"
|
||
|
|
||
|
@w!p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Professional on PXE remote boot-enabled client computers."
|
||
|
@p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Personal on PXE remote boot-enabled client computers."
|
||
|
|
||
|
#elif LANGUAGE_ID == 0x412
|
||
|
//KOR specific sections
|
||
|
@w!p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Professional on remote boot enabled client computers."
|
||
|
@p:@@:RemInst_Help = "Provides the ability to remotely install Windows Whistler Personal on remote boot enabled client computers."
|
||
|
srvcd = "Windows Whistler Server (Beta 1) CD-ROM"
|
||
|
@w!p:@@:wkscd = "Windows Whistler Professional (Beta 1) CD-ROM"
|
||
|
@p:@@:wkscd = "Windows Whistler Personal (Beta 1) CD-ROM"
|
||
|
|
||
|
@w!p:@@:BINL_SERVICE_DESC = "Provides the ability to install Windows Whistler Professional on PXE remote boot-enabled client computers."
|
||
|
@p:@@:BINL_SERVICE_DESC = "Provides the ability to install Whistler Personal on PXE remote boot-enabled client computers."
|
||
|
|
||
|
#endif
|
||
|
|
||
|
RemInst_Desc = "Remote Installation Services"
|
||
|
RemInstProf_DESC = "Remote Installation Services Setup"
|
||
|
AdminTools_GROUP = "Administrative Tools"
|
||
|
|
||
|
|
||
|
|
||
|
BINL_SERVICE_NAME = "Remote Installation"
|
||
|
TFTPD_SERVICE_NAME = "Trivial FTP Daemon"
|
||
|
TFTPD_SERVICE_DESC = "Implements the Trivial FTP Internet standard, which does not require a user name or password. Part of the Remote Installation Services."
|
||
|
SIS_SERVICE_NAME = "Single Instance Storage"
|
||
|
SIS_SERVICE_DESC = "A File System Filter that manages duplicate copies of files on hard-disk volumes. It copies one instance of the duplicate file into a central directory, and the duplicates are replaced with a link to the central copy in order to improve disk usage. This service can not be stopped. If this service is disabled, all linked files will no longer be accessible. If the central directory is deleted, all linked files will become permanently inaccessible."
|
||
|
GROVEL_SERVICE_NAME = "Single Instance Storage Groveler"
|
||
|
GROVEL_SERVICE_DESC = "Scans the hard-disk volumes on a Remote Installation Services (RIS) server for duplicate copies of files. If found, one instance of the duplicate file is stored in a central directory, and the duplicates are replaced with a link to the central copy in order to improve disk usage. If this service is stopped, files will no longer be automatically linked in this manner, but the existing linked files will still be accessible."
|
||
|
|
||
|
|
||
|
REG_DWORD =0x10001
|
||
|
REG_EXPAND_SZ =0x20000
|
||
|
REG_BINARY =0x00001
|
||
|
REG_SZ =0x00000
|
||
|
REG_MULTI_SZ =0x10000
|
||
|
REG_NONE =0x20001
|
||
|
|
||
|
SERVICE_DISABLED = 4
|
||
|
SERVICE_DEMAND_START = 3
|
||
|
SERVICE_AUTO_START = 2
|
||
|
SERVICE_WIN32_SHARE_PROCESS = 32
|
||
|
SERVICE_FILE_SYSTEM_DRIVER = 2
|
||
|
SERVICE_WIN32_OWN_PROCESS = 16
|
||
|
SERVICE_BOOT_START = 0
|
||
|
SERVICE_ERROR_NORMAL = 1
|