| | |
| | | <?php |
| | | $wb["quota_txt"] = 'Website Harddisk Quota'; |
| | | $wb["domain_txt"] = 'Domain / Website'; |
| | | $wb["used_txt"] = 'Used space'; |
| | | $wb["hard_txt"] = 'Hard limit'; |
| | | $wb["soft_txt"] = 'Soft limit'; |
| | | $wb["no_sites_txt"] = 'No web sites found.'; |
| | | ?> |
| | | $wb['quota_txt'] = 'Kvóty HDD pro webové stránky'; |
| | | $wb['domain_txt'] = 'Doména / Webové stránky'; |
| | | $wb['used_txt'] = 'Využité místo'; |
| | | $wb['hard_txt'] = 'Kvóta max. obsazení'; |
| | | $wb['soft_txt'] = 'Kvóta pro upozornění'; |
| | | $wb['no_sites_txt'] = 'Nenalezeny žádné webové stránky.'; |
| | | ?> |
| | | |