X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=resources%2Flang%2FMessages.properties;h=13fdc93e507eb2c3278a148b3087a150078a9c39;hb=726bda0e9aea2d68b90803e142346cc46c8d4772;hp=dbf54bfc701b88b99f3d50af8f8d6e34b0b3d193;hpb=6b13a606027284408286d1cd2833470d1f9b9bfe;p=jalview.git diff --git a/resources/lang/Messages.properties b/resources/lang/Messages.properties index dbf54bf..13fdc93 100644 --- a/resources/lang/Messages.properties +++ b/resources/lang/Messages.properties @@ -372,7 +372,7 @@ label.example = Example label.example_param = Example: {0} label.select_file_format_before_saving = You must select a file format before saving! label.file_format_not_specified = File format not specified -label.couldnt_save_file = Couldn't save file: {0} +label.couldnt_save_file = Couldn''t save file: {0} label.error_saving_file = Error Saving File label.remove_from_default_list = Remove from default list? label.remove_user_defined_colour = Remove user defined colour @@ -577,13 +577,21 @@ label.gap_symbol = Gap Symbol label.prot_alignment_colour = Protein Alignment Colour label.nuc_alignment_colour = Nucleotide Alignment Colour label.address = Address +label.host = Host label.port = Port label.default_browser_unix = Default Browser (Unix) label.send_usage_statistics = Send usage statistics label.check_for_questionnaires = Check for questionnaires label.check_for_latest_version = Check for latest version label.url_linkfrom_sequence_id = URL link from Sequence ID -label.use_proxy_server = Use a proxy server +label.no_proxy = No proxy servers +label.system_proxy = System proxy servers (http={0}; https={1}) +label.use_proxy_server = Use these proxy servers +label.auth_required = Authentication required +label.username = Username +label.password = Password +label.proxy_password_required = Proxy password required +label.not_stored = not stored in Preferences file label.rendering_style = {0} rendering style label.append_start_end = Append /start-end (/15-380) label.full_sequence_id = Full Sequence Id @@ -620,7 +628,7 @@ label.delete_service_url = Delete Service URL label.details = Details label.options = Options label.parameters = Parameters -label.proxy_server = Proxy Server +label.proxy_servers = Proxy Servers label.file_output = File Output label.select_input_type = Select input type label.set_options_for_type = Set options for type @@ -1312,6 +1320,7 @@ label.backupfiles_confirm_save_file = Confirm save file label.backupfiles_confirm_save_file_backupfiles_roll_wrong = Something possibly went wrong with the backups of this file. label.backupfiles_confirm_save_new_saved_file_ok = The new saved file seems okay. label.backupfiles_confirm_save_new_saved_file_not_ok = The new saved file might not be okay. +label.continue_operation = Continue operation? label.backups = Backups label.backup = Backup label.backup_files = Backup Files @@ -1377,3 +1386,18 @@ label.features_not_shown = {0} feature(s) not shown label.no_features_to_sort_by = No features to sort by label.ignore_hidden = Ignore hidden columns label.ignore_hidden_tooltip = Ignore any characters in hidden columns when matching +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.