Skip to content
sk_system_config.lng 1.28 KiB
Newer Older
Fantu's avatar
Fantu committed
<?php
$wb['warning'] = 'Upravte tieto hodnoty pozorne! Neodstra?ujte predpony na systmoch s viac ako jednho klienta.';
$wb['dbname_prefix_txt'] = 'Predpona nzvu databzy ';
$wb['dbuser_prefix_txt'] = 'Predpona databza uvate?';
$wb['shelluser_prefix_txt'] = 'Predpona Shell uvate?';
$wb['ftpuser_prefix_txt'] = 'Predpona FTP uvate?';
$wb['dbname_prefix_error_regex'] = 'Char nie je povolen v prefix nzov databzy.';
$wb['dbuser_prefix_error_regex'] = 'Char nie je povolen v databze predpone user.';
$wb['ftpuser_prefix_error_regex'] = 'Char nie je povolen v ftp uvate? predpone .';
$wb['shelluser_prefix_error_regex'] = 'Char nie je povolen krupiny uvate? predpone .';
$wb['dblist_phpmyadmin_link_txt'] = 'Odkaz na phpmyadmin v NR zozname';
$wb['mailboxlist_webmail_link_txt'] = 'Odkaz na webmail v zozname schrnky';
$wb['webmail_url_txt'] = 'Webmail URL';
$wb['phpmyadmin_url_txt'] = 'PHPMyAdmin URL';
tbrehm's avatar
tbrehm committed
$wb['use_domain_module_txt'] = 'Use the domain-module to add new domains';
$wb['use_domain_module_hint'] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They can not free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
$wb['new_domain_txt'] = 'HTML to create a new domain';
Fantu's avatar
Fantu committed
?>