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.
|
|
; ; ; update.txt ; ; ; This file along with update.inx are used to constuct the ; update.inf and hotfix.inf files used by service pack ; and hotfix install (update.exe). ; ; The sections contained in this file are merged with the ; update.inx file using the following utilities in order. ; ; * C Precompiler processes and #if conditions ; * Infmerge.exe to insert the sections into update.inf ; * Prodfilt.exe to process platform and type conditions ; ; ; The prodfilt utility uses the following syntax and ; order of precedence is: ; ; Platform = @i: - i386 ; = @m: - ia64 ; = @a: - alpha ; = @x: - axp64 ; = @n: - NEC98 ; ; Hotfix/ServicePack = @h: - Hotfix ; = @u: - Service Pack ; ; ; @@ - represents any ; ; ; Localization Considerations: ; ; - No blanks immediately following @@:@u: and @@:@h: ; - No blanks lines with @@:@u: and @@:@h: are permitted ; - Move all sections to precede the [Strings] section ; - No indents before macro IDs ; ;
; ; This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ... ;
@@:@u:[Product.Add.Reg] @@:@u:HKLM,"SYSTEM\CurrentControlSet\Services\HTTP\Parameters", "EnableDBCS", 0x00010003, 0
[Strings]
LangTypeValue = 0x416 WSEDIR = "1046" TSCLIENTDIR = "Cliente de servi�os de terminal" PORTUGAL = "Portugal" FALKLANDS = "Ilhas Malvinas"
@*: These are used for constructing directory names used in build 2600. @*: They should be correct as is, and shouldn't be modified. LCID = "0416" W32ID = "0416" ACCESSDIR = "Acess�rios"
@@:@u:SP_TITLE = "Windows Server 2003 Service Pack 1" @@:@u:SP_SHORT_TITLE = "Service Pack 1" @@:@u:SP_KB_NUMBER = "%SP_SHORT_TITLE%" @@:@u:ServicePackSourceFiles = "Arquivos de origem do Windows Server 2003 Service Pack 1" @@:@u:USER_NAME = "Nome de usu�rio:" @@:@u:PASSWORD = "Senha:" @@:@u:DOMAIN = "Dom�nio:" @@:@u:CREDENTIALS = "Credenciais usadas para registro de DNS din�mico:"
@@:@h:ServicePackSourceFiles = "Arquivos de origem do Windows Server 2003 Hotfix" @@:@h:SP_SHORT_TITLE = "%QNUM%" @@:@h:SP_TITLE = "Windows Server 2003 Hotfix Package [See %QNUM% for more information]" @@:@h:SERVICE_PACK_NUMBER = 0
; ; AutoUpdate ; @*: Needs to be localized exactly as the task scheduler job created by CUN WUCUN_TS_JOBFILE = "notifica��o de atualiza��o cr�tica do windows.job"
BITS_DISPLAY_NAME = "Servi�o de transfer�ncia inteligente de plano de fundo" 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." BITS_CLASS_NAME = "Classe de controle de transfer�ncia inteligente de plano de fundo 1.0" LEGACY_BITS_CLASS_NAME = "Classe de controle de transfer�ncia inteligente de plano de fundo legacy" 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." AU_DISPLAY_NAME = "Atualiza��es autom�ticas"
@*: @*: Update registry with changes between XP Gold (2600) and XP SP1 (current builds) @*: @*: Needs to be localized exactly as hive???.txt @@:@u:MICROSOFT_PASSPORT_CONFIG_FILE="Arquivo de configura��o do Microsoft Passport" @*: @*: hivesys.inf @*: @@:@u:MOUNTMGR_SERVICE = "Gerenciador de ponto de montagem" @@:@u:PARTMGR_SERVICE = "Gerenciador de parti��es" @@:@u:VGASAVE_DESCRIPTION = "Controla o adaptador de v�deo VGA para fornecer recursos b�sicos de exibi��o." @@:@u:VGASAVE_DISPLAYNAME = "Controlador de v�deo VGA."
@*: @*: hivesft.inf @*: @@:@u:GMT_MINUS_07_B_DAYLIGHT = "Hor�rio de ver�o 2 do M�xico" @@:@u:GMT_MINUS_07_B_STANDARD = "Hora padr�o 2 do M�xico"
|