home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 1 / AU_CD1.iso / demos / a_to_i / flossy / _flossy / messages < prev    next >
Text File  |  1993-07-13  |  2KB  |  92 lines

  1. # Flossy
  2. # version 1.00
  3. #
  4. # Messages file
  5.  
  6.  
  7.  
  8.  
  9. # General purpose messages
  10.  
  11. null:
  12. NoMem:Not enough memory
  13. NoMemTo:Not enough memory to %s
  14. FatalOS:Unexpected fatal OS error (%s)
  15. NamTooBig:Filename is too long (%s)
  16. NoTemplate:Template not found (%s)
  17. Oops:Internal logic error (code: %s)
  18. StrTooBig:String too long
  19.  
  20. # The following use the RO3 char for single open & close
  21. #NoFile:File ‘%s’ not found
  22. #NoDir:Directory ‘%s’ not found
  23. #NoAny:‘%s’ not found
  24.  
  25. # The following don't use the RO3 char for single open & close
  26. NoFile:File '%s' not found
  27. NoDir:Directory '%s' not found
  28. NoAny:'%s' not found
  29.  
  30.  
  31.  
  32. # main.c
  33.  
  34. main2:Usage: %s [filename]
  35.  
  36.  
  37. # error.c
  38.  
  39. sorry:SORRY but due to unforeseen circumstances %s has just died
  40.  
  41.  
  42. # iconbar.c
  43.  
  44. iconbar1:>Info,>Save game  F3,Choices...,Restart,Quit
  45. iconbar2:Do you want to go back to the beginning?
  46.  
  47.  
  48. # sketch.c
  49.  
  50. menutext1:Full screen,>Volume,Close      ^F2
  51.  
  52.  
  53. # datafile.c
  54.  
  55. datafile1:Corrupt (or missing) data file '%s'.
  56. datafile2:Memory read out of bounds
  57. datafile3:load data index.
  58. datafile4:Object '%s' not found in file '%s'.
  59.  
  60.  
  61. # lookup.c
  62.  
  63. lookup1:Text file doesn't end with a newline (LF).
  64. lookup2:lookup a message.
  65. lookup3:Lookup message (%s) is too long.
  66.  
  67.  
  68. # anim.c
  69.  
  70. anim1:load animation.
  71.  
  72.  
  73. # fonts.c
  74.  
  75. fonts0:Display font
  76. fonts1:Font family '%s' has too many sub-styles for the current menu system to handle.  Regrettably some of the sub-styles must be disregarded
  77. fonts2:There are too many fonts available for the current menu system to handle.  Regrettably some of the fonts must be disregarded
  78. #fonts3:Unable to save font substitutions
  79. fonts4:Illegal object size adjustment
  80. fonts5:Couldn't adjust object size (when substituting fonts)
  81.  
  82.  
  83. # choices.c
  84.  
  85. choices1:Preferences
  86. choices2:Language,>Font
  87. choices3:Language
  88. choices4:English,French,German
  89.  
  90.  
  91. # end
  92.