X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=resources%2Flang%2FMessages.properties;h=b448b4c70f1b36c9ce62603b780e86dbe5ecee19;hb=610d7c7a05797ee737b6846084c34f34eafa6646;hp=fabd57726509df5110c5b366f3db6edbba926dc7;hpb=aa96618cbd41b40e2377f3f1f105aea90a5a86e0;p=jalview.git diff --git a/resources/lang/Messages.properties b/resources/lang/Messages.properties index fabd577..b448b4c 100644 --- a/resources/lang/Messages.properties +++ b/resources/lang/Messages.properties @@ -118,6 +118,7 @@ action.paste_annotations = Paste Annotations action.format = Format action.select = Select action.new_view = New View +action.new_structure_view_with = Open new structure view with {0} action.close = Close action.add = Add action.save_as = Save as... @@ -513,7 +514,8 @@ label.retrieve_parse_sequence_database_records_alignment_or_selected_sequences = label.standard_databases = Standard Databases label.fetch_embl_uniprot = Fetch from EMBL/EMBLCDS or Uniprot/PDB and any selected DAS sources label.fetch_uniprot_references = Fetch Uniprot references -label.search_3dbeacons = Find models with 3D-Beacons +label.search_3dbeacons = 3D-Beacons Search +label.find_models_from_3dbeacons = Search 3D-Beacons for 3D structures and models label.3dbeacons = 3D-Beacons label.fetch_references_for = Fetch database references for {0} sequences ? label.fetch_references_for_3dbeacons = 3D Beacons needs Uniprot References. Fetch database references for {0} sequences ? @@ -623,8 +625,8 @@ label.editing = Editing label.web_services = Web Services label.right_click_to_edit_currently_selected_parameter = Right click to edit currently selected parameter. label.let_jmol_manage_structure_colours = Let Jmol manage structure colours -label.fetch_chimera_attributes = Fetch Chimera attributes -label.fetch_chimera_attributes_tip = Copy Chimera attribute to Jalview feature +label.fetch_viewer_attributes = Fetch {0} attributes +label.fetch_viewer_attributes_tip = Copy {0} attribute to Jalview feature label.marks_leaves_tree_not_associated_with_sequence = Marks leaves of tree not associated with a sequence label.index_web_services_menu_by_host_site = Index web services in menu by the host site label.option_want_informed_web_service_URL_cannot_be_accessed_jalview_when_starts_up = Check this option if you want to be informed
when a web service URL cannot be accessed by Jalview
when it starts up @@ -716,7 +718,7 @@ error.superposition_failed = Superposition failed: {0} label.insufficient_residues = Not enough aligned residues ({0}) to perform superposition label.create_viewer_attributes = Write Jalview features label.create_viewer_attributes_tip = Set structure residue attributes for Jalview features -label.attributes_set = {0} attribute values set on Chimera +label.attributes_set = {0} attribute values set on {1} label.sort_alignment_by_tree = Sort Alignment By Tree label.mark_unlinked_leaves = Mark Unlinked Leaves label.associate_leaves_with = Associate Leaves With @@ -1105,6 +1107,8 @@ status.collecting_job_results = Collecting job results. status.fetching_db_refs = Fetching db refs status.loading_cached_pdb_entries = Loading Cached PDB Entries status.searching_for_pdb_structures = Searching for PDB Structures +status.searching_3d_beacons = Searching 3D Beacons +status.no_structures_discovered_from_3d_beacons = No models discovered from 3D Beacons status.opening_file_for = opening file for status.colouring_structures = Colouring structures label.font_doesnt_have_letters_defined = Font doesn't have letters defined\nso cannot be used\nwith alignment data @@ -1395,3 +1399,14 @@ label.log_level = Log level label.log_level_tooltip = Temporarily set the log level for this console. The log level will revert to {0} when this Java console is closed. label.copy_to_clipboard = Copy to clipboard label.copy_to_clipboard_tooltip = Copy all of the log text in this console to the system clipboard +label.startup = Startup +label.memory = Memory +label.customise_memory_settings = Customise maximum memory settings +label.memory_setting_text = New memory settings will only come into effect the next time you start Jalview +label.maximum_memory_used = Maximum memory limited to both +label.percent_of_physical_memory = Maximum percent of physical memory +label.maximum_memory = Maximum absolute memory +label.maximum_memory_tooltip = Enter memory as an integer number optionally followed by 'b', 'k', 'm', 'g' or 't' +label.adjustments_for_this_computer = Adjustments for this computer +label.memory_example_text = Maximum memory that would be used with these settings on this computer +label.memory_example_tooltip = The memory allocated to Jalview is the smaller of the percentage of physical memory (default 90%) and the maximum absolute memory (default 32GB). If your computer's memory cannot be ascertained then the maximum absolute memory defaults to 8GB (if not customised).
Jalview will always try and reserve 512MB for the OS and at least 512MB for itself.