|
33 | 33 | 'Add Database' => 'Dodaj database', |
34 | 34 | 'Add Cron Job' => 'Dodaj cron job', |
35 | 35 | 'Create Backup' => 'Napravi Backup', |
| 36 | + 'Configure' => 'Za konfiguriranje', |
36 | 37 | 'Restore All' => 'Vrati sve', |
37 | 38 | 'Add Package' => 'Dodaj paket', |
38 | 39 | 'Add IP' => 'Dodaj IP', |
|
102 | 103 | 'Editing Package' => 'Izmjena paketa', |
103 | 104 | 'Adding IP address' => 'Dodavanje IP adrese', |
104 | 105 | 'Editing IP Address' => 'Izmjena IP adrese', |
| 106 | + 'Editing Backup Exclusions' => 'Izmjena isključenja', |
105 | 107 | 'Generating CSR' => 'Generisanje CSR-a', |
106 | 108 | 'Listing' => 'Listing', |
107 | 109 | 'Search Results' => 'Rezultati pretrage', |
|
143 | 145 | 'SSL Domains' => 'SSL domena', |
144 | 146 | 'Web Aliases' => 'Web alijasi', |
145 | 147 | 'per domain' => 'po domeni', |
| 148 | + 'DNS Domains' => 'DNS Domene', |
146 | 149 | 'DNS domains' => 'DNS domene', |
147 | 150 | 'DNS records' => 'DNS records' , |
148 | 151 | 'Name Servers' => 'Name Serveri', |
|
153 | 156 | 'IP Addresses' => 'IP adrese', |
154 | 157 | 'Backups' => 'Backups', |
155 | 158 | 'Backup System' => 'Backup sistema', |
| 159 | + 'backup exclusions' => 'isključenja', |
156 | 160 | 'template' => 'šablon', |
157 | 161 | 'SSL Support' => 'SSL podrška', |
158 | 162 | 'SSL Home Directory' => 'SSL direktorij', |
159 | 163 | 'Proxy Support' => 'Nginx podrška', |
160 | | - 'Proxy Extentions' => 'Nginx ekstenzije', |
| 164 | + 'Proxy Extensions' => 'Nginx ekstenzije', |
161 | 165 | 'Web Statistics' => 'Web statistika', |
162 | 166 | 'Additional FTP Account' => 'Dodatni FTP', |
163 | 167 | 'SOA' => 'SOA', |
|
347 | 351 | '%s log records' => '%s log unosa', |
348 | 352 | '1 object' => '1 object', |
349 | 353 | '%s objects' => '%s objects', |
| 354 | + 'no exclusions' => 'nema isključenja', |
350 | 355 |
|
351 | 356 | 'USER_CREATED_OK' => 'Korisnik <a href="/edit/user/?user=%s"><b>%s</b></a> je uspješno napravljen.', |
352 | 357 | 'WEB_DOMAIN_CREATED_OK' => 'Domena <a href="/edit/web/?domain=%s"><b>%s</b></a> je uspješno napravljena.', |
|
380 | 385 | 'SUSPEND_CRON_CONFIRMATION' => 'Are you sure to suspend cron job?', |
381 | 386 | 'UNSUSPEND_CRON_CONFIRMATION' => 'Are you sure to unsuspend cron job?', |
382 | 387 | 'DELETE_BACKUP_CONFIRMATION' => 'Are you sure to delete %s backup?', |
| 388 | + 'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure to delete %s exclusion?', |
383 | 389 | 'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure to delete package %s?', |
384 | 390 | 'DELETE_IP_CONFIRMATION' => 'Are you sure to delere IP address %s?', |
385 | 391 | 'Welcome' => 'Dobrodošli', |
|
399 | 405 | 'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.', |
400 | 406 | 'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.', |
401 | 407 |
|
| 408 | + '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", |
| 409 | + 'DNS_EXCLUSIONS' => "Type domain name, one per line. To exclude all domains use *", |
| 410 | + '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", |
| 411 | + 'DB_EXCLUSIONS' => "Type full database name, one per line. To exclude all databases use *", |
| 412 | + 'CRON_EXCLUSIONS' => "To exclude all jobs use *", |
| 413 | + 'USER_EXCLUSIONS' => "Type directory name, one per line. To exlude all dirs use *", |
402 | 414 |
|
403 | 415 | 'Welcome to Vesta Control Panel' => 'Dobrodošli u Vesta kontrolni panel', |
404 | 416 | 'MAIL_FROM' => 'Vesta Control Panel <noreply@%s>', |
|
0 commit comments