2017-11-16 23:21:05 +01:00
|
|
|
{
|
|
|
|
"plugin-data":
|
|
|
|
{
|
|
|
|
"name": "Backup",
|
2017-12-10 22:14:12 +01:00
|
|
|
"description": "The simple way to backup your Bludit."
|
2018-01-26 19:29:52 +01:00
|
|
|
},
|
2018-02-26 17:44:39 +01:00
|
|
|
"create-backup": "Create Backup",
|
2020-05-14 17:35:46 +02:00
|
|
|
"upload-backup": "Upload Backup",
|
2018-02-26 17:44:39 +01:00
|
|
|
"download": "Download",
|
|
|
|
"restore-backup": "Restore Backup",
|
2018-07-01 14:17:24 +02:00
|
|
|
"delete-backup": "Delete Backup",
|
2020-05-14 17:35:46 +02:00
|
|
|
"there-are-no-backups-for-the-moment": "There are no backups for the moment",
|
|
|
|
"you-do-not-have-sufficient-permissions": "You do not have sufficient permissions",
|
|
|
|
"the-backup-was-created-successfully": "The Backup was created successfully.",
|
|
|
|
"the-backup-file-could-not-be-created": "The Backup file could not be created.",
|
|
|
|
"the-backup-'%s'-could-be-restored-successfully": "The Backup '%s' could be restored successfully.",
|
|
|
|
"the-backup-'%s'-could-not-be-restored": "The Backup '%s' could not be restored.",
|
|
|
|
"the-backup-'%s'-could-be-deleted-successfully": "The Backup '%s' could be deleted successfully.",
|
|
|
|
"the-backup-'%s'-could-not-be-deleted": "The Backup '%s' could not be deleted.",
|
|
|
|
"the-passed-file-is-not-a-valid-zip-archive": "The passed file is not a valid ZIP Archive.",
|
|
|
|
"the-passed-file-does-not-end-with-zip": "The passed file does not ent with .zip.",
|
|
|
|
"the-passed-file-could-not-be-validated": "The passed file could not be validated.",
|
|
|
|
"the-passed-file-is-not-a-valid-backup-archive": "The passed file is not a valid backup archive.",
|
|
|
|
"the-backup-file-could-be-uploaded-successfully": "The backup file could be uploaded successfully."
|
|
|
|
}
|