home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / amigalib / d993 / muiffr.lha / MUIFFR / src / english.ct < prev    next >
Encoding:
Text File  |  1994-04-05  |  5.2 KB  |  476 lines

  1. ;
  2. ; Muiffr © by Martin Steppler
  3. ;
  4. ## version $VER: muiffr.catalog 1.1 (16.02.94)
  5. ## codeset 0
  6. ## language english
  7. ;
  8. ; Text
  9. ;
  10. MSG_ABOUT_DESCRIPTION
  11. Frontend for Fido File Requests
  12. ; [3/100]
  13. ;
  14. MSG_ABOUT_COPYRIGHT
  15. Copyrighted, but freely distributable.
  16. ; [3/100]
  17. ;
  18. MSG_ABOUT_MUI
  19. This is a MUI application.\nMUI is © by
  20. ; [3/100]
  21. ;
  22. MSG_OKAY
  23. Okay
  24. ; [2/10]
  25. ;
  26. MSG_INFO_SELECT_LIST
  27. Select a list ...
  28. ; [2/50]
  29. ;
  30. MSG_INFO_SELECT_DIR
  31. Select a directory ...
  32. ; [2/50]
  33. ;
  34. MSG_INFO_SELECT_FONT
  35. Select a font ...
  36. ; [2/50]
  37. ;
  38. MSG_INFO_REQUESTFILE_DELETED
  39. Request file deleted!
  40. ; [2/50]
  41. ;
  42. MSG_INFO_CONFIG_SAVED
  43. Configuration saved.
  44. ; [2/50]
  45. ;
  46. ; Errors
  47. ;
  48. MSG_ERROR_CANT_OPEN
  49. Unable to open %s!
  50. ; [2/50]
  51. ;
  52. MSG_ERROR_OUT_OF_MEMORY
  53. Out of memory!
  54. ; [2/50]
  55. ;
  56. MSG_ERROR_WHILE_READING
  57. Error while reading %s!
  58. ; [2/50]
  59. ;
  60. MSG_ERROR_CORRUPT_CONFIG
  61. Corrupt configuartion file %s!
  62. ; [2/50]
  63. ;
  64. MSG_ERROR_WHILE_WRITING
  65. Error while writing to %s!
  66. ; [2/50]
  67. ;
  68. MSG_ERROR_INVALID_NODE_ADDRESS
  69. Invalid node address!
  70. ; [2/50]
  71. ;
  72. MSG_ERROR_NOTHING_SELECTED
  73. No files selected!
  74. ; [2/50]
  75. ;
  76. MSG_ERROR_FIRST_LOAD_LIST
  77. First, load a list!
  78. ; [2/50]
  79. ;
  80. MSG_ERROR_NO_FIND_STRING
  81. First, enter a find-string.
  82. ; [2/50]
  83. ;
  84. MSG_ERROR_PATTERN_NOT_FOUND
  85. Pattern '%s' not found!
  86. ; [2/50]
  87. ;
  88. MSG_ERROR_NO_ALIAS
  89. No alias configured, yet!
  90. ; [2/50]
  91. ;
  92. MSG_ERROR_UNKNOWN_ALIAS
  93. Unknown alias '%s'!
  94. ; [2/50]
  95. ;
  96. MSG_ERROR_XPK
  97. XPK error message:\n%s
  98. ; [2/50]
  99. ;
  100. MSG_ERROR_ASL_POPUPS
  101. First, close all asl popups!
  102. ; [2/50]
  103. ;
  104. MSG_ERROR_INVOKING_MAILER
  105. Unable to invoke\n%s
  106. ; [2/50]
  107. ;
  108. MSG_ERROR_NO_REQUESTFILE
  109. No request file available,\nwhich can be deleted!
  110. ; [2/80]
  111. ;
  112. ; Menus
  113. ;
  114. MSG_MENU_PROJECT
  115. Project
  116. ; [min 3/ max 30 chars]
  117. ;
  118. MSG_MENU_OPEN
  119. Open
  120. ; [3/30]
  121. ;
  122. MSG_MENU_SAVE
  123. Save
  124. ; [3/30]
  125. ;
  126. MSG_MENU_FIND
  127. Find
  128. ; [3/30]
  129. ;
  130. MSG_MENU_CLIP_CUT
  131. Clip Cut
  132. ; [3/30]
  133. ;
  134. MSG_MENU_CLIP_COPY
  135. Clip Copy
  136. ; [3/30]
  137. ;
  138. MSG_MENU_CLIP_PASTE
  139. Clip Paste
  140. ; [3/30]
  141. ;
  142. MSG_MENU_ABOUT
  143. About
  144. ; [3/30]
  145. ;
  146. MSG_MENU_QUIT
  147. Quit
  148. ; [3/30]
  149. ;
  150. ; Menu Short Cuts
  151. ;
  152. MSG_MENU_OPEN_KEY
  153. O
  154. ; [1/1]
  155. ;
  156. MSG_MENU_SAVE_KEY
  157. W
  158. ; [1/1]
  159. ;
  160. MSG_MENU_FIND_KEY
  161. F
  162. ; [1/1]
  163. ;
  164. MSG_MENU_CLIP_CUT_KEY
  165. X
  166. ; [1/1]
  167. ;
  168. MSG_MENU_CLIP_COPY_KEY
  169. C
  170. ; [1/1]
  171. ;
  172. MSG_MENU_CLIP_PASTE_KEY
  173. V
  174. ; [1/1]
  175. ;
  176. MSG_MENU_ABOUT_KEY
  177. ?
  178. ; [1/1]
  179. ;
  180. MSG_MENU_QUIT_KEY
  181. Q
  182. ; [1/1]
  183. ;
  184. ; Gadgets
  185. ;
  186. ; Main window
  187. ;
  188. MSG_GAD_GP_MAIN_LIST
  189. List
  190. ; [3/20]
  191. ;
  192. MSG_GAD_GP_MAIN_SELECTED
  193. Selected
  194. ; [3/20]
  195. ;
  196. MSG_GAD_GP_MAIN_CONFIGURATION
  197. Configuration
  198. ; [3/30]
  199. ;
  200. MSG_GAD_BT_MAIN_ALIASES
  201. Aliases
  202. ; [3/30]
  203. ;
  204. MSG_GAD_BT_MAIN_CONFIGURATION
  205. Configuration
  206. ; [3/30]
  207. ;
  208. MSG_GAD_BT_MAIN_PASSWORD
  209. Password
  210. ; [3/30]
  211. ;
  212. MSG_GAD_ST_MAIN_FIND
  213. Find
  214. ; [3/20]
  215. ;
  216. MSG_GAD_BT_MAIN_FIND_NEXT
  217. Next
  218. ; [3/30]
  219. ;
  220. MSG_GAD_BT_MAIN_FIND_PREV
  221. Previous
  222. ; [3/30]
  223. ;
  224. MSG_GAD_BT_MAIN_LOAD
  225. Load
  226. ; [3/20]
  227. ;
  228. MSG_GAD_BT_MAIN_INSERT
  229. Insert
  230. ; [3/20]
  231. ;
  232. MSG_GAD_BT_MAIN_DELETE
  233. Delete
  234. ; [3/20]
  235. ;
  236. MSG_GAD_BT_MAIN_SAVE
  237. Save
  238. ; [3/20]
  239. ;
  240. MSG_GAD_BT_MAIN_DOWNLOAD
  241. Download
  242. ; [3/20]
  243. ;
  244. ; Main Window Short Cuts
  245. ;
  246. MSG_GAD_BT_MAIN_ALIASES_KEY
  247. e
  248. ; [1/1]
  249. ;
  250. MSG_GAD_BT_MAIN_CONFIGURATION_KEY
  251. g
  252. ; [1/1]
  253. ;
  254. MSG_GAD_BT_MAIN_PASSWORD_KEY
  255. r
  256. ; [1/1]
  257. ;
  258. MSG_GAD_ST_MAIN_FIND_KEY
  259. f
  260. ; [1/1]
  261. ;
  262. MSG_GAD_BT_MAIN_FIND_NEXT_KEY
  263. n
  264. ; [1/1]
  265. ;
  266. MSG_GAD_BT_MAIN_FIND_PREV_KEY
  267. p
  268. ; [1/1]
  269. ;
  270. MSG_GAD_BT_MAIN_LOAD_KEY
  271. l
  272. ; [1/1]
  273. ;
  274. MSG_GAD_BT_MAIN_INSERT_KEY
  275. i
  276. ; [1/1]
  277. ;
  278. MSG_GAD_BT_MAIN_DELETE_KEY
  279. d
  280. ; [1/1]
  281. ;
  282. MSG_GAD_BT_MAIN_SAVE_KEY
  283. s
  284. ; [1/1]
  285. ;
  286. MSG_GAD_BT_MAIN_DOWNLOAD_KEY
  287. a
  288. ; [1/1]
  289. ;
  290. ; Configuration Window
  291. ;
  292. MSG_GAD_GP_CONF_CONFIGURATION
  293. Configuration
  294. ; [3/20]
  295. ;
  296. MSG_GAD_RGP_CONF_NODES
  297. Nodes
  298. ; [3/20]
  299. ;
  300. MSG_GAD_RGP_CONF_GLOBAL_SETTINGS
  301. Global Settings
  302. ; [3/40]
  303. ;
  304. MSG_GAD_ST_CONF_ALIAS
  305. Alias
  306. ; [3/30]
  307. ;
  308. MSG_GAD_ST_CONF_NODE
  309. Node
  310. ; [3/20]
  311. ;
  312. MSG_GAD_ST_CONF_LIST
  313. List
  314. ; [3/20]
  315. ;
  316. MSG_GAD_ST_CONF_FONT
  317. Font
  318. ; [3/20]
  319. ;
  320. MSG_GAD_ST_CONF_PHONE
  321. Phone
  322. ; [3/20]
  323. ;
  324. MSG_GAD_ST_CONF_PASSWORD
  325. Password
  326. ; [3/20]
  327. ;
  328. MSG_GAD_BT_CONF_NEW_NODE
  329. New
  330. ; [3/20]
  331. ;
  332. MSG_GAD_BT_CONF_DELETE_NODE
  333. Delete
  334. ; [3/20]
  335. ;
  336. MSG_GAD_GP_CONF_SETTINGS_MISC
  337. Misceallaneous
  338. ; [3/20]
  339. ;
  340. MSG_GAD_GP_CONF_SETTINGS_DOWNLOAD
  341. Download
  342. ; [3/20]
  343. ;
  344. MSG_GAD_CY_CONF_TERMINATION
  345. Termination
  346. ; [3/20]
  347. ;
  348. MSG_GAD_CYA_CONF_TERM_LF
  349. LF
  350. ; [1/20]
  351. ;
  352. MSG_GAD_CYA_CONF_TERM_CRLF
  353. CR + LF
  354. ; [1/20]
  355. ;
  356. MSG_GAD_SL_CONF_FILENAMEPOS
  357. Filename pos.
  358. ; [3/30]
  359. ;
  360. MSG_GAD_ST_CONF_OUTBOUND
  361. Outbound
  362. ; [3/20]
  363. ;
  364. MSG_GAD_ST_CONF_NODELIST
  365. Nodelist
  366. ; [3/20]
  367. ;
  368. MSG_GAD_ST_CONF_VIANUMBER
  369. Via Number
  370. ; [3/20]
  371. ;
  372. MSG_GAD_ST_CONF_VIANODE
  373. Via Node
  374. ; [3/20]
  375. ;
  376. MSG_GAD_BT_CONF_USE
  377. Use
  378. ; [3/30]
  379. ;
  380. MSG_GAD_BT_CONF_LOADCONFIG
  381. Load Configuration
  382. ; [3/30]
  383. ;
  384. MSG_GAD_BT_CONF_SAVECONFIG
  385. Save Configuration
  386. ; [3/30]
  387. ;
  388. MSG_GAD_BT_CONF_CANCEL
  389. Cancel
  390. ; [3/30]
  391. ;
  392. ; Configuration Window Short Cuts
  393. ;
  394. MSG_GAD_ST_CONF_ALIAS_KEY
  395. a
  396. ; [1/1]
  397. ;
  398. MSG_GAD_ST_CONF_NODE_KEY
  399. e
  400. ; [1/1]
  401. ;
  402. MSG_GAD_ST_CONF_LIST_KEY
  403. i
  404. ; [1/1]
  405. ;
  406. MSG_GAD_ST_CONF_FONT_KEY
  407. f
  408. ; [1/1]
  409. ;
  410. MSG_GAD_ST_CONF_PHONE_KEY
  411. h
  412. ; [1/1]
  413. ;
  414. MSG_GAD_ST_CONF_PASSWORD_KEY
  415. w
  416. ; [1/1]
  417. ;
  418. MSG_GAD_BT_CONF_NEW_NODE_KEY
  419. n
  420. ; [1/1]
  421. ;
  422. MSG_GAD_BT_CONF_DELETE_NODE_KEY
  423. d
  424. ; [1/1]
  425. ;
  426. MSG_GAD_ST_CONF_OUTBOUND_KEY
  427. b
  428. ; [1/1]
  429. ;
  430. MSG_GAD_ST_CONF_NODELIST_KEY
  431. o
  432. ; [1/1]
  433. ;
  434. MSG_GAD_ST_CONF_VIANUMBER_KEY
  435. m
  436. ; [1/1]
  437. ;
  438. MSG_GAD_ST_CONF_VIANODE_KEY
  439. v
  440. ; [1/1]
  441. ;
  442. MSG_GAD_CY_CONF_TERMINATION_KEY
  443. t
  444. ; [1/1]
  445. ;
  446. MSG_GAD_SL_CONF_FILENAMEPOS_KEY
  447. p
  448. ; [1/1]
  449. ;
  450. MSG_GAD_BT_CONF_USE_KEY
  451. u
  452. ; [1/1]
  453. ;
  454. MSG_GAD_BT_CONF_LOADCONFIG_KEY
  455. l
  456. ; [1/1]
  457. ;
  458. MSG_GAD_BT_CONF_SAVECONFIG_KEY
  459. s
  460. ; [1/1]
  461. ;
  462. MSG_GAD_BT_CONF_CANCEL_KEY
  463. c
  464. ; [1/1]
  465. ;
  466. ; Alias Window
  467. ;
  468. MSG_GAD_GP_ALI_ALIAS
  469. List of Aliases
  470. ; [3/30]
  471. ;
  472. MSG_GAD_GP_ALI_SELECT
  473. Select an alias!
  474. ; [3/30]
  475. ;
  476.