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.

34 lines
1.4 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // String Table
  4. //
  5. STRINGTABLE DISCARDABLE
  6. BEGIN
  7. IDS_OPENPORT "Opening Port"
  8. IDS_PORTOPENED "Port Opened"
  9. IDS_CONNECTDEVICE "Connecting Device"
  10. IDS_DEVICECONNECTED "Device Connected"
  11. IDS_ALLDEVICESCONNECTED "All Devices Connected"
  12. IDS_AUTHENTICATE "Starting Authentication"
  13. IDS_AUTHNOTIFY "Authentication Notify"
  14. IDS_AUTHRETRY "Authentication Retry"
  15. IDS_AUTHCALLBACK "Callback Requested"
  16. IDS_AUTHCHANGEPASSWORD "Change Password Requested"
  17. IDS_AUTHPROJECT "Projection Phase Started"
  18. IDS_AUTHLINKSPEED "Link Speed Calculation"
  19. IDS_AUTHACK "Authentication Acknowledged"
  20. IDS_REAUTHENTICATE "Reauthentication Started"
  21. IDS_AUTHENTICATED "Authenticated"
  22. IDS_PREPAREFORCALLBACK "Preparation For Callback"
  23. IDS_WAITFORMODEMRESET "Waiting For Modem Reset"
  24. IDS_WAITFORCALLBACK "Waiting For Callback"
  25. IDS_INTERACTIVE "Interactive"
  26. IDS_RETRYAUTHENTICATION "Retry Authentication"
  27. IDS_CALLBACKSETBYCALLER "Callback Set By Caller"
  28. IDS_PASSWORDEXPIRED "Password Expired"
  29. IDS_CONNECTED "Connected"
  30. IDS_DISCONNECTED "Disconnected"
  31. IDS_UNDEFINED_ERROR "Undefine Error Code"
  32. IDS_CONNECTED_TO "Connected to %s"
  33. END