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.9 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 Infobulle.wav"
  8. WINDOWS_XP_BATTERY_CRITICAL="Windows XP Alarme batterie.wav"
  9. WINDOWS_XP_BATTERY_LOW="Windows XP Batterie d�charg�e.wav"
  10. WINDOWS_XP_CRITICAL_STOP="Windows XP Arr�t critique.wav"
  11. WINDOWS_XP_DEFAULT="Windows XP Son par d�faut.wav"
  12. WINDOWS_XP_DING="Windows XP Ding.wav"
  13. WINDOWS_XP_ERROR="Windows XP Erreur.wav"
  14. WINDOWS_XP_EXCLAMATION="Windows XP Exclamation.wav"
  15. WINDOWS_XP_HARDWARE_FAIL="Windows XP �chec d'un mat�riel.wav"
  16. WINDOWS_XP_HARDWARE_INSERT="Windows XP Insertion d'un mat�riel.wav"
  17. WINDOWS_XP_HARDWARE_REMOVE="Windows XP Suppression d'un mat�riel.wav"
  18. WINDOWS_XP_LOGOFF="Windows XP Fermeture de session.wav"
  19. WINDOWS_XP_LOGON="Windows XP Ouverture de session.wav"
  20. WINDOWS_XP_MENU="Windows XP Commande de menu.wav"
  21. WINDOWS_XP_MINIMIZE="Windows XP R�duire.wav"
  22. WINDOWS_XP_NOTIFY="Windows XP Avertir.wav"
  23. WINDOWS_XP_PRINT="Windows XP Impression termin�e.wav"
  24. WINDOWS_XP_RECYCLE="Windows XP Corbeille.wav"
  25. WINDOWS_XP_RESTORE="Windows XP Restaurer.wav"
  26. WINDOWS_XP_RINGIN="Windows XP Appel entrant.wav"
  27. WINDOWS_XP_RINGOUT="Windows XP Appel sortant.wav"
  28. WINDOWS_XP_SHUTDOWN="Windows XP Arr�t du syst�me.wav"
  29. WINDOWS_XP_START="Windows XP Menu D�marrer.wav"
  30. WINDOWS_XP_STARTUP="Windows XP D�marrage.wav"
  31. ;Localizable strings:
  32. mediaclipdesc="Exemples de sons"
  33. mediacliptip="Exemples de sons � �couter sur votre ordinateur"
  34. mediautodesc="Effets sonores Utopia"
  35. mediautotip="Fichiers d'effets sonores Utopia"
  36. V_EXPLORER="Explorateur Windows"
  37. V_UTOPIA = "Effets sonores Utopia"
  38. UTOPIA_RECYCLE = "Utopia - Vidage de la Corbeille"
  39. UTOPIA_DEFAULT = "Utopia - Son par d�faut"
  40. UTOPIA_WINDOWSSTART = "Utopia - D�marrage de Windows"
  41. UTOPIA_WINDOWSEXIT = "Utopia - Sortie de Windows"
  42. UTOPIA_CRITICALSTOP = "Utopia - Arr�t critique"
  43. UTOPIA_QUESTION = "Utopia - Question"
  44. UTOPIA_EXCLAMATION = "Utopia - Exclamation"
  45. UTOPIA_ASTERISK = "Utopia - Ast�risque"
  46. UTOPIA_OPEN = "Utopia - Ouverture d'un programme"
  47. UTOPIA_CLOSE = "Utopia - Fermeture d'un programme"
  48. UTOPIA_MAXIMIZE = "Utopia - Agrandissement"
  49. UTOPIA_MINIMIZE = "Utopia - R�duction"
  50. UTOPIA_RESTOREDOWN = "Utopia - Niveau inf�rieur"
  51. UTOPIA_RESTOREUP = "Utopia - Niveau sup�rieur"
  52. UTOPIA_ERROR = "Utopia - Erreur"
  53. UTOPIA_MENUCOMMAND = "Utopia - Commande de menu"
  54. UTOPIA_MENUPOPUP = "Utopia - Menu d�roulant"
  55. MMEDIA_DESC = "Accessoires\Multim�dia"
  56. ASTERISK="Ast�risque"
  57. CLOSE_PROGRAM="Fermeture d'un programme"
  58. CRITICAL_BATTERY_ALARM="Alerte de niveau de batterie critique"
  59. CRITICAL_STOP="Arr�t critique"
  60. DEFAULT_BEEP="Son par d�faut"
  61. DEVICE_CONNECT="Connexion de p�riph�rique"
  62. DEVICE_DISCONNECT="D�connecter le p�riph�rique"
  63. DEVICE_FAIL="Le p�riph�rique n'a pas pu se connecter"
  64. EMPTY_RECYCLE_BIN="Vider la Corbeille"
  65. EXCLAMATION="Exclamation"
  66. EXIT_WINDOWS_NT="Quitter Windows"
  67. LOW_BATTERY_ALARM="Alerte de niveau de batterie faible"
  68. MAXIMIZE="Agrandir"
  69. MENU_COMMAND="Commande de menu"
  70. MENU_POPUP="Menu d�roulant"
  71. MINIMIZE="R�duire"
  72. NEW_MAIL_NOTIFICATION="Avis de nouveau message"
  73. NO_SOUNDS="Aucun son"
  74. OPEN_PROGRAM="Ouverture de l'application"
  75. PRINT_COMPLETE="Impression termin�e"
  76. PROGRAM_ERROR="Erreur du programme"
  77. QUESTION="Question"
  78. RESTORE_DOWN="Niveau inf�rieur"
  79. RESTORE_UP="Niveau sup�rieur"
  80. START_NAVIGATION="D�marrer la navigation"
  81. START_WINDOWS_NT="D�marrage Windows"
  82. SYSTEM_NOTIFY="Notification syst�me"
  83. WINDOWS_DEFAULT="Windows par d�faut"
  84. WINDOWS_LOGOFF="Fermeture de session Windows"
  85. WINDOWS_LOGON="Ouverture de session Windows"
  86. WINDOWS_NT_DEFAULT="Valeurs par d�faut de Windows�2000"
  87. WINDOWS_NT_EXPLORER="Explorateur Windows"