home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / acorn / riscos3 / support / !T1ToFont / Messages < prev    next >
Encoding:
Text File  |  1991-07-18  |  1.7 KB  |  55 lines

  1. # Messages file for the Type 1 to Acorn font convertor
  2.  
  3. # Wimp title and version string
  4. Title:Type 1 Converter
  5. Version:0.04 (17-May-91)
  6.  
  7. # Scrap files for Type1 and Adobe Font Metrics files.
  8. # Used when doing data imports.
  9. Scrap1:<Wimp$ScrapDir>.Type1File
  10. Scrap2:<Wimp$ScrapDir>.AFMFile
  11. Scrap3:<Wimp$ScrapDir>.ConvFile
  12.  
  13. # Errors for directory operations
  14. DirErr1:Directory %s does not exist
  15. DirErr2:Could not create directory %s
  16. DirErr3:Could not create directory - a file named %s exists
  17. DirErr4:Object %s has unknown type %d
  18.  
  19. # General
  20. OnlyOne:Only one window may be opened
  21. NoWrite:Could not write %s
  22. ImportErr:The data import operation failed
  23. NoPath:You need to set Font$Path
  24. OutOfMem:Out of memory
  25. BadBBoxes:Bounding box calculation failed.
  26. PreProc1:Could not convert Mac Resource format
  27. PreProc2:Could not convert PC Resource format
  28. NoSaveDir:No save directory selected.  Make sure you have set Font$Path, and try again"
  29. NoName:Please enter a font name in the space provided
  30. NoFiles:Please drag in a Type 1 file and an Adobe Font Metrics file
  31.  
  32. # Titles of menus
  33. SaveTitle:Save In
  34. MainTitle:T1ToFont
  35. MainItems:Save In,Encoding
  36. EncTitle:Encoding
  37. IconTitle:T1ToFont
  38. IconItems:>Info,Quit
  39.  
  40. # The line tagged "Encodings" specifies the contents of the Encodings
  41. # menu.  Each item in it is a further tag which is looked up to
  42. # obtain a name=filename pair.  The name is what is displayed on
  43. # the menu and the filename is where that encoding is sought.
  44. # Encodings are currently searched for in <T1ToFont$Dir>.Encodings
  45.  
  46. Encodings:base0,latin1,latin2,latin3,latin4,sel,suss,sid
  47. base0:Acorn Extended Latin=/Base0
  48. latin1:ISO Latin 1=Latin1
  49. latin2:ISO Latin 2=Latin2
  50. latin3:ISO Latin 3=Latin3
  51. latin4:ISO Latin 4=Latin4
  52. sel:Selwyn=Selwyn
  53. suss:Sussex=Sussex
  54. sid:Sidney=Sidney
  55.