home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 1 / AU_CD1.iso / demos / a_to_i / betsi / _betsi / messages < prev    next >
Text File  |  1994-05-24  |  2KB  |  99 lines

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