home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 1 / AU_CD1.iso / demos / j_to_r / mouse / !Mouse / Messages < prev    next >
Encoding:
Text File  |  1994-06-22  |  2.0 KB  |  107 lines

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