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.

816 lines
21 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. Le 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. Consultez la documentation Windows � propos des options de configuration
  220. ARC et les manuels de r�f�rence de vos mat�riels pour obtenir plus de
  221. d�tails.
  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 revenir 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 modifications de la configuration du syst�me op�r�es
  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. car la m�moire est insuffisante.
  295. .
  296. MessageID=9056 SymbolicName=HIBER_ERROR_BAD_IMAGE
  297. Language=English
  298. car l'image de restauration est endommag�e.
  299. .
  300. MessageID=9057 SymbolicName=HIBER_IMAGE_INCOMPATIBLE
  301. Language=English
  302. car 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.
  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
  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. MessageID=9070 SymbolicName=HIBER_MEMORY_INCOMPATIBLE
  359. Language=English
  360. car la configuration m�moire a chang�. Si vous continuez,
  361. votre context d'hibernation peut �tre perdu. Pour reprendre
  362. correctement, �teignez votre ordinateur, restaurez la
  363. configuration m�moire d'origine, puis red�marrez le syst�me.
  364. .
  365. ;
  366. ; //
  367. ; // Following messages are for the x86-specific
  368. ; // boot menu.
  369. ; //
  370. ;
  371. MessageID=10001 SymbolicName=BL_ENABLED_KD_TITLE
  372. Language=English
  373. [d�bogueur activ�]
  374. .
  375. MessageID=10002 SymbolicName=BL_DEFAULT_TITLE
  376. Language=English
  377. Windows (par d�faut)
  378. .
  379. MessageID=10003 SymbolicName=BL_MISSING_BOOT_INI
  380. Language=English
  381. NTLDR : Le fichier BOOT.INI n'a pas �t� trouv�.
  382. .
  383. MessageID=10004 SymbolicName=BL_MISSING_OS_SECTION
  384. Language=English
  385. NTLDR : pas de section [syst�mes d'exploitation] dans boot.txt.
  386. .
  387. MessageID=10005 SymbolicName=BL_BOOTING_DEFAULT
  388. Language=English
  389. D�marrage du noyau par d�faut � partir de %s.
  390. .
  391. MessageID=10006 SymbolicName=BL_SELECT_OS
  392. Language=English
  393. Choisissez le syst�me d'exploitation � d�marrer :
  394. .
  395. MessageID=10007 SymbolicName=BL_MOVE_HIGHLIGHT
  396. Language=English
  397. Utilisez les fl�ches HAUT et BAS pour mettre votre choix en surbrillance.
  398. Appuyez sur ENTREE lorsque votre choix est fait.
  399. .
  400. MessageID=10008 SymbolicName=BL_TIMEOUT_COUNTDOWN
  401. Language=English
  402. Secondes avant le d�marrage automatique du choix en surbrillance :
  403. .
  404. MessageID=10009 SymbolicName=BL_INVALID_BOOT_INI
  405. Language=English
  406. Fichier BOOT.INI non valide
  407. D�marrage � partir de %s.
  408. .
  409. MessageID=10010 SymbolicName=BL_REBOOT_IO_ERROR
  410. Language=English
  411. Erreur d'E/S lors de l'acc�s au fichier du secteur de d�marrage
  412. %s\BOOTSECT.DOS.
  413. .
  414. MessageID=10011 SymbolicName=BL_DRIVE_ERROR
  415. Language=English
  416. NTLDR : Impossible d'ouvrir le lecteur %s.
  417. .
  418. MessageID=10012 SymbolicName=BL_READ_ERROR
  419. Language=English
  420. NTLDR : Erreur critique %d lors de la lecture de BOOT.INI
  421. .
  422. MessageID=10013 SymbolicName=BL_NTDETECT_MSG
  423. Language=English
  424. NTDETECT V5.2 : V�rification du mat�riel...
  425. .
  426. MessageID=10014 SymbolicName=BL_NTDETECT_FAILURE
  427. Language=English
  428. �chec de NTDETECT
  429. .
  430. MessageID=10015 SymbolicName=BL_DEBUG_SELECT_OS
  431. Language=English
  432. S�lection en cours :
  433. Titre......... : %s
  434. Chemin d'acc�s : %s
  435. Options....... : %s
  436. .
  437. MessageID=10016 SymbolicName=BL_DEBUG_NEW_OPTIONS
  438. Language=English
  439. Entrez les nouvelles options de chargement :
  440. .
  441. MessageID=10017 SymbolicName=BL_HEADLESS_REDIRECT_TITLE
  442. Language=English
  443. [EMS activ�]
  444. .
  445. MessageID=10018 SymbolicName=BL_INVALID_BOOT_INI_FATAL
  446. Language=English
  447. Fichier BOOT.INI non valide
  448. .
  449. ;
  450. ; //
  451. ; // Following messages are for the advanced boot menu
  452. ; //
  453. ;
  454. MessageID=11001 SymbolicName=BL_ADVANCEDBOOT_TITLE
  455. Language=English
  456. Menu d'options avanc�es de Windows
  457. S�lectionnez une option :
  458. .
  459. MessageID=11002 SymbolicName=BL_SAFEBOOT_OPTION1
  460. Language=English
  461. Mode sans �chec
  462. .
  463. MessageID=11003 SymbolicName=BL_SAFEBOOT_OPTION2
  464. Language=English
  465. Mode sans �chec avec prise en charge r�seau
  466. .
  467. MessageID=11004 SymbolicName=BL_SAFEBOOT_OPTION3
  468. Language=English
  469. Mode confirmation pas � pas
  470. .
  471. MessageID=11005 SymbolicName=BL_SAFEBOOT_OPTION4
  472. Language=English
  473. Invite de commandes en mode sans �chec
  474. .
  475. MessageID=11006 SymbolicName=BL_SAFEBOOT_OPTION5
  476. Language=English
  477. Mode VGA
  478. .
  479. MessageID=11007 SymbolicName=BL_SAFEBOOT_OPTION6
  480. Language=English
  481. Mode restauration Active Directory (contr�leurs de domaine Windows)
  482. .
  483. MessageID=11008 SymbolicName=BL_LASTKNOWNGOOD_OPTION
  484. Language=English
  485. Derni�re bonne configuration connue (vos derniers param�tres fonctionnels)
  486. .
  487. MessageID=11009 SymbolicName=BL_DEBUG_OPTION
  488. Language=English
  489. Mode d�bogage
  490. .
  491. ;#if defined(REMOTE_BOOT)
  492. ;MessageID=11010 SymbolicName=BL_REMOTEBOOT_OPTION1
  493. ;Language=English
  494. ;Remote Boot Maintenance and Troubleshooting
  495. ;.
  496. ;
  497. ;MessageID=11011 SymbolicName=BL_REMOTEBOOT_OPTION2
  498. ;Language=English
  499. ;Clear Offline Cache
  500. ;.
  501. ;
  502. ;MessageID=11012 SymbolicName=BL_REMOTEBOOT_OPTION3
  503. ;Language=English
  504. ;Load using files from server only
  505. ;.
  506. ;#endif // defined(REMOTE_BOOT)
  507. MessageID=11013 SymbolicName=BL_BOOTLOG
  508. Language=English
  509. Inscrire les �v�nements de d�marrage dans le journal
  510. .
  511. MessageID=11014 SymbolicName=BL_ADVANCED_BOOT_MESSAGE
  512. Language=English
  513. Appuyez sur F8 pour afficher les options de d�marrage avanc�es.
  514. .
  515. MessageID=11015 SymbolicName=BL_BASEVIDEO
  516. Language=English
  517. D�marrage en mode VGA
  518. .
  519. MessageID=11016 SymbolicName=BL_DISABLE_SAFEBOOT
  520. Language=English
  521. Appuyez sur ECHAP pour d�sactiver le d�marrage sans �chec et
  522. d�marrer normalement.
  523. .
  524. MessageID=11017 SymbolicName=BL_MSG_BOOT_NORMALLY
  525. Language=English
  526. D�marrer Windows normalement
  527. .
  528. MessageID=11018 SymbolicName=BL_MSG_OSCHOICES_MENU
  529. Language=English
  530. Revenir au menu de s�lection du syst�me d'exploitation
  531. .
  532. MessageID=11019 SymbolicName=BL_MSG_REBOOT
  533. Language=English
  534. Red�marrer
  535. .
  536. MessageID=11020 SymbolicName=BL_ADVANCEDBOOT_AUTOLKG_TITLE
  537. Language=English
  538. Windows n'a pas d�marr� correctement. Un nouveau logiciel ou mat�riel peut
  539. �tre responsable de ce probl�me.
  540. Si votre ordinateur ne r�pond plus, a red�marr� de fa�on inattendue ou a
  541. �t� arr�t� automatiquement pour prot�ger vos fichiers ou vos dossiers,
  542. choisissez l'option Derni�re bonne configuration connue pour revenir aux
  543. derniers param�tres fonctionnant correctement.
  544. Si une tentative de d�marrage pr�c�dente a �t� interrompue en raison d'une
  545. d�faillance d'alimentation ou car le bouton d'alimentation ou de
  546. r�initialisation a �t� activ�, ou si vous ne connaissez pas la raison de
  547. ce probl�me, choisissez D�marrer Windows normalement.
  548. .
  549. MessageID=11021 SymbolicName=BL_ADVANCEDBOOT_AUTOSAFE_TITLE
  550. Language=English
  551. Windows n'a pas �t� arr�t� correctement. Si cela est provoqu� par un arr�t
  552. impr�vu du syst�me, vous pourrez peut-�tre red�marrer en choisissant l'une
  553. des configurations en mode sans �chec � partir du menu ci-dessous :
  554. .
  555. MessageID=11022 SymbolicName=BL_ADVANCEDBOOT_TIMEOUT
  556. Language=English
  557. Nombre de secondes avant le d�marrage de Windows :
  558. .
  559. ;
  560. ;//
  561. ;// Following messages are the symbols used
  562. ;// in the Hibernation Restore percent completed UI.
  563. ;//
  564. ;// These symbols are here because they employ high-ASCII
  565. ;// line drawing characters, which need to be localized
  566. ;// for fonts that may not have such characters (or have
  567. ;// them in a different ASCII location).
  568. ;//
  569. ;// This primarily affects FE character sets.
  570. ;//
  571. ;// Note that only the FIRST character of any of these
  572. ;// messages is ever looked at by the code.
  573. ;//
  574. ;
  575. ; // Just a base message, contains nothing.
  576. ;
  577. ;
  578. ; //
  579. ; // NOTE : donot change the Message ID values for HIBER_UI_BAR_ELEMENT
  580. ; // and BLDR_UI_BAR_BACKGROUND from 11513 & 11514
  581. ;
  582. ;
  583. ; // The character used to draw the percent-complete bar
  584. ;
  585. ;
  586. MessageID=11513 SymbolicName=HIBER_UI_BAR_ELEMENT
  587. Language=English
  588. .
  589. ;
  590. ; // The character used to draw the percent-complete bar
  591. ;
  592. ;
  593. MessageID=11514 SymbolicName=BLDR_UI_BAR_BACKGROUND
  594. Language=English
  595. .
  596. ;#if defined(REMOTE_BOOT)
  597. ;;
  598. ;; //
  599. ;; // Following messages are for warning the user about
  600. ;; // an impending autoformat of the hard disk.
  601. ;; //
  602. ;;
  603. ;
  604. ;MessageID=12002 SymbolicName=BL_WARNFORMAT_TRAILER
  605. ;Language=English
  606. ;Press ENTER to continue booting Windows, otherwise turn off
  607. ;your remote boot machine.
  608. ;.
  609. ;
  610. ;MessageID=12003 SymbolicName=BL_WARNFORMAT_CONTINUE
  611. ;Language=English
  612. ;Continue
  613. ;.
  614. ;MessageID=12004 SymbolicName=BL_FORCELOGON_HEADER
  615. ;Language=English
  616. ; Auto-Format
  617. ;
  618. ;Windows has detected a new hard disk in your remote boot
  619. ;machine. Before Windows can use this disk, you must logon and
  620. ;validate that you have access to this disk.
  621. ;
  622. ;WARNING: Windows will automatically repartition and format
  623. ;this disk to accept the new operating system. All data on the
  624. ;hard disk will be lost if you choose to continue. If you do
  625. ;not want to continue, power off the computer now and contact
  626. ;your administrator.
  627. ;.
  628. ;#endif // defined(REMOTE_BOOT)
  629. ;
  630. ; //
  631. ; // Ramdisk related messages. DO NOT CHANGE the message numbers
  632. ; // as they are kept in sync with \base\boot\inc\ramdisk.h.
  633. ; //
  634. ;
  635. MessageID=15000 SymbolicName=BL_RAMDISK_GENERAL_FAILURE
  636. Language=English
  637. Windows n'a pas pu d�marrer en raison d'une erreur lors du d�marrage
  638. � partir d'un disque virtuel RAMDISK.
  639. .
  640. MessageID=15001 SymbolicName=BL_RAMDISK_INVALID_OPTIONS
  641. Language=English
  642. Les options RAMDISK sp�cifi�es dans boot.ini ne sont pas valides.
  643. .
  644. MessageID=15002 SymbolicName=BL_RAMDISK_BUILD_FAILURE
  645. Language=English
  646. Windows n'a pas pu cr�er une image de disque virtuel RAMDISK de d�marrage.
  647. .
  648. MessageID=15003 SymbolicName=BL_RAMDISK_BOOT_FAILURE
  649. Language=English
  650. Windows n'a pas pu ouvrir l'image de disque virtuel RAMDISK.
  651. .
  652. MessageID=15004 SymbolicName=BL_RAMDISK_BUILD_DISCOVER
  653. Language=English
  654. Recherche du serveur de versions...
  655. .
  656. MessageID=15005 SymbolicName=BL_RAMDISK_BUILD_REQUEST
  657. Language=English
  658. Demande d'image de d�marrage au serveur de versions...
  659. .
  660. MessageID=15006 SymbolicName=BL_RAMDISK_BUILD_PROGRESS_TIMEOUT
  661. Language=English
  662. Adresse IP du serveur de versions = %d.%d.%d.%d. La derni�re demande a expir�.
  663. .
  664. MessageID=15007 SymbolicName=BL_RAMDISK_BUILD_PROGRESS_PENDING
  665. Language=English
  666. Adresse IP du serveur de versions = %d.%d.%d.%d.
  667. La derni�re demande est en attente.
  668. .
  669. MessageID=15008 SymbolicName=BL_RAMDISK_BUILD_PROGRESS_ERROR
  670. Language=English
  671. Adresse IP du serveur de versions = %d.%d.%d.%d. La derni�re demande a �chou�.
  672. .
  673. MessageID=15009 SymbolicName=BL_RAMDISK_BUILD_PROGRESS
  674. Language=English
  675. Adresse IP du serveur de versions = %d.%d.%d.%d.
  676. .
  677. MessageID=15010 SymbolicName=BL_RAMDISK_DOWNLOAD
  678. Language=English
  679. Chargement de l'image RAMDISK...
  680. .
  681. MessageID=15011 SymbolicName=BL_RAMDISK_DOWNLOAD_NETWORK
  682. Language=English
  683. T�l�chargement TFTP � partir de %d.%d.%d.%d
  684. .
  685. MessageID=15012 SymbolicName=BL_RAMDISK_DOWNLOAD_NETWORK_MCAST
  686. Language=English
  687. T�l�chargement TFTP en multidiffusion � partir de %d.%d.%d.%d : %d.
  688. .
  689. ;#endif // _BLDR_MSG_