home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma69.dms / ma69.adf / ClipHistory / Catalogs / ClipHistory.cd next >
Text File  |  1996-08-03  |  4KB  |  244 lines

  1. ;
  2. MSG_PROJECT_MENU (1//)
  3. Project
  4. ;
  5. MSG_ABOUT_ITEM (//)
  6. ?\000About...
  7. ;
  8. MSG_SAVE_ITEM (//)
  9. A\000Save item as...
  10. ;
  11. MSG_HIDE_ITEM (//)
  12. H\000Hide
  13. ;
  14. MSG_QUIT_ITEM (//)
  15. Q\000Quit
  16. ;
  17. MSG_EDIT_MENU (//)
  18. Edit
  19. ;
  20. MSG_DELETE_ITEM (//)
  21. ~Del\000Delete item...
  22. ;
  23. MSG_CLEAR_ITEM (//)
  24. ~s Del\000Delete all items...
  25. ;
  26. MSG_PREFS_MENU (//)
  27. Options
  28. ;
  29. MSG_ICON_ITEM (//)
  30. C\000Create icons?
  31. ;
  32. MSG_ASCII_ITEM (//)
  33. I\000Save text as IFF?
  34. ;
  35. MSG_REQTOOLS_ITEM (//)
  36. R\000Use ReqTools?
  37. ;
  38. MSG_BAD_HOTKEY (//)
  39. Bad hotkey specification for %s:\n\
  40. \"%s\"!
  41. ;
  42. MSG_NO_HOTKEY (//)
  43. Couldn't create hotkey object for %s!
  44. ;
  45. MSG_NO_BROKER (//)
  46. Couldn't create broker!
  47. ;
  48. MSG_NO_CLIP (//)
  49. Couldn't open clipboard unit %ld!
  50. ;
  51. MSG_NO_MEM (//)
  52. Not enough memory!
  53. ;
  54. MSG_NO_PORT (//)
  55. Couldn't create message port!
  56. ;
  57. MSG_NO_SIGBIT (//)
  58. Couldn't allocate signal bit!
  59. ;
  60. MSG_ERROR_IN_ARGUMENTS (//)
  61. Couldn't parse arguments:\n\
  62. %s!
  63. ;
  64. MSG_NO_MENUS (//)
  65. Couldn't create menus!
  66. ;
  67. MSG_ERROR_WRITE_CLIP (//)
  68. Couldn't write clip to clipboard!
  69. ;
  70. MSG_ERROR_READ_CLIP (//)
  71. Couldn't read clip from clipboard!
  72. ;
  73. MSG_ERROR_RANGE (//)
  74. %s is out of range (%ld to %ld)!
  75. ;
  76. MSG_WINDOW_TITLE (//50)
  77. %s: Hotkey = <%s>
  78. ;
  79. MSG_NO_VISUALINFO (//)
  80. Couldn't get visual information!
  81. ;
  82. MSG_NO_DEF_PUBSCREEN (//)
  83. Couldn't find default public screen!
  84. ;
  85. MSG_NO_PUBSCREEN (//)
  86. Couldn't find public screen %s!
  87. ;
  88. MSG_NO_WINDOW (//)
  89. Couldn't open window!
  90. ;
  91. MSG_NO_GADGETS (//)
  92. Couldn't create gadgets!
  93. ;
  94. MSG_NO_CLIP_MEM (//)
  95. Not enough memory to save clip!
  96. ;
  97. MSG_NO_RESIZE (//)
  98. Couldn't resize gadgets!
  99. ;
  100. MSG_NO_LIB (//)
  101. Couldn't open %s\n\
  102. version %ld or higher!
  103. ;
  104. MSG_DOS_ERROR (//88)
  105. DOS error %ld
  106. ;
  107. MSG_NO_FONT (//)
  108. Couldn't open %s\n\
  109. with the size %d!
  110. ;
  111. MSG_TITLE (//40)
  112. ClipHistory  by Magnus Holmgren
  113. ;
  114. MSG_DESCRIPTION (//40)
  115. Adds a history to the clipboard
  116. ;
  117. MSG_QUIT_GAD (//)
  118. Quit
  119. ;
  120. MSG_OK_GAD (//)
  121.  Ok \
  122.  
  123. MSG_OK_CANCEL_GAD (//)
  124.  Ok |Cancel
  125. ;
  126. ; The last three "%s" is to display the name of the ARexx-port.
  127. ; First %s is MSG_PORTNAME, second %s is the actual name, and
  128. ; the third simply holds a linefeed.
  129. ;
  130. MSG_ABOUT (//)
  131. ClipHistory %s\n\
  132. A history for the clipboard\n\
  133. © 1994,1996 by Magnus Holmgren\n\
  134. \n\
  135. Compile date: %s\n\
  136. %s%s%s\n\
  137. Clipboard unit: %ld\n\
  138. Size of history: %ld bytes\n\
  139. Number of clips: %ld
  140. ;
  141. MSG_REALLY_DELETE (//)
  142. Really delete this clip?
  143. ;
  144. MSG_REALLY_CLEAR (//)
  145. Really delete ALL clips?
  146. ;
  147. MSG_ERROR_WRITE (//)
  148. Couldn't write clip to file\n\
  149. \"%s\":\n\
  150. %s!
  151. ;
  152. MSG_ERROR_FIND_DIR (//)
  153. Couldn't find drawer\n\
  154. \"%s\":\n\
  155. %s!
  156. ;
  157. MSG_FILEREQ_TITLE (//)
  158. Select file to save clip to
  159. ;
  160. MSG_ERROR_GET_ICON (//)
  161. Couldn't find any icon for\n\
  162. \"%s\":\n\
  163. %s!
  164. ;
  165. MSG_ERROR_WRITE_ICON (//)
  166. Couldn't write the icon for\n\
  167. \"%s\":\n\
  168. %s!
  169. ;
  170. ; ** 2.0 **
  171. ;
  172. MSG_NO_VIEW_IO (//)
  173. Coulnd't get I/O handles for viewer program!
  174. ;
  175. MSG_NO_VIEW_TASK (//)
  176. Couldn't start Shell for viewer program!
  177. ;
  178. MSG_RUN_QUIT_GAD (//)
  179. Keep running|Quit
  180. ;
  181. MSG_NO_REXXPORT (//)
  182. Couldn't create Rexx port named \"%s\"!
  183. ;
  184. MSG_BAD_CLIP_DATA (//)
  185. The clipboard doesn't contain valid IFF data!
  186. ;
  187. MSG_ERROR_LONG_PATH (//)
  188. Path too long!
  189. ;
  190. MSG_HOST_CLOSING (//)
  191. Host closing down!
  192. ;
  193. MSG_DEF_FILEREQ_TITLE (//)
  194. Select a file
  195. ;
  196. MSG_OPENCLIP_TITLE (//)
  197. Select file to open as clip
  198. ;
  199. MSG_ERROR_WRITE_FILE_CLIP (//)
  200. Couldn't write\n\
  201. \"%s\"\n\
  202. to the clipboard!
  203. ;
  204. MSG_ERROR_OPEN (//)
  205. Couldn't open \"%s\":\n\
  206. %s!
  207. MSG_ERROR_READ (//)
  208. Couldn't read \"%s\":\n\
  209. %s!
  210. ;
  211. MSG_OPEN_CLIP_ITEM (//)
  212. 1\000Open clipboard...
  213. ;
  214. MSG_SAVE_CLIP_ITEM (//)
  215. 2\000Save clipboard as...
  216. ;
  217. MSG_SHOW_CLIP_ITEM (//)
  218. 3\000Show clipboard...
  219. ;
  220. MSG_CLEAR_CB_ITEM (//)
  221. 4\000Clear clipboard
  222. ;
  223. MSG_SHOW_ITEM (//)
  224. W\000Show item...
  225. ;
  226. MSG_HISTORY_MENU (//)
  227. History
  228. ;
  229. MSG_CLIP_EMPTY (//)
  230. The clipboard is empty
  231. ;
  232. MSG_NO_SET_REXXVAR (//)
  233. Unable to set Rexx variable
  234. ;
  235. MSG_PORTNAME (//)
  236. Name of ARexx-port: \
  237.  
  238. ;
  239. ; ** 2.3 **
  240. ;
  241. MSG_STICKY_ITEM (//)
  242. S\000Sticky?
  243. ;
  244.