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
3.8 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. [Strings]
  46. LangTypeValue = 0x0404
  47. WSEDIR = "1028"
  48. TSCLIENTDIR = "�׺ݾ��A�ȥΤ���"
  49. PORTUGAL = "������"
  50. FALKLANDS = "�֧J���s�q"
  51. @*: These are used for constructing directory names used in build 2600.
  52. @*: They should be correct as is, and shouldn't be modified.
  53. LCID = "0404"
  54. W32ID = "0404"
  55. ACCESSDIR = "accessories"
  56. @@:@u:SP_TITLE = "Windows Server 2003 Service Pack 1"
  57. @@:@u:SP_SHORT_TITLE = "Service Pack 1"
  58. @@:@u:SP_KB_NUMBER = "%SP_SHORT_TITLE%"
  59. @@:@u:ServicePackSourceFiles = "Windows Server 2003 Service Pack 1 �ӷ��ɮ�"
  60. @@:@u:USER_NAME = "�ϥΪ̦W��:"
  61. @@:@u:PASSWORD = "�K�X:"
  62. @@:@u:DOMAIN = "����:"
  63. @@:@u:CREDENTIALS = "�Ω��ʺA DNS �n�����{��:"
  64. @@:@h:ServicePackSourceFiles = "Windows Server 2003 Hotfix �ӷ��ɮ�"
  65. @@:@h:SP_SHORT_TITLE = "%QNUM%"
  66. @@:@h:SP_TITLE = "Windows Server 2003 Hotfix �ʸ� [���L���T�аѾ\ %QNUM%]"
  67. @@:@h:SERVICE_PACK_NUMBER = 1
  68. ;
  69. ; AutoUpdate
  70. ;
  71. @*: Needs to be localized exactly as the task scheduler job created by CUN
  72. WUCUN_TS_JOBFILE = "Windows ���j���s�q��.job"
  73. BITS_DISPLAY_NAME = "Background Intelligent Transfer Service"
  74. BITS_DESCRIPTION = "�ϥζ��m�����W�e���I���ಾ�ɮסC�p�G�A�Ȱ���ܡAWindows Update �M MSN Explorer ���\���N�L�k�۰ʤU���{���Ψ��L���T�C�p�G���A�ȳQ���Ϊ��ܡA�����̿०���A�Ȧp�G�S������Ѫ������A�b BITS �Q���Ϊ����p�U�A�Q�� IE �����ಾ�ɮת��ܡA���̱N�L�k�ಾ�ɮסC"
  75. BITS_CLASS_NAME = "Background Intelligent Transfer Control Class 1.0"
  76. LEGACY_BITS_CLASS_NAME = "Legacy Background Intelligent Transfer Control Class"
  77. AU_DESCRIPTION = "�ҥέ��n Windows ���s���U���Φw�ˡC�p�G���Φ��A�ȡA�i�H���ʪ��q Windows Update �����W���s�@�~�t�ΡC"
  78. AU_DISPLAY_NAME = "�۰ʧ��s"
  79. @*:
  80. @*: Update registry with changes between XP Gold (2600) and XP SP1 (current builds)
  81. @*:
  82. @*: Needs to be localized exactly as hive???.txt
  83. @@:@u:MICROSOFT_PASSPORT_CONFIG_FILE="Microsoft Passport �]�w��"
  84. @*:
  85. @*: hivesys.inf
  86. @*:
  87. @@:@u:MOUNTMGR_SERVICE = "Mount Point Manager"
  88. @@:@u:PARTMGR_SERVICE = "Partition Manager"
  89. @@:@u:VGASAVE_DESCRIPTION = "���� VGA ���ܥd�H���Ѱ򥻪����ܥ\���C"
  90. @@:@u:VGASAVE_DISPLAYNAME = "VGA Display Controller."
  91. @*:
  92. @*: hivesft.inf
  93. @*:
  94. @@:@u:GMT_MINUS_07_B_DAYLIGHT = "�����������`���ɶ� 2"
  95. @@:@u:GMT_MINUS_07_B_STANDARD = "�������зǮɶ� 2"