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.

69 lines
4.3 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // String Table
  4. //
  5. STRINGTABLE DISCARDABLE
  6. BEGIN
  7. IDS_DIAL_ASST "Dialing Properties"
  8. END
  9. //
  10. // The following three messages are likely to be seen by developers only.
  11. // They occur at TAPI.DLL load time.
  12. //
  13. STRINGTABLE DISCARDABLE
  14. BEGIN
  15. IDS_PROVIDERERROR_NOT_AN_SP "A module was found claiming to be a Telephony service provider that is not. It will not be used."
  16. IDS_PROVIDERERROR_TOO_OLD "An old Telephony service provider was detected. It will not be used."
  17. IDS_PROVIDERERROR_FAILED_INIT "A Telephony service provider was unable to start. It will not be used."
  18. END
  19. //
  20. // These strings are unlikely to be used in normal operation.
  21. //
  22. STRINGTABLE DISCARDABLE
  23. BEGIN
  24. IDS_ERR_APPLICATION "Internal error.\nQuit and restart the program."
  25. IDS_ERR_MEMORY "There is not enough memory to complete the operation.\nQuit some programs, and then try again."
  26. IDS_ERR_READ_PRIV_INI "Could not read the Telephony parameter file TELEPHON.INI.\nPlease check to make sure you have full access to this file."
  27. IDS_ERR_WRITE_INI "Cannot write to the Telephony parameter file TELEPHON.INI, so changes you have made will not be saved.\nPlease check to make sure you have full access to this file."
  28. IDS_ERR_INVALID_INI "The Telephony parameter file TELEPHON.INI is corrupt or missing.\nWould you like to reset to the default values?"
  29. IDS_ERR_WRITE_WIN_INI "Cannot write to the WIN.INI file, so changes you have made will not be saved.\nPlease check to make sure you have full access to the WIN.INI file."
  30. IDS_ERR_INVALID_INI_LOCATIONS "The stored location information may be corrupt.\nWould you like to reset to the default values?"
  31. IDS_ERR_INVALID_INI_CARDS "The stored calling card information may be corrupt.\nWould you like to reset to the default values?"
  32. IDS_WRN_INVALID_LOCATION_CARD "An inconsistency in the stored location information was found and has been fixed."
  33. IDS_ERR_INVALID_TAPIADDR "The file TAPIADDR.DLL is either an incorrect version or corrupt.\nPlease reinstall this file."
  34. IDS_WRN_LOCATION_NAME_REQUIRED
  35. "A valid location name is required for the current location."
  36. IDS_WRN_CARD_NAME_REQUIRED
  37. "A valid card name is required for the current card."
  38. IDS_WRN_QUITING_WIZ "If you do not enter proper values, your applications will not be able to dial calls properly. Are you sure you want to cancel?"
  39. IDS_MSG_SIMPLEMSG_MDMINSTALLED "Your modem has been installed. Please enter the following so that your calls can be dialed correctly."
  40. END
  41. //
  42. // These strings are likely to be used in normal operation.
  43. //
  44. STRINGTABLE DISCARDABLE
  45. BEGIN
  46. IDS_ERR_ALREADY_IN_LIST "The name you have entered matches another name already in use.\nPlease enter a unique name."
  47. IDS_CARD_REMOVE "Are you sure you want to remove the selected calling card?"
  48. IDS_LOCATION_REMOVE "Are you sure you want to remove the selected location?"
  49. IDS_WRN_REMOVE_CARD "A location uses this calling card; are you sure you want to remove it?"
  50. IDS_WRN_AREA_CODE_REQUIRED "Locations in the selected country/region must specify an area (city) code. Please enter one."
  51. IDS_WRN_CARD_NUMBER_REQUIRED "The calling card you have selected requires a card number to be entered."
  52. IDS_WRN_INVALID_STR "No special characters or quotes are allowed in the name.\nPlease enter a proper name."
  53. IDS_WRN_INVALID_EX_NUM_STR "Only the characters 0 thru 9, A thru H, P, T, W, #, *, !, ,, @, $ and ? are allowed.\nPlease enter a proper dialing rule."
  54. IDS_WRN_INVALID_NUM "Numbers must contain only digits from 0 through 9.\nPlease enter a proper number."
  55. IDS_WRN_INVALID_NUM_STR "Only the characters 0 thru 9, A thru D, P, T, W, #, *, !, ,, @, $ and ? are allowed.\nPlease enter a proper value."
  56. IDS_WRN_TITLE_WARNING "Warning"
  57. IDS_WRN_TITLE_NAMEINUSE "Name in Use"
  58. IDS_WRN_TITLE_INVALCHAR "Improper Character Entered"
  59. IDS_WRN_TITLE_SURE "Are You Sure?"
  60. IDS_WRN_TITLE_REQUIRED "Required Entry Not Made"
  61. IDS_WRN_CANT_REMOVE_LAST_CARD "The last calling card may not be removed."
  62. END