Source code of Windows XP (NT5)
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.

128 lines
2.0 KiB

  1. [AdditionalClientFiles]
  2. templates\bootfont.bin,bootfont.bin
  3. ;
  4. ; Strings
  5. ;
  6. [Strings]
  7. @w!p:@@:RemInst_Help = "�ṩ������Զ�������Ŀͻ��������ϵ�Զ�̰�װ Windows 2000 Professional �Ĺ��ܡ�"
  8. @p:@@:RemInst_Help = "�ṩ������Զ�������Ŀͻ��������ϵ�Զ�̰�װ Windows 2000 Personal �Ĺ��ܡ�"
  9. srvcd = "Windows Whistler Server (Beta 1) CD-ROM"
  10. @w!p:@@:wkscd = "Windows Whistler Professional (Beta 1) CD-ROM"
  11. @p:@@:wkscd = "Windows Whistler Personal (Beta 1) CD-ROM"
  12. @w!p:@@:BINL_SERVICE_DESC = "�ṩ�� PXE ����Զ�������Ŀͻ��������ϵ�Զ�̰�װ Windows 2000 Professional �Ĺ��ܡ�"
  13. @p:@@:BINL_SERVICE_DESC = "�ṩ�� PXE ����Զ�������Ŀͻ��������ϵ�Զ�̰�װ Windows 2000 Professional �Ĺ��ܡ�"
  14. RemInst_Desc = "Զ�̰�װ����"
  15. RemInstProf_DESC = "Զ�̰�װ������װ����"
  16. AdminTools_GROUP = "��������"
  17. BINL_SERVICE_NAME = "Remote Installation"
  18. TFTPD_SERVICE_NAME = "Trivial FTP Daemon"
  19. TFTPD_SERVICE_DESC = "ʵ�� TFTP Internet ��׼����Ҫ���û����������롣��Զ�̰�װ���񡱵�һ���֡�"
  20. SIS_SERVICE_NAME = "Single Instance Storage"
  21. SIS_SERVICE_DESC = "�ļ�ϵͳɸѡ�������ڹ���Ӳ�̾����ļ��ĸ��Ƹ��������������ļ���һ���������Ƶ�һ������Ŀ¼��Ȼ����ָ�����븱���������滻�����ļ����Դﵽ���ߴ���ʹ�õ�Ŀ�ġ�������ֹ�˷����������˷��񱻽��ã����޷��������������ļ�����������Ŀ¼��ɾ��������Զ���ܷ������������ļ���"
  22. GROVEL_SERVICE_NAME = "Single Instance Storage Groveler"
  23. GROVEL_SERVICE_DESC = "ɨ��Զ�̰�װ���� (RIS) ��������Ӳ�̾��ϵ��ļ����Ƹ������������ָ������˸����ļ���һ�������ᱻ������һ������Ŀ¼��Ȼ����ָ�����븱���������滻�����ļ����Դﵽ���ߴ���ʹ�õ�Ŀ�ġ�������ֹ�˷������ļ��Ͳ��������ַ�ʽ�Զ����ӣ�������Ȼ���Է����ִ��������ļ���"
  24. REG_DWORD =0x10001
  25. REG_EXPAND_SZ =0x20000
  26. REG_BINARY =0x00001
  27. REG_SZ =0x00000
  28. REG_MULTI_SZ =0x10000
  29. REG_NONE =0x20001
  30. SERVICE_DISABLED = 4
  31. SERVICE_DEMAND_START = 3
  32. SERVICE_AUTO_START = 2
  33. SERVICE_WIN32_SHARE_PROCESS = 32
  34. SERVICE_FILE_SYSTEM_DRIVER = 2
  35. SERVICE_WIN32_OWN_PROCESS = 16
  36. SERVICE_BOOT_START = 0
  37. SERVICE_ERROR_NORMAL = 1