home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / vfp5.0 / vfp / samples / tastrade / include / strings.h next >
Encoding:
Text File  |  1996-08-21  |  5.1 KB  |  102 lines

  1. *-- (c) Microsoft Corporation 1995
  2.  
  3. *-- STRINGS.H
  4. *-- Include this file where needed for localization
  5. *-- purposes
  6.  
  7. *-- Messagebox Titles
  8. #DEFINE ERRORTITLE_LOC      "An error has occurred"
  9. #DEFINE TASTRADE_LOC        "Tasmanian Traders"
  10.  
  11. *-- Toolbar names
  12. #DEFINE TB_FORMDESIGNER_LOC  "Form Designer"
  13. #DEFINE TB_STANDARD_LOC      "Standard"
  14. #DEFINE TB_LAYOUT_LOC        "Layout"
  15. #DEFINE TB_QUERY_LOC         "Query Designer"
  16. #DEFINE TB_VIEWDESIGNER_LOC  "View Designer"
  17. #DEFINE TB_COLORPALETTE_LOC  "Color Palette"
  18. #DEFINE TB_FORMCONTROLS_LOC  "Form Controls"
  19. #DEFINE TB_DATADESIGNER_LOC  "Database Designer"
  20. #DEFINE TB_REPODESIGNER_LOC  "Report Designer"
  21. #DEFINE TB_REPOCONTROLS_LOC  "Report Controls"
  22. #DEFINE TB_PRINTPREVIEW_LOC  "Print Preview"
  23. #DEFINE WIN_COMMAND_LOC         "Command"            && Command Window
  24.  
  25.  
  26. *-- Messagebox Messages
  27. #DEFINE FILENOTEXIST_LOC    "File does not exist: "
  28. #DEFINE BADPASSWORD_LOC        "Password is invalid. (See Hint textbox)"
  29. #DEFINE BADNAME_LOC            "Name not found."
  30. #DEFINE BADUPDATE_LOC        "Could not update - reverting to original."
  31. #DEFINE SAVECHANGES_LOC        "Do you want to save your changes first?"
  32. #DEFINE ASKDELETE_LOC        "Are you sure you wish to delete this information?"
  33. #DEFINE TAGNOTFOUND_LOC        "Index tag not found."
  34. #DEFINE REPORTNOTFOUND_LOC    "Report file not found."
  35. #DEFINE PRINTERNOTREADY_LOC    "Printer not ready."
  36. #DEFINE NORECSMATCHED_LOC    "No records matched criteria."
  37. #DEFINE DELETEREC_LOC        "Are you sure you want to delete this record?"
  38. #DEFINE DELETEWARN_LOC      "Delete Warning"
  39. #DEFINE AVAILABLECREDIT_LOC    "Available Credit"
  40. #DEFINE NOTYET_LOC          "Under Construction"
  41. #DEFINE CUSTIDEXISTS_LOC    "Customer ID already exists. Please re-enter."
  42. #DEFINE NOLASTORDER_LOC        "Customer has no prior order."
  43. #DEFINE CUSTFIRSTORDER_LOC  "Customer's last order is current order."
  44. #DEFINE TODAYORLATER_LOC    "Date must be today or later."
  45. #DEFINE DATERANGEERROR_LOC  "'To' date cannot be less than 'From' date."
  46. #DEFINE ADDCUSTOMER_LOC        "Do you want to add this customer to the Customer master file?"
  47. #DEFINE NOTHINGTOPRINT_LOC  "Nothing to print."
  48. #DEFINE PASSWORDEMPTY_LOC    "New password cannot be empty."
  49. #DEFINE PSWDNOTCNFRM_LOC    "Cannot confirm new password. Please try again."
  50. #DEFINE NOPSWDENTERED_LOC    "You have not yet entered the old password. Do you want to continue?"
  51. #DEFINE FILESAVEDAS_LOC        "File saved as "
  52. #DEFINE ORDHASITEMS_LOC        "An order must have at least one line item."
  53. #DEFINE CUSTOVERMAX_LOC        "Customer is over their maximimun order amount by "
  54. #DEFINE CUSTUNDERMIN_LOC    "Customer order total must be at least "
  55. #DEFINE SAVEANYWAY_LOC      "Save anyway?"
  56. #DEFINE VALIDATING_LOC      "Validating ..."
  57. #DEFINE PRINTING_LOC        "Printing ..."
  58. #DEFINE VIEWCODEPRINT_LOC    "This report may be lengthy. Do you want to continue?"
  59. #DEFINE VIEWCSDTYPRINT_LOC  "This report may be lengthy. Do you want to continue?"
  60. #DEFINE METHOD_LOC          "Method: "
  61. #DEFINE LINENUM_LOC            "Line: "
  62. #DEFINE CUSTNOORD_LOC        "Customer has no orders."
  63. #DEFINE SELCUSTFIRST_LOC    "Must select a customer first."
  64. #DEFINE CANNOTQUIT_LOC      "Cannot quit Visual FoxPro within Tasmanian Traders."
  65. #DEFINE ADDNEWREC_LOC        "That was the last record. Do you want to add a new one?"
  66. #DEFINE ENTERADDMODE_LOC    "There are no records on file. You will be placed in 'Add' mode."
  67. #DEFINE NOEMPLOYEES_LOC        "There are no employees on file."
  68. #DEFINE INSEMPLOYEE_LOC        "All employees must be assigned to a group."
  69. #DEFINE INSPRODUCT_LOC      "All products must be assigned a supplier and a category."
  70. #DEFINE INSORDER_LOC        "All orders must have a customer and a shipper.(Delivery Info)"
  71. #DEFINE TABLERULEFAIL_LOC    "Table rule failed!"
  72. #DEFINE ITEMNOTSAVED_LOC    "The marked items have not been added to the order. Discard the marked items?"
  73. #DEFINE CLASSBROWERR_LOC    "This class cannot be used outside of the Tastrade application."
  74. *-- Trigger error messages
  75. #DEFINE INSERTTRIGFAIL_LOC  "Insert trigger failed!"
  76. #DEFINE UPDATETRIGFAIL_LOC  "Update trigger failed!"
  77. #DEFINE DELETETRIGFAIL_LOC  "Delete trigger failed!"
  78. #DEFINE DELCATEGORY_LOC        "Products belong to this category. Cannot delete!"
  79. #DEFINE DELCUSTOMER_LOC        "Customer has orders. Cannot delete!"
  80. #DEFINE DELEMPLOYEE_LOC        "Employee exists on orders. Cannot delete!"
  81. #DEFINE DELPRODUCT_LOC      "Product exists on order line items. Cannot delete!"
  82. #DEFINE DELSUPPLIER_LOC        "Products are supplied by this supplier. Cannot delete!"
  83. #DEFINE DELSHIPPER_LOC      "Shipper exists on orders. Cannot delete!" 
  84.  
  85. *-- Other strings
  86. #DEFINE ADDPICTURE_LOC      "Add Picture"
  87. #DEFINE CHANGEPICTURE_LOC    "Change Picture"
  88. #DEFINE SELECTBUTTON_LOC    "Select"
  89. #DEFINE VERSION_LOC            "1.1"
  90. #DEFINE COPYRIGHT_LOC        "Copyright 1996 Microsoft Corporation"
  91. #DEFINE RIGHTSRSRVD_LOC        "All rights reserved"
  92. #DEFINE ADDITEM_LOC            "Add Item"
  93. #DEFINE REMOVEITEM_LOC      "Remove Item"
  94. #DEFINE INFSAVED_LOC        "Information saved."
  95. #DEFINE REINDEXING_LOC      "Reindexing: "
  96. #DEFINE DONE_LOC            "Done"
  97. #DEFINE LOWERNOTFOUND_LOC    " not found."
  98. #DEFINE ABOUT_LOC            "About "
  99. #DEFINE VERSIONLABEL_LOC    "Version "
  100. #DEFINE LOWERFOR_LOC        " for "
  101. #DEFINE UPDATEORDER_LOC        "Updating Order"
  102.