ossp-pkg/as/as-gui/as_const.h 1.40 -> 1.41
--- as_const.h 2003/01/30 18:18:30 1.40
+++ as_const.h 2003/01/30 20:26:03 1.41
@@ -145,6 +145,12 @@
#define TITRAQ_DATAPATTERN "%!AS-EVENTS-"
#define TITRAQ_SAVEFIRST "The timesheet contains unsaved changes.\nDo you want to save the changes or discard them?"
#define TITRAQ_OVERWRITE "A file already exists with the chosen name.\nDo you want to overwrite it with new data?"
+#define TITRAQ_NOPATTERNFOUND "This data file appears to be invalid,\nbecause the AS data symbol\n "
+#define TITRAQ_WASNOTFOUNDIN "\nwas not found inside of it."
+#define TITRAQ_BADVERSIONMAJ "Incompatible data format. Please\neither upgrade this application or\nthe data you are using with it."
+#define TITRAQ_BADVERSIONMIN "Incompatible data format. Please either\nupgrade this application or downgrade\nthe data you are using with it."
+#define TITRAQ_INCOMPATDATA "Error: incompatible data format."
+#define TITRAQ_INVALIDDATA "Error: invalid data format."
// Indexes of table columns
#define TITRAQ_IDXALLCTRLS -1
|
|