{{ lang.t("Created") }} | {{ lang.t("Selected Files") }} | {{ lang.t("Schedules") }} | {{ lang.t("Structure") }} | {{ lang.t("Destination") }} | {{ lang.t("Notes") }} | {{ lang.t("Size") }} | |||
---|---|---|---|---|---|---|---|---|---|
{{ lang.d(backup.created, 'shorttime') }} |
{{ lang.t("All Files/Directories Selected") }}
{{ lang.t("%s Files/Directories Selected", totalFiles()) }}
-
|
{{backup.schedules_names}} | {{const.BACKUP_STRUCTURE_NAMES[backup.backup_structure]}} - {{lang.t("Encrypted")}} | {{backup.destination_name}} |
{{ backup.notes ? backup.notes : lang.t("Double click to add notes...") }}
|
{{ backup.size >= 0 ? util.sizeToHumanReadable(backup.size) : lang.t("N/A") }} | |||
|
|||||||||
{{ lang.t("No Backups Found") }} |