home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / 4mation / hatchback / !HatchBack / Messages < prev    next >
Text File  |  1993-05-27  |  11KB  |  261 lines

  1. # main.c
  2.  
  3. null:
  4. NoMem:Not enough memory
  5. NoMemTo:Not enough memory to %s
  6. FatalOS:Unexpected fatal OS error (%s)
  7. NamTooBig:Filename is too long (%s)
  8. NoTemplate:Template not found (%s)
  9. Oops:Internal logic error (code: %s)
  10. riscos3:This feature is only available with Risc OS 3
  11.  
  12. # The following use the RO3 char for single open & close
  13. #NoFile:File ‘%s’ not found
  14. #NoDir:Directory ‘%s’ not found
  15. #NoAny:‘%s’ not found
  16. #IsADir:‘%0’ is a directory
  17.  
  18. # The following don't use the RO3 char for single open & close
  19. NoFile:File '%s' not found
  20. NoDir:Directory '%s' not found
  21. NoAny:'%s' not found
  22. IsADir:'%s' is a directory
  23.  
  24.  
  25. error2:Template '%s' not found
  26.  
  27. main1:Drag a drawfile or poster file onto this icon.
  28. main2:Usage: %s [filename]
  29. main3:Failed to save configuration.
  30.  
  31.  
  32. # extra drag delay
  33.  
  34. dragdelay:50
  35.  
  36.  
  37. # load.c
  38.  
  39. error6:File not found
  40. error7:You cannot load a directory
  41. error8:File cannot be loaded
  42. error9:Memory could not be allocated to load the picture
  43. error10:Bad file '%s'
  44. error11:You cannot save from a picture into itself
  45. error12:File name is too long
  46. load1:DrawFile
  47.  
  48.  
  49. # sketch.c
  50.  
  51. error18:Not enough memory to open a new picture.
  52. error19:Not enough memory to open a new view.
  53.  
  54. sketch1:'%s' has been modified. What should be done?
  55. sketch2:<Untitled>
  56. sketch4:You cannot zoom when "Full view" is on
  57.  
  58.  
  59. # save.c
  60.  
  61. save1:picture
  62. save5:Failed to create the file for saving (%s).
  63. save6:Failed to save file (error while writing).
  64. save11:Out of memory
  65.  
  66.  
  67.  
  68. # colour.c
  69.  
  70. error30:Unsupported screen mode (wrong number of colours)
  71.  
  72. colour1:Field colour
  73. colour2:Hatch colour
  74.  
  75. # menu text
  76.  
  77. menutext1:>Info,>Choices,Quit
  78. menutext2:Target,Operation,Tools,>Save   F3
  79. menutitl3:Tools
  80. menutext3:Lock      F7,>Zoom,Full view  F5|Undo      F8,Redo      F9|Tool box  F6
  81. menutitl4:Target
  82. menutext4:Locally       Q,Globally      W,Within box    E,Beneath box   R,Not within    T
  83. menutitl6:Operation
  84. menutext6:>Replace       A,Box spots     S,Diamond spots D,Hex spots     F,Horizontal    G,Vertical      Z,Grid          X,Chequered     C,Hor. Dashes   V,Vert. Dashes  B
  85.  
  86. # target names
  87.  
  88. target1:locally
  89. target2:globally
  90. target3:within box
  91. target4:beneath box
  92. target5:not within
  93.  
  94.  
  95. # operation names
  96.  
  97. oper1:Replace
  98. oper2:Box spots
  99. oper3:Diamond spots
  100. oper4:Hex spots
  101. oper5:Horizontal
  102. oper6:Vertical
  103. oper7:Grid
  104. oper8:Chequered
  105. oper9:Hor. Dashes
  106. oper10:Vert. Dashes
  107.  
  108.  
  109. # Draw file standard messages
  110. # in load.c
  111.  
  112. drawerr01:Bad object
  113. drawerr02:Bad object handle
  114. drawerr03:Too many font definitions
  115.  
  116. drawerr05:%s (at location %d)
  117. drawerr06:Draw error #%d (at location %d)
  118.  
  119. drawerr1:Bounding box coordinates are in the wrong order
  120. drawerr2:Bad character in string
  121. drawerr3:Object size is too small
  122. drawerr4:Object size is too large
  123. drawerr5:Object size is not a multiple of 4
  124. drawerr6:Object data is larger than specified size
  125. drawerr7:There is more than one font table
  126. drawerr8:The font table appears after text object(s)
  127. drawerr9:Bad text style word
  128. drawerr10:Path must start with a move
  129. drawerr11:Path contains an invalid tag
  130. drawerr12:Path does not contain any line or curve elements
  131. drawerr13:There is extra data present at the end of a path object
  132. drawerr14:The sprite definition size is inconsistent with the object size
  133. drawerr15:Missing end marker in text columns
  134. drawerr16:Actual number of columns in a text area object does not match specified number of columns
  135. drawerr17:Non-zero reserved words in a text area object
  136. drawerr18:This is not a Draw file
  137. drawerr19:Version number too high
  138. drawerr20:Unknown object type
  139. drawerr21:Corrupted text area (must start with '\\!')
  140. drawerr22:Text area version number is wrong or missing
  141. drawerr23:Text area must end with a newline character
  142. drawerr24:Text area: bad \\A code (must be L, R, C or D)
  143. drawerr25:Text area: bad number or missing terminator
  144. drawerr26:Text area: more than one \\D command
  145. drawerr27:Text area: bad font number
  146. drawerr28:Text area: unexpected character in \\F command
  147. drawerr29:Text area: bad or missing font width in \\F command
  148. drawerr30:Text area: bad or missing font size in \\F command
  149. drawerr31:Text area: non-digit in \\V command
  150. drawerr32:Text area: bad escape sequence
  151. drawerr33:Text area must have at least one column
  152. drawerr34:Out of memory when building text area
  153.  
  154. # c.undo
  155.  
  156. undo1:Not enough memory to set up undo buffer. Continuing without.
  157.  
  158.  
  159. # c.sprites
  160.  
  161. sprites1:This picture contains sprites made in unknown screen modes. They will not be displayed or edited.
  162. sprites2:This picture contains sprites in 256 colour modes. UNDO and REDO will need lots of memory to work for these sprites.
  163.  
  164.  
  165. # c.exact
  166.  
  167. exact1:Out of memory (for finding exact colour)
  168.  
  169. demo1:This function is not available in the demo version.
  170.  
  171.  
  172. # c.hatch
  173.  
  174. hatch1:Out of memory (for adding hatch fill)
  175. hatch2:Cannot hatch fill object type %d
  176. hatch3:Out of memory (while adding hatch fill)
  177. hatch4:Bad hatch tagged object
  178. hatch5:Bad path - no MOVE element at its start
  179. hatch6:Asked to "shred" an object which is not Linear filled
  180. hatch7:Asked to "peel" an object which is not Radial filled
  181. hatch8:Not enough memory to create needed buffer space.
  182. hatch9:Unknown path element found while creating hatch fill (%d).
  183. hatch10:Unsupported hatch fill type (%d)
  184. hatch11:Escape pressed - abandon current operation?
  185.  
  186.  
  187. # help.c
  188.  
  189. help1:Click SELECT to change colours or patterns in the picture.|MClick ADJUST to pick up a colour from the picture.
  190. help2:|M"Full view" is ON (F5 will turn "Full view" off).
  191. help3:|M"Full view" is OFF (F5 will turn "Full view" on).|MPAGE UP, PAGE DOWN, and HOME keys zoom in & out about the pointer.
  192. help5:This is the Hatchback icon.|MDrop a Drawfile or a Poster file onto this icon to edit its colours and patterns.
  193. help6:This is Hatchback's toolbox.|MThe functions provided here also appear in the menus.
  194. help7:|MLocal - colour changes only apply to the object which you SELECT.
  195. help8:|MGlobal - colour changes apply to the whole diagram.
  196. help9:|MInside box - colour changes only apply to objects with a bounding box completely within the selection box.
  197. help10:|MBeneath box - colour changes only apply to objects with bounding boxes within or overlapping the selection box.
  198. help11:|MNot within box - colour changes only apply to objects with bounding boxes outside or overlapping the selection box.
  199. help12:|MClick SELECT in this icon to change the current colour.|MWhen using hatch fills, two different colours can be changed.
  200. help13:|MThis box shows a magnified view around the mouse pointer (indicated by the small circle).
  201. help14:|MReplace - replace one colour with another. Only colours that are the same as the colour you click on will be changed.
  202. help15:|MBox spots - Click SELECT to fill with this pattern.|MClick ADJUST to edit the paramters for this pattern.
  203. help16:|MDiamond spots - Click SELECT to fill with this pattern.|MClick ADJUST to edit the paramters for this pattern.
  204. help17:|MHex spots - Click SELECT to fill with this pattern.|MClick ADJUST to edit the paramters for this pattern.
  205. help18:|MHorizontal - Click SELECT to fill with this pattern.|MClick ADJUST to edit the paramters for this pattern.
  206. help19:|MVertical - Click SELECT to fill with this pattern.|MClick ADJUST to edit the paramters for this pattern.
  207. help20:|MGrid - Click SELECT to fill with this pattern.|MClick ADJUST to edit the paramters for this pattern.
  208. help24:|MChequered - Click SELECT to fill with this pattern.|MClick ADJUST to edit the paramters for this pattern.
  209. help25:|MHor. Dashes - Click SELECT to fill with this pattern.|MClick ADJUST to edit the paramters for this pattern.
  210. help26:|MVert. Dashes - Click SELECT to fill with this pattern.|MClick ADJUST to edit the paramters for this pattern.
  211. help28:|MDrag SELECT on the arrow ends to move the arrow.|M + "Ctrl" to limit arrow angle, + "Shift" to move whole arrow.
  212. help29:|MDrag SELECT to create the fill-arrow.
  213.  
  214. CHOICEH:This box allows you to set and save your choices about how Hatchback works.
  215. CHOICEH8:Turn this button on to enable Hatchback to load drawfiles when they are double-clicked in a filer window.
  216. CHOICEH12:Surround the picture with a margin that is 20% of the pictures size.
  217. CHOICEH13:Surround the picture with a margin that is 50% of the pictures size.
  218. CHOICEH14:Surround the picture with a customized margin size.
  219. CHOICEH16:Enter the customized margin size here.
  220. CHOICEH3:Set the undo buffer size to zero.
  221. CHOICEH4:Set the undo buffer size to normal.
  222. CHOICEH5:Set the undo buffer size to large.
  223. CHOICEH6:Set the undo buffer size to huge.
  224. CHOICEH7:Set the undo buffer to a ridiculously large size.
  225. CHOICEH18:Click SELECT here to use these choices in Hatchback.
  226. CHOICEH17:Click SELECT here to use these choices in Hatchback, and to save them for next time Hatchback is used. The saving and printing options will also be saved.
  227.  
  228. SAVEAS:This box allows pictures to be saved.
  229. SAVEAS1:Click SELECT here to save the named picture file.
  230. SAVEAS2:Enter the name of the picture file here.
  231. SAVEAS3:This icon can be dragged to the window (or application) that you want to save the picture in.
  232. SAVEAS4:Save the picture as a Poster file.
  233. SAVEAS5:Save the picture as a Draw file.
  234. SAVEAS6:Save the picture as a compressed drawfile (about half the size of the original).
  235.  
  236. PARAMH:This box sets up the parameters for the current fill pattern.
  237. PARAMH6:This is the angle (in degrees) to rotate the pattern by.
  238. PARAMH7:Increase the angle by one degree.
  239. PARAMH8:Decrease the angle by one degree.
  240. PARAMH9:This is the density of the pattern (coloured area divided by total area).
  241. PARAMH10:Increase the density by one percent.
  242. PARAMH11:Decrease the density by one percent.
  243. PARAMH12:This is the number of times the pattern is repeated per centimetre, inch, or point.
  244. PARAMH13:Increase the frequency.
  245. PARAMH14:Decrease the frequency.
  246. PARAMH15:Set the frequency to be "per centimetre".
  247. PARAMH16:Set the frequency to be "per inch".
  248. PARAMH27:Set the frequency to be "per point". One point is 1/72 inch.
  249. PARAMH17:Set the angle to 0 degrees.
  250. PARAMH18:Click SELECT to set the angle to +30 degrees.|MClick ADJUST to set the angle to -30 degrees.
  251. PARAMH19:Click SELECT to set the angle to +45 degrees.|MClick ADJUST to set the angle to -45 degrees.
  252. PARAMH20:Click SELECT to set the angle to +60 degrees.|MClick ADJUST to set the angle to -60 degrees.
  253. PARAMH21:Click SELECT to set the angle to +90 degrees.|MClick ADJUST to set the angle to -90 degrees.
  254. PARAMH22:Set the density to 10%
  255. PARAMH23:Set the density to 30%
  256. PARAMH24:Set the density to 50%
  257. PARAMH25:Set the density to 70%
  258. PARAMH26:Set the density to 90%
  259. PARAMH0:Click SELECT here to use these parameters.
  260. PARAMH1:Click SELECT here to cancel any changes. Use the old parameters.
  261.