home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / comms / amftp / amftp.cd < prev    next >
Text File  |  1996-02-27  |  11KB  |  504 lines

  1. ;
  2. ; $VER: AmFTP.cd 1.52 (27.2.96)
  3. ;
  4. ;
  5. ; Usefull strings
  6. ;
  7. MSG_OK (//)
  8. *_OK
  9. MSG_CANCEL (//)
  10. _Cancel
  11. MSG_NO (//)
  12. _No
  13. MSG_YES (//)
  14. *_Yes
  15. ;
  16. MSG_MENU_PROJECT (//)
  17. Project
  18. MSG_MENU_ABOUT (//)
  19. About...
  20. MSG_MENU_ICONIFY (//)
  21. Iconify
  22. MSG_MENU_QUIT (//)
  23. Quit
  24. MSG_MENU_SETTINGS (//)
  25. Settings
  26. MSG_MENU_DISPLAYLOG (//)
  27. Display log window?
  28. MSG_MENU_ASKLOCALDEL (//)
  29. Confirm local deletes?
  30. MSG_MENU_ASKREMOTEDEL (//)
  31. Confirm remote deletes?
  32. MSG_MENU_MUI (//)
  33. MUI Settings...
  34. ;
  35. ; Application stuff
  36. ;
  37. MSG_APP_DESC (//)
  38. AmFTP FTP Client
  39. MSG_APP_GUIDENAME (//)
  40. AMFTP.guide
  41. ;
  42. MSG_APP_FAILED (//)
  43. Internal error:\nFailed to create MUI Application Object\nMUI Error code %ld\n\
  44. Please report this bug via email immediately to\nmerlin@sixpack.pfalz.de\n\
  45. State your system configuration and, if possible,\nthe circumstances which caused the bug.
  46. MSG_WIN_FAILED (//)
  47. Internal error:\nFailed to create MUI Window Object\nMUI Error code %ld\n\
  48. Please report this bug via email immediately to\nmerlin@sixpack.pfalz.de\n\
  49. State your system configuration and, if possible,\nthe circumstances which caused the bug.
  50. ;
  51. ; About
  52. ;
  53. MSG_ABOUT_TITLE (//)
  54. AmFTP Copyright Information
  55. MSG_ABOUT_BUTTON (//)
  56. Close this window
  57. MSG_ABOUT_LISTTITLE (//)
  58. \033c\033b\033uAmFTP  · The AmigaOS FTP Client
  59. ;
  60. ; TCP Module
  61. ;
  62. MSG_TCP_FAILED (//)
  63. Unable to open a TCP/IP stack.\nYou must install AmiTCP, AS225r2 or a compatible\n\
  64. TCP/IP stack before you can use AmFTP.
  65. ;
  66. ; Main Window
  67. ;
  68. MSG_MW_DELETE_GADS (//)
  69. Delete|Cancel
  70. MSG_MW_DELETE_BODY (//)
  71. Do you really want to delete\n\033b%ld\033n selected file(s)?
  72. MSG_MW_INVALIDPAT (//)
  73. The pattern \"%s\" is invalid.
  74. MSG_MW_LOCALSHOW (//)
  75. \033bShowing \"%s\"...
  76. MSG_MW_LOCALDEL (//)
  77. \033bDeleting \"%s\"...
  78. MSG_MW_LABEL_LOCAL (//)
  79. Local:
  80. MSG_MW_LABEL_REMOTE (//)
  81. Remote:
  82. MSG_MW_BUT_HELP (//)
  83. Help
  84. MSG_MW_BUT_MKDIR (//)
  85. MkDir
  86. MSG_MW_BUT_MARK (//)
  87. +
  88. MSG_MW_BUT_UNMARK (//)
  89. -
  90. MSG_MW_BUT_VIEW (//)
  91. Show
  92. MSG_MW_BUT_RENAME (//)
  93. Rename
  94. MSG_MW_BUT_DELETE (//)
  95. Delete
  96. MSG_MW_BUT_SEND (//)
  97. \033bSend \033I[6:30]\033I[6:30]
  98. MSG_MW_BUT_RECEIVE (//)
  99. \033I[6:31]\033I[6:31]\033b Receive
  100. MSG_MW_BUT_REFRESH (//)
  101. Refresh
  102. MSG_MW_BUT_SETUP (//)
  103. Setup
  104. MSG_MW_BUT_CONNECT (//)
  105. Connect
  106. MSG_MW_BUT_CLOSE (//)
  107. Disconnect
  108. MSG_MW_LABEL_MODE (//)
  109. Transfer mode:
  110. MSG_MW_LABEL_MODE_BIN (//)
  111. Binary
  112. MSG_MW_LABEL_MODE_ASCII (//)
  113. ASCII
  114. MSG_MW_TITLE_NOTCONNECTED (//)
  115. %s · not connected
  116. MSG_MW_TITLE_CONNECTED (//)
  117. %s · connected with \"%s\" (%s)
  118. MSG_MW_INFO (//)
  119. %ld files [%ld], %ld dirs [%ld], %ldK [%ldK]
  120. MSG_MW_INFOADT (//)
  121. %ld files [%ld], %ldK [%ldK]
  122. MSG_SH_MW_BUT_MKDIR (//)
  123. Create a new directory
  124. MSG_SH_MW_BUT_MARK (//)
  125. Mark files matching pattern
  126. MSG_SH_MW_BUT_UNMARK (//)
  127. Unmark files matching pattern
  128. MSG_SH_MW_BUT_VIEW (//)
  129. Show currently selected file(s)
  130. MSG_SH_MW_BUT_RENAME (//)
  131. Rename currently selected file(s)
  132. MSG_SH_MW_BUT_DELETE (//)
  133. Delete currently selected file(s)
  134. MSG_SH_MW_BUT_SEND (//)
  135. Send selected files to remote host
  136. MSG_SH_MW_BUT_RECEIVE (//)
  137. Get selected files from remote host
  138. MSG_SH_MW_BUT_REFRESH (//)
  139. Refresh the file list
  140. MSG_SH_MW_BUT_CDUP (//)
  141. Go to the parent of the\ncurrent directory
  142. MSG_SH_MW_BUT_CONNECT (//)
  143. Connect to a FTP server
  144. MSG_SH_MW_BUT_CLOSE (//)
  145. Close current connection
  146. MSG_SH_MW_BUT_SETUP (//)
  147. Show the Setup page
  148. MSG_SH_MW_BUT_HELP (//)
  149. Show the AmFTP.guide online documentation
  150. ;
  151. MSG_CW_TITLE (//)
  152. Server profiles
  153. MSG_CW_LABEL_NAME (//)
  154. Profile Name:
  155. MSG_CW_LABEL_HOST (//)
  156. Host Name:
  157. MSG_CW_LABEL_USER (//)
  158. Login Name:
  159. MSG_CW_LABEL_PASSWORD (//)
  160. Password:
  161. MSG_CW_LABEL_ANON (//)
  162. Anon login:
  163. MSG_CW_LABEL_ADT (//)
  164. ADT Server:
  165. MSG_CW_BUT_NEW (//)
  166. New
  167. MSG_CW_BUT_CONNECT (//)
  168. Connect to FTP Server
  169. MSG_CW_BUT_CANCEL (//)
  170. Back to main page
  171. MSG_CW_BUT_DELETE (//)
  172. Delete
  173. MSG_CW_LABEL_RETRIES (//)
  174. Retries:
  175. MSG_CW_LABEL_DIR (//)
  176. Remote Dir:
  177. MSG_CW_LABEL_LDIR (//)
  178. Local Dir:
  179. MSG_CW_LABEL_SAVEDIR (//)
  180. Save Dir:
  181. MSG_CW_LABEL_QUIETLOGIN (//)
  182. Quiet:
  183. MSG_SH_CW_BUT_CONNECT (//)
  184. Connect to the currently selected\nFTP Server
  185. MSG_SH_CW_BUT_CANCEL (//)
  186. Back to the main page
  187. MSG_SH_CW_BUT_NEW (//)
  188. Create a new profile entry
  189. MSG_SH_CW_BUT_DELETE (//)
  190. Delete currently selected profile entry
  191. MSG_SH_CW_LABEL_ANON (//)
  192. Use anonymous login
  193. MSG_SH_CW_LABEL_ADT (//)
  194. Use ADT Features (Aminet Download Tool)
  195. MSG_SH_CW_LABEL_SAVEDIR (//)
  196. Save the current directory when\nleaving the server
  197. MSG_SH_CW_LABEL_QUIETLOGIN (//)
  198. Attempt to force the FTP server to\nnot send informational messages
  199. ;
  200. MSG_XF_FILES_TOGO (//)
  201. Files to go
  202. MSG_XF_TITLE (//)
  203. Transfer
  204. MSG_XF_TITLE_SEND (//)
  205. Sending file (BINARY)
  206. MSG_XF_TITLE_RECEIVE (//)
  207. Receiving file (BINARY)
  208. MSG_XF_TITLE_SEND_ASC (//)
  209. Sending file (ASCII)
  210. MSG_XF_TITLE_RECEIVE_ASC (//)
  211. Receiving file (ASCII)
  212. MSG_XF_BUT_CANCEL (//)
  213. Abort this file
  214. MSG_XF_BUT_CANCEL_ALL (//)
  215. Abort the whole transfer
  216. MSG_SH_XF_BUT_CANCEL (//)
  217. Abort the current file
  218. MSG_SH_XF_BUT_CANCEL_ALL (//)
  219. Abort the whole transfer
  220. MSG_XF_LABEL_LOCAL (//)
  221.  Local file name:
  222. MSG_XF_LABEL_REMOTE (//)
  223.  Remote file name:
  224. MSG_XF_LABEL_SIZE (//)
  225.  Size of the file:
  226. MSG_XF_LABEL_SPEED (//)
  227.  Average transfer speed:
  228. MSG_XF_LABEL_ELAPSED (//)
  229.  Time elapsed:
  230. MSG_XF_LABEL_TOGO (//)
  231.  Expected time:
  232. MSG_XF_DIRLIST (//)
  233. Directory Listing
  234. MSG_XF_LOGREPORT_TIME (//)
  235. Received %ld bytes in %02ld:%02ld:%02ld,%02ld; 
  236. MSG_XF_LOGREPORT_BITS (//)
  237. %ld bit/s
  238. MSG_XF_LOGREPORT_BYTES (//)
  239. %ld byte/s
  240. MSG_XF_LOGREPORT_KBYTES (//)
  241. %ld.%ld kbyte/s
  242. ;
  243. MSG_SP_TITLE (//)
  244. Configuration
  245. MSG_SP_LAYOUT (//)
  246. Window layout:
  247. MSG_SP_LAYOUT_DIRTOOL (//)
  248. Dirtool
  249. MSG_SP_LAYOUT_LEECHER (//)
  250. Download
  251. MSG_SP_BUT_OK (//)
  252. Back to the main page
  253. MSG_SH_SP_BUT_OK (//)
  254. Go back to the first AmFTP page
  255. ;
  256. MSG_FTP_STARTING (//)
  257. Starting with profile \"%s\"
  258. MSG_FTP_NOSOCKS (//)
  259. Unable to create sockets?!?
  260. MSG_FTP_LOOKINGUP (//)
  261. Looking up host \"%s\"...
  262. MSG_FTP_LOOKUPERROR (//)
  263. Unable to lookup \"%s\". Check the spelling of the hostname!
  264. MSG_FTP_CONNECTING (//)
  265. Connecting to \"%s\" (%s)...
  266. MSG_FTP_CANTCONNECT (//)
  267. Unable to connect, error %ld (%s)
  268. MSG_FTP_CONNECTIONESTABLISHED (//)
  269. Connection established, now logging in...
  270. MSG_FTP_CLOSING (//)
  271. Closing connection.
  272. MSG_FTP_SEND_CDUP (//)
  273. \033bSending CDUP command...
  274. MSG_FTP_SEND_LS (//)
  275. \033bRequesting directory listing...
  276. MSG_FTP_SEND_CWD (//)
  277. \033bSending \"CWD %s\"...
  278. MSG_FTP_SEND_SHOW (//)
  279. \033bRetrieving file \"%s\" for display...
  280. MSG_FTP_READINGLS (//)
  281. \033bReading file list...
  282. MSG_FTP_ABORT (//)
  283. \033bSending ABOR command...
  284. MSG_FTP_BEGINRETR (//)
  285. \033bDownloading file \"%s\" as \"%s\" (%ld bytes)
  286. MSG_FTP_BEGINSTOR (//)
  287. \033bUploading file \"%s\" as \"%s\" (%ld bytes)
  288. ;
  289. ; Rename Window
  290. ;
  291. MSG_REN_NEW (//)
  292. \033cEnter new filename for \"%s\":
  293. MSG_REN_LOG (//)
  294. Renaming \"%s\" to \"%s\"...
  295. ;
  296. ; Makedir Window
  297. ;
  298. MSG_MKDIR_NEW (//)
  299. \033cEnter directory name:
  300. MSG_MKDIR_LOG (//)
  301. Creating directory \"%s\"...
  302. ;
  303. ; ADT Listview
  304. ;
  305. MSG_MW_BUT_README (//)
  306. Readme
  307. MSG_SH_MW_BUT_README (//)
  308. Shows Readme of selected file(s)
  309. MSG_CYC_TIME_NEW (//)
  310. New
  311. MSG_CYC_TIME_ALL (//)
  312. Recent 7
  313. MSG_CYC_SORT_TEXT (//)
  314. \033cSort:
  315. MSG_CYC_SORT_NAME (//)
  316. Name
  317. MSG_CYC_SORT_DIR (//)
  318. Directory
  319. MSG_MW_BUT_BATCH (//)
  320. Batch
  321. MSG_SH_MW_BUT_BATCH (//)
  322. Batch selected file(s)\nfor later complete download
  323. MSG_WIN_RENAME (//)
  324. AmFTP · Rename File
  325. MSG_WIN_MKDIR (//)
  326. AmFTP · Make Directory
  327. MSG_WIN_BATCH (//)
  328. AmFTP · Batched Files
  329. MSG_BW_BUT_DOWN (//)
  330. Receive all
  331. MSG_SH_BW_BUT_DOWN (//)
  332. Receive all File(s)\nin this window
  333. MSG_BW_BUT_DELETE (//)
  334. Remove
  335. MSG_SH_BW_BUT_DELETE (//)
  336. Remove selected Entry
  337. MSG_BW_INFO (//)
  338. %ld files, %ldK
  339. MSG_MW_REC_NOMSG (//)
  340. \033cThere are no \033bnew\033n files available.\nSelect \"Recent 7\" to see all.
  341. MSG_MW_REC_TITLE_NAME (//)
  342. \033uFilename
  343. MSG_MW_REC_TITLE_SIZE (//)
  344. \033uSize
  345. MSG_MW_REC_TITLE_DIR (//)
  346. \033uDirectory
  347. MSG_MW_REC_TITLE_DESC (//)
  348. \033uDescription
  349. MSG_CYC_SORT_DATE (//)
  350. Date
  351. MSG_CLOSE_CONNECTION (//)
  352. Do you really want to close connection?
  353. MSG_MENU_DIRTOOL (//)
  354. Directory Tool
  355. MSG_SH_RW_RENAME_STR (//)
  356. Enter new filename
  357. MSG_SH_MKW_MAKEDIR_STR (//)
  358. Enter directory to create
  359. MSG_REQUESTER_RESUME (//)
  360. \033cDo you want to resume file \"%s\"\nstarting at byte %ld?
  361. MSG_MENU_NOOP (//)
  362. Send NOOP to avoid timeout
  363. MSG_MENU_README (//)
  364. Receive Readme's in ADT Mode
  365. MSG_MENU_FLAT (//)
  366. Flat download
  367. MSG_MENU_NEWAMFTP (//)
  368. Start new AmFTP
  369. MSG_CW_LABEL_PORT (//)
  370.  Port:
  371. MSG_CW_BUT_SORT (//)
  372. Sort
  373. MSG_SH_CW_BUT_SORT (//)
  374. Sort all profiles alphabetical
  375. MSG_MW_BUT_CDUP (//)
  376. Parent
  377. MSG_AW_TXT_ABORT (//)
  378. \033cConnecting to \033b%s\033n, Port \033b%s\033n\nPlease wait...
  379. MSG_AW_BUT_ABORT (//)
  380. Abort Connection
  381. MSG_AW_TITLE (//)
  382. AmFTP · Connecting...
  383. MSG_MENU_CONFIRMCLOSE (//)
  384. Confirm close connection?
  385. MSG_MENU_CONNECTWIN (//)
  386. Popup connect window?
  387. ;
  388. ; ADT -Infos
  389. ;
  390. MSG_MW_BUT_FIND (//)
  391. Find
  392. MSG_SH_MW_BUT_FIND (//)
  393. Search for special ADT entry\nby calling a findsite
  394. ;
  395. MSG_ADT_STATUS (//)
  396. ADT State:
  397. MSG_ADT_LOAD_RECENT (//)
  398. \033bPlease wait, loading recent file...
  399. MSG_ADT_LOAD_INDEX (//)
  400. \033bPlease wait, loading index file...
  401. MSG_ADT_LOAD_FIND (//)
  402. \033bPlease wait, calling findsite...
  403. MSG_ADT_LOAD_RECFIND (//)
  404. \033bReceiving find result...
  405. MSG_ADT_SHOW_RECENT_PARSING (//)
  406. \033cParsing recent list...
  407. MSG_ADT_SHOW_RECENT_ERROR (//)
  408. \033cGot no recent list! 
  409. MSG_ADT_SHOW_RECENT_NONE (//)
  410. \033cLoading recent...
  411. MSG_ADT_SHOW_RECENT_NEW (//)
  412. \033cNew files since %s
  413. MSG_ADT_SHOW_RECENT_ALL (//)
  414. \033cAll files of last 7 days
  415. MSG_ADT_SHOW_RECENT_INDEX (//)
  416. \033cAll files on this site
  417. MSG_ADT_SHOW_RECENT_FOUND (//)
  418. \033cFound files
  419. MSG_WIN_ADTFIND (//)
  420. AmFTP · ADT Find
  421. MSG_AF_BT_FIND (//)
  422. Find
  423. MSG_AF_LABEL_FIND (//)
  424. \033rSearch for:
  425. MSG_AF_LABEL_HOST (//)
  426. \033rADT Findsite:
  427. MSG_CYC_ADT_INDEX (//)
  428. Local
  429. MSG_CYC_ADT_FOUND (//)
  430. Found
  431. ;
  432. ; Archie
  433. ;
  434. MSG_MW_BUT_ARCHIE (//)
  435. Archie
  436. MSG_SH_MW_BUT_ARCHIE (//)
  437. Search for a special file\nby calling a archie searchsite
  438. MSG_WIN_ARCHIE (//)
  439. AmFTP · Archie
  440. MSG_AW_BT_FIND (//)
  441. Search
  442. MSG_AW_LABEL_FIND (//)
  443. \033rSearch for:
  444. MSG_AW_LABEL_HOST (//)
  445. \033rArchie Seachsite:
  446. MSG_AW_REC_TITLE_HOST (//)
  447. \033uHost
  448. MSG_AW_REC_TITLE_DIR (//)
  449. \033uDirectory/File
  450. MSG_ARCHIE_CONNECT (//)
  451. \033bPlease wait, calling Archie Searchsite...
  452. MSG_ARCHIE_GETTING (//)
  453. \033bPlease wait, getting search Result...
  454. MSG_AW_TXT_GETTING (//)
  455. \033cConnection established.\n\033bPlease wait, getting data...
  456. MSG_AW_INFO (//)
  457. %ld Entries found
  458. MSG_AW_BUT_PROFILE (//)
  459. Add as Profile
  460. MSG_SH_AW_BUT_PROFILE (//)
  461. Add selected entries\nin profile list
  462. MSG_WIN_LOGIN (//)
  463. AmFTP · Login
  464. MSG_MENU_SAVESETTINGS (//)
  465. Save Settings
  466. MSG_ADT_ASK_LOAD_INDEX (//)
  467. \033c\033bLoad local index file?\033n\nThis could take a while and\nmay need much memory space.
  468. MSG_RESUME_BT_RESUME (//)
  469. *_Resume
  470. MSG_RESUME_BT_OVERWRITE (//)
  471. _Overwrite
  472. MSG_MENU_RESUME (//)
  473. Ask for resume when file exist
  474. MSG_CYC_SORT_SHOW (//)
  475. \033cShow:
  476. MSG_ERROR_OPENFILE (//)
  477. \033bError: Can't open file \"%s\" (%s)!
  478. MSG_UC_TITLE (//)
  479. AmFTP · Uncompress
  480. MSG_UC_TEXT (//)
  481. \033c\033bUncompressing.\033n\nFilename: \"%s\"\nPlease wait...
  482. MSG_ADT_ENTRYINFO (//)
  483. %s [%s Bytes, %lu Bytes Readme], Send: %s
  484. MSG_ARCHIE_ENTRYINFO (//)
  485. %s [%s Bytes], Send: %s
  486. MSG_WIN_ADTDIR (//)
  487. AmFTP · Select ADT Directories
  488. MSG_AD_BUT_ACTUAL (//)
  489. Update ADT List
  490. MSG_SH_AD_BUT_ACTUAL (//)
  491. Removes unselected entries\nfrom ADT list
  492. MSG_AD_BUT_ALL (//)
  493. All
  494. MSG_AD_BUT_NONE (//)
  495. None
  496. MSG_CYC_ADT_SELECT (//)
  497. Selected
  498. MSG_MENU_OPENBATCHWIN (//)
  499. Batch Window...
  500. MSG_CYC_TIME_RECENT14 (//)
  501. Recent 14
  502. MSG_ADT_SHOW_RECENT_RECENT14 (//)
  503. \033cAll files of last 14 days
  504.