Leaked source code of windows server 2003
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

  1. /*:
  2. @*: This file is organized into two main blocks. The first block contains
  3. @*: code (non-string) sections which are specific to languages. Please put
  4. @*: the code sections in the correct language.
  5. @*: The second block is reserved for [Strings] which localizers will be
  6. @*: working with. It is further divided using "#if LANGUAGE ==" for language
  7. @*: specific strings. For strings which are common to all languages
  8. @*: place outside the #ifs.
  9. @*:
  10. @*: This file is first precompiled with LANGUAGE_ID
  11. @*: set to the language (see inf\win4\inf\makefile.inc for details).
  12. @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
  13. @*: will appear.
  14. @*:
  15. @*: Important: To support locstudio, this file contains only ONE [Strings] section.
  16. @*:
  17. @*/
  18. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  19. // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
  20. #elif LANGUAGE_ID == 0x804
  21. //CHS specific sections
  22. #elif LANGUAGE_ID == 0x404
  23. //CHT specific sections
  24. #elif LANGUAGE_ID == 0x411
  25. //JPN specific sections
  26. #elif LANGUAGE_ID == 0x412
  27. //KOR specific sections
  28. #endif
  29. // String section below for localizers
  30. @*: This file will be appended to the corresponding INX file and then
  31. @*: processed into an INF file
  32. [Strings]
  33. ShowDesktop = "Show Desktop.scf"
  34. QuickLaunchDir = "Microsoft\Internet Explorer\Quick Launch"
  35. Accessories = "Accessories"
  36. SystemTools = "Accessories\System Tools"
  37. Explorer_DESC = "Windows Explorer"
  38. Explorer_InfoTip = "Displays the files and folders on your computer."
  39. @*: This is still exists so we can delete the old shortcut to welcome.exe on upgrade
  40. @w:Welcome_DESC = "Getting Started"
  41. DiskClean_DESC = "Disk Cleanup"
  42. DiskClean_InfoTip = "Enables you to clear your disk of unnecessary files."
  43. Scheduled_DESC = "Scheduled Tasks"
  44. Scheduled_InfoTip = "Use Task Scheduler to schedule computer tasks to run automatically."
  45. CLSID_MyComputer = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
  46. CLSID_ControlPanel = "{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  47. CLSID_TaskScheduler = "{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"
  48. // registry helpers
  49. REGDW = 0x00010001
  50. REG_SPOPTIONS = "Software\Microsoft\Windows\CurrentVersion\Explorer\StartMenu\StartPanel"
  51. PATH_EXPLORER = "Software\Microsoft\Windows\CurrentVersion\Explorer"
  52. WINDOWS_HLP = "windows.hlp"
  53. // for the startpanel regtreeop entries
  54. DESC_StartPanelATBoth = "@shell32.dll,-30478"
  55. DESC_StartPanelATMenu = "@shell32.dll,-30479"
  56. DESC_StartPanelShowMyComp = "@shell32.dll,-30480"
  57. DESC_StartPanelShowNetPlaces= "@shell32.dll,-30481"
  58. DESC_StartPanelShowNetConn = "@shell32.dll,-30482"
  59. DESC_StartPanelShowRun = "@shell32.dll,-30483"
  60. DESC_StartPanelFavorites = "@shell32.dll,-30484"
  61. DESC_StartPanelShowMyDocs = "@shell32.dll,-30485"
  62. DESC_StartPanelShowMyPics = "@shell32.dll,-30486"
  63. DESC_StartPanelShowMyMusic = "@shell32.dll,-30487"
  64. DESC_StartPanelShowControlPanel = "@shell32.dll,-30488"
  65. DESC_StartPanelShowHelp = "@shell32.dll,-30489"
  66. DESC_StartPanelOpen = "@shell32.dll,-30490"
  67. DESC_StartPanelMenu = "@shell32.dll,-30491"
  68. DESC_StartPanelHide = "@shell32.dll,-30492"
  69. DESC_StartPanelShowPrinters = "@shell32.dll,-30493"
  70. DESC_StartPanelNetConOpen = "@shell32.dll,-30494"
  71. DESC_StartPanelNetConMenu = "@shell32.dll,-30495"
  72. DESC_StartPanelShowSearch = "@shell32.dll,-30496"
  73. DESC_StartPanelAdminTools = "@shell32.dll,-30515"
  74. DESC_StartMenuChange = "@shell32.dll,-30475"
  75. DESC_StartMenuScrollPrograms = "@shell32.dll,-30471"
  76. DESC_StartPanelShowOEMLink = "@shell32.dll,-30516"