home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 January / amigagames-cdrom-1996-01.iso / locale / catalogs / shellbench.ct (.txt) < prev    next >
Amiga Catalog Translation file  |  1995-04-30  |  6KB  |  203 lines

  1. ## version 
  2. ## language 
  3. ## codeset 0
  4. ; version $VER: ShellBench.cd 1.00 (9.1.95)
  5. ; language english
  6. ; Catalog description file for ShellBench.
  7. ; Text between < and > is a comment.
  8. ;*************************************************************************
  9. ; General Program Strings
  10. ;*************************************************************************
  11. NOMEMMSG
  12. ;Not enough memory available!
  13. COMMDESCMSG
  14. ;WB's 'Execute' requester on steroids!
  15. ; <commodity description>
  16. OPTSWINMSG
  17. ;ShellBench Options
  18. ; <options window title>
  19. ;*************************************************************************
  20. ; Initialization Strings
  21. ; Unless otherwise noted, all these appear in requesters and are
  22. ; automatically formatted.
  23. ;*************************************************************************
  24. NOICONMSG
  25. ;Couldn't access ShellBench icon to read tooltypes!
  26. NOHOTKEYMSG
  27. ;\33cCouldn't create the hotkey object!\nCheck the definition:\n'%s'.
  28. ; <%s = hotkey definition>
  29. NOOPENHISTMSG
  30. ;\33cCouldn't open history file\n'%s'!
  31. ; <%s = filename>
  32. NOREADHISTMSG
  33. ;\33cCouldn't read history file!\nError %lu: %s
  34. ; <%lu = DOS error code, %s = DOS error msg>
  35. NOWRITEHISTMSG
  36. ;\33cCouldn't write history file!\nError %lu: %s
  37. ; <%lu = DOS error code, %s = DOS error msg>
  38. NOIFFLIBMSG
  39. ;Couldn't open iffparse.library V37!
  40. NOFONTLIBMSG
  41. ;Couldn't open diskfont.library V36!
  42. NOOPENFONTMSG
  43. ;Couldn't open font '%s', size %lu!
  44. ; <%s = fontname, %lu = fontsize>
  45. NOWINOBJMSG
  46. ;Couldn't create window object!
  47. NOGADKEYMSG
  48. ;Couldn't assign key to gadget object!
  49. NOOPENWINMSG
  50. ;Couldn't open the window!
  51. ;*************************************************************************
  52. ; Requester Title & Gadget Strings
  53. ;*************************************************************************
  54. INSFREQMSG
  55. ;Choose Filename to Insert
  56. INFORMTITLEMSG
  57. ;ShellBench Message
  58. INFORMOKAYMSG
  59. ;_Okay
  60. CURDIRREQMSG
  61. ;Choose Current Directory
  62. PATHREQMSG
  63. ;Choose Another Path Directory
  64. SAVEOPTSREQMSG
  65. ;Save Options to Project Icon
  66. ;*************************************************************************
  67. ; General Runtime Strings
  68. ; Unless otherwise noted, all these appear in requesters and are
  69. ; automatically formatted.
  70. ;*************************************************************************
  71. CLIPNOTFTXTMSG
  72. ;Clipboard doesn't contain plain text!
  73. CLIPNOTIFFMSG
  74. ;Clipboard contents are not in valid IFF format!
  75. NOREADCLIPMSG
  76. ;Couldn't read from clipboard!
  77. NOOPENCLIPMSG
  78. ;Couldn't open clipboard!
  79. NOLAUNCHMSG
  80. ;\33cCouldn't launch command!\nReturn code: %ld
  81. ; <%ld = DOS error code returned by System()>
  82. NOCURDIRMSG
  83. ;\33cCouldn't set current directory\n'%s'\nfor command!
  84. ; <%s = dirname>
  85. NOPATHMSG
  86. ;\33cCouldn't build search path out of\n'%s'!
  87. ; <%s = dirnames separated by commas>
  88. NOOUTPUTMSG
  89. ;\33cCouldn't open output\n'%s'\nfor command!
  90. ; <%s = filename>
  91. LONGCMDMSG
  92. ;\33cCommand in project icon\n'%s'\nis too long!
  93. NOMATCHSPACEMSG
  94. ;\33cNot enough space to\ninsert all matches of:\n'%s'
  95. ; <%s = wildcard pattern>
  96. NOMATCHMSG
  97. ;\33cNo match found for:\n'%s'
  98. ; <%s = wildcard pattern>
  99. NOEXPANDMSG
  100. ;\33cCouldn't expand\n'%s'\nas a pattern!
  101. ; <%s = wildcard pattern>
  102. NOCOMPLETEMSG
  103. ;\33cCouldn't perform name completion!\nError %lu: %s
  104. ; <%lu = DOS error code, %s = DOS error msg>
  105. LONGPATHMSG
  106. ;\33cFull pathname of\n'%s'\n is too long!
  107. ; <%s = filename>
  108. NOGETPATHMSG
  109. ;\33cCouldn't get full pathname for\n'%s'
  110. ; <%s = filename>
  111. NOWBARGMSG
  112. ;\33cCouldn't find Workbench object\n'%s'!
  113. ; <%s = filename>
  114. NOSTRSPACEMSG
  115. ;\33cNot enough space left in string gadget for\n'%s'!
  116. ; <%s = filename or hotlist string>
  117. NOWRITEPROJMSG
  118. ;\33cCouldn't write project icon\n'%s'!
  119. ; <%s = iconname>
  120. NOLOCKDIRMSG
  121. ;\33cCouldn't access drawer\n'%s'!
  122. NOTSBPROJMSG
  123. ;\33c'%s'\nis not a ShellBench project!
  124. ; <%s = iconname>
  125. ;*************************************************************************
  126. ; Main Window Gadget Labels and Keys
  127. ; As usual, place underscore '_' before shortcut key in label, set
  128. ; xxxGADKEY to that single shortcut character. Do not use any shifted
  129. ; characters, as SHIFT in BGUI cancels gadget activation.
  130. ;*************************************************************************
  131. MAINCMDGADLAB
  132. ;Co_mmand
  133. ; <command string gadget>
  134. MAINCMDGADKEY
  135. MAINEXEGADLAB
  136. ;_Execute
  137. ; <exe button gadget>
  138. MAINEXEGADKEY
  139. MAINOPTSGADLAB
  140. ;_Options...
  141. ; <options button gadget>
  142. MAINOPTSGADKEY
  143. MAINHIDEGADLAB
  144. ;_Hide
  145. ; <hide button gadget>
  146. MAINHIDEGADKEY
  147. MAINQUITGADLAB
  148. ;_Quit
  149. ; <quit button gadget>
  150. MAINQUITGADKEY
  151. ;*************************************************************************
  152. ; Options Window Gadget Labels and Keys
  153. ; As usual, place underscore '_' before shortcut key in label, set
  154. ; xxxGADKEY to that single shortcut character. Do not use any shifted
  155. ; characters, as SHIFT in BGUI cancels gadget activation.
  156. ;*************************************************************************
  157. OUTGADLAB
  158. ;_Output
  159. ; <output string gadget>
  160. OUTGADKEY
  161. CDSTRGADLAB
  162. ;Cur_Dir
  163. ; <curdir string gadget>
  164. CDSTRGADKEY
  165. CDREQGADLAB
  166. ; <curdir-req button gadget>
  167. CDREQGADKEY
  168. PATHSTRGADLAB
  169. ;_Path
  170. ; <path string gadget>
  171. PATHSTRGADKEY
  172. PATHREQGADLAB
  173. ; <path-req button gadget>
  174. PATHREQGADKEY
  175. STACKGADLAB
  176. ;Stac_k
  177. ; <stack integer gadget>
  178. STACKGADKEY
  179. PRIGADLAB
  180. ;P_riority
  181. ; <priority integer gadget>
  182. PRIGADKEY
  183. WILDGADLAB
  184. ;Exp._Wild
  185. ; <wildcardexpansion checkbox gadget>
  186. WILDGADKEY
  187. SHELLGADLAB
  188. ;S_hell
  189. ; <customshellname string gadget>
  190. SHELLGADKEY
  191. OKAYGADLAB
  192. ;_Okay
  193. ; <okay button gadget>
  194. OKAYGADKEY
  195. SAVEGADLAB
  196. ;_Save to Icon
  197. ; <save button gadget>
  198. SAVEGADKEY
  199. CANCELGADLAB
  200. ;_Cancel
  201. ; <cancel button gadget>
  202. CANCELGADKEY
  203.