home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma64.dms / ma64.adf / FTPMount-1.0 / FTPMount.cd < prev    next >
Text File  |  1996-04-12  |  8KB  |  436 lines

  1. ;
  2. ; ftpmount.catalog
  3. ; $VER: FTPMount 1.0 (96-04-12)
  4. ;
  5. MSG_HOTKEY (0//)
  6. ctrl alt f
  7. ; hot key to bring up sites window
  8. ;
  9. MSG_HOSTS (1//)
  10. Hosts
  11. ; The subdirectory of FTPMountDir: we use as our local FS 'front end'
  12. ;
  13. MSG_CANT_FIND_HOSTS (2//)
  14. Can't find Hosts dir
  15. ; Lock on MSG_HOSTS failed
  16. ;
  17. MSG_FTPM_STARTUP_ERROR (3//)
  18. FTPMount startup error
  19. ; title for error requester in startup
  20. ;
  21. MSG_OK (4//)
  22. Ok
  23. ; confirmation response in requester
  24. ;
  25. MSG_TCP_HANDLER (5//)
  26. (FTPMount) TCP Handler
  27. ; process name for tcp handler
  28. ;
  29. MSG_SERVICE (6//)
  30. ftp
  31. ; tcp service name
  32. ;
  33. MSG_CANT_LAUNCH_TCP (7//)
  34. Can't launch TCP handler
  35. ; couldn't launch tcp handler
  36. ;
  37. MSG_LOCAL_HANDLER (8//)
  38. (FTPMount) local handler
  39. ; process name for local handler
  40. ;
  41. MSG_CANT_LAUNCH_LOCAL (9//)
  42. Can't launch local handler
  43. ; couldn't launch local handler
  44. ;
  45. MSG_CONTINUE_EXIT (10//)
  46. Continue|Exit
  47. ; gadgets for continue or exit startup
  48. ;
  49. MSG_USER (11//)
  50. USER
  51. ; environment variable holding user name
  52. ;
  53. MSG_HOST (12//)
  54. HOST
  55. ; environment variable holding host name
  56. ;
  57. MSG_USER_NOT_SET (13//)
  58. USER environment variable not set\nAnonymous login with %s\nused as your address
  59. ; warning for when MSG_USER env variable is not set
  60. ;
  61. MSG_HOST_NOT_SET (14//)
  62. HOST environment variable not set\nAnonymous login with %s\nused as your address
  63. ; warning for when MSG_HOST env variable is not set
  64. ;
  65. MSG_USER_HOST_NOT_SET (15//)
  66. USER and HOST environment variables not set\nAnonymous login with %s\nused as your address
  67. ; warning for when MSG_HOST and MSG_USER env vars not set
  68. ;
  69. MSG_VOLUME (16//)
  70. FTPMount
  71. ; volume name for ftpmount
  72. ;
  73. MSG_STATUS_HANDLER (17//)
  74. (FTPMount) status handler
  75. ; process name for status handler
  76. ;
  77. MSG_CANT_LAUNCH_STATUS (18//)
  78. Can't launch status handler
  79. ; couldn't launch status handler process
  80. ;
  81. MSG_UNKNOWN (19//)
  82. Unknown condition (low on memory?)
  83. ; unknown condition ... possibly out of memory
  84. ;
  85. MSG_RETRY_MORE_CANCEL (20//)
  86. Retry|More ...|Cancel
  87. ; gadget string for retry, more, cancel
  88. ;
  89. MSG_RETRY_CANCEL (21//)
  90. Retry|Cancel
  91. ; gadget string for retry, cancel
  92. ;
  93. MSG_MORE_OK (22//)
  94. More ...|Ok
  95. ; gadget string for more, ok
  96. ;
  97. MSG_OPERATIONAL_ERROR (23//)
  98. Operational error
  99. ; error in prelim
  100. ;
  101. MSG_OOM_ROOT (24//)
  102. Out of memory for root string
  103. ; allocate for sp->root failed
  104. ;
  105. MSG_PWD_GARBAGE (25//)
  106. PWD response is unintelligible
  107. ; received garbage for pwd response
  108. ;
  109. MSG_FAILED_PWD (26//)
  110. Failed to get PWD response
  111. ; low on memory ... couldn't get PWD info
  112. ;
  113. MSG_ERROR_READING_PWD (27//)
  114. Error reading PWD response
  115. ; error reading response to PWD
  116. ;
  117. MSG_ERROR_REQUESTING_PWD (28//)
  118. Error while requesting PWD
  119. ; error writing PWD
  120. ;
  121. MSG_ERROR_READING_TYPE (29//)
  122. Error while reading TYPE I response
  123. ; error reading response to TYPE I
  124. ;
  125. MSG_ERROR_SETTING_TYPE (30//)
  126. Error while setting TYPE I
  127. ; error while writing TYPE I
  128. ;
  129. MSG_LOGIN_SUCCEEDED_NO_PASS (31//)
  130. Login succeeded (no password required)
  131. ; success on USER
  132. ;
  133. MSG_LOGIN_SUCCEEDED (32//)
  134. Login succeeded
  135. ; success on PASS
  136. ;
  137. MSG_LOGIN_FAILED (33//)
  138. Login failed
  139. ; failure on PASS (tied with next)
  140. ;
  141. MSG_ACCT_REQUESTED (34//)
  142. ACCT requested
  143. ; Remote site requested ACCT info
  144. ;
  145. MSG_LOGIN_INCORRECT (35//)
  146. Login incorrect
  147. ; login incorrect ... password/user invalid
  148. ;
  149. MSG_LOGIN_FAILED_PASS (36//)
  150. Login failed (PASS)
  151. ; failure on PASS
  152. ;
  153. MSG_LOGIN_ERROR (37//)
  154. Login error
  155. ; failure in login
  156. ;
  157. MSG_LOST_CONN_DURING_LOGIN_PASS (38//)
  158. Lost connection during login (passwd)
  159. ; lost connection reading response to PASS
  160. ;
  161. MSG_GARBAGE_RECEIVED_PASS (39//)
  162. Garbage received from remote site (passwd)
  163. ; garbage received reading response to PASS
  164. ;
  165. MSG_TEMP_LOGIN_FAILURE_USER (40//)
  166. Temporary login failure (USER)
  167. ; USER response was a '4xx'
  168. ;
  169. MSG_LOGIN_FAILED_USER (41//)
  170. Login failed (USER)
  171. ; USER response was a 5xx
  172. ;
  173. MSG_LOST_CONN_DURING_LOGIN (42//)
  174. Lost connection during login
  175. ; lost connection reading response to USER
  176. ;
  177. MSG_GARBAGE_RECEIVED_USER (43//)
  178. Garbage received from remote site
  179. ; garbage received reading response to USER
  180. ;
  181. MSG_ERROR_USER_RESPONSE (44//)
  182. Error reading response to login
  183. ; general error occurred reading response to USER
  184. ;
  185. MSG_ERROR_WRITING_PASS (45//)
  186. Error writing PASS
  187. ; error writing PASS
  188. ;
  189. MSG_ERROR_WRITING_USER (46//)
  190. Error writing USER
  191. ; error writing USER
  192. ;
  193. MSG_CONNECT_ERROR (47//)
  194. Connect error
  195. ; error during init_connect
  196. ;
  197. MSG_AMITCP_NOT_RUNNING (48//)
  198. AmiTCP is not running
  199. ; amitcp is not running
  200. ;
  201. MSG_HOST_UNKNOWN (49//)
  202. Host %s is unknown
  203. ; ERROR_UNKNOWN_HOST on connect
  204. ;
  205. MSG_HOST_UNREACHABLE (50//)
  206. Host %s is unreachable
  207. ; ERROR_UNREACHABLE on connect
  208. ;
  209. MSG_FTP_REFUSED (51//)
  210. FTP connection to %s has been refused
  211. ; ERROR_CONNECT_REFUSED on connect
  212. ;
  213. MSG_CANT_CONNECT (52//)
  214. Can't connect to %s (%ld)
  215. ; any other error on connect
  216. ;
  217. MSG_LOST_CONN_DURING_INTRO (53//)
  218. Lost connection during intro
  219. ; lost connection while reading initial message
  220. ;
  221. MSG_GARBAGE_DURING_INTRO (54//)
  222. Garbage received from %s
  223. ; garbage received while reading initial message
  224. ;
  225. MSG_ERROR_DURING_INTRO (55//)
  226. Error reading introduction
  227. ; any other error while reading initial message
  228. ;
  229. MSG_CONN_DELAY (56//)
  230. Connection delay ...
  231. ; they've told us there will be a delay
  232. ;
  233. MSG_TEMP_CONN_FAILURE (57//)
  234. Temporary connection failure ...
  235. ; received a '4xx' on intro
  236. ;
  237. MSG_CONN_FAILED (58//)
  238. Connection failed ...
  239. ; received a '5xx' on intro
  240. ;
  241. MSG_CONNECTING_TO (59//)
  242. Connecting to
  243. ; connection requester message
  244. ;
  245. MSG_CONNECTING (60//)
  246. Connecting ...
  247. ; title of connection request message
  248. ;
  249. MSG_LOGIN_TO (61//)
  250. Login to %s
  251. ; title of user/password requester
  252. ;
  253. MSG_USER_NAME (62//)
  254. User
  255. ; label on user string gadget in user/password requester
  256. ;
  257. MSG_PASSWORD_NAME (63//)
  258. Password
  259. ; label on password string gadget in user/password requester
  260. ;
  261. MSG_CURRENT_SITES (64//)
  262. Current sites
  263. ; title of main window
  264. ;
  265. MSG_STATE_UNKNOWN (65//)
  266. Unknown
  267. ; bad state
  268. ;
  269. MSG_STATE_DISCONNECTED (66//)
  270. Disconnected
  271. ; disconnected state
  272. ;
  273. MSG_STATE_CONNECTING (67//)
  274. Connecting
  275. ; connecting state
  276. ;
  277. MSG_STATE_IDLE (68//)
  278. Idle
  279. ; idle state
  280. ;
  281. MSG_STATE_DISCONNECTING (69//)
  282. Disconnecting
  283. ; disconnecting state
  284. ;
  285. MSG_STATE_LISTING (70//)
  286. Listing
  287. ; listing state
  288. ;
  289. MSG_STATE_CD (71//)
  290. Changing Directories
  291. ; changing directories state
  292. ;
  293. MSG_STATE_OPENING (72//)
  294. Opening File
  295. ; opening file state
  296. ;
  297. MSG_STATE_CLOSING (73//)
  298. Closing File
  299. ; closing file state
  300. ;
  301. MSG_STATE_READING (74//)
  302. Reading
  303. ; reading state
  304. ;
  305. MSG_STATE_WRITING (75//)
  306. Writing
  307. ; writing state
  308. ;
  309. MSG_STATE_LOGIN (76//)
  310. Logging in
  311. ; logging in state
  312. ;
  313. MSG_STATE_ABORTING (77//)
  314. Aborting
  315. ; aborting state
  316. ;
  317. MSG_STATE_DELETING (78//)
  318. Deleting
  319. ; deleting state
  320. ;
  321. MSG_STATE_MAKEDIR (79//)
  322. Making Directory
  323. ; makedir state
  324. ;
  325. MSG_STATE_RENAMING (80//)
  326. Renaming
  327. ; extra state padding
  328. ;
  329. MSG_STATE_PAD1 (81//)
  330. Pad 1
  331. ; extra state padding
  332. ;
  333. MSG_STATE_PAD2 (82//)
  334. Pad 2
  335. ; extra state padding
  336. ;
  337. MSG_STATE_PAD3 (83//)
  338. Pad 3
  339. ; extra state padding
  340. ;
  341. MSG_QUICK_FLAG (84//)
  342.  (Q)
  343. ; quick flag indicator
  344. ;
  345. MSG_BROKER_NAME (85//)
  346. FTPMount Status
  347. ; cxbroker name
  348. ;
  349. MSG_BROKER_DESCR (86//)
  350. Status and control of FTPMount
  351. ; description that appears in cxexchange
  352. ;
  353. MSG_USER_TT (87//)
  354. USER
  355. ; tooltype for setting the user
  356. ;
  357. MSG_PASSWORD_TT (88//)
  358. PASSWORD
  359. ; tooltype for setting the password
  360. ;
  361. MSG_STATUS_TT (89//)
  362. STATUS
  363. ; tooltype for setting the status window flag
  364. ;
  365. MSG_QUICK_TT (90//)
  366. QUICK
  367. ; tooltype for setting the quick flag
  368. ;
  369. MSG_HOST_TT (91//)
  370. HOST
  371. ; tooltype for setting the host
  372. ;
  373. MSG_ROOT_TT (92//)
  374. ROOT
  375. ; tooltype for setting the root
  376. ;
  377. MSG_CANCEL (93//)
  378. Cancel
  379. ; cancel gadget label
  380. ;
  381. MSG_ABORT (94//)
  382. Abort
  383. ; abort gadget label
  384. ;
  385. MSG_DISCONNECT (95//)
  386. Disconnect
  387. ; disconnect gadget label
  388. ;
  389. MSG_LOGIN (96//)
  390. Login
  391. ; login gadget label
  392. ;
  393. MSG_ERROR_RESPONSE_PASS (97//)
  394. Error reading response to password
  395. ; general error for response to PASS failing
  396. ;
  397. MSG_OFF (98//)
  398. off
  399. ; negative for tooltype booleans
  400. ;
  401. MSG_FALSE (99//)
  402. false
  403. ; alternative negative for tooltype booleans
  404. ;
  405. MSG_CASE_TT (100//)
  406. CASE
  407. ; tooltype for setting the 'case sensitive' flag
  408. ;
  409. MSG_SLOW_TT (101//)
  410. SLOW
  411. ; tooltype for turning off the quick flag
  412. ;
  413. MSG_MESSAGES_TT (102//)
  414. MESSAGES
  415. ; tooltype to select which messages will be displayed
  416. ;
  417. MSG_ALL (103//)
  418. ALL
  419. ; selects all messages
  420. ;
  421. MSG_NONE (104//)
  422. NONE
  423. ; selects no messages
  424. ;
  425. MSG_ERROR (105//)
  426. ERROR
  427. ; selects error messages
  428. ;
  429. MSG_DEFAULT (106//)
  430. Default
  431. ; the name of the icon which has settings to use if there is no icon of the appropriate name
  432. ;
  433. MSG_PORT_TT (107//)
  434. PORT
  435. ; sets which port to connect to
  436.