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 = "���ѻ��ݦw�� Windows Whistler Professional �����O�A�N���w�˦b�ҥλ��ݶ}���\�઺�Τ��ݹq���W�C"
  8. @p:@@:RemInst_Help = "���ѻ��ݦw�� Windows Whistler Personal �����O�A�N���w�˦b�ҥλ��ݶ}���\�઺�Τ��ݹq���W�C"
  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 = "���ѱN Windows Whistler Professional �w�˦b PXE ���ݶ}���Τ��ݹq���W�����O�C"
  13. @p:@@:BINL_SERVICE_DESC = "���ѱN Windows Whistler Personal �w�˦b PXE ���ݶ}���Τ��ݹq���W�����O�C"
  14. RemInst_Desc = "Remote Installation Services"
  15. RemInstProf_DESC = "���ݦw�˪A�Ȧw�˵{��"
  16. AdminTools_GROUP = "�t�κ޲z�u��"
  17. BINL_SERVICE_NAME = "Remote Installation"
  18. TFTPD_SERVICE_NAME = "Trivial FTP Daemon"
  19. TFTPD_SERVICE_DESC = "���� Trivial FTP Internet �зǡA���ݭn�ϥΪ̦W�٤αK�X�C�o�O���ݦw�˪A�Ȫ��@�����C"
  20. SIS_SERVICE_NAME = "���@�Ҷ��s���˸m"
  21. SIS_SERVICE_DESC = "�ɮרt�οz���޲z�w�кϰϤ����ɮ׽ƥ��C���|�N���ƪ��ɮרҶ��ƻs�줤���ؿ��A�|�H�����ƥ��s���Ө��N�ƥ��A�H�ﵽ�ϺШϥΤ覡�C�o�ӪA�ȵL�k�����C�p�G�o�ӪA�Ȥw����,�N�L�k�s���Ҧ��s�����ɮסC�p�G�����ؿ��Q�R���A�Ҧ��s�����ɮױN�ܦ��ä[�L�k�s���C"
  22. GROVEL_SERVICE_NAME = "Single Instance Storage Groveler"
  23. GROVEL_SERVICE_DESC = "�b���ݦw�˪A�� (RIS) ���A���W���y�w�кϰϪ��ɮ׽ƥ��C�p�G�����A���ƪ��ɮרҶ��|�s���줤���ؿ��G�ӥB�|�H�����ƥ��s���Ө��N�o�ӽƥ��A�H�ﵽ�ϺШϥΤ覡�C�p�G�o�ӪA�Ȱ����A�ɮפ��|�۰ʶi���s���A���{�s���s���ɮ��٬O�i�H�s���C"
  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