mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix to keep backup formats consistent
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user