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.

46 lines
1.2 KiB

  1. ;//
  2. ;// Common messages for all TCP/IP utilities
  3. ;// That link with libuemul.lib.
  4. ;// Message range: 2000-2008
  5. ;//
  6. ;
  7. MessageId=2000 SymbolicName=LIBUEMUL_OPTION_INVALID
  8. Language=English
  9. Option %1!c! is not valid
  10. .
  11. MessageId=2001 SymbolicName=LIBUEMUL_OPTION_MORE_ARGS
  12. Language=English
  13. Option %1!c! requires an additional argument
  14. .
  15. MessageId=2002 SymbolicName=LIBUEMUL_ERROR_GETTING_CI_HANDLE
  16. Language=English
  17. error getting console input handle, code %1!d!
  18. .
  19. MessageId=2003 SymbolicName=LIBUEMUL_ERROR_GETTING_CO_HANDLE
  20. Language=English
  21. error getting console output handle, code %1!d!
  22. .
  23. MessageId=2004 SymbolicName=LIBUEMUL_ERROR_GETTING_CON_MODE
  24. Language=English
  25. error getting console mode, code %1!d!
  26. .
  27. MessageId=2005 SymbolicName=LIBUEMUL_ERROR_SETTING_CON_MODE
  28. Language=English
  29. error setting console mode, code %1!d!
  30. .
  31. MessageId=2006 SymbolicName=LIBUEMUL_WRITE_TO_CONSOLEOUT_ERROR
  32. Language=English
  33. Write to ConsoleOut error == %1!ld!
  34. .
  35. MessageId=2007 SymbolicName=LIBUEMUL_READ_FROM_CONSOLEIN_ERROR
  36. Language=English
  37. Read from ConsoleIn error == %1!ld!
  38. .
  39. MessageId=2008 SymbolicName=LIBUEMUL_ERROR_RESTORING_CONSOLE_MODE
  40. Language=English
  41. error restoring console mode, code %1!d!
  42. .