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.

40 lines
2.3 KiB

  1. //
  2. // Common string table used by both the service and the API DLL.
  3. //
  4. STRINGTABLE DISCARDABLE
  5. BEGIN
  6. IDS_SERVICE_LONG_NAME SERVICE_LONG_NAME
  7. IDS_RANGE_DWORD "from %d to %d"
  8. IDS_RANGE_STRING "between %d and %d characters long"
  9. IDS_MISSING_STRING "<Missing String>"
  10. IDS_INBOUND "Inbound from "
  11. IDS_OUTBOUND "Outbound to "
  12. IDS_UNITS_NONE "none"
  13. IDS_UNITS_SECONDS "seconds"
  14. IDS_UNITS_MINUTES "minutes"
  15. IDS_UNITS_HOURS "hours"
  16. IDS_UNITS_DAYS "days"
  17. IDS_UNITS_MILLISEC "milliseconds"
  18. IDS_UNITS_KBYTES "kilobytes"
  19. IDS_UNITS_BYTES "bytes"
  20. IDS_UNITS_MBYTES "megabytes"
  21. IDS_REG_KEY_NOT_FOUND "The registry key path was not found"
  22. IDS_REG_VALUE_NOT_FOUND "The registry value name was not found"
  23. IDS_REG_VALUE_RANGE_ERROR "The registry value is out of range"
  24. IDS_REG_VALUE_WRONG_TYPE "The registry value has the wrong registry data type"
  25. IDS_NO_DEFAULT "no default"
  26. IDS_POLL_SUM_SEARCH_ERROR "Error searching DS with filter %ws under %ws. Error returned : %ws\n\n"
  27. IDS_POLL_SUM_DSBIND_FAIL "Could not bind to a Domain Controller. Will try again at next polling cycle.\n\n"
  28. IDS_POLL_SUM_NO_COMPUTER "Could not find computer object for this computer. Will try again at next polling cycle.\n\n"
  29. IDS_POLL_SUM_NO_REPLICASETS "This computer is not part of any valid replica set.\n\n"
  30. IDS_POLL_SUM_INVALID_ATTRIBUTE "The %ws object %ws has a invalid value for the attribute %ws.\n\n"
  31. IDS_POLL_SUM_SUBSCRIBER_CONFLICT "The nTFRSSubscriber object %ws is conflicting with %ws. Using %ws\n\n"
  32. IDS_POLL_SUM_CXTION_CONFLICT "The nTDSConnection object %ws is conflicting with %ws. Using %ws\n\n"
  33. IDS_EVENT_LOG_MSG_SIZE_EXCEEDED "\n\n[Event log message size exceeded.]\n\n"
  34. IDS_POLL_SUM_PRIMARY_UNDEFINED "No primary member defined for replica set %ws.\n\n"
  35. END