home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / comdemos / progs / windowed / !WindowEd / Resources / Messages next >
Encoding:
Text File  |  1992-01-16  |  10.7 KB  |  408 lines

  1. ###################################################
  2. #                                                 #
  3. #                WindowEd messages                #
  4. #                                                 #
  5. ###################################################
  6.  
  7. ############### Info window messages ##############
  8.  
  9. infoPUR:Template editor (demo)
  10.  
  11. ############## Startup error messages #############
  12.  
  13. serB:*** Error in WindowEd startup sequence ***
  14. serMESS:Message: 
  15. serIEC:Internal error code: 
  16. serVER:WindowEd version: 
  17. serPRTE:Please report this error to Armen Software.
  18.  
  19. #################### Menu items ###################
  20.  
  21. # Icon bar menu #
  22.  
  23. ibmINFO:Info...
  24. ibmPREF:Preferences...
  25. ibmTOOL:Toolbox...
  26. ibmSPR:Sprites...
  27. ibmQUIT:Quit
  28.  
  29. # Time units menu #
  30.  
  31. ptmT:Units
  32. ptmHRS:Hours
  33. ptmMIN:Minutes
  34. ptmSEC:Seconds
  35.  
  36. # Button types menu #
  37.  
  38. btmT:Button types
  39. btm0:Never
  40. btm1:Always
  41. btm2:Auto-repeat
  42. btm3:Debounced
  43. btm4:Release
  44. btm5:Double click
  45. btm6:Click/Drag
  46. btm7:Release/Drag
  47. btm8:Double/Drag
  48. btm9:'Menu' icon
  49. btm10:Double/Click/Drag
  50. btm11:Select/Drag
  51. btm12:Type 12
  52. btm13:Type 13
  53. btm14:Click/Write/Drag
  54. btm15:Writable
  55.  
  56. # Template file menu #
  57.  
  58. tfmINFO:Info...
  59. tfmSAVE:Save...
  60. tfmCRT:Create...
  61. tfmGRAB:Grab window...
  62. tfmWIN:Window '
  63.  
  64. # Window submenu #
  65.  
  66. wsmT:Window
  67. wsmDEL:Delete
  68. wsmCOPY:Copy...
  69. wsmREN:Rename...
  70. wsmSAVE:Save...
  71. wsmEDIT:Edit...
  72.  
  73. # Template window menu #
  74.  
  75. twmT:Window
  76. twmMOVE:Move window
  77. twmEW:Edit window...
  78. twmEI:Edit icon...
  79. twmCI:Create icon
  80. twmGI:Grab icon
  81. twmICN:Icon #
  82.  
  83. # Move window submenu #
  84.  
  85. mwsT:Move window
  86. mwsBACK:Back
  87. mwsFRNT:Front
  88. mwsCLSE:Close
  89. mwsCNTR:Centre
  90.  
  91. # Icon submenu #
  92.  
  93. icnT:Icon
  94. icnDEL:Delete
  95. icnEDT:Edit...
  96.  
  97. # Sprite list menu #
  98.  
  99. slmT:Sprites
  100. slmCLR:Clear
  101. slmDEF:Default
  102. slmGS:Grab sprites
  103. slmSAVE:Save...
  104.  
  105. # Font menu #
  106.  
  107. fmT:Fonts
  108. fmR:(Regular)
  109.  
  110. ################ Font menu messages ###############
  111.  
  112. fmNOFNT:Couldn't find any fonts.  Double-click on a !Fonts application and reload.
  113.  
  114. ################# Time unit names #################
  115.  
  116. time0:hours
  117. time1:minutes
  118. time2:seconds
  119.  
  120. ################## Error handling #################
  121.  
  122. errIEC: (internal error code: 
  123. errFAT:Fatal error from WindowEd
  124. errTITH:Trap while in trap handler: '
  125. errSE1:Severe error '
  126. errSE2:' has occurred. Do you want to end WindowEd?
  127. errER1:Error '
  128. errER2:' has repeated. Do you want to end WindowEd?
  129. errAYS:Are you sure you want to quit?
  130. errQUIT:Quit
  131. errIE:Internal error: 
  132.  
  133. ############# Window and icon defaults ############
  134.  
  135. widIDF:Indirected data found in default window - using original defaults.
  136.  
  137. ############# Memory shortage warnings ############
  138.  
  139. mswRUN:WindowEd is running out of memory (about 1/4 still free).
  140. mswSEV:WindowEd memory shortage becoming severe - save your data, quit WindowEd, and start again.
  141. mswCRIT:WindowEd memory shortage critical.  Save your work immediately!
  142. mswNONE:WindowEd has NO MORE MEMORY left.  You MUST save your work and quit now.
  143. mswFONT:WindowEd is running out of room for anti-aliased fonts.  Please save everything, quit WindowEd and reload your data to continue.
  144.  
  145. ################ Autosave messages ################
  146.  
  147. autoSAVE:WindowEd autosaving file '
  148. autoERR:.  Autosave aborted.
  149.  
  150. ############### Template file window ##############
  151.  
  152. tfwBANR:Template file window
  153.  
  154. ################## Closing files ##################
  155.  
  156. cfREF:Are you sure you want to remove your edited file?
  157. cfREFBN:Are you sure you want to remove edited file '
  158. cf1EF:1 file edited but unsaved in WindowEd: are you sure you want to quit?
  159. cfMEF: files edited but unsaved in WindowEd: are you sure you want to quit?
  160. cfREM:Remove
  161. cfQUIT:Quit
  162.  
  163. ################## Saving objects #################
  164.  
  165. saveTEMP:Save templates
  166. saveSPRT:Save sprites
  167. saveWIND:Save window
  168. saveERPRF:Error saving preferences: '
  169. saveERSPR:Error saving sprites: '
  170. saveERTMP:Error saving templates: '
  171. saveTSDI:To save, drag icon to a directory viewer.
  172. saveDEMO:You can't save using the demo version.  Contact Armen Software to get the full version.
  173.  
  174. ################# Loading objects #################
  175.  
  176. loadTFNF1:Template file '
  177. loadTFNF2:' not found.
  178. loadERTMP:Error loading templates: '
  179. loadERSPR:Error loading sprites: '
  180.  
  181. ################## Preferences ####################
  182.  
  183. prefIAD:Invalid autosave interval (must be between 1 and 999).
  184.  
  185. ############ Internal data xfer errors ############
  186.  
  187. xfrWDT:I've given someone the wrong type of data!
  188.  
  189. ################### Name problems #################
  190.  
  191. nameIAE:That identifier already exists.
  192. nameNNAI:Blank identifiers are not allowed.
  193.  
  194. ############ Too many windows problems ############
  195.  
  196. tmwMNU:Too many windows - WindowEd could not create new menu.
  197. tmwSUB:Too many windows - WindowEd could not create submenu.
  198. tmwTFW:Too many windows - WindowEd could not create new template file.
  199. tmwWND:Too many windows - WindowEd could not create new window.
  200. tmwDBX:Too many windows - WindowEd could not create window/dialogue box.
  201.  
  202. ##################### Colours #####################
  203.  
  204. colTRANS:T
  205.  
  206. colTBF:Title bar foreground
  207. colTBB:Title bar background
  208. colWAF:Work area foreground
  209. colWAB:Work area background
  210. colSBS:Scroll bar slider
  211. colSBB:Scroll bar background
  212. colTBH:Title bar highlight
  213.  
  214. colIF:Icon foreground
  215. colIB:Icon background
  216.  
  217. ################ Default filenames ################
  218.  
  219. dfilUNT:<Untitled>
  220. dfilTMP:Templates
  221. dfilSPR:SpriteFile
  222. dfilWIN:window
  223. dfilGRB:grabbed
  224.  
  225. ##### Grabbing and selecting windows and icons ####
  226.  
  227. grabIWS:Invalid window for sprite grab.
  228. grabSSA:Cannot grab sprite area from this window.
  229. grabIWI:Invalid window or icon for grabbing.
  230. grabNVW:This is not a valid window.
  231. grabNAI:This is not an icon.
  232. grabIND:<Indirected>
  233. grabCUT:You can't use the toolbox on itself.
  234.  
  235. ################## File info dbox #################
  236.  
  237. finfoN:No
  238. finfoY:Yes
  239.  
  240. ############## Writable dbox titles ###############
  241.  
  242. qtCRT:Create
  243. qtGRAB:Grab window
  244. qtCOPY:Copy
  245. qtREN:Rename
  246.  
  247. ################## Editing icons ##################
  248.  
  249. eiNOI1:There is no icon 
  250. eiNOI2: in this window.
  251. eiEDI:Editing icon
  252. eiANICN:an icon
  253. eiBREN:Could not renumber icon.
  254.  
  255. ################# Editing windows #################
  256.  
  257. ewEDW:Editing window
  258. ewBREN:Rename failed - identity already exists.
  259. ewAWIN:a window
  260. ewOWE:The work area extent has been extended to include the visible area.
  261.  
  262. ############ Common editing messages ##############
  263.  
  264. editNER:Not enough room - your data has been indirected.
  265. editAMS:More space has been allocated to your data.
  266. editAE1:You are already editing 
  267. editAE2:.  Ready to abandon this.
  268. editABNDN:Abandon
  269.  
  270. ############## Caret handling errors ##############
  271.  
  272. caretSO:Caret stack overflow
  273. caretSU:Caret stack underflow
  274.  
  275. ############ Creating files and windows ###########
  276.  
  277. createTMF:You can only edit 8 template files.
  278. createTMW:You can only have 50 windows in a template file.
  279.  
  280. ################ Deleting windows #################
  281.  
  282. delAYS:Are you sure you want to delete this window?
  283. delDEL:Delete
  284.  
  285. ############# Resource file corruption ############
  286.  
  287. crcRFC1:WindowEd resource file '
  288. crcRFC2:' has been corrupted.  Please restore this file from the distribution disk.
  289.  
  290. ################## Help messages ##################
  291.  
  292. # Icon bar icon #
  293.  
  294. helpIB1:This is the WindowEd icon.
  295. helpIB2:Drag a template file here or double-click it to load.
  296. helpIB3:Click SELECT to create a new file.
  297. helpIB4:Click MENU to pop up the icon bar menu.
  298.  
  299. # Edit window dbox #
  300.  
  301. helpEWD:This is the Edit window dialogue.
  302.  
  303. # Edit icon dbox #
  304.  
  305. helpEID:This is the Edit icon dialogue.
  306.  
  307. # Save dbox #
  308.  
  309. helpST1:This is the 
  310. helpST2: dialogue.
  311. helpDTI:Drag this icon to a Filer window or another application to save the file.
  312. helpSANME:Type the name you want to use for your file in here.
  313. helpSAOK:Click here to save the file using the name given.|mClicking ADJUST keeps the dialogue on-screen.
  314.  
  315. # Edit frame dbox #
  316.  
  317. helpEW:window
  318. helpEI:icon
  319. helpID:identifier
  320. helpNUM:number
  321. helpTIE:This is the Edit 
  322. helpDBOX: dialogue.
  323. helpID1:This shows you the 
  324. helpID2: of the 
  325. helpID3: being edited.
  326. helpDEL1:Click here to delete the 
  327. helpDEL2: being edited.
  328. helpEDOK:Click this button to confirm the changes you have made.|mClicking ADJUST keeps the dialogue on-screen.
  329. helpEDCAN:Click this button to cancel the changes you have made.|mClicking ADJUST keeps the dialogue on-screen.
  330. helpEDBTM:Click here to pop up a menu of the possible button types.
  331. helpEDCOL:Click SELECT to increase the colour number, ADJUST to decrease it, or MENU to open the Colour selector.
  332. helpEDFNT:Click here to pop up a font menu.
  333.  
  334. # Colour selector #
  335.  
  336. helpCS:This is the Colour selector.
  337. helpCSEDT:This shows you what colour you are editing.
  338. helpCSOK:Click here to change the colour.
  339. helpCSCAN:Click here to use the old colour.
  340.  
  341. # Toolbox #
  342.  
  343. helpTIT:This is the Toolbox.
  344. helpTCLSE:This button allows you to close another window.
  345. helpTBACK:This button allows you to send another window to the back of the pile.
  346. helpTRSZE:This button allows you to resize another window.
  347. helpTHORZ:This button allows you to scroll another window horizontally.
  348. helpTVERT:This button allows you to scroll another window vertically.
  349. helpTMOVE:This button allows you to move another window.
  350.  
  351. # Prog info dbox #
  352.  
  353. helpINFO:This window gives you information about this version of WindowEd.
  354. helpPIVER:This is the WindowEd version number.|mQuote it if you need to make a comment about WindowEd to Armen Software.
  355.  
  356. # Sprite list window #
  357.  
  358. helpSL1:This is the Sprite list.
  359. helpSL2:Click SELECT to display a sprite.
  360. helpSL3:Click MENU to pop up the sprite file menu.
  361.  
  362. # File info window #
  363.  
  364. helpFI:This window gives you information about this template file.
  365. helpFINME:This shows you the file's name.
  366. helpFIWIN:This shows you the number of windows in the file.
  367. helpFIMOD:This shows you if you have modified the file since it was last saved/loaded/created.
  368.  
  369. # Preferences dialogue box #
  370.  
  371. helpPREF:This is the Preferences dialogue.
  372. helpPOK:Click here to change WindowEd's current configuration.|mClicking ADJUST keeps the dialogue on-screen.
  373. helpPSAVE:Click here to save the new configuration.|mClicking ADJUST keeps the dialogue on-screen.
  374. helpPCAN:Click here to continue with the old configuration.
  375.  
  376. # Writable dbox #
  377.  
  378. helpWD1:This is the 
  379. helpWD2: dialogue.
  380. helpWDOK:Click here to use the identifier given.|mClicking ADJUST keeps the dialogue on-screen.
  381.  
  382. # Edit icon dbox #
  383.  
  384. helpIN:This is the Icon number dialogue.
  385. helpINOK:Click here to edit the icon given.
  386.  
  387. # Auto save dbox #
  388.  
  389. helpAUTO:This is the Autosave dialogue.
  390. helpASNME:This shows you the name of the file to be autosaved.
  391. helpASOK:Click here to use the name given.
  392. helpASSVE:Click here to save the file with a different name.
  393. helpASCAN:Click here if you don't want to save the file.
  394.  
  395. # Template file window #
  396.  
  397. helpTF1:This is a template file window.
  398. helpTF2:Double-click SELECT on an icon to open a window.
  399. helpTF3:Click MENU to pop up the template file menu.
  400.  
  401. # Template window #
  402.  
  403. helpTW1:This is a template window.
  404. helpTW2:Drag this icon with SELECT to move it or with ADJUST to change its size.
  405. helpTW3:Click MENU to pop up the template menu.
  406.  
  407. ###################################################
  408.