|
{{ lang.t("Name") }} | {{ lang.t("Created") }} | {{ lang.t("Selected Files") }} | {{ lang.t("Structure") }} | {{ lang.t("Destination") }} | {{ lang.t("Notes") }} | {{ lang.t("Size") }} | {{ lang.t("Lock Status") }} | {{ lang.t("Delete") }} |
---|---|---|---|---|---|---|---|---|---|
|
{{ backup.name }} |
{{ lang.d(backup.backup.created, 'shorttime') }}
{{ lang.t("Total of %s backups found", backup.total_backups) }}
{{lang.t('Choose Other Backup')}}
|
-
{{ lang.t("All Files/Directories Selected") }}
{{ lang.t("%s Files/Directories Selected", totalFiles(backup)) }}
|
{{const.BACKUP_STRUCTURE_NAMES[backup.backup.backup_structure]}} {{lang.t("Encrypted")}} | {{backup.backup.destination_name}} |
{{ backup.backup.notes ? backup.backup.notes : lang.t("Double click to add notes...") }}
|
{{ backup.backup.size >= 0 ? util.sizeToHumanReadable(backup.backup.size) : lang.t("N/A") }} | ||
|
|||||||||
{{ lang.t("No Backups Found") }} |