Fix to keep backup formats consistent

This commit is contained in:
iliajie
2023-03-08 17:16:00 +02:00
parent 5c84313e39
commit 0fcce117a1
2 changed files with 4 additions and 4 deletions

View File

@@ -659,8 +659,8 @@ backup_compwith=For database $1
backup_options=Structure information to exclude
backup_compress=Compression format
backup_cnone=None
backup_gzip=Gzip
backup_bzip2=Bzip2
backup_gzip=<tt>gzip</tt>
backup_bzip2=<tt>bzip2</tt>
backup_eccmd=The selected compression format requires the command $1
backup_email=Send backup status email to
backup_notify=Send email for

View File

@@ -508,8 +508,8 @@ backup_format_t=Tar archive
backup_format_c=Custom archive
backup_compress=Compression type
backup_compress_0=None
backup_compress_1=GZIP
backup_compress_2=BZIP2
backup_compress_1=<tt>gzip</tt>
backup_compress_2=<tt>bzip2</tt>
backup_ecannot=You are not allowed to create backups
backup_done=Successfully backed up $3 bytes from database $1 to file $2.
backup_notaccept=Database $1 is not accepting connections.