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 = 0x05 WSEDIR = "1029" TSCLIENTDIR = "Klient Termin�lov� slu�by" PORTUGAL = "Portugalsko" FALKLANDS = "Falklandy (Malv�ny)"
@*: These are used for constructing directory names used in build 2600. @*: They should be correct as is, and shouldn't be modified. LCID = "0405" W32ID = "0005" ACCESSDIR = "P��slu�enstv�"
@@:@u:SP_TITLE = "Windows Server 2003 Service Pack 1" @@:@u:SP_SHORT_TITLE = "Aktualizace Service Pack 1" @@:@u:SP_KB_NUMBER = "%SP_SHORT_TITLE%" @@:@u:ServicePackSourceFiles = "Zdrojov� soubory aktualizace Service Pack 1 syst�mu Windows Server 2003" @@:@u:USER_NAME = "U�ivatelsk� jm�no:" @@:@u:PASSWORD = "Heslo:" @@:@u:DOMAIN = "Dom�na:" @@:@u:CREDENTIALS = "Pov��en� pou�it� pro registrace dynamick�ho serveru DNS:"
@@:@h:ServicePackSourceFiles = "Zdrojov� soubory opravy Hotfix syst�mu Windows Server 2003" @@:@h:SP_SHORT_TITLE = "%QNUM%" @@:@h:SP_TITLE = "Bal��ek opravy Hotfix syst�mu Windows Server 2003 [Dal�� informace viz. %QNUM%]" @@:@h:SERVICE_PACK_NUMBER = 1
; ; AutoUpdate ; @*: Needs to be localized exactly as the task scheduler job created by CUN WUCUN_TS_JOBFILE = "ozn�men� kritick� aktualizace syst�mu windows.job"
BITS_DISPLAY_NAME = "Slu�ba inteligentn�ho p�enosu na pozad�" BITS_DESCRIPTION = "P�en��� soubory na pozad� s pou�it�m nevyu�it� kapacity linky. Pokud je slu�ba zastavena, funkce jako Windows Update nebo MSN Explorer nebudou moci automaticky stahovat programy a dal�� informace. Pokud je tato slu�ba zak�z�na, slu�by kter� na n� explicitn� z�vis� mo�n� nebudou moci p�en��et soubory (v p��pad� �e nemaj� zabudovanou funkci pro p�enos p��mo pomoc� IE p�i zak�zan� slu�b� BITS)." BITS_CLASS_NAME = "T��da ��zen� inteligentn�ho p�enosu na pozad� verze 1.0" LEGACY_BITS_CLASS_NAME = "Star�� t��da Background Intelligent Transfer Control" AU_DESCRIPTION = "Povoluje stahov�n� a instalaci d�le�it�ch aktualizac� syst�mu Windows. Pokud je tato slu�ba zak�z�na, opera�n� syst�m lze aktualizovat ru�n� pomoc� webov�ho serveru Windows Update." AU_DISPLAY_NAME = "Automatick� aktualizace"
@*: @*: 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="Konfigura�n� soubor slu�by Microsoft Passport" @*: @*: hivesys.inf @*: @@:@u:MOUNTMGR_SERVICE = "Spr�vce p��pojn�ch bod�" @@:@u:PARTMGR_SERVICE = "Spr�vce odd�l�" @@:@u:VGASAVE_DESCRIPTION = "��d� grafickou kartu VGA a zaji��uje z�kladn� zobrazovac� funkce." @@:@u:VGASAVE_DISPLAYNAME = "Grafick� �adi� VGA"
@*: @*: hivesft.inf @*: @@:@u:GMT_MINUS_07_B_DAYLIGHT = "Mexiko (letn� �as 2)" @@:@u:GMT_MINUS_07_B_STANDARD = "Mexiko (b��n� �as 2)"
|