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.5 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 = 0x416
  49. WSEDIR = "1046"
  50. TSCLIENTDIR = "Cliente de servi�os de terminal"
  51. PORTUGAL = "Portugal"
  52. FALKLANDS = "Ilhas Malvinas"
  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 = "0416"
  56. W32ID = "0416"
  57. ACCESSDIR = "Acess�rios"
  58. @@:@u:SP_TITLE = "Windows Server 2003 Service Pack 1"
  59. @@:@u:SP_SHORT_TITLE = "Service Pack 1"
  60. @@:@u:SP_KB_NUMBER = "%SP_SHORT_TITLE%"
  61. @@:@u:ServicePackSourceFiles = "Arquivos de origem do Windows Server 2003 Service Pack 1"
  62. @@:@u:USER_NAME = "Nome de usu�rio:"
  63. @@:@u:PASSWORD = "Senha:"
  64. @@:@u:DOMAIN = "Dom�nio:"
  65. @@:@u:CREDENTIALS = "Credenciais usadas para registro de DNS din�mico:"
  66. @@:@h:ServicePackSourceFiles = "Arquivos de origem do Windows Server 2003 Hotfix"
  67. @@:@h:SP_SHORT_TITLE = "%QNUM%"
  68. @@:@h:SP_TITLE = "Windows Server 2003 Hotfix Package [See %QNUM% for more information]"
  69. @@:@h:SERVICE_PACK_NUMBER = 0
  70. ;
  71. ; AutoUpdate
  72. ;
  73. @*: Needs to be localized exactly as the task scheduler job created by CUN
  74. WUCUN_TS_JOBFILE = "notifica��o de atualiza��o cr�tica do windows.job"
  75. BITS_DISPLAY_NAME = "Servi�o de transfer�ncia inteligente de plano de fundo"
  76. BITS_DESCRIPTION = "Transfere arquivos em segundo plano usando largura de banda de rede ociosa. Se o servi�o for parado, recursos como o Windows Update e o MSN Explorer n�o poder�o fazer o download autom�tico de programas e outras informa��es. Se este servi�o for desativado, os servi�os que dependerem dele explicitamente talvez n�o transfiram arquivos, se n�o tiverem um mecanismo seguro para transferir arquivos diretamente pelo IE, caso o BITS tenha sido desativado."
  77. BITS_CLASS_NAME = "Classe de controle de transfer�ncia inteligente de plano de fundo 1.0"
  78. LEGACY_BITS_CLASS_NAME = "Classe de controle de transfer�ncia inteligente de plano de fundo legacy"
  79. AU_DESCRIPTION = "Ativa o download e instala��o das atualiza��es cr�ticas do site Windows Update. Se o servi�o for desativado, o sistema operacional pode ser atualizado manualmente no site Windows Update."
  80. AU_DISPLAY_NAME = "Atualiza��es autom�ticas"
  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="Arquivo de configura��o do Microsoft Passport"
  86. @*:
  87. @*: hivesys.inf
  88. @*:
  89. @@:@u:MOUNTMGR_SERVICE = "Gerenciador de ponto de montagem"
  90. @@:@u:PARTMGR_SERVICE = "Gerenciador de parti��es"
  91. @@:@u:VGASAVE_DESCRIPTION = "Controla o adaptador de v�deo VGA para fornecer recursos b�sicos de exibi��o."
  92. @@:@u:VGASAVE_DISPLAYNAME = "Controlador de v�deo VGA."
  93. @*:
  94. @*: hivesft.inf
  95. @*:
  96. @@:@u:GMT_MINUS_07_B_DAYLIGHT = "Hor�rio de ver�o 2 do M�xico"
  97. @@:@u:GMT_MINUS_07_B_STANDARD = "Hora padr�o 2 do M�xico"