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.

59 lines
1.4 KiB

  1. /*
  2. * atalkmon.str
  3. *
  4. * Strings for the AppleTalk Print Monitor.
  5. *
  6. */
  7. STRINGTABLE
  8. BEGIN
  9. IDS_MACPRINT_HELPFILENAME
  10. "sfmmgr.hlp"
  11. IDS_MUST_START_STACK,
  12. "This operation cannot be completed because Appletalk protocol is currently not running."
  13. IDS_NO_ZONE_FOR_PRINTERS,
  14. "No zones were detected on the network. Searching for AppleTalk printing devices in the default zone."
  15. IDS_GETTING_PRINTERS_ON_ZONE,
  16. "Searching for AppleTalk printing devices in zone:\n%1"
  17. IDS_NO_ZONES,
  18. "No zones were detected on the network. An internal error occurred."
  19. IDS_NO_PRINTERS,
  20. "No AppleTalk printing devices were found in this zone."
  21. IDS_MUST_SELECT_PRINTER
  22. "Select an AppleTalk printing device or choose Cancel."
  23. IDS_SPOOLER,
  24. "The entry selected is not an AppleTalk printing device.\n\nAre you sure you want to despool to an AppleTalk spooler?"
  25. IDS_NOTHING_TO_CONFIGURE,
  26. "There is nothing to configure for this port."
  27. IDS_WANT_TO_CAPTURE,
  28. "Do you want to capture this AppleTalk device? When captured, this printer will no longer be directly accessible to other computers using AppleTalk, but will still be available for AppleTalk printing exclusively through this Windows computer."
  29. IDS_BUSY,
  30. "Printer Busy"
  31. IDS_PRINTING,
  32. "Printing"
  33. IDS_ERROR,
  34. "Printer Error"
  35. IDS_PRINTER_OFFLINE,
  36. "Printer Offline"
  37. IDS_DLL_NAME
  38. "AppleTalk Print Monitor"
  39. IDS_PORT_DESCRIPTION,
  40. "AppleTalk Printing Device"
  41. END