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
1.9 KiB

  1. ;
  2. ; Strings
  3. ;
  4. [Strings]
  5. BINL_SERVICE_DESC = "��� ������ ������ �� Windows ������ ���� ������� ������ ����� ������� PXE."
  6. RemInst_Help = "��� ������ ������ ����� �� Windows ������ ���� ������� ������ �����."
  7. srvcd = "������� Windows Server"
  8. wkscd = "������� Windows"
  9. RemInst_Desc = "Remote Installation Services"
  10. RemInstProf_DESC = "������ ������ �� Remote Installation Services"
  11. AdminTools_GROUP = "��� �����"
  12. BINL_SERVICE_NAME = "Remote Installation"
  13. TFTPD_SERVICE_NAME = "Trivial FTP Daemon"
  14. TFTPD_SERVICE_DESC = "����� ���� �������� Trivial FTP ����� ����� �� ����� �� �����. ��� ������� ������ �����."
  15. SIS_SERVICE_NAME = "Single Instance Storage"
  16. SIS_SERVICE_DESC = "���� �� ����� ����� ����� ������ ������ �� ����� ������ ����� �� ���� ����. ����� ����� ���� ��� �� ����� ����� ���� ����� ������ ���������� ������� ������ �� ����� ������ ����� ���� �� ������ �����. �� ���� ������ �� ������ �� ����� ��. �� ����� �� �����, �� ������ �������� �� ���� ������ ���. �� ������ ������� �����, �� ������ �������� ������ ���� ������ �������."
  17. GROVEL_SERVICE_NAME = "Single Instance Storage Groveler"
  18. GROVEL_SERVICE_DESC = "����� ����� ������ �� ����� ����� ���� ������ ����� ����� (RIS) ������ ��� ������ ������ �� �����. �� ����� ������ ������, ���� ��� �� ����� ����� ������ ������ ������ �������� ������� ������� ������ �� ����� ������ ����� ���� �� ������ �����. �� ����� �� �����, ����� �� ������ ��� �������� ����� ��, �� ������ �������� ������� ����� ���� ������."
  19. REG_DWORD =0x10001
  20. REG_EXPAND_SZ =0x20000
  21. REG_BINARY =0x00001
  22. REG_SZ =0x00000
  23. REG_MULTI_SZ =0x10000
  24. REG_NONE =0x20001
  25. SERVICE_DISABLED = 4
  26. SERVICE_DEMAND_START = 3
  27. SERVICE_AUTO_START = 2
  28. SERVICE_WIN32_SHARE_PROCESS = 32
  29. SERVICE_FILE_SYSTEM_DRIVER = 2
  30. SERVICE_WIN32_OWN_PROCESS = 16
  31. SERVICE_BOOT_START = 0
  32. SERVICE_ERROR_NORMAL = 1