home *** CD-ROM | disk | FTP | other *** search
/ ANews 1 / AnewsCD01.iso / Internet / FTP / AmFTP / AmFTP.cd < prev    next >
Text File  |  1999-08-11  |  21KB  |  821 lines

  1. ;
  2. ; $VER: AmFTP.cd 1.90 (17.05.98)
  3. ;
  4. ;
  5. ; Usefull strings
  6. ;
  7. MSG_OK (1001//)
  8. *_OK
  9. MSG_CANCEL (1002//)
  10. _Cancel
  11. MSG_NO (1003//)
  12. _No
  13. MSG_YES (1004//)
  14. *_Yes
  15. MSG_RETRY (1005//)
  16. *_Retry
  17. ;
  18. MSG_MENU_PROJECT (2001//)
  19. Project
  20. MSG_MENU_ABOUT (2002//)
  21. About...
  22. MSG_MENU_ICONIFY (2003//)
  23. Iconify
  24. MSG_MENU_QUIT (2004//)
  25. Quit
  26. MSG_MENU_SETTINGS (2005//)
  27. Settings
  28. MSG_MENU_MUI (2006//)
  29. MUI Settings...
  30. MSG_MENU_FLAT (2007//)
  31. Flat download
  32. MSG_MENU_DIRTOOL (2008//)
  33. Directory tool
  34. MSG_MENU_OPENBATCHWIN (2009//)
  35. Batch window...
  36. MSG_MENU_OPENCONNECT (2010//)
  37. Open connection...
  38. MSG_MENU_ACTION (2011//)
  39. Action
  40. MSG_MENU_DOWNLOAD (2012//)
  41. Download by name
  42. MSG_MENU_SENDRAW (2013//)
  43. Send raw command
  44. MSG_MENU_ADTSHOWMOTD (2014//)
  45. Show aminet MOTD (Message Of The Day)
  46. MSG_MENU_SNAPSHOTSITE (2015//)
  47. Snapshot current session
  48. MSG_MENU_SAVEPROFILES (2016//)
  49. Save profile list
  50. MSG_MENU_IMPORTPROFILES (2017//)
  51. Import profile list
  52. MSG_MENU_SAVEBATCH (2018//)
  53. Save batch window contents
  54. MSG_MENU_LOADBATCH (2019//)
  55. Load & add batch window contents
  56. ;
  57. ; Application stuff
  58. ;
  59. MSG_APP_DESC (3001//)
  60. AmFTP FTP Client
  61. MSG_APP_GUIDENAME (3002//)
  62. AMFTP.guide
  63. ;
  64. ; About
  65. ;
  66. MSG_ABOUT_TITLE (4001//)
  67. AmFTP Copyright Information
  68. MSG_ABOUT_BUTTON (4002//)
  69. Close this window
  70. MSG_ABOUT_LISTTITLE (4003//)
  71. \033c\033b\033uAmFTP  · The AmigaOS FTP Client
  72. ;
  73. ; TCP Module / Error Codes
  74. ;
  75. MSG_TCP_FAILED (5001//)
  76. Unable to open a TCP/IP stack.\nYou must install AmiTCP, AS225r2 or a compatible\n\
  77. TCP/IP stack before you can use AmFTP.
  78. MSG_ERROR_OPENFILE (5002//)
  79. \033bError: Can't open file \"%s\" (%s)!
  80. MSG_APP_FAILED (5003//)
  81. Internal error:\nFailed to create MUI Application Object\nMUI Error code %ld\n\
  82. Please report this bug via email immediately to\nmerlin@vapor.com\n\
  83. State your system configuration and, if possible,\nthe circumstances which caused the bug.
  84. MSG_WIN_FAILED (5004//)
  85. Internal error:\nFailed to create MUI Window Object\nMUI Error code %ld\n\
  86. Please report this bug via email immediately to\nmerlin@vapor.com\n\
  87. State your system configuration and, if possible,\nthe circumstances which caused the bug.
  88. MSG_ERROR_PATTERN (5006//)
  89. Error: Cannot parse viewer pattern! Start preferences and check it.
  90. MSG_ERROR_PREFS (5007//)
  91. Cannot find AmFTP preferences
  92. MSG_ERROR_MEMORY (5008//)
  93. Can't allocate memory!
  94. MSG_ERROR_SAVEPROFILE (5009//)
  95. Can't save profile settings.\nFilename: \"\033b%s\033n\"\nMaybe check your $HOME directory.
  96. MSG_ERROR_IMPORTPROFILE (5010//)
  97. \033cCan't import profile settings!\n\033bWrong file format.
  98. MSG_ERROR_NODISKSPACE (5011//)
  99. \033cNot enough free disk space on destination drive!\nDownload size \033b%ld\033n bytes, free disk space \033b%ld\033n bytes.
  100. ;
  101. ; Main Window
  102. ;
  103. MSG_MW_DELETE_GADS (6001//)
  104. Delete|Cancel
  105. MSG_MW_DELETE_BODY (6002//)
  106. Do you really want to delete\n\033b%ld\033n selected file(s)?
  107. MSG_MW_INVALIDPAT (6003//)
  108. The pattern \"%s\" is invalid.
  109. MSG_MW_LOCALSHOW (6004//)
  110. \033bShowing \"%s\"...
  111. MSG_MW_LOCALDEL (6005//)
  112. \033bDeleting \"%s\"...
  113. MSG_MW_LABEL_LOCAL (6006//)
  114. Local:
  115. MSG_MW_LABEL_REMOTE (6007//)
  116. Remote:
  117. MSG_MW_BUT_HELP (6008//)
  118. Help
  119. MSG_MW_BUT_MKDIR (6009//)
  120. MakeDir
  121. MSG_MW_BUT_MARK (6010//)
  122. +
  123. MSG_MW_BUT_UNMARK (6011//)
  124. -
  125. MSG_MW_BUT_VIEW (6012//)
  126. Show
  127. MSG_MW_BUT_RENAME (6013//)
  128. Rename
  129. MSG_MW_BUT_DELETE (6014//)
  130. Delete
  131. MSG_MW_BUT_SEND (6015//)
  132. \033bSend \033I[6:30]\033I[6:30]
  133. MSG_MW_BUT_RECEIVE (6016//)
  134. \033I[6:31]\033I[6:31]\033b Receive
  135. MSG_MW_BUT_REFRESH (6017//)
  136. Refresh
  137. MSG_MW_BUT_SETUP (6018//)
  138. Setup
  139. MSG_MW_BUT_CONNECT (6019//)
  140. Connect
  141. MSG_MW_BUT_CLOSE (6020//)
  142. Disconnect
  143. MSG_MW_LABEL_MODE (6021//)
  144.  Transfer mode:
  145. MSG_MW_LABEL_MODE_BIN (6022//)
  146. Binary
  147. MSG_MW_LABEL_MODE_ASCII (6023//)
  148. ASCII
  149. MSG_MW_TITLE_NOTCONNECTED (6024//)
  150. %s · not connected
  151. MSG_MW_TITLE_CONNECTED (6025//)
  152. %s · connected with \"%s\" (%s)
  153. MSG_MW_INFO (6026//)
  154. %ld files [%ld], %ld dirs [%ld], %ldK [%ldK]
  155. MSG_MW_INFOADT (6027//)
  156. %ld files [%ld], %ldK [%ldK]
  157. MSG_SH_MW_BUT_MKDIR (6028//)
  158. Create a new directory
  159. MSG_SH_MW_BUT_MARK (6029//)
  160. Mark files matching pattern
  161. MSG_SH_MW_BUT_UNMARK (6030//)
  162. Unmark files matching pattern
  163. MSG_SH_MW_BUT_VIEW (6031//)
  164. Show currently selected file(s)
  165. MSG_SH_MW_BUT_RENAME (6032//)
  166. Rename currently selected file(s)
  167. MSG_SH_MW_BUT_DELETE (6033//)
  168. Delete currently selected file(s)
  169. MSG_SH_MW_BUT_SEND (6034//)
  170. Send selected files to remote host
  171. MSG_SH_MW_BUT_RECEIVE (6035//)
  172. Get selected files from remote host
  173. MSG_SH_MW_BUT_REFRESH (6036//)
  174. Refresh the file list
  175. MSG_SH_MW_BUT_CDUP (6037//)
  176. Go to the parent of the\ncurrent directory
  177. MSG_SH_MW_BUT_CONNECT (6038//)
  178. Connect to a FTP server
  179. MSG_SH_MW_BUT_CLOSE (6039//)
  180. Close current connection
  181. MSG_SH_MW_BUT_SETUP (6040//)
  182. Show the Setup page
  183. MSG_SH_MW_BUT_HELP (6041//)
  184. Show the AmFTP.guide online documentation
  185. MSG_MW_BUT_README (6042//)
  186. Readme
  187. MSG_SH_MW_BUT_README (6043//)
  188. Shows Readme of selected file(s)
  189. MSG_MW_BUT_BATCH (6044//)
  190. Batch
  191. MSG_SH_MW_BUT_BATCH (6045//)
  192. Batch selected file(s)\nfor later complete download
  193. MSG_MW_REC_NOMSG (6046//)
  194. \033cThere are no \033bnew\033n files available.\nSelect \"Recent 7\" to see all.
  195. MSG_MW_REC_TITLE_NAME (6047//)
  196. \033uFilename
  197. MSG_MW_REC_TITLE_SIZE (6048//)
  198. \033uSize
  199. MSG_MW_REC_TITLE_DIR (6049//)
  200. \033uDirectory
  201. MSG_MW_REC_TITLE_DESC (6050//)
  202. \033uDescription
  203. MSG_MW_BUT_CDUP (6051//)
  204. Parent
  205. MSG_MW_BUT_FIND (6052//)
  206. Find
  207. MSG_SH_MW_BUT_FIND (6053//)
  208. Search for special ADT entry\nby calling a find site
  209. MSG_MW_BUT_ARCHIE (6054//)
  210. Archie
  211. MSG_SH_MW_BUT_ARCHIE (6055//)
  212. Search for a special file\nby calling a archie search site
  213. MSG_MW_DOUBLECLICK_ARCHIE (6056//)
  214. You are already connected to a ftp-Server.\nClose connection first.
  215. ;
  216. ; Requester Strings
  217. ;
  218. MSG_CLOSE_CONNECTION (7001//)
  219. Do you really want to close connection?
  220. MSG_REQUESTER_RESUME (7002//)
  221. \033cFile \"%s\" already exists.\nDo you want to resume starting at byte %ld?
  222. MSG_RESUME_BT_RESUME (7003//)
  223. *R_esume
  224. MSG_RESUME_BT_OVERWRITE (7004//)
  225. _Overwrite
  226. MSG_RESUME_BT_RENAME (7006//)
  227. _Rename
  228. MSG_RESUME_BT_SKIP (7005//)
  229. _Skip
  230. ;
  231. ; Profile Window
  232. ;
  233. MSG_CW_TITLE (8001//)
  234. Server profiles
  235. MSG_CW_LABEL_NAME (8002//)
  236. Profile name:
  237. MSG_CW_LABEL_HOST (8003//)
  238. Host name:
  239. MSG_CW_LABEL_USER (8004//)
  240. Login name:
  241. MSG_CW_LABEL_PASSWORD (8005//)
  242. Password:
  243. MSG_CW_LABEL_ANON (8006//)
  244. Anon login:
  245. MSG_CW_LABEL_ADT (8007//)
  246. ADT server:
  247. MSG_CW_LABEL_FSP (8028//)
  248. FSP server:
  249. MSG_CW_BUT_NEW (8008//)
  250. New
  251. MSG_CW_BUT_COPY (8030//)
  252. Copy
  253. MSG_CW_BUT_CONNECT (8009//)
  254. Connect to FTP server
  255. MSG_CW_BUT_CANCEL (8010//)
  256. Back to main page
  257. MSG_CW_BUT_DELETE (8011//)
  258. Delete
  259. MSG_CW_LABEL_RETRIES (8012//)
  260. Retries:
  261. MSG_CW_LABEL_DIR (8013//)
  262. Remote dir:
  263. MSG_CW_LABEL_LDIR (8014//)
  264. Local dir:
  265. MSG_CW_LABEL_SAVEDIR (8015//)
  266. Save dir:
  267. MSG_CW_LABEL_QUIETLOGIN (8016//)
  268. Quiet:
  269. MSG_SH_CW_BUT_CONNECT (8017//)
  270. Connect to the currently selected\nFTP Server
  271. MSG_SH_CW_BUT_CANCEL (8018//)
  272. Back to the main page
  273. MSG_SH_CW_BUT_NEW (8019//)
  274. Create a new profile entry
  275. MSG_SH_CW_BUT_COPY (8031//)
  276. Copy a profile entry
  277. MSG_SH_CW_BUT_DELETE (8020//)
  278. Delete currently selected profile entry
  279. MSG_SH_CW_LABEL_ANON (8021//)
  280. Use anonymous login
  281. MSG_SH_CW_LABEL_ADT (8022//)
  282. Use ADT features (Aminet Download Tool)
  283. MSG_SH_CW_LABEL_FSP (8029//)
  284. Use FSP (File Service Protocol) instead of ftp.\n\
  285. (Only activate, if you're sure current server\n\
  286. understands this protocol.)
  287. MSG_SH_CW_LABEL_SAVEDIR (8023//)
  288. Save the current directory when\nleaving the server
  289. MSG_SH_CW_LABEL_QUIETLOGIN (8024//)
  290. Attempt to force the FTP server to\nnot send informational messages
  291. MSG_CW_LABEL_PORT (8025//)
  292.  Port:
  293. MSG_CW_BUT_SORT (8026//)
  294. Sort
  295. MSG_SH_CW_BUT_SORT (8027//)
  296. Sort all profiles alphabetical
  297. MSG_CW_LABEL_COMPRESSION (8032//)
  298.  Compression:
  299. MSG_SH_CW_LABEL_COMPRESSION (8033//)
  300. Try to download files compressed\n\
  301. first.
  302. ;
  303. ; X-Fer Window
  304. ;
  305. MSG_XF_FILES_TOGO (9001//)
  306. Files to go
  307. MSG_XF_TITLE (9002//)
  308. Transfer
  309. MSG_XF_TITLE_SEND (9003//)
  310. Sending file (BINARY)
  311. MSG_XF_TITLE_RECEIVE (9004//)
  312. Receiving file (BINARY)
  313. MSG_XF_TITLE_SEND_ASC (9005//)
  314. Sending file (ASCII)
  315. MSG_XF_TITLE_RECEIVE_ASC (9006//)
  316. Receiving file (ASCII)
  317. MSG_XF_BUT_CANCEL (9007//)
  318. Abort this file
  319. MSG_XF_BUT_CANCEL_ALL (9008//)
  320. Abort the whole transfer
  321. MSG_XF_LABEL_LOCAL (9011//)
  322.  Local filename:
  323. MSG_XF_LABEL_REMOTE (9012//)
  324.  Remote filename:
  325. MSG_XF_LABEL_SIZE (9013//)
  326.  Size of the file:
  327. MSG_XF_LABEL_SPEED (9014//)
  328.  Average transfer speed:
  329. MSG_XF_LABEL_ELAPSED (9015//)
  330.  Time elapsed:
  331. MSG_XF_LABEL_TOGO (9016//)
  332.  Expected time:
  333. MSG_XF_LABEL_DISKSPACE (9022//)
  334.  Allocated disk space:
  335. MSG_XF_LABEL_FILESTOGO (9023//)
  336.  Total transfered:
  337. MSG_XF_DIRLIST (9017//)
  338. Directory listing
  339. MSG_XF_LOGREPORT_TIME (9018//)
  340. Received %ld bytes in %02ld:%02ld:%02ld,%02ld; 
  341. MSG_XF_LOGREPORT_BITS (9019//)
  342. %ld bit/s
  343. MSG_XF_LOGREPORT_BYTES (9020//)
  344. %ld byte/s
  345. MSG_XF_LOGREPORT_KBYTES (9021//)
  346. %ld.%ld kbyte/s
  347. ;
  348. ; FTP-info Texts
  349. ;
  350. MSG_FTP_RELOAD_CONFIG (1101//)
  351. Configuration reloaded...
  352. MSG_FTP_STARTING (1102//)
  353. Starting with profile \"%s\"
  354. MSG_FTP_NOSOCKS (1103//)
  355. Unable to create sockets?!?
  356. MSG_FTP_LOOKINGUP (1104//)
  357. Looking up host \"%s\"...
  358. MSG_FTP_LOOKUPERROR (1105//)
  359. Unable to lookup \"%s\". Check the spelling of the hostname!
  360. MSG_FTP_CONNECTING (1106//)
  361. Connecting to \"%s\" (%s)...
  362. MSG_FTP_CANTCONNECT (1107//)
  363. Unable to connect, error %ld (%s)
  364. MSG_FTP_CONNECTIONESTABLISHED (1108//)
  365. Connection established, now logging in...
  366. MSG_FTP_CLOSING (1109//)
  367. Closing connection.
  368. MSG_FTP_SEND_CDUP (1110//)
  369. \033bSending CDUP command...
  370. MSG_FTP_SEND_LS (1111//)
  371. \033bRequesting directory listing...
  372. MSG_FTP_SEND_CWD (1112//)
  373. \033bSending \"CWD %s\"...
  374. MSG_FTP_SEND_SHOW (1113//)
  375. \033bRetrieving file \"%s\" for display...
  376. MSG_FTP_READINGLS (1114//)
  377. \033bReading file list...
  378. MSG_FTP_ABORT (1115//)
  379. \033bSending ABOR command...
  380. MSG_FTP_BEGINRETR (1116//)
  381. \033bDownloading file \"%s\" as \"%s\" (%ld bytes)
  382. MSG_FTP_BEGINSTOR (1117//)
  383. \033bUploading file \"%s\" as \"%s\" (%ld bytes)
  384. MSG_FTP_SNAPSHOT (1118//)
  385. \033bSnapshot current session as \"%s\".
  386. MSG_FTP_MIMEINFO (1119//)
  387. Recognized MIME type \"%s\" for \"%s\".
  388. ;
  389. ; Rename Window
  390. ;
  391. MSG_WIN_RENAME (1201//)
  392. AmFTP · Rename File
  393. MSG_REN_NEW (1202//)
  394. \033cEnter new filename for \"%s\":
  395. MSG_REN_LOG (1203//)
  396. Renaming \"%s\" to \"%s\"...
  397. MSG_SH_RW_RENAME_STR (1204//)
  398. Enter new filename
  399. ;
  400. ; Makedir Window
  401. ;
  402. MSG_WIN_MKDIR (1301//)
  403. AmFTP · Make Directory
  404. MSG_MKDIR_NEW (1302//)
  405. \033cEnter directory name:
  406. MSG_MKDIR_LOG (1303//)
  407. Creating directory \"%s\"...
  408. MSG_SH_MKW_MAKEDIR_STR (1304//)
  409. Enter directory to create
  410. ;
  411. ; Open Connection Window
  412. ;
  413. MSG_WIN_OPENCONNECT (1350//)
  414. AmFTP · Open Connection...
  415. MSG_OPENCONNECT_HOST (1351//)
  416.  Host:
  417. MSG_OPENCONNECT_BUTTON (1352//)
  418. Open connection
  419. MSG_SH_OPENCONNECT (1353//)
  420. Make anonymous ftp connection to this host.
  421. ;
  422. ; Download Window
  423. ;
  424. MSG_WIN_DOWNLOAD (1360//)
  425. AmFTP · Download
  426. MSG_DOWNLOAD_FILE (1361//)
  427.  Filename:
  428. MSG_DOWNLOAD_BUTTON (1362//)
  429. Download by name
  430. MSG_SH_DOWNLOAD (1363//)
  431. Download this file from current directory
  432. ;
  433. ; Sendraw Window
  434. ;
  435. MSG_WIN_SENDRAW (1370//)
  436. AmFTP · Send RAW Command
  437. MSG_SENDRAW_CMD (1371//)
  438.  Command:
  439. MSG_SENDRAW_BUTTON (1372//)
  440. Send RAW command
  441. MSG_SH_SENDRAW (1373//)
  442. Send command RAW to current ftp Server
  443. ;
  444. ; Cycle Gadgets in ADT Mode
  445. ;
  446. MSG_CYC_SORT_SHOW (1401//)
  447. \033cShow:
  448. MSG_CYC_TIME_NEW (1402//)
  449. New
  450. MSG_CYC_TIME_ALL (1403//)
  451. Recent 7
  452. MSG_CYC_TIME_RECENT14 (1404//)
  453. Recent 14
  454. MSG_CYC_ADT_INDEX (1405//)
  455. Local
  456. MSG_CYC_ADT_FOUND (1406//)
  457. Found
  458. MSG_CYC_ADT_SELECT (1407//)
  459. Selected
  460. MSG_CYC_SORT_TEXT (1408//)
  461. \033cSort:
  462. MSG_CYC_SORT_NAME (1409//)
  463. Name
  464. MSG_CYC_SORT_DIR (1410//)
  465. Directory
  466. MSG_CYC_SORT_DATE (1411//)
  467. Date
  468. ;
  469. ; Batch Window
  470. ;
  471. MSG_WIN_BATCH (1501//)
  472. AmFTP · Batched Files
  473. MSG_BW_BUT_DOWN (1502//)
  474. Receive all
  475. MSG_SH_BW_BUT_DOWN (1503//)
  476. Receive all file(s)\nin this window
  477. MSG_BW_BUT_DELETE (1504//)
  478. Remove
  479. MSG_SH_BW_BUT_DELETE (1505//)
  480. Remove selected entry
  481. MSG_BW_INFO (1506//)
  482. %ld files, %ldK
  483. ;
  484. ; Abort Window
  485. ;
  486. MSG_AW_TXT_ABORT (1601//)
  487. \033cConnecting to \033b%s\033n, Port \033b%s\033n\nPlease wait...
  488. MSG_AW_BUT_ABORT (1602//)
  489. Abort connection
  490. MSG_AW_TITLE (1603//)
  491. AmFTP · Connecting...
  492. ;
  493. ; ADT-info Texts
  494. ;
  495. MSG_ADT_STATUS (1701//)
  496. ADT State:
  497. MSG_ADT_LOAD_RECENT (1702//)
  498. \033bPlease wait, loading recent file...
  499. MSG_ADT_LOAD_INDEX (1703//)
  500. \033bPlease wait, loading index file...
  501. MSG_ADT_LOAD_FIND (1704//)
  502. \033bPlease wait, calling find site...
  503. MSG_ADT_LOAD_RECFIND (1705//)
  504. \033bReceiving find result...
  505. MSG_ADT_SHOW_RECENT_PARSING (1706//)
  506. \033cParsing recent list...
  507. MSG_ADT_SHOW_RECENT_ERROR (1707//)
  508. \033cGot no recent list! 
  509. MSG_ADT_SHOW_RECENT_NONE (1708//)
  510. \033cLoading recent...
  511. MSG_ADT_SHOW_RECENT_NEW (1709//)
  512. \033cNew files since %s
  513. MSG_ADT_SHOW_RECENT_ALL (1710//)
  514. \033cAll files of last 7 days
  515. MSG_ADT_SHOW_RECENT_INDEX (1711//)
  516. \033cAll files on this site
  517. MSG_ADT_SHOW_RECENT_FOUND (1712//)
  518. \033cFound files
  519. MSG_ADT_ASK_LOAD_INDEX (1713//)
  520. \033c\033bLoad local index file?\033n\nThis could take a while and\nmay need much memory space.
  521. MSG_ADT_SHOW_RECENT_RECENT14 (1714//)
  522. \033cAll files of last 14 days
  523. ;
  524. ; ADT-Find Window
  525. ;
  526. MSG_WIN_ADTFIND (1801//)
  527. AmFTP · ADT Find
  528. MSG_AF_BT_FIND (1802//)
  529. Find
  530. MSG_AF_LABEL_FIND (1803//)
  531. \033rSearch for:
  532. MSG_AF_LABEL_HOST (1804//)
  533. \033rADT find site:
  534. MSG_ADT_ENTRYINFO (1805//)
  535. %s [%s bytes, %lu bytes readme], send: %s
  536. ;
  537. ; Archie-Window
  538. ;
  539. MSG_WIN_ARCHIE (1901//)
  540. AmFTP · Archie
  541. MSG_AW_BT_FIND (1902//)
  542. Search
  543. MSG_AW_LABEL_FIND (1903//)
  544. \033rSearch for:
  545. MSG_AW_LABEL_HOST (1904//)
  546. \033rArchie search site:
  547. MSG_AW_REC_TITLE_HOST (1905//)
  548. \033uHost
  549. MSG_AW_REC_TITLE_DIR (1906//)
  550. \033uDirectory/File
  551. MSG_ARCHIE_CONNECT (1907//)
  552. \033bPlease wait, calling Archie search site...
  553. MSG_ARCHIE_GETTING (1908//)
  554. \033bPlease wait, getting search result...
  555. MSG_AW_TXT_GETTING (1909//)
  556. \033cConnection established.\n\033bPlease wait, getting data...
  557. MSG_AW_INFO (1910//)
  558. %ld Entries found
  559. MSG_AW_BUT_PROFILE (1911//)
  560. Add as profile
  561. MSG_SH_AW_BUT_PROFILE (1912//)
  562. Add selected entries\nin profile list
  563. MSG_AW_BUT_SAVELIST (1914//)
  564. Save archie result
  565. MSG_SH_AW_BUT_SAVELIST (1915//)
  566. Save archie search result to local disk
  567. MSG_ARCHIE_ENTRYINFO (1913//)
  568. %s [%s bytes], send: %s
  569. ;
  570. ; Login Window
  571. ;
  572. MSG_WIN_LOGIN (2101//)
  573. AmFTP · Login
  574. ;
  575. ; Compress Window
  576. ;
  577. MSG_UC_TITLE (2201//)
  578. AmFTP · Uncompress
  579. MSG_UC_TEXT (2202//)
  580. \033c\033bUncompressing.\033n\nFilename: \"%s\"\nPlease wait...
  581. ;
  582. ; Select ADTDir Window
  583. ;
  584. MSG_WIN_ADTDIR (2301//)
  585. AmFTP · Select ADT Directories
  586. MSG_AD_BUT_ACTUAL (2302//)
  587. Update ADT list
  588. MSG_SH_AD_BUT_ACTUAL (2303//)
  589. Removes unselected entries\nfrom ADT list
  590. MSG_AD_BUT_ALL (2304//)
  591. All
  592. MSG_AD_BUT_NONE (2305//)
  593. None
  594. ;
  595. ; Prefs-Program
  596. MSG_WIN_PREFS (2401//)
  597. AmFTP · Preferences
  598. MSG_PW_BUT_SAVE (2402//)
  599. Save
  600. MSG_SH_PW_BUT_SAVE (2502//)
  601. Save current settings as default.
  602. MSG_PW_BUT_USE (2403//)
  603. Use
  604. MSG_SH_PW_BUT_USE (2503//)
  605. Use settings for current session.
  606. MSG_PW_BUT_CANCEL (2404//)
  607. Cancel
  608. MSG_SH_PW_BUT_CANCEL (2505//)
  609. Forget current changes in settings.
  610. MSG_PW_CYC_SETTINGS (2405//)
  611. Settings
  612. MSG_PW_CYC_FLAGS (2406//)
  613. Flags
  614. MSG_PW_CYC_SOUND (2407//)
  615. Sound
  616. MSG_PW_CYC_VIEWER (2408//)
  617. Viewer
  618. MSG_PW_CYC_CACHE (2438//)
  619. Cache
  620. MSG_PW_CYC_SPECIAL (2446//)
  621. Special
  622. MSG_PW_VIEWER_VIEWER (2410//)
  623. Viewer:
  624. MSG_SH_PW_VIEWER_VIEWER (2510//)
  625. Call this expression as viewer call,\n\
  626. when Viewer Pattern matches.\n\
  627. (e.g. "SYS:Utilities/MultiView %f PUBSCREEN %p")
  628. MSG_PW_VIEWER_PAT (2411//)
  629. Viewer pattern:
  630. MSG_SH_PW_VIEWER_PAT (2511//)
  631. Use first viewer, when this pattern matches,\n\
  632. otherwise the alternate viewer.
  633. MSG_PW_VIEWER_ALTVIEWER (2412//)
  634. Alternate viewer:
  635. MSG_SH_PW_VIEWER_ALTVIEWER (2512//)
  636. Call this expression as viewer call,\n\
  637. when viewer pattern fails.\n\
  638. (e.g. "SYS:Utilities/MultiView %f PUBSCREEN %p")
  639. MSG_PW_VIEWER_INFO (2413//)
  640. %f - "Path/Filename", %p - public screen name
  641. MSG_PW_LOCALDIR (2415//)
  642. Local directory:
  643. MSG_SH_PW_LOCALDIR (2515//)
  644. AmFTP uses this directory as startup directory,\n\
  645. and as default directory when no other is set\n\
  646. in profiles.
  647. MSG_PW_ARCHIE (2416//)
  648. Archie search site:
  649. MSG_SH_PW_ARCHIE (2516//)
  650. AmFTP uses this site as default Archie search site.
  651. MSG_PW_ADT (2417//)
  652. ADT find site:
  653. MSG_SH_PW_ADT (2517//)
  654. AmFTP uses this site as default ADT find site.
  655. MSG_PW_ADT_MAXSEARCH (2443//)
  656. Maximum search results:
  657. MSG_SH_PW_ADT_MAXSEARCH (2543//)
  658. Maximum number of results transfered with ADT find.
  659. MSG_PW_LOGNAME (2418//)
  660.  Logfile:
  661. MSG_SH_PW_LOGNAME (2518//)
  662. Name of the AmFTP log file.
  663. MSG_PW_CREATE_LOG (2419//)
  664. Create log file:
  665. MSG_SH_PW_CREATE_LOG (2519//)
  666. If selected, a log file will be created and\n\
  667. written. All Log-Window contents will be stored here.
  668. MSG_PW_DISPLAY_LOG (2420//)
  669. Display log window:
  670. MSG_SH_PW_DISPLAY_LOG (2520//)
  671. If selected, AmFTP displays log window\n\
  672. at the bottom of the AmFTP main window.
  673. MSG_PW_DISPLAY_MOTD (2448//)
  674. Show Aminet MOTD:
  675. MSG_SH_PW_DISPLAY_MOTD (2548//)
  676. If selected a new Aminet MOTD\n(Message Of The Day)\nwill be displayed.
  677. MSG_PW_ASK_LOCAL_DEL (2421//)
  678. Confirm local delete:
  679. MSG_SH_PW_ASK_LOCAL_DEL (2521//)
  680. If selected local delete must be confirmed.
  681. MSG_PW_ASK_REMOTE_DEL (2422//)
  682. Confirm remote delete:
  683. MSG_SH_PW_ASK_REMOTE_DEL (2522//)
  684. If selected remote delete must be confirmed.
  685. MSG_PW_SEND_NOOP (2423//)
  686. Send NOOP to avoid timeout:
  687. MSG_SH_PW_SEND_NOOP (2523//)
  688. If selected AmFTP tries to avoid server timeout,\n\
  689. and sends a NOOP command in regular intervals.
  690. MSG_PW_RECEIVE_READMES (2424//)
  691. Automatically receive *.readme files in ADT
  692. MSG_SH_PW_RECEIVE_READMES (2524//)
  693. If selected, AmFTP automatically receives readme's\n\
  694. of current ADT download.
  695. MSG_PW_CONFIRM_CLOSE (2425//)
  696. Confirm close-connection:
  697. MSG_SH_PW_CONFIRM_CLOSE (2525//)
  698. If selected AmFTP pops up a request when user wants\n\
  699. to close connection.
  700. MSG_PW_CONNECT_WINDOW (2426//)
  701. Pop up connect window:
  702. MSG_SH_PW_CONNECT_WINDOW (2526//)
  703. If selected AmFTP pop ups a connect window, during\n\
  704. connection to a server. It also allows you to abort\n\
  705. connection.
  706. MSG_PW_DLMODE_NORMAL (2427//)
  707. Start ftp in download mode:
  708. MSG_SH_PW_DLMODE_NORMAL (2527//)
  709. If selected AmFTP starts normal ftp mode not\n\
  710. in dirtool mode, but in download mode.
  711. MSG_PW_DIRTOOLMODE_ADT (2428//)
  712. Start ADT in dirtool mode:
  713. MSG_SH_PW_DIRTOOLMODE_ADT (2528//)
  714. If selected AmFTP starts ADT mode not\n\
  715. in download mode, but in dirtool mode.
  716. MSG_PW_EVENT (2429//)
  717. \033c\033uEvent:
  718. MSG_PW_SOUND (2430//)
  719. \033c\033uReact:
  720. MSG_PW_SOUNDFILE (2431//)
  721. \033c\033uSound (iff/8svx):
  722. MSG_PW_VOLUME (2432//)
  723. \033c\033uVol.:
  724. MSG_PW_EVENT_START (2433//)
  725.  Start AmFTP:
  726. MSG_PW_EVENT_END (2434//)
  727.  End AmFTP:
  728. MSG_PW_EVENT_DL_BEGIN (2435//)
  729.  Start download:
  730. MSG_PW_EVENT_DL_END (2436//)
  731.  End download:
  732. MSG_PW_EVENT_VIEW (2437//)
  733.  Call viewer:
  734. MSG_PW_EVENT_ABORT (2546//)
  735.  Abort connection:
  736. MSG_PW_NUMCACHE (2439//)
  737. Number of directory caches:
  738. MSG_SH_PW_NUMCACHE (2539//)
  739. This is the number of hold directory entries\n\
  740. in directory cache.
  741. MSG_PW_ASYNCBUF (2440//)
  742. AsyncIO buffersize:
  743. MSG_SH_PW_ASYNCBUF (2540//)
  744. Set size of AsyncIO buffer.\n\
  745. Be careful with that size.
  746. MSG_PW_RECVBUF (2441//)
  747. ftp receive buffersize:
  748. MSG_SH_PW_RECVBUF (2541//)
  749. Set size of ftp transfer receive buffer.
  750. MSG_PW_SENDBUF (2442//)
  751. ftp send buffersize:
  752. MSG_SH_PW_SENDBUF (2542//)
  753. Set size of ftp transfer send buffer.
  754. MSG_PW_BEGINPORT (2444//)
  755. XFer ports:
  756. MSG_SH_PW_BEGINPORT (2544//)
  757. Start ports for data- & transfer connection.\n\
  758. Default: 1024 (don't change, if there is no need to do!)
  759. MSG_PW_USEASYNCIO (2445//)
  760. Use AsyncIO:
  761. MSG_SH_PW_USEASYNCIO (2545//)
  762. Activate this for AsyncIO transfer.\n\
  763. AsyncIO is faster transfer, but takes lot of\n\
  764. CPU time. If your computer breaks down during\n\
  765. transfer, 1st reduce AsyncIO buffersize, and 2nd\n\
  766. - if it breaks down anyway - deactivate AsyncIO.
  767. MSG_PW_ANON (2447//)
  768.  e-Mail for anonymous login:
  769. MSG_SH_PW_ANON (2547//)
  770. Give e-Mail for password on anonymous login,\n\
  771. or leave empty.
  772. MSG_PW_COL_FILES (2449//)
  773.  Colour files:
  774. MSG_PW_COL_DIRS (2450//)
  775.  Directories:
  776. MSG_PW_COL_LINKS (2451//)
  777.  Links:
  778. MSG_SH_PW_COL_FILES (2549//)
  779. Colour of files in directory list.
  780. MSG_SH_PW_COL_DIRS (2550//)
  781. Colour of directories in directory list.
  782. MSG_SH_PW_COL_LINKS (2551//)
  783. Colour of links in directory list.
  784. MSG_PW_WRITECOMMENT (2452//)
  785.  Write file comment:
  786. MSG_SH_PW_WRITECOMMENT (2552//)
  787. If selected AmFTP writes a file comment\n\
  788. to every downloaded file where the file\n\
  789. comes from.
  790. MSG_PW_SKIPEXISTING (2453//)
  791.  Skip existing files:
  792. MSG_SH_PW_SKIPEXISTING (2553//)
  793. If selected AmFTP skips exisiting files\n\
  794. while download (instead of asking what to\n\
  795. do).
  796. MSG_PW_EVENT_FEXISTS (2454//)
  797.  File exists:
  798. MSG_PW_REQUESTLIST (2455//)
  799.  Request directory with '-l' option:
  800. MSG_SH_PW_REQUESTLIST (2555//)
  801. When activated the directory will be\n\
  802. requested with LIST -l, otherwise with a\n\
  803. simple LIST.
  804. MSG_PW_OVERWRITEEXISTING (2456//)
  805.  Overwrite:
  806. MSG_SH_PW_OVERWRITEEXISTING (2556//)
  807. If selected AmFTP overwrite exisiting files\n\
  808. while download (instead of asking what to\n\
  809. do).
  810. MSG_PW_USEMIME (2457//)
  811.  Use MIME prefs to view:
  812. MSG_PW_STARTMIME (2458//)
  813. Start MIME prefs
  814. MSG_SH_PW_USEMIME (2557//)
  815. AmFTP shows files with the application\n\
  816. selected with MIME prefs.
  817. MSG_SH_PW_STARTMIME (2558//)
  818. By pressing this button, MIME prefs will\n\
  819. be started.
  820.