Source code of Windows XP (NT5)
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.

760 lines
19 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1991 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for osloader
  12. ;
  13. ;Author:
  14. ;
  15. ; John Vert (jvert) 12-Nov-1993
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated from msg.mc
  22. ;
  23. ;--*/
  24. ;
  25. ;#ifndef _BLDR_MSG_
  26. ;#define _BLDR_MSG_
  27. ;
  28. ;
  29. MessageID=9000 SymbolicName=BL_MSG_FIRST
  30. Language=English
  31. .
  32. MessageID=9001 SymbolicName=LOAD_SW_INT_ERR_CLASS
  33. Language=English
  34. Windows n'a pas pu d�marrer en raison d'une erreur dans le logiciel.
  35. Veuillez rendre compte de ce probl�me comme :
  36. .
  37. MessageID=9002 SymbolicName=LOAD_SW_MISRQD_FILE_CLASS
  38. Language=English
  39. Windows n'a pas pu d�marrer car le fichier suivant est
  40. requis mais n'a pas pu �tre trouv� :
  41. .
  42. MessageID=9003 SymbolicName=LOAD_SW_BAD_FILE_CLASS
  43. Language=English
  44. Windows n'a pas pu d�marrer en raison du fichier suivant :
  45. .
  46. MessageID=9004 SymbolicName=LOAD_SW_MIS_FILE_CLASS
  47. Language=English
  48. Windows n'a pas pu d�marrer car le fichier suivant
  49. est manquant ou endommag� :
  50. .
  51. MessageID=9005 SymbolicName=LOAD_HW_MEM_CLASS
  52. Language=English
  53. Windows n'a pas pu d�marrer en raison d'un probl�me de
  54. configuration mat�rielle de la m�moire.
  55. .
  56. MessageID=9006 SymbolicName=LOAD_HW_DISK_CLASS
  57. Language=English
  58. Windows n'a pas pu d�marrer en raison d'un probl�me de
  59. configuration mat�rielle d'un disque de l'ordinateur.
  60. .
  61. MessageID=9007 SymbolicName=LOAD_HW_GEN_ERR_CLASS
  62. Language=English
  63. Windows n'a pas pu d�marrer en raison d'un probl�me g�n�ral de
  64. configuration mat�rielle de l'ordinateur.
  65. .
  66. MessageID=9008 SymbolicName=LOAD_HW_FW_CFG_CLASS
  67. Language=English
  68. Windows n'a pas pu d�marrer en raison du probl�me de
  69. configuration de d�marrage du microprogramme ARC suivant :
  70. .
  71. MessageID=9009 SymbolicName=DIAG_BL_MEMORY_INIT
  72. Language=English
  73. V�rifiez la configuration mat�rielle de la m�moire et la
  74. quantit� de RAM.
  75. .
  76. MessageID=9010 SymbolicName=DIAG_BL_CONFIG_INIT
  77. Language=English
  78. Trop d'entr�es de configuration.
  79. .
  80. MessageID=9011 SymbolicName=DIAG_BL_IO_INIT
  81. Language=English
  82. Impossible d'acc�der aux tables de partition du disque.
  83. .
  84. MessageID=9012 SymbolicName=DIAG_BL_FW_GET_BOOT_DEVICE
  85. Language=English
  86. La configuration du param�tre "osloadpartition" n'est pas valide.
  87. .
  88. MessageID=9013 SymbolicName=DIAG_BL_OPEN_BOOT_DEVICE
  89. Language=English
  90. Impossible de lire � partir du disque de d�marrage s�lectionn�.
  91. V�rifiez le chemin d'acc�s du d�marrage et le lecteur de disques.
  92. .
  93. MessageID=9014 SymbolicName=DIAG_BL_FW_GET_SYSTEM_DEVICE
  94. Language=English
  95. La configuration du param�tre "systempartition" n'est pas valide.
  96. .
  97. MessageID=9015 SymbolicName=DIAG_BL_FW_OPEN_SYSTEM_DEVICE
  98. Language=English
  99. Impossible de lire � partir de la disquette de d�marrage
  100. s�lectionn�e. V�rifiez le chemin d'acc�s � "systempartition".
  101. .
  102. MessageID=9016 SymbolicName=DIAG_BL_GET_SYSTEM_PATH
  103. Language=English
  104. Le param�tre "osloadfilename" ne d�signe pas un fichier
  105. valide.
  106. .
  107. MessageID=9017 SymbolicName=DIAG_BL_LOAD_SYSTEM_IMAGE
  108. Language=English
  109. <Racine Windows>\system32\ntoskrnl.exe.
  110. .
  111. MessageID=9018 SymbolicName=DIAG_BL_FIND_HAL_IMAGE
  112. Language=English
  113. Le param�tre "osloader" ne d�signe pas un fichier
  114. valide.
  115. .
  116. MessageID=9019 SymbolicName=DIAG_BL_LOAD_HAL_IMAGE_X86
  117. Language=English
  118. <Racine Windows>\system32\hal.dll.
  119. .
  120. MessageID=9020 SymbolicName=DIAG_BL_LOAD_HAL_IMAGE_ARC
  121. Language=English
  122. 'osloader'\hal.dll
  123. .
  124. ;#ifdef _X86_
  125. ;#define DIAG_BL_LOAD_HAL_IMAGE DIAG_BL_LOAD_HAL_IMAGE_X86
  126. ;#else
  127. ;#define DIAG_BL_LOAD_HAL_IMAGE DIAG_BL_LOAD_HAL_IMAGE_ARC
  128. ;#endif
  129. MessageID=9021 SymbolicName=DIAG_BL_LOAD_SYSTEM_IMAGE_DATA
  130. Language=English
  131. Erreur 1 du chargeur de programme.
  132. .
  133. MessageID=9022 SymbolicName=DIAG_BL_LOAD_HAL_IMAGE_DATA
  134. Language=English
  135. Erreur 2 du chargeur de programme.
  136. .
  137. MessageID=9023 SymbolicName=DIAG_BL_LOAD_SYSTEM_DLLS
  138. Language=English
  139. Le programme de chargement a eu besoin de DLL pour le noyau.
  140. .
  141. MessageID=9024 SymbolicName=DIAG_BL_LOAD_HAL_DLLS
  142. Language=English
  143. Le programme de chargement a eu besoin de DLL pour HAL.
  144. .
  145. MessageID=9026 SymbolicName=DIAG_BL_FIND_SYSTEM_DRIVERS
  146. Language=English
  147. trouver les pilotes du syst�me.
  148. .
  149. MessageID=9027 SymbolicName=DIAG_BL_READ_SYSTEM_DRIVERS
  150. Language=English
  151. lire les pilotes du syst�me.
  152. .
  153. MessageID=9028 SymbolicName=DIAG_BL_LOAD_DEVICE_DRIVER
  154. Language=English
  155. n'a pas charg� le pilote du p�riph�rique de d�marrage du
  156. syst�me.
  157. .
  158. MessageID=9029 SymbolicName=DIAG_BL_LOAD_SYSTEM_HIVE
  159. Language=English
  160. charger le fichier de configuration mat�rielle du syst�me.
  161. .
  162. MessageID=9030 SymbolicName=DIAG_BL_SYSTEM_PART_DEV_NAME
  163. Language=English
  164. trouver le nom du p�riph�rique de la partition syst�me.
  165. .
  166. MessageID=9031 SymbolicName=DIAG_BL_BOOT_PART_DEV_NAME
  167. Language=English
  168. trouver le nom de la partition de d�marrage.
  169. .
  170. MessageID=9032 SymbolicName=DIAG_BL_ARC_BOOT_DEV_NAME
  171. Language=English
  172. n'a pas g�n�r� correctement le nom d'ARC pour HAL et les
  173. chemins d'acc�s.
  174. .
  175. MessageID=9034 SymbolicName=DIAG_BL_SETUP_FOR_NT
  176. Language=English
  177. Erreur 3 du chargeur de programme.
  178. .
  179. MessageID=9035 SymbolicName=DIAG_BL_KERNEL_INIT_XFER
  180. Language=English
  181. <Racine Windows XP>\system32\ntoskrnl.exe
  182. .
  183. MessageID=9036 SymbolicName=LOAD_SW_INT_ERR_ACT
  184. Language=English
  185. Veuillez contacter la personne charg�e du support pour
  186. l'informer de ce probl�me.
  187. .
  188. MessageID=9037 SymbolicName=LOAD_SW_FILE_REST_ACT
  189. Language=English
  190. Vous pouvez tenter de r�parer ce fichier en d�marrant le
  191. programme d'installation de Windows XP avec le CD-ROM
  192. original d'installation. Choisissez "R" dans le
  193. premier �cran pour d�marrer la r�paration.
  194. .
  195. MessageID=9038 SymbolicName=LOAD_SW_FILE_REINST_ACT
  196. Language=English
  197. Veuillez r�installer une copie du fichier ci-dessus.
  198. .
  199. MessageID=9039 SymbolicName=LOAD_HW_MEM_ACT
  200. Language=English
  201. Veuillez consulter la documentation de Windows
  202. concernant les besoins en m�moire mat�rielle et vos manuels
  203. de r�f�rence du mat�riel pour plus d'informations.
  204. .
  205. MessageID=9040 SymbolicName=LOAD_HW_DISK_ACT
  206. Language=English
  207. Veuillez consulter la documentation de Windows
  208. concernant la configuration du disque physique et vos manuels
  209. de r�f�rence du mat�riel pour plus d'informations.
  210. .
  211. MessageID=9041 SymbolicName=LOAD_HW_GEN_ACT
  212. Language=English
  213. Veuillez consulter la documentation de Windows
  214. concernant la configuration mat�rielle et vos manuels
  215. de r�f�rence du mat�riel pour plus d'informations.
  216. .
  217. MessageID=9042 SymbolicName=LOAD_HW_FW_CFG_ACT
  218. Language=English
  219. Veuillez consulter la documentation de Windows
  220. concernant les options de configuration d'ARC et vos manuels
  221. de r�f�rence du mat�riel pour plus d'informations.
  222. .
  223. MessageID=9043 SymbolicName=BL_LKG_MENU_HEADER
  224. Language=English
  225. Profil mat�riel/R�cup�ration de configuration
  226. Ce menu vous permet de s�lectionner un profil mat�riel
  227. � utiliser lors du d�marrage de Windows.
  228. Si le syst�me ne d�marre pas correctement, vous pouvez basculer vers une
  229. configuration du syst�me ant�rieure, susceptible de r�soudre les probl�mes
  230. de d�marrage du syst�me.
  231. IMPORTANT : les changements de configuration du syst�me effectu�s
  232. depuis le dernier d�marrage r�ussi seront supprim�s.
  233. .
  234. MessageID=9044 SymbolicName=BL_LKG_MENU_TRAILER
  235. Language=English
  236. Utilisez les touches HAUT et BAS pour mettre en surbrillance
  237. la s�lection de votre choix. Puis appuyez sur ENTREE.
  238. .
  239. MessageID=9045 SymbolicName=BL_LKG_MENU_TRAILER_NO_PROFILES
  240. Language=English
  241. Aucun profil mat�riel n'est d�fini pour l'instant. Les profils mat�riels
  242. peuvent �tre cr��s � partir de l'ic�ne Syst�me du Panneau de configuration.
  243. .
  244. MessageID=9046 SymbolicName=BL_SWITCH_LKG_TRAILER
  245. Language=English
  246. Pour basculer vers la derni�re bonne configuration connue, appuyez sur 'B'.
  247. Pour quitter ce menu et red�marrer votre ordinateur, appuyez sur F3.
  248. .
  249. MessageID=9047 SymbolicName=BL_SWITCH_DEFAULT_TRAILER
  250. Language=English
  251. Pour basculer vers la configuration par d�faut, appuyez sur 'D'.
  252. Pour quitter ce menu et red�marrer votre ordinateur, appuyez sur F3.
  253. .
  254. ;//
  255. ;// The following two messages are used to provide the mnemonic keypress
  256. ;// that toggles between the Last Known Good control set and the default
  257. ;// control set. (see BL_SWITCH_LKG_TRAILER and BL_SWITCH_DEFAULT_TRAILER)
  258. ;//
  259. MessageID=9048 SymbolicName=BL_LKG_SELECT_MNEMONIC
  260. Language=English
  261. B
  262. .
  263. MessageID=9049 SymbolicName=BL_DEFAULT_SELECT_MNEMONIC
  264. Language=English
  265. D
  266. .
  267. MessageID=9050 SymbolicName=BL_LKG_TIMEOUT
  268. Language=English
  269. Secondes avant le d�marrage automatique du choix en surbrillance : %d
  270. .
  271. MessageID=9051 SymbolicName=BL_LKG_MENU_PROMPT
  272. Language=English
  273. Appuyez MAINTENANT sur la barre d'espace pour appeler le
  274. menu Profil mat�riel/Derni�re bonne configuration connue.
  275. .
  276. MessageID=9052 SymbolicName=BL_BOOT_DEFAULT_PROMPT
  277. Language=English
  278. D�marrer avec la configuration mat�rielle par d�faut
  279. .
  280. ;//
  281. ;// The following messages are used during hibernation restoration
  282. ;//
  283. MessageID=9053 SymbolicName=HIBER_BEING_RESTARTED
  284. Language=English
  285. Le syst�me est en cours de red�marrage � partir de son emplacement pr�c�dent.
  286. Appuyez sur la barre d'espace pour l'interrompre.
  287. .
  288. MessageID=9054 SymbolicName=HIBER_ERROR
  289. Language=English
  290. Le syst�me n'a pas pu �tre red�marr� � partir de son emplacement pr�c�dent
  291. .
  292. MessageID=9055 SymbolicName=HIBER_ERROR_NO_MEMORY
  293. Language=English
  294. parce qu'il n'y a pas assez de m�moire.
  295. .
  296. MessageID=9056 SymbolicName=HIBER_ERROR_BAD_IMAGE
  297. Language=English
  298. parce que l'image de restauration est endommag�e.
  299. .
  300. MessageID=9057 SymbolicName=HIBER_IMAGE_INCOMPATIBLE
  301. Language=English
  302. parce que l'image de restauration n'est pas compatible avec la
  303. configuration en cours.
  304. .
  305. MessageID=9058 SymbolicName=HIBER_ERROR_OUT_OF_REMAP
  306. Language=English
  307. en raison d'une erreur interne (REMAP).
  308. .
  309. MessageID=9059 SymbolicName=HIBER_INTERNAL_ERROR
  310. Language=English
  311. en raison d'une erreur interne.
  312. .
  313. MessageID=9060 SymbolicName=HIBER_READ_ERROR
  314. Language=English
  315. en raison d'une erreur de lecture.
  316. .
  317. MessageID=9061 SymbolicName=HIBER_PAUSE
  318. Language=English
  319. Le red�marrage du syst�me a �t� interrompu :
  320. .
  321. MessageID=9062 SymbolicName=HIBER_CANCEL
  322. Language=English
  323. Effacer les donn�es de restauration et revenir au menu de d�marrage du syst�me
  324. .
  325. MessageID=9063 SymbolicName=HIBER_CONTINUE
  326. Language=English
  327. Continuer le red�marrage du syst�me
  328. .
  329. MessageID=9064 SymbolicName=HIBER_RESTART_AGAIN
  330. Language=English
  331. La derni�re tentative de red�marrage du syst�me � partir de son emplacement
  332. pr�c�dent a �chou�. Voulez-vous red�marrer ?
  333. .
  334. MessageID=9065 SymbolicName=HIBER_DEBUG_BREAK_ON_WAKE
  335. Language=English
  336. Continuer avec le point d'arr�t de d�bogage lorsque le syst�me se r�activera
  337. .
  338. MessageID=9066 SymbolicName=LOAD_SW_MISMATCHED_KERNEL
  339. Language=English
  340. Windows n'a pas pu d�marrer car le noyau sp�cifi� n'est pas compatible
  341. avec ce processeur.
  342. .
  343. MessageID=9067 SymbolicName=BL_MSG_STARTING_WINDOWS
  344. Language=English
  345. D�marrage de Windows...
  346. .
  347. MessageID=9068 SymbolicName=BL_MSG_RESUMING_WINDOWS
  348. Language=English
  349. Reprise de Windows...
  350. .
  351. MessageID=9069 SymbolicName=BL_EFI_OPTION_FAILURE
  352. Language=English
  353. Windows n'a pas pu d�marrer en raison d'une erreur de lecture des param�tres
  354. de d�marrage de NVRAM.
  355. V�rifiez les param�tres de votre microprogramme. Vous devrez peut-�tre
  356. restaurer vos param�tres NVRAM � partir d'une sauvegarde.
  357. .
  358. ;
  359. ; //
  360. ; // Following messages are for the x86-specific
  361. ; // boot menu.
  362. ; //
  363. ;
  364. MessageID=10001 SymbolicName=BL_ENABLED_KD_TITLE
  365. Language=English
  366. [d�bogueur activ�]
  367. .
  368. MessageID=10002 SymbolicName=BL_DEFAULT_TITLE
  369. Language=English
  370. Windows (par d�faut)
  371. .
  372. MessageID=10003 SymbolicName=BL_MISSING_BOOT_INI
  373. Language=English
  374. NTLDR : Le fichier BOOT.INI n'a pas �t� trouv�.
  375. .
  376. MessageID=10004 SymbolicName=BL_MISSING_OS_SECTION
  377. Language=English
  378. NTLDR : pas de section [syst�mes d'exploitation] dans boot.txt.
  379. .
  380. MessageID=10005 SymbolicName=BL_BOOTING_DEFAULT
  381. Language=English
  382. D�marrage du noyau par d�faut � partir de %s.
  383. .
  384. MessageID=10006 SymbolicName=BL_SELECT_OS
  385. Language=English
  386. Choisissez le syst�me d'exploitation � d�marrer :
  387. .
  388. MessageID=10007 SymbolicName=BL_MOVE_HIGHLIGHT
  389. Language=English
  390. Utilisez les fl�ches HAUT et BAS pour mettre votre choix en surbrillance.
  391. Appuyez sur ENTREE lorsque votre choix est fait.
  392. .
  393. MessageID=10008 SymbolicName=BL_TIMEOUT_COUNTDOWN
  394. Language=English
  395. Secondes avant le d�marrage automatique du choix en surbrillance :
  396. .
  397. MessageID=10009 SymbolicName=BL_INVALID_BOOT_INI
  398. Language=English
  399. Fichier BOOT.INI non valide
  400. D�marrage � partir de %s.
  401. .
  402. MessageID=10010 SymbolicName=BL_REBOOT_IO_ERROR
  403. Language=English
  404. Erreur d'E/S lors de l'acc�s au fichier du secteur de d�marrage
  405. %s\BOOTSECT.DOS.
  406. .
  407. MessageID=10011 SymbolicName=BL_DRIVE_ERROR
  408. Language=English
  409. NTLDR : Impossible d'ouvrir le lecteur %s.
  410. .
  411. MessageID=10012 SymbolicName=BL_READ_ERROR
  412. Language=English
  413. NTLDR : Erreur critique %d lors de la lecture de BOOT.INI
  414. .
  415. MessageID=10013 SymbolicName=BL_NTDETECT_MSG
  416. Language=English
  417. NTDETECT V5.0 : V�rification du mat�riel ...
  418. .
  419. MessageID=10014 SymbolicName=BL_NTDETECT_FAILURE
  420. Language=English
  421. NTDETECT a �chou�
  422. .
  423. MessageID=10015 SymbolicName=BL_DEBUG_SELECT_OS
  424. Language=English
  425. S�lection en cours :
  426. Titre......... : %s
  427. Chemin d'acc�s : %s
  428. Options....... : %s
  429. .
  430. MessageID=10016 SymbolicName=BL_DEBUG_NEW_OPTIONS
  431. Language=English
  432. Entrez les nouvelles options de chargement :
  433. .
  434. MessageID=10017 SymbolicName=BL_HEADLESS_REDIRECT_TITLE
  435. Language=English
  436. [EMS activ�]
  437. .
  438. MessageID=10018 SymbolicName=BL_INVALID_BOOT_INI_FATAL
  439. Language=English
  440. Fichier BOOT.INI non valide
  441. .
  442. ;
  443. ; //
  444. ; // Following messages are for the advanced boot menu
  445. ; //
  446. ;
  447. MessageID=11001 SymbolicName=BL_ADVANCEDBOOT_TITLE
  448. Language=English
  449. Menu d'options avanc�es de Windows XP
  450. S�lectionnez une option :
  451. .
  452. MessageID=11002 SymbolicName=BL_SAFEBOOT_OPTION1
  453. Language=English
  454. Mode sans �chec
  455. .
  456. MessageID=11003 SymbolicName=BL_SAFEBOOT_OPTION2
  457. Language=English
  458. Mode sans �chec avec prise en charge r�seau
  459. .
  460. MessageID=11004 SymbolicName=BL_SAFEBOOT_OPTION3
  461. Language=English
  462. Mode confirmation pas � pas
  463. .
  464. MessageID=11005 SymbolicName=BL_SAFEBOOT_OPTION4
  465. Language=English
  466. Invite de commandes en mode sans �chec
  467. .
  468. MessageID=11006 SymbolicName=BL_SAFEBOOT_OPTION5
  469. Language=English
  470. Mode VGA
  471. .
  472. MessageID=11007 SymbolicName=BL_SAFEBOOT_OPTION6
  473. Language=English
  474. Mode restauration Active Directory (contr�leurs de domaine Windows XP)
  475. .
  476. MessageID=11008 SymbolicName=BL_LASTKNOWNGOOD_OPTION
  477. Language=English
  478. Derni�re bonne configuration connue (vos derniers param�tres fonctionnels)
  479. .
  480. MessageID=11009 SymbolicName=BL_DEBUG_OPTION
  481. Language=English
  482. Mode d�bogage
  483. .
  484. ;#if defined(REMOTE_BOOT)
  485. ;MessageID=11010 SymbolicName=BL_REMOTEBOOT_OPTION1
  486. ;Language=English
  487. ;Maintenance de d�marrage distant et r�solution de probl�mes
  488. ;.
  489. ;
  490. ;MessageID=11011 SymbolicName=BL_REMOTEBOOT_OPTION2
  491. ;Language=English
  492. ;Vider le cache des donn�es hors connexion
  493. ;.
  494. ;
  495. ;MessageID=11012 SymbolicName=BL_REMOTEBOOT_OPTION3
  496. ;Language=English
  497. ;Charger en utilisant les fichiers � partir du serveur uniquement
  498. ;.
  499. ;#endif // defined(REMOTE_BOOT)
  500. MessageID=11013 SymbolicName=BL_BOOTLOG
  501. Language=English
  502. Inscrire les �v�nements de d�marrage dans le journal
  503. .
  504. MessageID=11014 SymbolicName=BL_ADVANCED_BOOT_MESSAGE
  505. Language=English
  506. Appuyez sur F8 pour afficher les options de d�marrage avanc�es.
  507. .
  508. MessageID=11015 SymbolicName=BL_BASEVIDEO
  509. Language=English
  510. D�marrage en mode VGA
  511. .
  512. MessageID=11016 SymbolicName=BL_DISABLE_SAFEBOOT
  513. Language=English
  514. Appuyez sur ECHAP pour d�sactiver le d�marrage sans �chec et
  515. d�marrer normalement.
  516. .
  517. MessageID=11017 SymbolicName=BL_MSG_BOOT_NORMALLY
  518. Language=English
  519. D�marrer Windows normalement
  520. .
  521. MessageID=11018 SymbolicName=BL_MSG_OSCHOICES_MENU
  522. Language=English
  523. Revenir au menu de s�lection du syst�me d'exploitation
  524. .
  525. MessageID=11019 SymbolicName=BL_MSG_REBOOT
  526. Language=English
  527. Red�marrer
  528. .
  529. MessageID=11020 SymbolicName=BL_ADVANCEDBOOT_AUTOLKG_TITLE
  530. Language=English
  531. Windows n'a pas d�marr� correctement. Un nouveau logiciel ou mat�riel peut
  532. �tre responsable de ce probl�me.
  533. Si votre ordinateur ne r�pond plus, a red�marr� de fa�on inattendue ou a
  534. �t� arr�t� automatiquement pour prot�ger vos fichiers ou vos dossiers,
  535. choisissez l'option Derni�re bonne configuration connue pour revenir aux
  536. derniers param�tres fonctionnant correctement.
  537. Si une tentative de d�marrage pr�c�dente a �t� interrompue en raison d'une
  538. d�faillance d'alimentation ou car le bouton d'alimentation ou de
  539. r�initialisation a �t� activ�, ou si vous ne connaissez pas la raison de
  540. ce probl�me, choisissez D�marrer Windows normalement.
  541. .
  542. MessageID=11021 SymbolicName=BL_ADVANCEDBOOT_AUTOSAFE_TITLE
  543. Language=English
  544. Windows n'a pas �t� arr�t� correctement. Si cela est provoqu� par un arr�t
  545. impr�vu du syst�me, vous pourrez peut-�tre red�marrer en choisissant l'une
  546. des configurations en mode sans �chec � partir du menu ci-dessous :
  547. .
  548. MessageID=11022 SymbolicName=BL_ADVANCEDBOOT_TIMEOUT
  549. Language=English
  550. Nombre de secondes avant le d�marrage de Windows :
  551. .
  552. ;
  553. ;//
  554. ;// Following messages are the symbols used
  555. ;// in the Hibernation Restore percent completed UI.
  556. ;//
  557. ;// These symbols are here because they employ high-ASCII
  558. ;// line drawing characters, which need to be localized
  559. ;// for fonts that may not have such characters (or have
  560. ;// them in a different ASCII location).
  561. ;//
  562. ;// This primarily affects FE character sets.
  563. ;//
  564. ;// Note that only the FIRST character of any of these
  565. ;// messages is ever looked at by the code.
  566. ;//
  567. ;
  568. ; // Just a base message, contains nothing.
  569. ;
  570. ;
  571. ; //
  572. ; // NOTE : donot change the Message ID values for HIBER_UI_BAR_ELEMENT
  573. ; // and BLDR_UI_BAR_BACKGROUND from 11513 & 11514
  574. ;
  575. ;
  576. ; // The character used to draw the percent-complete bar
  577. ;
  578. ;
  579. MessageID=11513 SymbolicName=HIBER_UI_BAR_ELEMENT
  580. Language=English
  581. .
  582. ;
  583. ; // The character used to draw the percent-complete bar
  584. ;
  585. ;
  586. MessageID=11514 SymbolicName=BLDR_UI_BAR_BACKGROUND
  587. Language=English
  588. .
  589. ;#if defined(REMOTE_BOOT)
  590. ;;
  591. ;; //
  592. ;; // Following messages are for warning the user about
  593. ;; // an impending autoformat of the hard disk.
  594. ;; //
  595. ;;
  596. ;
  597. ;MessageID=12002 SymbolicName=BL_WARNFORMAT_TRAILER
  598. ;Language=English
  599. ;Appuyez sur ENTREE pour poursuivre le d�marrage de Windows, ou bien
  600. ;�teignez votre machine de d�marrage distante.
  601. ;.
  602. ;
  603. ;MessageID=12003 SymbolicName=BL_WARNFORMAT_CONTINUE
  604. ;Language=English
  605. ;Continuer
  606. ;.
  607. ;MessageID=12004 SymbolicName=BL_FORCELOGON_HEADER
  608. ;Language=English
  609. ; Auto-formatage
  610. ;
  611. ;Windows a d�tect� un nouveau disque dur sur votre ordinateur de d�marrage
  612. ;distant. Avant que Windows ne puisse utiliser ce disque, vous devez vous
  613. ;connecter et valider le fait que vous avez acc�s � ce disque.
  614. ;
  615. ;AVERTISSEMENT : Windows repartitionnera et reformatera automatiquement ce
  616. ;disque afin d'accepter le nouveau syst�me d'exploitation. Toutes les donn�es
  617. ;du disque dur seront perdues si vous poursuivez. Si vous ne voulez pas
  618. ;poursuivre, �teignez votre ordinateur maintenant et contactez votre
  619. ;administrateur.
  620. ;.
  621. ;#endif // defined(REMOTE_BOOT)
  622. ;
  623. ; //
  624. ; // Ramdisk related messages. DO NOT CHANGE the message numbers
  625. ; // as they are kept in sync with \base\boot\inc\ramdisk.h.
  626. ; //
  627. ; // Note that some message numbers are skipped in order to retain
  628. ; // consistency with the .NET source base.
  629. ; //
  630. ;
  631. MessageID=15000 SymbolicName=BL_RAMDISK_GENERAL_FAILURE
  632. Language=English
  633. Windows n'a pas pu se lancer en raison d'une erreur de
  634. d�marrage depuis un RAMDISK.
  635. .
  636. MessageID=15003 SymbolicName=BL_RAMDISK_BOOT_FAILURE
  637. Language=English
  638. Windows n'a pas pu ouvrir l'image RAMDISK.
  639. .
  640. MessageID=15010 SymbolicName=BL_RAMDISK_DOWNLOAD
  641. Language=English
  642. Chargement de l'image RAMDISK...
  643. .
  644. ;#endif // _BLDR_MSG_