home *** CD-ROM | disk | FTP | other *** search
- ;
- ; SeqGen v1.1 Catalog description
- ; $VER: SeqGen.cd 2.0 (15.01.97)
- ; © Marko Raina
- ;
- #header SEQTEKSTIT
- #function GetLocString
- #prototype extern STRPTR GetLocString(struct LocaleInfo *,LONG);
- ;
- ; Cannot open intuition.library
- MSG_INTUITIONNOTOPEN (0//)
- Cannot open intuition.library v37.\n
- ;
- ; A library won't open
- MSG_LIBRARYNOTOPEN (//)
- Opening library\n%s v%lu failed.\n
- ;
- ; Short symbol of the amino acid already used
- MSG_SYMBOLUSED (//)
- The symbol \"%c\"\nis already in use.
- ;
- ; No short sybol of the amino acid specified
- MSG_SYMBOLCOMPULSORY (//)
- You must give a short symbol\nfor this amino acid.
- ;
- ; Shortage of memory
- MSG_NOMEMORY (//)
- Don't have any memory left\nfor the operation.\n
- ;
- ; A window won't open
- MSG_WINDOWNOTOPEN (//)
- Opening window failed.\n
- ;
- ; No amino acids defined
- MSG_NOACIDS (//)
- You have to define the amino\nacid table first.
- ;
- ; Maximum number of amino acids defined
- MSG_MAXACIDS (//)
- You have already defined the maximum\nnumber of amino acids.
- ;
- ; Title of the message window
- MSG_HEADER (//)
- Note!
- ;
- ; Title of the info window
- MSG_INFOHEADER (//)
- Information
- ;
- ; Positive alternative
- MSG_OK (//)
- OK
- ;
- ; Negative alternative
- MSG_CANCEL (//)
- Cancel
- ;
- ; Positive / negative alternative (EasyRequest())
- MSG_OKCANCEL (//)
- OK|Cancel
- ;
- ; Discard a file / save it / cancel the action
- MSG_DISCARDSAVECANCEL (//)
- Discard|Save|Cancel
- ;
- ; Open an acid table / use the current acids / cancel the action
- MSG_OPENACIDSUSECANCEL (//)
- Open acid table|Use current|Cancel
- ;
- ; Title for ASL: Open a protein sequence file
- MSG_OPENSEQUENCE (//)
- Open a sequence
- ;
- ; Title for ASL: Save a protein sequence
- MSG_SAVESEQUENCE (//)
- Save a sequence
- ;
- ; Title for ASL: Save (a part of) the sequence through the predefined format
- MSG_SAVEINFORMAT (//)
- Save in format
- ;
- ; Title for ASL: Open a table of amino acids
- MSG_OPENACIDS (//)
- Open amino acids table
- ;
- ; Title for ASL: Save a table of amino acids
- MSG_SAVEACIDS (//)
- Save amino acids table
- ;
- ; Title for ASL: Load a settings file
- MSG_OPENSETTINGS (//)
- Load settings
- ;
- ; Title for ASL: Save a settings file
- MSG_SAVESETTINGS (//)
- Save settings
- ;
- ; Cannot open file
- MSG_FILENOTOPEN (//)
- Cannot find file\n\"%s\"
- ;
- ; Cannot save file
- MSG_FILENOTSAVED (//)
- Cannot save file\n\"%s\"
- ;
- ; Not a SeqGen generated file format, or a wrong version of the file
- MSG_FILEUNKNOWN (//)
- Cannot parse file\n\"%s\"
- ;
- ; The project sequence has been changed but not saved
- MSG_SEQUENCENOTSAVED (//)
- You have not saved the changes\nmade to the sequence.
- ;
- ; The amino acid table has been changed but not saved
- MSG_ACIDSNOTSAVED (//)
- You have not saved the changes\nmade to the amino acid table.
- ;
- ; Cannot find the amino acid sequence with "Find"
- MSG_SEQUENCENOTFOUND (//)
- The amino acid sequence\ncannot be found.
- ;
- ; The sequence in the clipboard or "Find" gadget cannot
- ; be interpreted with the current amino acid table
- MSG_SEQUENCEUNKNOWN (//)
- Unknown amino acid\nin the clip/find sequence.
- ;
- ; Opened sequence has been created with a different amino acid table than current
- MSG_DIFFERENTACIDS (//)
- The sequence has been created\nwith amino acid table\n\"%s\"
- ;
- ; Clipboard won't open
- MSG_CLIPNOTOPEN (//)
- clipboard.device cannot be opened.
- ;
- ; Clipboard error
- MSG_CLIPERROR (//)
- Clipboard error\n(may be empty).
- ;
- ; Info about the program:version,buffersize,sequencesize,currentacid,acidtable,tablesize
- MSG_INFO (//)
- %s\n\
- © by Marko Raina (blmara@uta.fi)\n\
- FreeWare\n\n\
- Editing buffer size : %lu\n\
- Sequence size : %lu\n\
- Current amino acid : %lu\n\n\
- Amino acid table : \"%s\"\n\
- Acids in table : %lu
- ;
- ; Something wrong with the printer
- MSG_PRINTFAILED (//)
- Printing cannot be done.
- ;
- ; Something wrong with the format
- MSG_FORMATFAILED (//)
- There's an error in the format!
- ;
- ; Printing requester text
- MSG_STOPTEXT (//)
- Printing file \"%s\"
- ;
- ; Printing requester gadget - STOP
- MSG_STOP (//)
- Stop
- ;
- ; Cannot open the manual file
- MSG_MANUALNOTOPEN (//)
- Cannot open the\n\"Seqgen.guide\" file.
- ;
- ; Something wrong with the arguments of the program
- MSG_ERRORINARGUMENTS (//)
- Error in the arguments!\n
- ;
- ; The editing buffer is full
- MSG_BUFFERFULL (//)
- The editing buffer is full.
- ;
- ; The name of unnamed sequence file
- MSG_UNNAMED (//)
- unnamed.seq
- ;
- ; Title of general settings window
- MSG_SETTINGSTITLE (//)
- General settings
- ;
- ; Title of format settings window
- MSG_FORMATTITLE (//)
- Format settings
- ;
- ;
- ;
- ;
- ;
- ; Main Window Gadgets
- ; Shortcuts allowed unless noted otherwise
- ;
- ; Type Cycle gadget: short symbols for acids (no shortcut)
- MSG_MAINTYPESHORT_GAD (100//)
- Short
- ;
- ; Type Cycle gadget: long symbols for acids (no shortcut)
- MSG_MAINTYPELONG_GAD (//)
- Long
- ;
- ; Type Cycle gadget: Label
- MSG_MAINTYPE_GAD (//)
- _Symbols
- ;
- ; String gadget for searching a sequence
- MSG_MAINFIND_GAD (//)
- _Find:
- ;
- ; Integer gadget for moving the cursor to a specified acid in the sequence
- MSG_MAINGOTO_GAD (//)
- _Go To:
- ;
- ; Amino Acid Window Gadgets
- ;
- ; Listview title in Amino acids/Edit (no shortcut)
- MSG_ACIDLIST_GAD (//)
- Amino acids
- ;
- ; Short symbol gadget
- MSG_ACIDSHORT_GAD (//)
- _Short:
- ;
- ; Add an acid-button
- MSG_ACIDADD_GAD (//)
- _Add
- ;
- ; Delete an acid-button
- MSG_ACIDDELETE_GAD (//)
- _Delete
- ;
- ; Move an acid upwards in the list
- MSG_ACIDUP_GAD (//)
- U_p
- ;
- ; Move an acid downwards in the list
- MSG_ACIDDOWN_GAD (//)
- Dow_n
- ;
- ; Approve changes in table of acids
- MSG_ACIDUSE_GAD (//)
- _Use
- ;
- ; Cancel the changes in the table of acids
- MSG_ACIDCANCEL_GAD (//)
- _Cancel
- ;
- ;
- ;
- ;
- ; General settings Window Gadgets
- ;
- ;
- ; Approve changes in general settings
- MSG_GENERALUSE_GAD (//)
- _Use
- ;
- ; Cancel changes in general settings
- MSG_GENERALCANCEL_GAD (//)
- _Cancel
- ;
- ; Use a separator ('-') between acids
- MSG_GENERALSEPARATE_GAD (//)
- Use _separator
- ;
- ; Number of acids per line
- MSG_GENERALACIDSPERLINE_GAD (//)
- _Acids/Line:
- ;
- ; Number of chars in the leading acid number of a line in the editing area
- MSG_GENERALNUMBERLENGTH_GAD (//)
- _Number length:
- ;
- ; Format settings Window Gadgets
- ;
- ; Output only part of the sequence with the formatted commands
- MSG_FORMATOUTPUTPART_GAD (//)
- _Output only
- ;
- ; The string to be output before the formatted acids
- MSG_FORMATHEADER_GAD (//)
- _Header:
- ;
- ; The format used to output the formatted acids
- MSG_FORMATFORMAT_GAD (//)
- _Format:
- ;
- ; The string to be output after the formatted acids
- MSG_FORMATFOOTER_GAD (//)
- Foote_r:
- ;
- ; Length of a peptide to be output in the format
- MSG_FORMATPEPTIDELENGTH_GAD (//)
- _Peptide length:
- ;
- ; The offset between the sequential formatted peptides
- MSG_FORMATOFFSET_GAD (//)
- Off_set:
- ;
- ; Text between the number of format peptides and the start of the peptides
- MSG_FORMATSTART_GAD (//)
- p_eptides starting from
- ;
- ; Approve changes
- MSG_FORMATUSE_GAD (//)
- _Use
- ;
- ; Cancel changes
- MSG_FORMATCANCEL_GAD (//)
- _Cancel
- ;
- ; Use separator while printing
- MSG_FORMATSEPARATOR_GAD (//)
- Use sep_arator
- ;
- ; Use short acids while printing
- MSG_FORMATSHORT_GAD (//)
- Short s_ymbols
- ;
- ;
- ;
- ; Main Window Menus
- ;
- ; Note that all items (not menu titles)
- ; must have a shortcut or a placeholder '@'
- ;
- ; Project menu title
- MSG_PROJECT_MENU (200//)
- Project
- ;
- ; Open a sequence of amino acids
- MSG_PROJECT_OPEN (//)
- Open...
- ;
- MSG_PROJECT_OPEN_SHORT (//)
- O
- ;
- ; Clear the project
- MSG_PROJECT_CLEAR (//)
- Clear
- ;
- MSG_PROJECT_CLEAR_SHORT (//)
- @
- ;
- ; Save the sequence
- MSG_PROJECT_SAVE (//)
- Save
- ;
- MSG_PROJECT_SAVE_SHORT (//)
- S
- ;
- ; Ask for name and save the sequence
- MSG_PROJECT_SAVEAS (//)
- Save as...
- ;
- MSG_PROJECT_SAVEAS_SHORT (//)
- @
- ;
- ; Save (part of) the sequence according to the predefined format
- MSG_PROJECT_SAVEFORMATTED (//)
- Save formatted...
- ;
- MSG_PROJECT_SAVEFORMATTED_SHORT (//)
- @
- ;
- ; Print (part of) the sequence according to the predefined format
- MSG_PROJECT_PRINTFORMATTED (//)
- Print formatted
- ;
- MSG_PROJECT_PRINTFORMATTED_SHORT (//)
- P
- ;
- ; Ask for information about the program
- MSG_PROJECT_ABOUT (//)
- About...
- ;
- MSG_PROJECT_ABOUT_SHORT (//)
- I
- ;
- ; Open the amigaguide manual
- MSG_PROJECT_HELP (//)
- Help
- ;
- MSG_PROJECT_HELP_SHORT (//)
- @
- ;
- ; Close the window and set an icon to WB
- MSG_PROJECT_ICONIFY (//)
- Iconify
- ;
- MSG_PROJECT_ICONIFY_SHORT (//)
- Z
- ;
- ; Quit using the program
- MSG_PROJECT_QUIT (//)
- Quit
- ;
- MSG_PROJECT_QUIT_SHORT (//)
- Q
- ;
- ; Edit menu title
- MSG_EDIT_MENU (//)
- Edit
- ;
- ; Cut to clipboard
- MSG_EDIT_CUT (//)
- Cut
- ;
- MSG_EDIT_CUT_SHORT (//)
- X
- ;
- ; Copy to clipboard
- MSG_EDIT_COPY (//)
- Copy
- ;
- MSG_EDIT_COPY_SHORT (//)
- C
- ;
- ; Cut to clipboard
- MSG_EDIT_PASTE (//)
- Paste
- ;
- MSG_EDIT_PASTE_SHORT (//)
- V
- ;
- ; Select the whole sequence
- MSG_EDIT_SELECTALL (//)
- Select all
- ;
- MSG_EDIT_SELECTALL_SHORT (//)
- A
- ;
- ; Clear all selected
- MSG_EDIT_CLEAR (//)
- Clear
- ;
- MSG_EDIT_CLEAR_SHORT (//)
- @
- ;
- ; Amino acids menu title
- MSG_ACIDS_MENU (//)
- Amino acids
- ;
- ; Edit a table of amino acids
- MSG_ACIDS_EDIT (//)
- Edit...
- ;
- MSG_ACIDS_EDIT_SHORT (//)
- @
- ;
- ; Open a table of amino acids
- MSG_ACIDS_OPEN (//)
- Open...
- ;
- MSG_ACIDS_OPEN_SHORT (//)
- @
- ;
- ; Save a table of amino acids
- MSG_ACIDS_SAVE (//)
- Save...
- ;
- MSG_ACIDS_SAVE_SHORT (//)
- @
- ;
- ; Settings menu title
- MSG_SETTINGS_MENU (//)
- Settings
- ;
- ; Edit the general settings
- MSG_SETTINGS_GENERAL (//)
- General...
- ;
- MSG_SETTINGS_GENERAL_SHORT (//)
- @
- ;
- ; Edit the format settings
- MSG_SETTINGS_FORMAT (//)
- Format...
- ;
- MSG_SETTINGS_FORMAT_SHORT (//)
- @
- ;
- ; Load settings
- MSG_SETTINGS_LOAD (//)
- Load...
- ;
- MSG_SETTINGS_LOAD_SHORT (//)
- @
- ;
- ; Save settings
- MSG_SETTINGS_SAVE (//)
- Save...
- ;
- MSG_SETTINGS_SAVE_SHORT (//)
- @
- ;
- ; Create icons
- MSG_SETTINGS_ICONS (//)
- Create icons?
- ;
- MSG_SETTINGS_ICONS_SHORT (//)
- @
- ;
-