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.

35 lines
2.1 KiB

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