You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
3.7 KiB
85 lines
3.7 KiB
/*:
|
|
@*: 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
|
|
#elif LANGUAGE_ID == 0x404
|
|
//CHT specific sections
|
|
#elif LANGUAGE_ID == 0x411
|
|
//JPN specific sections
|
|
#elif LANGUAGE_ID == 0x412
|
|
//KOR specific sections
|
|
#endif
|
|
|
|
// String section below for localizers
|
|
@*: This file will be appended to the corresponding INX file and then
|
|
@*: processed into an INF file
|
|
[Strings]
|
|
ShowDesktop = "Show Desktop.scf"
|
|
QuickLaunchDir = "Microsoft\Internet Explorer\Quick Launch"
|
|
|
|
Accessories = "Accessories"
|
|
SystemTools = "Accessories\System Tools"
|
|
|
|
Explorer_DESC = "Windows Explorer"
|
|
Explorer_InfoTip = "Displays the files and folders on your computer."
|
|
|
|
@*: This is still exists so we can delete the old shortcut to welcome.exe on upgrade
|
|
@w:Welcome_DESC = "Getting Started"
|
|
|
|
DiskClean_DESC = "Disk Cleanup"
|
|
DiskClean_InfoTip = "Enables you to clear your disk of unnecessary files."
|
|
|
|
Scheduled_DESC = "Scheduled Tasks"
|
|
Scheduled_InfoTip = "Use Task Scheduler to schedule computer tasks to run automatically."
|
|
CLSID_MyComputer = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
|
|
CLSID_ControlPanel = "{21EC2020-3AEA-1069-A2DD-08002B30309D}"
|
|
CLSID_TaskScheduler = "{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"
|
|
|
|
// registry helpers
|
|
REGDW = 0x00010001
|
|
REG_SPOPTIONS = "Software\Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel"
|
|
PATH_EXPLORER = "Software\Microsoft\Windows\CurrentVersion\Explorer"
|
|
WINDOWS_HLP = "windows.hlp"
|
|
|
|
// for the startpanel regtreeop entries
|
|
DESC_StartPanelATBoth = "@shell32.dll,-30478"
|
|
DESC_StartPanelATMenu = "@shell32.dll,-30479"
|
|
DESC_StartPanelShowMyComp = "@shell32.dll,-30480"
|
|
DESC_StartPanelShowNetPlaces= "@shell32.dll,-30481"
|
|
DESC_StartPanelShowNetConn = "@shell32.dll,-30482"
|
|
DESC_StartPanelShowRun = "@shell32.dll,-30483"
|
|
DESC_StartPanelFavorites = "@shell32.dll,-30484"
|
|
DESC_StartPanelShowMyDocs = "@shell32.dll,-30485"
|
|
DESC_StartPanelShowMyPics = "@shell32.dll,-30486"
|
|
DESC_StartPanelShowMyMusic = "@shell32.dll,-30487"
|
|
DESC_StartPanelShowControlPanel = "@shell32.dll,-30488"
|
|
DESC_StartPanelShowHelp = "@shell32.dll,-30489"
|
|
DESC_StartPanelOpen = "@shell32.dll,-30490"
|
|
DESC_StartPanelMenu = "@shell32.dll,-30491"
|
|
DESC_StartPanelHide = "@shell32.dll,-30492"
|
|
DESC_StartPanelShowPrinters = "@shell32.dll,-30493"
|
|
DESC_StartPanelNetConOpen = "@shell32.dll,-30494"
|
|
DESC_StartPanelNetConMenu = "@shell32.dll,-30495"
|
|
DESC_StartPanelShowSearch = "@shell32.dll,-30496"
|
|
DESC_StartPanelAdminTools = "@shell32.dll,-30515"
|
|
DESC_StartMenuChange = "@shell32.dll,-30475"
|
|
DESC_StartMenuScrollPrograms = "@shell32.dll,-30471"
|
|
DESC_StartPanelShowOEMLink = "@shell32.dll,-30516"
|