home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / biology / gsrc208a.zip / STRTBL.DLG < prev    next >
Text File  |  1993-07-07  |  3KB  |  46 lines

  1. /* strings for the stringtable */
  2.  
  3. STRINGTABLE
  4. BEGIN
  5.   IDS_ERR_REGISTER_CLASS,   "Error registering window class.\nProgram aborting."
  6.   IDS_ERR_CREATE_WINDOW,    "Window creation failed.\nprogram terminating."
  7.   IDS_ERR_OUT_OF_MEM,       "System memory is low!.\nClose some applications to increase available memory."
  8.   IDS_ERR_NOEXEC,            "Out of memory.\nCannot execute function.\nClose other applications and try again"
  9.   IDS_ERR_BADCONFIG,        "Error in configuration.\nCannot execute function.\nProbably missing .EXE files, reinstall GEPASI"
  10.   IDS_ERR_UNDEF,            "Undefined error.\nPlease report to developer!"
  11.   IDS_ERR_SYNTAX,            "Syntax error."
  12.   IDS_ERR_SAVE,                "Error in file I/O:\nUnable to save."
  13.   IDS_ERR_LOAD,                "Error in file I/O:\nUnable to load."
  14.   IDS_ERR_DEL,                "Unable to delete item."
  15.   IDS_ERR_STEP_EXCEED,        "Error in topology:\nYou have reached the maximum number of steps."
  16.   IDS_ERR_MET_EXCEED,        "Error in topology:\nYou have reached the maximum number of metabolites."
  17.   IDS_ERR_BAD_TOPNAM,        "Error in topology:\nbad title."
  18.   IDS_ERR_BAD_EMPTY,        "Error in topology:\nno steps or internal metabolites."
  19.   IDS_ERR_BAD_NSTEP,        "Error in topology:\nnumber of steps not valid."
  20.   IDS_ERR_BAD_KINTYPE,        "Error in topology:\nundefined kinetic type."
  21.   IDS_ERR_BAD_TOTMET,        "Error in topology:\nnumber of metabolites not valid."
  22.   IDS_ERR_BAD_STOI,            "Error in topology:\nbad stoicheiometry matrix."
  23.   IDS_ERR_BAD_LOOP,            "Error in topology:\nbad loop matrix."
  24.   IDS_ERR_BAD_INTMET,        "Error in topology:\nbad metabolite status."
  25.   IDS_ERR_BAD_CONCENT,        "Error in parameters:\ninvalid concentration."
  26.   IDS_ERR_BAD_KPARAM,        "Error in parameters:\nkinetic constant missing."
  27.   IDS_ERR_BUF_FUL,            "Edit buffer full."
  28.   IDS_ERR_BAD_TOP,            "Topology file incomplete."
  29.   IDS_ERR_BAD_UNITS,        "Error in parameters:\ninvalid units."
  30.   IDS_ERR_BAD_OPTIONS,        "Error in parameters:\ninvalid option."
  31.   IDS_ERR_OVERFLOW,            "One value has overflowed.\nPlease correct it."
  32.   IDS_ERR_ZEROBAD,            "One value is zero or negative.\nPlease make it positive."
  33.   IDS_SAVEQUERY,            "File %s has been changed.\nWould you like to save it?"
  34.   IDS_ERR_NO_TEMP,            "Disk error:\ncannot execute function."
  35.   IDS_ERR_NO_NAME,            "Kinetic types must have a title."
  36.   IDS_ERR_NO_SUBS,            "Reversible kinetic types must have substrates!"
  37.   IDS_ERR_NO_PRODS,            "Reversible kinetic types must have products!"
  38.   IDS_ERR_NEG,                "One value is negative, please correct it."
  39.   IDS_ERR_DATAB_CORRUPT,    "The user-defined kinetic types database is corrupted."
  40.   IDS_INF_NEWKIN,            "New user-defined kinetic types were added to the database."
  41.   IDS_REPORTQUERY,            "Simulation finished.\nDo you want to see the report file?"
  42.   IDS_INF_GNUPLOT,            "GEPASI was installed without a link to GNUPLOT.\nIf you have GNUPLOT in your hard disk, you can link it now.\nPoint to the GNUPLOT executable file in the next dialog box."
  43.   IDS_ERR_NO_GNUPLOT,        "Could not find GNUPLOT!"
  44.   IDS_NOT_YET,                "No you don't!\nThis function is not yet working..."
  45. END
  46.