{{ lang.t("Database User Name") }} {{ lang.t("Created") }} {{ lang.t("Schedules") }} {{ lang.t("Structure") }} {{ lang.t("Destination") }} {{ lang.t("Notes") }}
{{ backup.name }} {{ const.DATABASE_ENGINE_NAMES[backup.params.engine] }} {{ lang.d(backup.created, 'shorttime') }}
{{ lang.t("Total of %s backups found", backup.total) }} {{lang.t('Choose Other Backup')}}
{{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...") }}
{{ lang.t("Loading Backups") }}
{{ lang.t("No Backups Found") }}