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.

127 lines
3.4 KiB

  1. [Strings]
  2. ;Non-Localizable strings:
  3. KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  4. KEY_DEFSCH = "AppEvents\Schemes\Apps\.Default"
  5. KEY_APPS = "AppEvents\Schemes\Apps"
  6. KEY_MEDIA = "SYSTEM\CurrentControlSet\Control\MediaResources"
  7. WINDOWS_XP_BALLOON="Windows XP Balloon.wav"
  8. WINDOWS_XP_BATTERY_CRITICAL="Windows XP Battery Critical.wav"
  9. WINDOWS_XP_BATTERY_LOW="Windows XP Battery Low.wav"
  10. WINDOWS_XP_CRITICAL_STOP="Windows XP Critical Stop.wav"
  11. WINDOWS_XP_DEFAULT="Windows XP Default.wav"
  12. WINDOWS_XP_DING="Windows XP Ding.wav"
  13. WINDOWS_XP_ERROR="Windows XP Error.wav"
  14. WINDOWS_XP_EXCLAMATION="Windows XP Exclamation.wav"
  15. WINDOWS_XP_HARDWARE_FAIL="Windows XP Hardware Fail.wav"
  16. WINDOWS_XP_HARDWARE_INSERT="Windows XP Hardware Insert.wav"
  17. WINDOWS_XP_HARDWARE_REMOVE="Windows XP Hardware Remove.wav"
  18. WINDOWS_XP_LOGOFF="Windows XP Logoff Sound.wav"
  19. WINDOWS_XP_LOGON="Windows XP Logon Sound.wav"
  20. WINDOWS_XP_MENU="Windows XP Menu Command.wav"
  21. WINDOWS_XP_MINIMIZE="Windows XP Minimize.wav"
  22. WINDOWS_XP_NOTIFY="Windows XP Notify.wav"
  23. WINDOWS_XP_PRINT="Windows XP Print complete.wav"
  24. WINDOWS_XP_RECYCLE="Windows XP Recycle.wav"
  25. WINDOWS_XP_RESTORE="Windows XP Restore.wav"
  26. WINDOWS_XP_RINGIN="Windows XP Ringin.wav"
  27. WINDOWS_XP_RINGOUT="Windows XP Ringout.wav"
  28. WINDOWS_XP_SHUTDOWN="Windows XP Shutdown.wav"
  29. WINDOWS_XP_START="Windows XP Start.wav"
  30. WINDOWS_XP_STARTUP="Windows XP Startup.wav"
  31. ;Localizable strings:
  32. mediaclipdesc="Sample Sounds"
  33. mediacliptip="Sample sounds for playback on your machine"
  34. mediautodesc="Utopia Sound Scheme"
  35. mediautotip="Utopia Sound Scheme files"
  36. V_EXPLORER="Windows Explorer"
  37. V_UTOPIA = "Utopia Sound Scheme"
  38. UTOPIA_RECYCLE = "Utopia Recycle"
  39. UTOPIA_DEFAULT = "Utopia Default"
  40. UTOPIA_WINDOWSSTART = "Utopia Windows Start"
  41. UTOPIA_WINDOWSEXIT = "Utopia Windows Exit"
  42. UTOPIA_CRITICALSTOP = "Utopia Critical Stop"
  43. UTOPIA_QUESTION = "Utopia Question"
  44. UTOPIA_EXCLAMATION = "Utopia Exclamation"
  45. UTOPIA_ASTERISK = "Utopia Asterisk"
  46. UTOPIA_OPEN = "Utopia Open"
  47. UTOPIA_CLOSE = "Utopia Close"
  48. UTOPIA_MAXIMIZE = "Utopia Maximize"
  49. UTOPIA_MINIMIZE = "Utopia Minimize"
  50. UTOPIA_RESTOREDOWN = "Utopia Restore Down"
  51. UTOPIA_RESTOREUP = "Utopia Restore Up"
  52. UTOPIA_ERROR = "Utopia Error"
  53. UTOPIA_MENUCOMMAND = "Utopia Menu Command"
  54. UTOPIA_MENUPOPUP = "Utopia Menu Popup"
  55. MMEDIA_DESC = "Accessories\Multimedia"
  56. ASTERISK="Asterisk"
  57. CLOSE_PROGRAM="Close program"
  58. CRITICAL_BATTERY_ALARM="Critical Battery Alarm"
  59. CRITICAL_STOP="Critical Stop"
  60. DEFAULT_BEEP="Default Beep"
  61. DEVICE_CONNECT="Device Connect"
  62. DEVICE_DISCONNECT="Device Disconnect"
  63. DEVICE_FAIL="Device Failed to Connect"
  64. EMPTY_RECYCLE_BIN="Empty Recycle Bin"
  65. EXCLAMATION="Exclamation"
  66. EXIT_WINDOWS_NT="Exit Windows"
  67. LOW_BATTERY_ALARM="Low Battery Alarm"
  68. MAXIMIZE="Maximize"
  69. MENU_COMMAND="Menu command"
  70. MENU_POPUP="Menu popup"
  71. MINIMIZE="Minimize"
  72. NEW_MAIL_NOTIFICATION="New Mail Notification"
  73. NO_SOUNDS="No Sounds"
  74. OPEN_PROGRAM="Open program"
  75. PRINT_COMPLETE="Print Complete"
  76. PROGRAM_ERROR="Program error"
  77. QUESTION="Question"
  78. RESTORE_DOWN="Restore Down"
  79. RESTORE_UP="Restore Up"
  80. START_NAVIGATION="Start Navigation"
  81. START_WINDOWS_NT="Start Windows"
  82. SYSTEM_NOTIFY="System Notification"
  83. WINDOWS_DEFAULT="Windows Default"
  84. WINDOWS_LOGOFF="Windows Logoff"
  85. WINDOWS_LOGON="Windows Logon"
  86. WINDOWS_NT_DEFAULT="Windows 2000 Default"
  87. WINDOWS_NT_EXPLORER="Windows Explorer"