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, ... ;
[Strings]
LangTypeValue = 0x12 WSEDIR = "1042" TSCLIENTDIR = "Terminal Services Client" PORTUGAL = "��������" FALKLANDS = "��Ŭ����"
@*: These are used for constructing directory names used in build 2600. @*: They should be correct as is, and shouldn't be modified. LCID = "0412" W32ID = "0009" ACCESSDIR = "accessories"
@@:@u:SP_TITLE = "Windows Server 2003 ������ �� 1" @@:@u:SP_SHORT_TITLE = "������ �� 1" @@:@u:SP_KB_NUMBER = "%SP_SHORT_TITLE%" @@:@u:ServicePackSourceFiles = "Windows Server 2003 ������ �� 1 ���� ����" @@:@u:USER_NAME = "������ �̸�:" @@:@u:PASSWORD = "��ȣ:" @@:@u:DOMAIN = "������:" @@:@u:CREDENTIALS = "���� DNS ���Ͽ� �����Ǵ� �ڰ� ����:"
@@:@h:ServicePackSourceFiles = "Windows Server 2003 ���Ƚ� ���� ����" @@:@h:SP_SHORT_TITLE = "%QNUM%" @@:@h:SP_TITLE = "Windows Server 2003 ���Ƚ� ��Ű�� [�ڼ��� ����: %QNUM%]" @@:@h:SERVICE_PACK_NUMBER = 1
; ; AutoUpdate ; @*: Needs to be localized exactly as the task scheduler job created by CUN WUCUN_TS_JOBFILE = "Windows �߿� ������Ʈ �˸�.job"
BITS_DISPLAY_NAME = "Background Intelligent Transfer Service" BITS_DESCRIPTION = "���� ������ ��Ʈ��ũ �뿪���� �����Ͽ� �������忡 �ִ� ������ �����մϴ�. ���� �����ϸ�, Windows Update�� MSN Explorer ��� �ڵ����� ���α��̳� �ٸ� ������ �ٿ��ε��� �� �����ϴ�. ���� �������� �ʵ��� �����ϸ�, BITS�� �������� �ʰ� IE�� ���� ������ ���� �����ϴ� ���� ��ȣ ��ī������ ������ ���� �ʴٸ�, ���õ� ���� ������ ������ ������ �� �����ϴ�." BITS_CLASS_NAME = "Background Intelligent Transfer Control Class 1.0" LEGACY_BITS_CLASS_NAME = "Legacy Background Intelligent Transfer Control Class" AU_DESCRIPTION = "�߿��� WIndows ������Ʈ�� �ٿ� �ε��ϰ� ��ġ�ϵ��� �����մϴ�. ���� �������� �ʵ��� �����ϸ�, Windows Update Web ����Ʈ���� � ü���� �������� ������Ʈ�� �� �ֽ��ϴ�." AU_DISPLAY_NAME = "Automatic Updates"
@*: @*: 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="Microsoft Passport ���� ����" @*: @*: hivesys.inf @*: @@:@u:MOUNTMGR_SERVICE = "Mount Point Manager" @@:@u:PARTMGR_SERVICE = "Partition Manager" @@:@u:VGASAVE_DESCRIPTION = "�⺻ �����÷��� �ɷ��� �����ϵ��� VGA �����÷��� ������ ��Ʈ���մϴ�." @@:@u:VGASAVE_DISPLAYNAME = "VGA Display Controller"
@*: @*: hivesft.inf @*: @@:@u:GMT_MINUS_07_B_DAYLIGHT = "�߽��� �ϱ� ���� �ð��� 2" @@:@u:GMT_MINUS_07_B_STANDARD = "�߽��� ǥ�ؽ� 2"
|