mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
backup exclusions
This commit is contained in:
parent
9f93912546
commit
fa57d0539f
8 changed files with 99 additions and 2 deletions
|
@ -37,6 +37,7 @@ $LANG['id'] = array(
|
|||
'Add Database' => 'Tambah Basis Data',
|
||||
'Add Cron Job' => 'Tambah Cron Job',
|
||||
'Create Backup' => 'Buat Cadangan',
|
||||
'Configure' => 'Konfigurasi',
|
||||
'Restore All' => 'Kembalikan Semua',
|
||||
'Add Package' => 'Tambah Paket',
|
||||
'Add IP' => 'Tambah IP',
|
||||
|
@ -106,6 +107,7 @@ $LANG['id'] = array(
|
|||
'Editing Package' => 'Menyunting Paket',
|
||||
'Adding IP address' => 'Menambah IP address',
|
||||
'Editing IP Address' => 'Menyunting IP Address',
|
||||
'Editing Backup Exclusions' => 'Menyunting pengecualian',
|
||||
'Generating CSR' => 'Hasilkan CSR',
|
||||
'Listing' => 'Listing',
|
||||
'Search Results' => 'Hasil Pencarian',
|
||||
|
@ -147,6 +149,7 @@ $LANG['id'] = array(
|
|||
'SSL Domains' => 'SSL Domains',
|
||||
'Web Aliases' => 'Web Aliases',
|
||||
'per domain' => 'per domain',
|
||||
'DNS Domains' => 'DNS domains',
|
||||
'DNS domains' => 'DNS domains',
|
||||
'DNS records' => 'DNS records' ,
|
||||
'Name Servers' => 'Name Servers',
|
||||
|
@ -157,6 +160,7 @@ $LANG['id'] = array(
|
|||
'IP Addresses' => 'Alamat IP',
|
||||
'Backups' => 'Cadangkan',
|
||||
'Backup System' => 'Cadangkan System',
|
||||
'backup exclusions' => 'pengecualian',
|
||||
'template' => 'contoh',
|
||||
'SSL Support' => 'Dukungan SSL',
|
||||
'SSL Home Directory' => 'SSL Home',
|
||||
|
@ -351,6 +355,7 @@ $LANG['id'] = array(
|
|||
'%s log records' => '%s log records',
|
||||
'1 object' => '1 objek',
|
||||
'%s objects' => '%s objek',
|
||||
'no exclusions' => 'tidak ada pengecualian',
|
||||
|
||||
'USER_CREATED_OK' => 'Pengguna <a href="/edit/user/?user=%s"><b>%s</b></a> udah berhasil dibikin',
|
||||
'WEB_DOMAIN_CREATED_OK' => 'Domain <a href="/edit/web/?domain=%s"><b>%s</b></a> udah berhasil dibikin.',
|
||||
|
@ -384,6 +389,7 @@ $LANG['id'] = array(
|
|||
'SUSPEND_CRON_CONFIRMATION' => 'Yakin mau ditangguhin?',
|
||||
'UNSUSPEND_CRON_CONFIRMATION' => 'Yakin mau batalin penangguhan?',
|
||||
'DELETE_BACKUP_CONFIRMATION' => 'Cadangan %s mau dihapus, serius?',
|
||||
'DELETE_EXCLUSION_CONFIRMATION' => 'Pengecualian %s mau dihapus?',
|
||||
'DELETE_PACKAGE_CONFIRMATION' => 'Paket %s mau dihapus?',
|
||||
'DELETE_IP_CONFIRMATION' => 'Alamat IP %s beneran mau dihapus?',
|
||||
'Welcome' => 'Selamat Datang',
|
||||
|
@ -403,6 +409,12 @@ $LANG['id'] = array(
|
|||
'RESTORE_SCHEDULED' => 'Tugas udah ditambahin ke antrian. Nanti email pemberitahuan dikirim kalo backup-an sudah siap di unduh.',
|
||||
'RESTORE_EXISTS' => 'Tugas pengembalian lagi jalan. Tunggu ampe selesai baru jalanin lagi.',
|
||||
|
||||
'WEB_EXCLUSIONS' => "Type domain name, one per line. To exclude all domains use *. To exclude specific dirs use following format: domain.com:public_html/cache:public_html/tmp",
|
||||
'DNS_EXCLUSIONS' => "Type domain name, one per line. To exclude all domains use *",
|
||||
'MAIL_EXCLUSIONS' => "Type domain name, one per line. To exclude all domains use *. To exclude specific accounts use following format: domain.com:info:support:postmaster",
|
||||
'DB_EXCLUSIONS' => "Type full database name, one per line. To exclude all databases use *",
|
||||
'CRON_EXCLUSIONS' => "To exclude all jobs use *",
|
||||
'USER_EXCLUSIONS' => "Type directory name, one per line. To exlude all dirs use *",
|
||||
|
||||
'Welcome to Vesta Control Panel' => 'Selamat datang di Panel Kontrol Vesta',
|
||||
'MAIL_FROM' => 'Panel Kontrol Vesta <noreply@%s>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue