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.

43 lines
1.8 KiB

  1. [Strings]
  2. Msft = "Microsoft"
  3. WINSServer_Desc = "Windows Internet Name Service"
  4. ; Service names
  5. WINS_Display = "Windows Internet Name Service (WINS)"
  6. WINS_Desc = "NetBIOS �����g�p�����l�b�g���[�N �T�[�r�X���T�����Ƃɂ����ATCP/IP �N���C�A���g�� NetBIOS �����������܂��B���̃T�[�r�X�����~�����ꍇ�A�l�b�g���[�N NetBIOS �T�[�r�X�͐����ɋ@�\���Ȃ��Ȃ��܂��B���̃T�[�r�X�������ɂȂ����ꍇ�A���̃T�[�r�X�ɖ����I�Ɉˑ������T�[�r�X�͂��ׂċN�����Ȃ��Ȃ��܂��B"
  7. WINS_HELP = "NetBIOS �R���s���[�^���� IP �A�h���X�Ƀ}�b�v���铮�I�Ȗ��O�o�^�����щ����T�[�r�X�ł��B"
  8. ; Note to localizers: Please make sure this is the same description used in NT4
  9. WINS_Desc_Old = "WINS �Ȱ�ެ"
  10. WINS_Group = "�Ǘ��c�[��"
  11. WINS_Admin_Desc = "WINS"
  12. WINS_Admin_HelpText = "Windows �C���^�[�l�b�g �l�[�� �T�[�r�X (WINS) ���Ǘ����܂��BWindows �C���^�[�l�b�g �l�[�� �T�[�r�X (WINS) �� NetBIOS �R���s���[�^���� IP �A�h���X�ɕϊ����܂��B"
  13. ; Note to localizers: Please make sure this is the same description used in NT 3.51
  14. WINS_Desc_Really_Old = "WINS �}�l�[�W��"
  15. WINS_Group_Really_Old = "�l�b�g���[�N�Ǘ�"
  16. FLG_ADDREG_KEYONLY = 0x0010
  17. REG_MULTI_SZ = 0x10000
  18. REG_EXPAND_SZ = 0x20000
  19. REG_DWORD = 0x10001
  20. SERVICE_DEMAND_START = 3
  21. SERVICE_AUTO_START = 2
  22. SERVICE_WIN32_SHARE_PROCESS = 32
  23. SERVICE_FILE_SYSTEM_DRIVER = 2
  24. SERVICE_WIN32_OWN_PROCESS = 16
  25. ; Characteristic flags
  26. NCF_VIRTUAL = 0x0001
  27. NCF_WRAPPER = 0x0002
  28. NCF_PHYSICAL = 0x0004
  29. NCF_HIDDEN = 0x0008
  30. NCF_NO_SERVICE = 0x0010
  31. NCF_NOT_USER_REMOVABLE = 0x0020
  32. NCF_HAS_UI = 0x0080
  33. NCF_MODEM = 0x0100
  34. KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"