feat(xo-web/backup-ng): rename "Export ret." to "Backup ret." and "Copy ret." to "Replication ret." (#3283)

See #2711
This commit is contained in:
badrAZ 2018-08-08 14:11:22 +02:00 committed by Pierre Donias
parent d38ad3a17f
commit dff342d2bd

View File

@ -342,9 +342,9 @@ const messages = {
missingSrs: 'Missing SRs!', missingSrs: 'Missing SRs!',
missingSchedules: 'Missing schedules!', missingSchedules: 'Missing schedules!',
missingExportRetention: missingExportRetention:
'The Backup mode and The Delta Backup mode require export retention to be higher than 0!', 'The Backup mode and The Delta Backup mode require backup retention to be higher than 0!',
missingCopyRetention: missingCopyRetention:
'The CR mode and The DR mode require copy retention to be higher than 0!', 'The CR mode and The DR mode require replication retention to be higher than 0!',
missingSnapshotRetention: missingSnapshotRetention:
'The Rolling Snapshot mode requires snapshot retention to be higher than 0!', 'The Rolling Snapshot mode requires snapshot retention to be higher than 0!',
retentionNeeded: 'One of the retentions needs to be higher than 0!', retentionNeeded: 'One of the retentions needs to be higher than 0!',
@ -1284,8 +1284,8 @@ const messages = {
scheduleCron: 'Cron pattern', scheduleCron: 'Cron pattern',
scheduleName: 'Name', scheduleName: 'Name',
scheduleTimezone: 'Timezone', scheduleTimezone: 'Timezone',
scheduleExportRetention: 'Export ret.', scheduleExportRetention: 'Backup ret.',
scheduleCopyRetention: 'Copy ret.', scheduleCopyRetention: 'Replication ret.',
scheduleSnapshotRetention: 'Snapshot ret.', scheduleSnapshotRetention: 'Snapshot ret.',
getRemote: 'Get remote', getRemote: 'Get remote',
listRemote: 'List Remote', listRemote: 'List Remote',