home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / sci / SeqGen.lha / SeqGen_Dist / develop / SeqGen.cd < prev   
Encoding:
Text File  |  1997-01-24  |  9.2 KB  |  507 lines

  1. ;
  2. ;   SeqGen v1.1 Catalog description
  3. ;   $VER: SeqGen.cd 2.0 (15.01.97)
  4. ;           © Marko Raina
  5. ;
  6. #header SEQTEKSTIT
  7. #function GetLocString
  8. #prototype extern STRPTR GetLocString(struct LocaleInfo *,LONG);
  9. ;
  10. ; Cannot open intuition.library
  11. MSG_INTUITIONNOTOPEN (0//)
  12. Cannot open intuition.library v37.\n
  13. ;
  14. ; A library won't open
  15. MSG_LIBRARYNOTOPEN (//)
  16. Opening library\n%s v%lu failed.\n
  17. ;
  18. ; Short symbol of the amino acid already used
  19. MSG_SYMBOLUSED (//)
  20. The symbol \"%c\"\nis already in use.
  21. ;
  22. ; No short sybol of the amino acid specified
  23. MSG_SYMBOLCOMPULSORY (//)
  24. You must give a short symbol\nfor this amino acid.
  25. ;
  26. ; Shortage of memory
  27. MSG_NOMEMORY (//)
  28. Don't have any memory left\nfor the operation.\n
  29. ;
  30. ; A window won't open
  31. MSG_WINDOWNOTOPEN (//)
  32. Opening window failed.\n
  33. ;
  34. ; No amino acids defined
  35. MSG_NOACIDS (//)
  36. You have to define the amino\nacid table first.
  37. ;
  38. ; Maximum number of amino acids defined
  39. MSG_MAXACIDS (//)
  40. You have already defined the maximum\nnumber of amino acids.
  41. ;
  42. ; Title of the message window
  43. MSG_HEADER (//)
  44. Note!
  45. ;
  46. ; Title of the info window
  47. MSG_INFOHEADER (//)
  48. Information
  49. ;
  50. ; Positive alternative
  51. MSG_OK (//)
  52. OK
  53. ;
  54. ; Negative alternative
  55. MSG_CANCEL (//)
  56. Cancel
  57. ;
  58. ; Positive / negative alternative (EasyRequest())
  59. MSG_OKCANCEL (//)
  60. OK|Cancel
  61. ;
  62. ; Discard a file / save it / cancel the action
  63. MSG_DISCARDSAVECANCEL (//)
  64. Discard|Save|Cancel
  65. ;
  66. ; Open an acid table / use the current acids / cancel the action
  67. MSG_OPENACIDSUSECANCEL (//)
  68. Open acid table|Use current|Cancel
  69. ;
  70. ; Title for ASL: Open a protein sequence file
  71. MSG_OPENSEQUENCE (//)
  72. Open a sequence
  73. ;
  74. ; Title for ASL: Save a protein sequence
  75. MSG_SAVESEQUENCE (//)
  76. Save a sequence
  77. ;
  78. ; Title for ASL: Save (a part of) the sequence through the predefined format
  79. MSG_SAVEINFORMAT (//)
  80. Save in format
  81. ;
  82. ; Title for ASL: Open a table of amino acids
  83. MSG_OPENACIDS (//)
  84. Open amino acids table
  85. ;
  86. ; Title for ASL: Save a table of amino acids
  87. MSG_SAVEACIDS (//)
  88. Save amino acids table
  89. ;
  90. ; Title for ASL: Load a settings file
  91. MSG_OPENSETTINGS (//)
  92. Load settings
  93. ;
  94. ; Title for ASL: Save a settings file
  95. MSG_SAVESETTINGS (//)
  96. Save settings
  97. ;
  98. ; Cannot open file
  99. MSG_FILENOTOPEN (//)
  100. Cannot find file\n\"%s\"
  101. ;
  102. ; Cannot save file
  103. MSG_FILENOTSAVED (//)
  104. Cannot save file\n\"%s\"
  105. ;
  106. ; Not a SeqGen generated file format, or a wrong version of the file
  107. MSG_FILEUNKNOWN (//)
  108. Cannot parse file\n\"%s\"
  109. ;
  110. ; The project sequence has been changed but not saved
  111. MSG_SEQUENCENOTSAVED (//)
  112. You have not saved the changes\nmade to the sequence.
  113. ;
  114. ; The amino acid table has been changed but not saved
  115. MSG_ACIDSNOTSAVED (//)
  116. You have not saved the changes\nmade to the amino acid table.
  117. ;
  118. ; Cannot find the amino acid sequence with "Find"
  119. MSG_SEQUENCENOTFOUND (//)
  120. The amino acid sequence\ncannot be found.
  121. ;
  122. ; The sequence in the clipboard or "Find" gadget cannot
  123. ; be interpreted with the current amino acid table
  124. MSG_SEQUENCEUNKNOWN (//)
  125. Unknown amino acid\nin the clip/find sequence.
  126. ;
  127. ; Opened sequence has been created with a different amino acid table than current
  128. MSG_DIFFERENTACIDS (//)
  129. The sequence has been created\nwith amino acid table\n\"%s\"
  130. ;
  131. ; Clipboard won't open
  132. MSG_CLIPNOTOPEN (//)
  133. clipboard.device cannot be opened.
  134. ;
  135. ; Clipboard error
  136. MSG_CLIPERROR (//)
  137. Clipboard error\n(may be empty).
  138. ;
  139. ; Info about the program:version,buffersize,sequencesize,currentacid,acidtable,tablesize
  140. MSG_INFO (//)
  141. %s\n\
  142. © by Marko Raina (blmara@uta.fi)\n\
  143. FreeWare\n\n\
  144. Editing buffer size : %lu\n\
  145. Sequence size       : %lu\n\
  146. Current amino acid  : %lu\n\n\
  147. Amino acid table : \"%s\"\n\
  148. Acids in table   : %lu
  149. ;
  150. ; Something wrong with the printer
  151. MSG_PRINTFAILED (//)
  152. Printing cannot be done.
  153. ;
  154. ; Something wrong with the format
  155. MSG_FORMATFAILED (//)
  156. There's an error in the format!
  157. ;
  158. ; Printing requester text
  159. MSG_STOPTEXT (//)
  160. Printing file \"%s\"
  161. ;
  162. ; Printing requester gadget - STOP
  163. MSG_STOP (//)
  164. Stop
  165. ;
  166. ; Cannot open the manual file
  167. MSG_MANUALNOTOPEN (//)
  168. Cannot open the\n\"Seqgen.guide\" file.
  169. ;
  170. ; Something wrong with the arguments of the program
  171. MSG_ERRORINARGUMENTS (//)
  172. Error in the arguments!\n
  173. ;
  174. ; The editing buffer is full
  175. MSG_BUFFERFULL (//)
  176. The editing buffer is full.
  177. ;
  178. ; The name of unnamed sequence file
  179. MSG_UNNAMED (//)
  180. unnamed.seq
  181. ;
  182. ; Title of general settings window
  183. MSG_SETTINGSTITLE (//)
  184. General settings
  185. ;
  186. ; Title of format settings window
  187. MSG_FORMATTITLE (//)
  188. Format settings
  189. ;
  190. ;
  191. ;
  192. ;
  193. ;
  194. ; Main Window Gadgets
  195. ;   Shortcuts allowed unless noted otherwise
  196. ;
  197. ; Type Cycle gadget: short symbols for acids (no shortcut)
  198. MSG_MAINTYPESHORT_GAD (100//)
  199. Short
  200. ;
  201. ; Type Cycle gadget: long symbols for acids (no shortcut)
  202. MSG_MAINTYPELONG_GAD (//)
  203. Long
  204. ;
  205. ; Type Cycle gadget: Label
  206. MSG_MAINTYPE_GAD (//)
  207. _Symbols
  208. ;
  209. ; String gadget for searching a sequence
  210. MSG_MAINFIND_GAD (//)
  211. _Find:
  212. ;
  213. ; Integer gadget for moving the cursor to a specified acid in the sequence
  214. MSG_MAINGOTO_GAD (//)
  215. _Go To:
  216. ;
  217. ; Amino Acid Window Gadgets
  218. ;
  219. ; Listview title in Amino acids/Edit (no shortcut)
  220. MSG_ACIDLIST_GAD (//)
  221. Amino acids
  222. ;
  223. ; Short symbol gadget
  224. MSG_ACIDSHORT_GAD (//)
  225. _Short:
  226. ;
  227. ; Add an acid-button
  228. MSG_ACIDADD_GAD (//)
  229. _Add
  230. ;
  231. ; Delete an acid-button
  232. MSG_ACIDDELETE_GAD (//)
  233. _Delete
  234. ;
  235. ; Move an acid upwards in the list
  236. MSG_ACIDUP_GAD (//)
  237. U_p
  238. ;
  239. ; Move an acid downwards in the list
  240. MSG_ACIDDOWN_GAD (//)
  241. Dow_n
  242. ;
  243. ; Approve changes in table of acids
  244. MSG_ACIDUSE_GAD (//)
  245. _Use
  246. ;
  247. ; Cancel the changes in the table of acids
  248. MSG_ACIDCANCEL_GAD (//)
  249. _Cancel
  250. ;
  251. ;
  252. ;
  253. ;
  254. ; General settings Window Gadgets
  255. ;
  256. ;
  257. ; Approve changes in general settings
  258. MSG_GENERALUSE_GAD (//)
  259. _Use
  260. ;
  261. ; Cancel changes in general settings
  262. MSG_GENERALCANCEL_GAD (//)
  263. _Cancel
  264. ;
  265. ; Use a separator ('-') between acids
  266. MSG_GENERALSEPARATE_GAD (//)
  267. Use _separator
  268. ;
  269. ; Number of acids per line
  270. MSG_GENERALACIDSPERLINE_GAD (//)
  271. _Acids/Line:
  272. ;
  273. ; Number of chars in the leading acid number of a line in the editing area
  274. MSG_GENERALNUMBERLENGTH_GAD (//)
  275. _Number length:
  276. ;
  277. ; Format settings Window Gadgets
  278. ;
  279. ; Output only part of the sequence with the formatted commands
  280. MSG_FORMATOUTPUTPART_GAD (//)
  281. _Output only
  282. ;
  283. ; The string to be output before the formatted acids
  284. MSG_FORMATHEADER_GAD (//)
  285. _Header:
  286. ;
  287. ; The format used to output the formatted acids
  288. MSG_FORMATFORMAT_GAD (//)
  289. _Format:
  290. ;
  291. ; The string to be output after the formatted acids
  292. MSG_FORMATFOOTER_GAD (//)
  293. Foote_r:
  294. ;
  295. ; Length of a peptide to be output in the format
  296. MSG_FORMATPEPTIDELENGTH_GAD (//)
  297. _Peptide length:
  298. ;
  299. ; The offset between the sequential formatted peptides
  300. MSG_FORMATOFFSET_GAD (//)
  301. Off_set:
  302. ;
  303. ; Text between the number of format peptides and the start of the peptides
  304. MSG_FORMATSTART_GAD (//)
  305. p_eptides starting from
  306. ;
  307. ; Approve changes
  308. MSG_FORMATUSE_GAD (//)
  309. _Use
  310. ;
  311. ; Cancel changes
  312. MSG_FORMATCANCEL_GAD (//)
  313. _Cancel
  314. ;
  315. ; Use separator while printing
  316. MSG_FORMATSEPARATOR_GAD (//)
  317. Use sep_arator
  318. ;
  319. ; Use short acids while printing
  320. MSG_FORMATSHORT_GAD (//)
  321. Short s_ymbols
  322. ;
  323. ;
  324. ;
  325. ; Main Window Menus
  326. ;
  327. ; Note that all items (not menu titles)
  328. ; must have a shortcut or a placeholder '@'
  329. ;
  330. ; Project menu title
  331. MSG_PROJECT_MENU (200//)
  332. Project
  333. ;
  334. ; Open a sequence of amino acids
  335. MSG_PROJECT_OPEN (//)
  336. Open...
  337. ;
  338. MSG_PROJECT_OPEN_SHORT (//)
  339. O
  340. ;
  341. ; Clear the project
  342. MSG_PROJECT_CLEAR (//)
  343. Clear
  344. ;
  345. MSG_PROJECT_CLEAR_SHORT (//)
  346. @
  347. ;
  348. ; Save the sequence
  349. MSG_PROJECT_SAVE (//)
  350. Save
  351. ;
  352. MSG_PROJECT_SAVE_SHORT (//)
  353. S
  354. ;
  355. ; Ask for name and save the sequence
  356. MSG_PROJECT_SAVEAS (//)
  357. Save as...
  358. ;
  359. MSG_PROJECT_SAVEAS_SHORT (//)
  360. @
  361. ;
  362. ; Save (part of) the sequence according to the predefined format
  363. MSG_PROJECT_SAVEFORMATTED (//)
  364. Save formatted...
  365. ;
  366. MSG_PROJECT_SAVEFORMATTED_SHORT (//)
  367. @
  368. ;
  369. ; Print (part of) the sequence according to the predefined format
  370. MSG_PROJECT_PRINTFORMATTED (//)
  371. Print formatted
  372. ;
  373. MSG_PROJECT_PRINTFORMATTED_SHORT (//)
  374. P
  375. ;
  376. ; Ask for information about the program
  377. MSG_PROJECT_ABOUT (//)
  378. About...
  379. ;
  380. MSG_PROJECT_ABOUT_SHORT (//)
  381. I
  382. ;
  383. ; Open the amigaguide manual
  384. MSG_PROJECT_HELP (//)
  385. Help
  386. ;
  387. MSG_PROJECT_HELP_SHORT (//)
  388. @
  389. ;
  390. ; Close the window and set an icon to WB
  391. MSG_PROJECT_ICONIFY (//)
  392. Iconify
  393. ;
  394. MSG_PROJECT_ICONIFY_SHORT (//)
  395. Z
  396. ;
  397. ; Quit using the program
  398. MSG_PROJECT_QUIT (//)
  399. Quit
  400. ;
  401. MSG_PROJECT_QUIT_SHORT (//)
  402. Q
  403. ;
  404. ; Edit menu title
  405. MSG_EDIT_MENU (//)
  406. Edit
  407. ;
  408. ; Cut to clipboard
  409. MSG_EDIT_CUT (//)
  410. Cut
  411. ;
  412. MSG_EDIT_CUT_SHORT (//)
  413. X
  414. ;
  415. ; Copy to clipboard
  416. MSG_EDIT_COPY (//)
  417. Copy
  418. ;
  419. MSG_EDIT_COPY_SHORT (//)
  420. C
  421. ;
  422. ; Cut to clipboard
  423. MSG_EDIT_PASTE (//)
  424. Paste
  425. ;
  426. MSG_EDIT_PASTE_SHORT (//)
  427. V
  428. ;
  429. ; Select the whole sequence
  430. MSG_EDIT_SELECTALL (//)
  431. Select all
  432. ;
  433. MSG_EDIT_SELECTALL_SHORT (//)
  434. A
  435. ;
  436. ; Clear all selected
  437. MSG_EDIT_CLEAR (//)
  438. Clear
  439. ;
  440. MSG_EDIT_CLEAR_SHORT (//)
  441. @
  442. ;
  443. ; Amino acids menu title
  444. MSG_ACIDS_MENU (//)
  445. Amino acids
  446. ;
  447. ; Edit a table of amino acids
  448. MSG_ACIDS_EDIT (//)
  449. Edit...
  450. ;
  451. MSG_ACIDS_EDIT_SHORT (//)
  452. @
  453. ;
  454. ; Open a table of amino acids
  455. MSG_ACIDS_OPEN (//)
  456. Open...
  457. ;
  458. MSG_ACIDS_OPEN_SHORT (//)
  459. @
  460. ;
  461. ; Save a table of amino acids
  462. MSG_ACIDS_SAVE (//)
  463. Save...
  464. ;
  465. MSG_ACIDS_SAVE_SHORT (//)
  466. @
  467. ;
  468. ; Settings menu title
  469. MSG_SETTINGS_MENU (//)
  470. Settings
  471. ;
  472. ; Edit the general settings
  473. MSG_SETTINGS_GENERAL (//)
  474. General...
  475. ;
  476. MSG_SETTINGS_GENERAL_SHORT (//)
  477. @
  478. ;
  479. ; Edit the format settings
  480. MSG_SETTINGS_FORMAT (//)
  481. Format...
  482. ;
  483. MSG_SETTINGS_FORMAT_SHORT (//)
  484. @
  485. ;
  486. ; Load settings
  487. MSG_SETTINGS_LOAD (//)
  488. Load...
  489. ;
  490. MSG_SETTINGS_LOAD_SHORT (//)
  491. @
  492. ;
  493. ; Save settings
  494. MSG_SETTINGS_SAVE (//)
  495. Save...
  496. ;
  497. MSG_SETTINGS_SAVE_SHORT (//)
  498. @
  499. ;
  500. ; Create icons
  501. MSG_SETTINGS_ICONS (//)
  502. Create icons?
  503. ;
  504. MSG_SETTINGS_ICONS_SHORT (//)
  505. @
  506. ;
  507.