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.

126 lines
4.6 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. [Strings]
  31. ;Non-Localizable strings:
  32. KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  33. KEY_DEFSCH = "AppEvents\Schemes\Apps\.Default"
  34. KEY_APPS = "AppEvents\Schemes\Apps"
  35. KEY_MEDIA = "SYSTEM\CurrentControlSet\Control\MediaResources"
  36. WINDOWS_XP_BALLOON="Windows XP Balloon.wav"
  37. WINDOWS_XP_BATTERY_CRITICAL="Windows XP Battery Critical.wav"
  38. WINDOWS_XP_BATTERY_LOW="Windows XP Battery Low.wav"
  39. WINDOWS_XP_CRITICAL_STOP="Windows XP Critical Stop.wav"
  40. WINDOWS_XP_DEFAULT="Windows XP Default.wav"
  41. WINDOWS_XP_DING="Windows XP Ding.wav"
  42. WINDOWS_XP_ERROR="Windows XP Error.wav"
  43. WINDOWS_XP_EXCLAMATION="Windows XP Exclamation.wav"
  44. WINDOWS_XP_HARDWARE_FAIL="Windows XP Hardware Fail.wav"
  45. WINDOWS_XP_HARDWARE_INSERT="Windows XP Hardware Insert.wav"
  46. WINDOWS_XP_HARDWARE_REMOVE="Windows XP Hardware Remove.wav"
  47. WINDOWS_XP_LOGOFF="Windows XP Logoff Sound.wav"
  48. WINDOWS_XP_LOGON="Windows XP Logon Sound.wav"
  49. WINDOWS_XP_MENU="Windows XP Menu Command.wav"
  50. WINDOWS_XP_MINIMIZE="Windows XP Minimize.wav"
  51. WINDOWS_XP_NOTIFY="Windows XP Notify.wav"
  52. WINDOWS_XP_PRINT="Windows XP Print complete.wav"
  53. WINDOWS_XP_RECYCLE="Windows XP Recycle.wav"
  54. WINDOWS_XP_RESTORE="Windows XP Restore.wav"
  55. WINDOWS_XP_RINGIN="Windows XP Ringin.wav"
  56. WINDOWS_XP_RINGOUT="Windows XP Ringout.wav"
  57. WINDOWS_XP_SHUTDOWN="Windows XP Shutdown.wav"
  58. WINDOWS_XP_START="Windows XP Start.wav"
  59. WINDOWS_XP_STARTUP="Windows XP Startup.wav"
  60. ;Localizable strings:
  61. mediaclipdesc="Sample Sounds"
  62. mediacliptip="Sample sounds for playback on your machine"
  63. mediautodesc="Utopia Sound Scheme"
  64. mediautotip="Utopia Sound Scheme files"
  65. V_EXPLORER="Windows Explorer"
  66. V_UTOPIA = "Utopia Sound Scheme"
  67. UTOPIA_RECYCLE = "Utopia Recycle"
  68. UTOPIA_DEFAULT = "Utopia Default"
  69. UTOPIA_WINDOWSSTART = "Utopia Windows Start"
  70. UTOPIA_WINDOWSEXIT = "Utopia Windows Exit"
  71. UTOPIA_CRITICALSTOP = "Utopia Critical Stop"
  72. UTOPIA_QUESTION = "Utopia Question"
  73. UTOPIA_EXCLAMATION = "Utopia Exclamation"
  74. UTOPIA_ASTERISK = "Utopia Asterisk"
  75. UTOPIA_OPEN = "Utopia Open"
  76. UTOPIA_CLOSE = "Utopia Close"
  77. UTOPIA_MAXIMIZE = "Utopia Maximize"
  78. UTOPIA_MINIMIZE = "Utopia Minimize"
  79. UTOPIA_RESTOREDOWN = "Utopia Restore Down"
  80. UTOPIA_RESTOREUP = "Utopia Restore Up"
  81. UTOPIA_ERROR = "Utopia Error"
  82. UTOPIA_MENUCOMMAND = "Utopia Menu Command"
  83. UTOPIA_MENUPOPUP = "Utopia Menu Popup"
  84. MMEDIA_DESC = "Accessories\Multimedia"
  85. ASTERISK="Asterisk"
  86. CLOSE_PROGRAM="Close program"
  87. CRITICAL_BATTERY_ALARM="Critical Battery Alarm"
  88. CRITICAL_STOP="Critical Stop"
  89. DEFAULT_BEEP="Default Beep"
  90. DEVICE_CONNECT="Device Connect"
  91. DEVICE_DISCONNECT="Device Disconnect"
  92. DEVICE_FAIL="Device Failed to Connect"
  93. EMPTY_RECYCLE_BIN="Empty Recycle Bin"
  94. EXCLAMATION="Exclamation"
  95. EXIT_WINDOWS_NT="Exit Windows"
  96. LOW_BATTERY_ALARM="Low Battery Alarm"
  97. MAXIMIZE="Maximize"
  98. MENU_COMMAND="Menu command"
  99. MENU_POPUP="Menu popup"
  100. MINIMIZE="Minimize"
  101. NEW_MAIL_NOTIFICATION="New Mail Notification"
  102. NO_SOUNDS="No Sounds"
  103. OPEN_PROGRAM="Open program"
  104. PRINT_COMPLETE="Print Complete"
  105. PROGRAM_ERROR="Program error"
  106. QUESTION="Question"
  107. RESTORE_DOWN="Restore Down"
  108. RESTORE_UP="Restore Up"
  109. START_NAVIGATION="Start Navigation"
  110. START_WINDOWS_NT="Start Windows"
  111. SYSTEM_NOTIFY="System Notification"
  112. WINDOWS_DEFAULT="Windows Default"
  113. WINDOWS_LOGOFF="Windows Logoff"
  114. WINDOWS_LOGON="Windows Logon"
  115. WINDOWS_NT_DEFAULT="Windows 2000 Default"
  116. WINDOWS_NT_EXPLORER="Windows Explorer"