JAL-3141. This adds quite a lot of code to allow an 'Include backup files' checkbox...
[jalview.git] / resources / lang / Messages.properties
index 4e4e95d..681f4e3 100644 (file)
@@ -1365,23 +1365,33 @@ label.backupfiles_confirm_delete_old_files = Delete the following older backup f
 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, write the new file anyway?
 label.backups = Backups
+label.backup = Backup
 label.backup_files = Backup Files
 label.enable_backupfiles = Enable backup files
-label.suffix_format = Suffix format
-label.suffix_template = Suffix template (use %n to represent the backup/version index)
-label.suffix_template_tooltip = %n in the template will be replaced by the index number. The suffix will appear before the filename extension.
-label.index_digits = Number of digits to use for the index
-label.example_filenames = Example filenames
-label.increment_index = Increment suffix indexes (like version files) - newest file has largest index.
-label.reverse_roll = Reverse and "roll" suffix indexes (like log files) - newest file is always index 1.
-label.keep_files = Keep Files
-label.keep_all_backup_files = Keep all backup files
+label.backup_filename_strategy = Backup filename strategy
+label.append_to_filename = Append to filename (%n is replaced by the backup number)
+label.append_to_filename_tooltip = %n in the text will be replaced by the backup number. The text will appear after the filename. See the summary box above.
+label.index_digits = Number of digits to use for the backup number (%n)
+label.summary_of_backups_scheme = Summary of backup scheme
+label.increment_index = Increase appended text numbers - newest file has largest number.
+label.reverse_roll = "Roll" appended text numbers - newest backup file is always number 1.
+label.keep_files = Deleting old backup files
+label.keep_all_backup_files = Do not delete old backup files
 label.keep_only_this_number_of_backup_files = Keep only this number of most recent backup files
-label.old_backup_files = Old backup files:
-label.confirm_delete = Confirm deletions
+label.autodelete_old_backup_files = Autodelete old backup files:
+label.confirm_delete = Always ask
 label.auto_delete = Automatically delete
 label.filename = filename
 label.braced_oldest = (oldest)
 label.braced_newest = (most recent)
 label.configuration = Configuration
 label.configure_feature_tooltip = Click to configure variable colour or filters
+label.schemes = Schemes
+label.customise = Customise
+label.default = Default
+label.single_file = Single backup
+label.keep_all_versions = Keep all versions
+label.rolled_backups = Rolled backup files
+label.previously_saved_scheme = Previously saved scheme
+label.no_backup_files = NO BACKUP FILES
+label.include_backup_files = Include backup files
\ No newline at end of file