home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / bazy / carcosts / source / carcost.h < prev    next >
C/C++ Source or Header  |  1996-11-02  |  13KB  |  433 lines

  1. #ifndef CarCost_H
  2. #define CarCost_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7. /* This file was created automatically by MakeCat 38.22.
  8.  * Do NOT edit by hand!
  9.  */
  10.  
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15.  
  16.  
  17. /****************************************************************************/
  18.  
  19.  
  20. #define MSG_PROGNAME 0
  21. #define MSG_PROGNAME_STR "AutoKosten"
  22.  
  23. #define MSG_PROG_EXPLAIN 1
  24. #define MSG_PROG_EXPLAIN_STR "Verwaltungsprogramm für Autokosten"
  25.  
  26. #define MSG_OK_TEXT 2
  27. #define MSG_OK_TEXT_STR "Weiter"
  28.  
  29. #define MSG_CANCEL_TEXT 3
  30. #define MSG_CANCEL_TEXT_STR "Abbruch"
  31.  
  32. #define MSG_PROJECT_MENU 4
  33. #define MSG_PROJECT_MENU_STR " \0Projekt"
  34.  
  35. #define MSG_PROJECT_NEW 5
  36. #define MSG_PROJECT_NEW_STR "N\0Neu ..."
  37.  
  38. #define MSG_PROJECT_LOAD 6
  39. #define MSG_PROJECT_LOAD_STR "L\0Laden ..."
  40.  
  41. #define MSG_PROJECT_INSERT 7
  42. #define MSG_PROJECT_INSERT_STR "I\0Einfügen ..."
  43.  
  44. #define MSG_PROJECT_SAVE 8
  45. #define MSG_PROJECT_SAVE_STR "S\0Speichern"
  46.  
  47. #define MSG_PROJECT_SAVEAS 9
  48. #define MSG_PROJECT_SAVEAS_STR " \0Speichern als ..."
  49.  
  50. #define MSG_PROJECT_PRINT 10
  51. #define MSG_PROJECT_PRINT_STR "P\0Drucken"
  52.  
  53. #define MSG_PROJECT_ABOUT 11
  54. #define MSG_PROJECT_ABOUT_STR "?\0Über ..."
  55.  
  56. #define MSG_PROJECT_QUIT 12
  57. #define MSG_PROJECT_QUIT_STR "Q\0Ende ..."
  58.  
  59. #define MSG_QUIT_CONT_REQ 13
  60. #define MSG_QUIT_CONT_REQ_STR "Ende|*Weiter"
  61.  
  62. #define MSG_NOTSAVED_QUIT_REQ 14
  63. #define MSG_NOTSAVED_QUIT_REQ_STR "Die aktuellen Daten sind nicht gespeichert !\n\nWirklich Programm beenden ?"
  64.  
  65. #define MSG_LOAD_CANCEL 15
  66. #define MSG_LOAD_CANCEL_STR "Laden|*Abbruch"
  67.  
  68. #define MSG_NOTSAVED_LOAD_REQ 16
  69. #define MSG_NOTSAVED_LOAD_REQ_STR "Die aktuellen Daten sind nicht gespeichert !\n\nWirklich alle Daten überschreiben ?"
  70.  
  71. #define MSG_PATTERN_REQ 17
  72. #define MSG_PATTERN_REQ_STR "\x23?.KFZ"
  73.  
  74. #define MSG_EXTENSION 18
  75. #define MSG_EXTENSION_STR ".KFZ"
  76.  
  77. #define MSG_LOADFILE_REQ 19
  78. #define MSG_LOADFILE_REQ_STR "Datei laden"
  79.  
  80. #define MSG_INSERTFILE_REQ 20
  81. #define MSG_INSERTFILE_REQ_STR "Datei einfügen"
  82.  
  83. #define MSG_SAVEFILE_REQ 21
  84. #define MSG_SAVEFILE_REQ_STR "Datei speichern als"
  85.  
  86. #define MSG_DEFAULTTOOL_ICON 22
  87. #define MSG_DEFAULTTOOL_ICON_STR "AutoKosten"
  88.  
  89. #define MSG_CLEAR_CONT_REQ 23
  90. #define MSG_CLEAR_CONT_REQ_STR "Löschen|*Nicht Löschen"
  91.  
  92. #define MSG_NOTSAVED_NEW_REQ 24
  93. #define MSG_NOTSAVED_NEW_REQ_STR "Die aktuellen Daten sind nicht gespeichert !\n\nWirklich alle Daten löschen ?"
  94.  
  95. #define MSG_ABOUT_OK_REQ 25
  96. #define MSG_ABOUT_OK_REQ_STR "*Weiter"
  97.  
  98. #define MSG_KILOMETER_SHORT_TEXT 26
  99. #define MSG_KILOMETER_SHORT_TEXT_STR " km"
  100.  
  101. #define MSG_LPERKM_SHORT_TEXT 27
  102. #define MSG_LPERKM_SHORT_TEXT_STR " l/100km"
  103.  
  104. #define MSG_LITER_SHORT_TEXT 28
  105. #define MSG_LITER_SHORT_TEXT_STR " l"
  106.  
  107. #define MSG_MONEY_SHORT_TEXT 29
  108. #define MSG_MONEY_SHORT_TEXT_STR " DM"
  109.  
  110. #define MSG_DMPERKM_SHORT_TEXT 30
  111. #define MSG_DMPERKM_SHORT_TEXT_STR " DM/km"
  112.  
  113. #define MSG_DATA_FOR_CAR_TEXT 31
  114. #define MSG_DATA_FOR_CAR_TEXT_STR "Daten für das Fahrzeug %s"
  115.  
  116. #define MSG_DATA_FOR_TIME_TEXT 32
  117. #define MSG_DATA_FOR_TIME_TEXT_STR "Zeitraum: %s bis %s\nDatei   : %s"
  118.  
  119. #define MSG_ENTER_DATA_GUI 33
  120. #define MSG_ENTER_DATA_GUI_STR "Dateneingabe"
  121.  
  122. #define MSG_ENTER_FUEL_GAD 34
  123. #define MSG_ENTER_FUEL_GAD_STR "Treibstoffliste"
  124.  
  125. #define MSG_ENTER_SUPP_GAD 35
  126. #define MSG_ENTER_SUPP_GAD_STR "Unterhaltsliste"
  127.  
  128. #define MSG_RESULT_GUI 36
  129. #define MSG_RESULT_GUI_STR "Auswertung"
  130.  
  131. #define MSG_KILOMETER_LABEL 37
  132. #define MSG_KILOMETER_LABEL_STR "Kilometer"
  133.  
  134. #define MSG_LITER_LABEL 38
  135. #define MSG_LITER_LABEL_STR "Liter"
  136.  
  137. #define MSG_USED_LABEL 39
  138. #define MSG_USED_LABEL_STR "Verbrauch"
  139.  
  140. #define MSG_SUPP_COMP_LABEL 40
  141. #define MSG_SUPP_COMP_LABEL_STR "Unterhalt ges."
  142.  
  143. #define MSG_UNUSED 41
  144. #define MSG_UNUSED_STR "unused"
  145.  
  146. #define MSG_FUEL_COMP_LABEL 42
  147. #define MSG_FUEL_COMP_LABEL_STR "Treibstoff ges."
  148.  
  149. #define MSG_COSTS_COMP_LABEL 43
  150. #define MSG_COSTS_COMP_LABEL_STR "Kosten ges."
  151.  
  152. #define MSG_DATE_LABEL 44
  153. #define MSG_DATE_LABEL_STR "Datum"
  154.  
  155. #define MSG_KM_LABEL 45
  156. #define MSG_KM_LABEL_STR "km-Stand"
  157.  
  158. #define MSG_PRICE_LABEL 46
  159. #define MSG_PRICE_LABEL_STR "Preis"
  160.  
  161. #define MSG_NEW_GAD 47
  162. #define MSG_NEW_GAD_STR "Neu"
  163.  
  164. #define MSG_CHANGE_GAD 48
  165. #define MSG_CHANGE_GAD_STR "Ändern"
  166.  
  167. #define MSG_DELETE_GAD 49
  168. #define MSG_DELETE_GAD_STR "Löschen"
  169.  
  170. #define MSG_CLOSEWINDOW_GAD 50
  171. #define MSG_CLOSEWINDOW_GAD_STR "Fenster schließen"
  172.  
  173. #define MSG_TITLE_LABEL 51
  174. #define MSG_TITLE_LABEL_STR "Titel"
  175.  
  176. #define MSG_REMARK_LABEL 52
  177. #define MSG_REMARK_LABEL_STR "Bemerkung"
  178.  
  179. #define MSG_SIGN_LABEL 53
  180. #define MSG_SIGN_LABEL_STR "Kennzeichen"
  181.  
  182. #define MSG_DATEFORMAT_LABEL 54
  183. #define MSG_DATEFORMAT_LABEL_STR "Datumsformat"
  184.  
  185. #define MSG_SHORTCUT_NEW 55
  186. #define MSG_SHORTCUT_NEW_STR "n"
  187.  
  188. #define MSG_SHORTCUT_CHANGE 56
  189. #define MSG_SHORTCUT_CHANGE_STR "ä"
  190.  
  191. #define MSG_SHORTCUT_DELETE 57
  192. #define MSG_SHORTCUT_DELETE_STR "l"
  193.  
  194. #define MSG_SHORTCUT_FUELLIST 58
  195. #define MSG_SHORTCUT_FUELLIST_STR "t"
  196.  
  197. #define MSG_SHORTCUT_SUPPLIST 59
  198. #define MSG_SHORTCUT_SUPPLIST_STR "u"
  199.  
  200. #define MSG_SHORTCUT_DATE 60
  201. #define MSG_SHORTCUT_DATE_STR "d"
  202.  
  203. #define MSG_SHORTCUT_LITER 61
  204. #define MSG_SHORTCUT_LITER_STR "i"
  205.  
  206. #define MSG_SHORTCUT_PRICE 62
  207. #define MSG_SHORTCUT_PRICE_STR "p"
  208.  
  209. #define MSG_SHORTCUT_KM 63
  210. #define MSG_SHORTCUT_KM_STR "k"
  211.  
  212. #define MSG_SHORTCUT_TITLE 64
  213. #define MSG_SHORTCUT_TITLE_STR "t"
  214.  
  215. #define MSG_SHORTCUT_REMARK 65
  216. #define MSG_SHORTCUT_REMARK_STR "r"
  217.  
  218. #define MSG_SHORTCUT_CLOSEWINDOW 66
  219. #define MSG_SHORTCUT_CLOSEWINDOW_STR "f"
  220.  
  221. #define MSG_SHORTCUT_SIGN 67
  222. #define MSG_SHORTCUT_SIGN_STR "e"
  223.  
  224. #define MSG_SHORTCUT_OK 68
  225. #define MSG_SHORTCUT_OK_STR "w"
  226.  
  227. #define MSG_SHORTCUT_CANCEL 69
  228. #define MSG_SHORTCUT_CANCEL_STR "a"
  229.  
  230. #define MSG_SHORTCUT_DATEFORMAT 70
  231. #define MSG_SHORTCUT_DATEFORMAT_STR "f"
  232.  
  233. #define MSG_FUEL_PRINT 71
  234. #define MSG_FUEL_PRINT_STR "Treibstoffkosten"
  235.  
  236. #define MSG_FUEL_TITLE 72
  237. #define MSG_FUEL_TITLE_STR "     Datum | km-Stand | delta km |    Liter |    Preis | Verbrauch"
  238.  
  239. #define MSG_FUEL_NOFUEL 73
  240. #define MSG_FUEL_NOFUEL_STR "Keine Daten in der Treibstoffliste !"
  241.  
  242. #define MSG_SUPPORT_PRINT 74
  243. #define MSG_SUPPORT_PRINT_STR "Unterhaltskosten"
  244.  
  245. #define MSG_SUPPORT_TITLE 75
  246. #define MSG_SUPPORT_TITLE_STR "     Datum |                     Titel |                 Bemerkung |    Preis"
  247.  
  248. #define MSG_SUPPORT_NOSUPPORT 76
  249. #define MSG_SUPPORT_NOSUPPORT_STR "Keine Daten in der Unterhaltsliste !"
  250.  
  251. #define MSG_PRINT_RESULT 77
  252. #define MSG_PRINT_RESULT_STR "Ergebnis:"
  253.  
  254. #define MSG_PRINT_R1 78
  255. #define MSG_PRINT_R1_STR "km-Start : %8ld, km-Ende : %8ld => gefahrende Kilometer : %8ld"
  256.  
  257. #define MSG_PRINT_R2 79
  258. #define MSG_PRINT_R2_STR "Getankte Liter : %8.2lf => Verbrauch : %8.3lf l/100km"
  259.  
  260. #define MSG_PRINT_R3 80
  261. #define MSG_PRINT_R3_STR "Treibstoff  : %8.2lf DM => %8.3lf DM je km"
  262.  
  263. #define MSG_PRINT_R4 81
  264. #define MSG_PRINT_R4_STR "Unterhalt   : %8.2lf DM => %8.3lf DM je km"
  265.  
  266. #define MSG_PRINT_R5 82
  267. #define MSG_PRINT_R5_STR "Zusammen    : %8.2lf DM => %8.3lf DM je km"
  268.  
  269. #define MSG_PRINT_NOPRINTER 83
  270. #define MSG_PRINT_NOPRINTER_STR "Der Drucker kann nicht angesprochen werden !"
  271.  
  272. #define MSG_ERROR_IN_FUELLIST 84
  273. #define MSG_ERROR_IN_FUELLIST_STR "Der Eintrag für den %s enthält einen Fehler !\n\33c(Negative Strecke gefahren ??)"
  274.  
  275. #define MSG_DOUBLE_DATE 85
  276. #define MSG_DOUBLE_DATE_STR "Keine zwei Einträge für \nfür ein Datum erlaubt !"
  277.  
  278. #define MSG_PROJECT_CHANGEDATE 86
  279. #define MSG_PROJECT_CHANGEDATE_STR " \0Grunddaten ändern ..."
  280.  
  281. #define MSG_TITLE_FUEL 87
  282. #define MSG_TITLE_FUEL_STR "\nTreibstoffdaten eingeben\n"
  283.  
  284. #define MSG_TITLE_SUPP 88
  285. #define MSG_TITLE_SUPP_STR "\nUnterhaltsdaten eingeben\n"
  286.  
  287. #define MSG_TITLE_NEW 89
  288. #define MSG_TITLE_NEW_STR "\nDaten für neues Fahrzeug eingeben\n"
  289.  
  290. #define MSG_TITLE_CHANGE 90
  291. #define MSG_TITLE_CHANGE_STR "\nDaten für aktuelles Fahrzeug ändern\n"
  292.  
  293. #define MSG_ERROR_WINDOWOPEN 91
  294. #define MSG_ERROR_WINDOWOPEN_STR "Fehler beim Öffnen des Fensters !\nVersuchen Sie einen größeren Screen\n bzw. Overscan und kleinere Fonts !\nDas Programm kann mit 'Exchange' beendet werden"
  295.  
  296. #define MSG_ERROR 92
  297. #define MSG_ERROR_STR "Fehler !"
  298.  
  299. #define MSG_GUIDEFILE 93
  300. #define MSG_GUIDEFILE_STR "AutoKosten.guide"
  301.  
  302. #define MSG_UNKNOWN_DATE 94
  303. #define MSG_UNKNOWN_DATE_STR "Datum unbekannt"
  304.  
  305. #define MSG_PRINTTO_QUESTION 95
  306. #define MSG_PRINTTO_QUESTION_STR "Druckausgabe nach:"
  307.  
  308. #define MSG_PRINTTO_BUTTONS 96
  309. #define MSG_PRINTTO_BUTTONS_STR "_Drucker|Da_tei|*_Abbruch"
  310.  
  311.  
  312. /****************************************************************************/
  313.  
  314.  
  315.  
  316. struct AppString
  317. {
  318.     LONG   as_ID;
  319.     STRPTR as_Str;
  320. };
  321.  
  322. #ifdef STRINGARRAY
  323.  
  324. struct AppString AppStrings[] =
  325. {
  326.     {MSG_PROGNAME,MSG_PROGNAME_STR},
  327.     {MSG_PROG_EXPLAIN,MSG_PROG_EXPLAIN_STR},
  328.     {MSG_OK_TEXT,MSG_OK_TEXT_STR},
  329.     {MSG_CANCEL_TEXT,MSG_CANCEL_TEXT_STR},
  330.     {MSG_PROJECT_MENU,MSG_PROJECT_MENU_STR},
  331.     {MSG_PROJECT_NEW,MSG_PROJECT_NEW_STR},
  332.     {MSG_PROJECT_LOAD,MSG_PROJECT_LOAD_STR},
  333.     {MSG_PROJECT_INSERT,MSG_PROJECT_INSERT_STR},
  334.     {MSG_PROJECT_SAVE,MSG_PROJECT_SAVE_STR},
  335.     {MSG_PROJECT_SAVEAS,MSG_PROJECT_SAVEAS_STR},
  336.     {MSG_PROJECT_PRINT,MSG_PROJECT_PRINT_STR},
  337.     {MSG_PROJECT_ABOUT,MSG_PROJECT_ABOUT_STR},
  338.     {MSG_PROJECT_QUIT,MSG_PROJECT_QUIT_STR},
  339.     {MSG_QUIT_CONT_REQ,MSG_QUIT_CONT_REQ_STR},
  340.     {MSG_NOTSAVED_QUIT_REQ,MSG_NOTSAVED_QUIT_REQ_STR},
  341.     {MSG_LOAD_CANCEL,MSG_LOAD_CANCEL_STR},
  342.     {MSG_NOTSAVED_LOAD_REQ,MSG_NOTSAVED_LOAD_REQ_STR},
  343.     {MSG_PATTERN_REQ,MSG_PATTERN_REQ_STR},
  344.     {MSG_EXTENSION,MSG_EXTENSION_STR},
  345.     {MSG_LOADFILE_REQ,MSG_LOADFILE_REQ_STR},
  346.     {MSG_INSERTFILE_REQ,MSG_INSERTFILE_REQ_STR},
  347.     {MSG_SAVEFILE_REQ,MSG_SAVEFILE_REQ_STR},
  348.     {MSG_DEFAULTTOOL_ICON,MSG_DEFAULTTOOL_ICON_STR},
  349.     {MSG_CLEAR_CONT_REQ,MSG_CLEAR_CONT_REQ_STR},
  350.     {MSG_NOTSAVED_NEW_REQ,MSG_NOTSAVED_NEW_REQ_STR},
  351.     {MSG_ABOUT_OK_REQ,MSG_ABOUT_OK_REQ_STR},
  352.     {MSG_KILOMETER_SHORT_TEXT,MSG_KILOMETER_SHORT_TEXT_STR},
  353.     {MSG_LPERKM_SHORT_TEXT,MSG_LPERKM_SHORT_TEXT_STR},
  354.     {MSG_LITER_SHORT_TEXT,MSG_LITER_SHORT_TEXT_STR},
  355.     {MSG_MONEY_SHORT_TEXT,MSG_MONEY_SHORT_TEXT_STR},
  356.     {MSG_DMPERKM_SHORT_TEXT,MSG_DMPERKM_SHORT_TEXT_STR},
  357.     {MSG_DATA_FOR_CAR_TEXT,MSG_DATA_FOR_CAR_TEXT_STR},
  358.     {MSG_DATA_FOR_TIME_TEXT,MSG_DATA_FOR_TIME_TEXT_STR},
  359.     {MSG_ENTER_DATA_GUI,MSG_ENTER_DATA_GUI_STR},
  360.     {MSG_ENTER_FUEL_GAD,MSG_ENTER_FUEL_GAD_STR},
  361.     {MSG_ENTER_SUPP_GAD,MSG_ENTER_SUPP_GAD_STR},
  362.     {MSG_RESULT_GUI,MSG_RESULT_GUI_STR},
  363.     {MSG_KILOMETER_LABEL,MSG_KILOMETER_LABEL_STR},
  364.     {MSG_LITER_LABEL,MSG_LITER_LABEL_STR},
  365.     {MSG_USED_LABEL,MSG_USED_LABEL_STR},
  366.     {MSG_SUPP_COMP_LABEL,MSG_SUPP_COMP_LABEL_STR},
  367.     {MSG_UNUSED,MSG_UNUSED_STR},
  368.     {MSG_FUEL_COMP_LABEL,MSG_FUEL_COMP_LABEL_STR},
  369.     {MSG_COSTS_COMP_LABEL,MSG_COSTS_COMP_LABEL_STR},
  370.     {MSG_DATE_LABEL,MSG_DATE_LABEL_STR},
  371.     {MSG_KM_LABEL,MSG_KM_LABEL_STR},
  372.     {MSG_PRICE_LABEL,MSG_PRICE_LABEL_STR},
  373.     {MSG_NEW_GAD,MSG_NEW_GAD_STR},
  374.     {MSG_CHANGE_GAD,MSG_CHANGE_GAD_STR},
  375.     {MSG_DELETE_GAD,MSG_DELETE_GAD_STR},
  376.     {MSG_CLOSEWINDOW_GAD,MSG_CLOSEWINDOW_GAD_STR},
  377.     {MSG_TITLE_LABEL,MSG_TITLE_LABEL_STR},
  378.     {MSG_REMARK_LABEL,MSG_REMARK_LABEL_STR},
  379.     {MSG_SIGN_LABEL,MSG_SIGN_LABEL_STR},
  380.     {MSG_DATEFORMAT_LABEL,MSG_DATEFORMAT_LABEL_STR},
  381.     {MSG_SHORTCUT_NEW,MSG_SHORTCUT_NEW_STR},
  382.     {MSG_SHORTCUT_CHANGE,MSG_SHORTCUT_CHANGE_STR},
  383.     {MSG_SHORTCUT_DELETE,MSG_SHORTCUT_DELETE_STR},
  384.     {MSG_SHORTCUT_FUELLIST,MSG_SHORTCUT_FUELLIST_STR},
  385.     {MSG_SHORTCUT_SUPPLIST,MSG_SHORTCUT_SUPPLIST_STR},
  386.     {MSG_SHORTCUT_DATE,MSG_SHORTCUT_DATE_STR},
  387.     {MSG_SHORTCUT_LITER,MSG_SHORTCUT_LITER_STR},
  388.     {MSG_SHORTCUT_PRICE,MSG_SHORTCUT_PRICE_STR},
  389.     {MSG_SHORTCUT_KM,MSG_SHORTCUT_KM_STR},
  390.     {MSG_SHORTCUT_TITLE,MSG_SHORTCUT_TITLE_STR},
  391.     {MSG_SHORTCUT_REMARK,MSG_SHORTCUT_REMARK_STR},
  392.     {MSG_SHORTCUT_CLOSEWINDOW,MSG_SHORTCUT_CLOSEWINDOW_STR},
  393.     {MSG_SHORTCUT_SIGN,MSG_SHORTCUT_SIGN_STR},
  394.     {MSG_SHORTCUT_OK,MSG_SHORTCUT_OK_STR},
  395.     {MSG_SHORTCUT_CANCEL,MSG_SHORTCUT_CANCEL_STR},
  396.     {MSG_SHORTCUT_DATEFORMAT,MSG_SHORTCUT_DATEFORMAT_STR},
  397.     {MSG_FUEL_PRINT,MSG_FUEL_PRINT_STR},
  398.     {MSG_FUEL_TITLE,MSG_FUEL_TITLE_STR},
  399.     {MSG_FUEL_NOFUEL,MSG_FUEL_NOFUEL_STR},
  400.     {MSG_SUPPORT_PRINT,MSG_SUPPORT_PRINT_STR},
  401.     {MSG_SUPPORT_TITLE,MSG_SUPPORT_TITLE_STR},
  402.     {MSG_SUPPORT_NOSUPPORT,MSG_SUPPORT_NOSUPPORT_STR},
  403.     {MSG_PRINT_RESULT,MSG_PRINT_RESULT_STR},
  404.     {MSG_PRINT_R1,MSG_PRINT_R1_STR},
  405.     {MSG_PRINT_R2,MSG_PRINT_R2_STR},
  406.     {MSG_PRINT_R3,MSG_PRINT_R3_STR},
  407.     {MSG_PRINT_R4,MSG_PRINT_R4_STR},
  408.     {MSG_PRINT_R5,MSG_PRINT_R5_STR},
  409.     {MSG_PRINT_NOPRINTER,MSG_PRINT_NOPRINTER_STR},
  410.     {MSG_ERROR_IN_FUELLIST,MSG_ERROR_IN_FUELLIST_STR},
  411.     {MSG_DOUBLE_DATE,MSG_DOUBLE_DATE_STR},
  412.     {MSG_PROJECT_CHANGEDATE,MSG_PROJECT_CHANGEDATE_STR},
  413.     {MSG_TITLE_FUEL,MSG_TITLE_FUEL_STR},
  414.     {MSG_TITLE_SUPP,MSG_TITLE_SUPP_STR},
  415.     {MSG_TITLE_NEW,MSG_TITLE_NEW_STR},
  416.     {MSG_TITLE_CHANGE,MSG_TITLE_CHANGE_STR},
  417.     {MSG_ERROR_WINDOWOPEN,MSG_ERROR_WINDOWOPEN_STR},
  418.     {MSG_ERROR,MSG_ERROR_STR},
  419.     {MSG_GUIDEFILE,MSG_GUIDEFILE_STR},
  420.     {MSG_UNKNOWN_DATE,MSG_UNKNOWN_DATE_STR},
  421.     {MSG_PRINTTO_QUESTION,MSG_PRINTTO_QUESTION_STR},
  422.     {MSG_PRINTTO_BUTTONS,MSG_PRINTTO_BUTTONS_STR},
  423. };
  424.  
  425.  
  426. #endif /* STRINGARRAY */
  427.  
  428.  
  429. /****************************************************************************/
  430.  
  431.  
  432. #endif /* CarCost_H */
  433.