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.

122 lines
4.6 KiB

  1. ;
  2. ;
  3. ; update.txt
  4. ;
  5. ;
  6. ; This file along with update.inx are used to constuct the
  7. ; update.inf and hotfix.inf files used by service pack
  8. ; and hotfix install (update.exe).
  9. ;
  10. ; The sections contained in this file are merged with the
  11. ; update.inx file using the following utilities in order.
  12. ;
  13. ; * C Precompiler processes and #if conditions
  14. ; * Infmerge.exe to insert the sections into update.inf
  15. ; * Prodfilt.exe to process platform and type conditions
  16. ;
  17. ;
  18. ; The prodfilt utility uses the following syntax and
  19. ; order of precedence is:
  20. ;
  21. ; Platform = @i: - i386
  22. ; = @m: - ia64
  23. ; = @a: - alpha
  24. ; = @x: - axp64
  25. ; = @n: - NEC98
  26. ;
  27. ; Hotfix/ServicePack = @h: - Hotfix
  28. ; = @u: - Service Pack
  29. ;
  30. ;
  31. ; @@ - represents any
  32. ;
  33. ;
  34. ; Localization Considerations:
  35. ;
  36. ; - No blanks immediately following @@:@u: and @@:@h:
  37. ; - No blanks lines with @@:@u: and @@:@h: are permitted
  38. ; - Move all sections to precede the [Strings] section
  39. ; - No indents before macro IDs
  40. ;
  41. ;
  42. ;
  43. ; This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
  44. ;
  45. @@:@u:[Product.Add.Reg]
  46. @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\HTTP\Parameters", "EnableDBCS", 0x00010003, 0
  47. [Strings]
  48. LangTypeValue = 0x0C
  49. WSEDIR = "1036"
  50. TSCLIENTDIR = "Terminal Services Client"
  51. PORTUGAL = "Portugal"
  52. FALKLANDS = "Malouines (�les)"
  53. @*: These are used for constructing directory names used in build 2600.
  54. @*: They should be correct as is, and shouldn't be modified.
  55. LCID = "040C"
  56. W32ID = "040C"
  57. ACCESSDIR = "accessoires"
  58. @@:@u:SP_TITLE = "Service Pack 1 pour Windows Server 2003"
  59. @@:@u:SP_SHORT_TITLE = "Service Pack 1"
  60. @@:@u:SP_KB_NUMBER = "%SP_SHORT_TITLE%"
  61. @@:@u:ServicePackSourceFiles = "Fichier sources pour Service Pack 1 de Windows Server 2003"
  62. @@:@u:USER_NAME = "Nom d'utilisateur :"
  63. @@:@u:PASSWORD = "Mot de passe :"
  64. @@:@u:DOMAIN = "Domaine�:"
  65. @@:@u:CREDENTIALS = "Informations d'identification utilis�es pour l'enregistrement Dynamique DNS�:"
  66. @@:@h:ServicePackSourceFiles = "Fichiers sources du correctif Windows Server 2003"
  67. @@:@h:SP_SHORT_TITLE = "%QNUM%"
  68. @@:@h:SP_TITLE = "Package du correctif Windows Server 2003 [voir %QNUM% pour plus de d�tails]"
  69. @@:@h:SERVICE_PACK_NUMBER = 1
  70. ;
  71. ; AutoUpdate
  72. ;
  73. @*: Needs to be localized exactly as the task scheduler job created by CUN
  74. WUCUN_TS_JOBFILE = "Notification de mise � jour critique Windows.job"
  75. BITS_DISPLAY_NAME = "Service de transfert intelligent en arri�re-plan"
  76. BITS_DESCRIPTION = "Transf�re des fichiers en t�che de fond en utilisant la bande passante du r�seau lors de ses p�riodes d'inactivit�. Si le service est arr�t�, des fonctionnalit�s telles que Windows Update et MSN Explorer ne pourront plus t�l�charger automatiquement des programmes et d'autres informations. Si ce service est d�sactiv�, tous les services qui en d�pendent explicitement peuvent pr�senter des probl�mes de transfert de fichiers s'ils ne disposent pas d'un m�canisme s�r de remplacement pour transf�rer les fichiers directement par Internet Explorer lorsque BITS est d�sactiv�."
  77. BITS_CLASS_NAME = "Classe de contr�le 1.0 de transfert intelligent en arri�re-plan"
  78. LEGACY_BITS_CLASS_NAME = "Classe de contr�le classique de transfert intelligent en arri�re-plan"
  79. AU_DESCRIPTION = "Active le t�l�chargement et l'installation de mises � jour Windows critiques. Si le service est d�sactiv�, le syst�me d'exploitation peut �tre mis � jour manuellement sur le site Web de Windows Update."
  80. AU_DISPLAY_NAME = "Mises � jour automatiques"
  81. @*:
  82. @*: Update registry with changes between XP Gold (2600) and XP SP1 (current builds)
  83. @*:
  84. @*: Needs to be localized exactly as hive???.txt
  85. @@:@u:MICROSOFT_PASSPORT_CONFIG_FILE="Fichier de configuration du Passeport Microsoft"
  86. @*:
  87. @*: hivesys.inf
  88. @*:
  89. @@:@u:MOUNTMGR_SERVICE = "Gestionnaire de point de montage"
  90. @@:@u:PARTMGR_SERVICE = "Gestionnaire de partition"
  91. @@:@u:VGASAVE_DESCRIPTION = "G�re la carte vid�o VGA pour offrir un affichage de base."
  92. @@:@u:VGASAVE_DISPLAYNAME = "Carte vid�o VGA."
  93. @*:
  94. @*: hivesft.inf
  95. @*:
  96. @@:@u:GMT_MINUS_07_B_DAYLIGHT = "Mexique (heure d'�t�) 2"
  97. @@:@u:GMT_MINUS_07_B_STANDARD = "Mexique (heure standard) 2"