mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
backup exclusions
This commit is contained in:
parent
9f93912546
commit
fa57d0539f
8 changed files with 99 additions and 2 deletions
|
@ -33,6 +33,7 @@ $LANG['bs'] = array(
|
|||
'Add Database' => 'Dodaj database',
|
||||
'Add Cron Job' => 'Dodaj cron job',
|
||||
'Create Backup' => 'Napravi Backup',
|
||||
'Configure' => 'Za konfiguriranje',
|
||||
'Restore All' => 'Vrati sve',
|
||||
'Add Package' => 'Dodaj paket',
|
||||
'Add IP' => 'Dodaj IP',
|
||||
|
@ -102,6 +103,7 @@ $LANG['bs'] = array(
|
|||
'Editing Package' => 'Izmjena paketa',
|
||||
'Adding IP address' => 'Dodavanje IP adrese',
|
||||
'Editing IP Address' => 'Izmjena IP adrese',
|
||||
'Editing Backup Exclusions' => 'Izmjena isključenja',
|
||||
'Generating CSR' => 'Generisanje CSR-a',
|
||||
'Listing' => 'Listing',
|
||||
'Search Results' => 'Rezultati pretrage',
|
||||
|
@ -143,6 +145,7 @@ $LANG['bs'] = array(
|
|||
'SSL Domains' => 'SSL domena',
|
||||
'Web Aliases' => 'Web alijasi',
|
||||
'per domain' => 'po domeni',
|
||||
'DNS Domains' => 'DNS Domene',
|
||||
'DNS domains' => 'DNS domene',
|
||||
'DNS records' => 'DNS records' ,
|
||||
'Name Servers' => 'Name Serveri',
|
||||
|
@ -153,11 +156,12 @@ $LANG['bs'] = array(
|
|||
'IP Addresses' => 'IP adrese',
|
||||
'Backups' => 'Backups',
|
||||
'Backup System' => 'Backup sistema',
|
||||
'backup exclusions' => 'isključenja',
|
||||
'template' => 'šablon',
|
||||
'SSL Support' => 'SSL podrška',
|
||||
'SSL Home Directory' => 'SSL direktorij',
|
||||
'Proxy Support' => 'Nginx podrška',
|
||||
'Proxy Extentions' => 'Nginx ekstenzije',
|
||||
'Proxy Extensions' => 'Nginx ekstenzije',
|
||||
'Web Statistics' => 'Web statistika',
|
||||
'Additional FTP Account' => 'Dodatni FTP',
|
||||
'SOA' => 'SOA',
|
||||
|
@ -347,6 +351,7 @@ $LANG['bs'] = array(
|
|||
'%s log records' => '%s log unosa',
|
||||
'1 object' => '1 object',
|
||||
'%s objects' => '%s objects',
|
||||
'no exclusions' => 'nema isključenja',
|
||||
|
||||
'USER_CREATED_OK' => 'Korisnik <a href="/edit/user/?user=%s"><b>%s</b></a> je uspješno napravljen.',
|
||||
'WEB_DOMAIN_CREATED_OK' => 'Domena <a href="/edit/web/?domain=%s"><b>%s</b></a> je uspješno napravljena.',
|
||||
|
@ -380,6 +385,7 @@ $LANG['bs'] = array(
|
|||
'SUSPEND_CRON_CONFIRMATION' => 'Are you sure to suspend cron job?',
|
||||
'UNSUSPEND_CRON_CONFIRMATION' => 'Are you sure to unsuspend cron job?',
|
||||
'DELETE_BACKUP_CONFIRMATION' => 'Are you sure to delete %s backup?',
|
||||
'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure to delete %s exclusion?',
|
||||
'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure to delete package %s?',
|
||||
'DELETE_IP_CONFIRMATION' => 'Are you sure to delere IP address %s?',
|
||||
'Welcome' => 'Dobrodošli',
|
||||
|
@ -399,6 +405,12 @@ $LANG['bs'] = array(
|
|||
'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.',
|
||||
'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.',
|
||||
|
||||
'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' => 'Dobrodošli u Vesta kontrolni panel',
|
||||
'MAIL_FROM' => 'Vesta Control Panel <noreply@%s>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue