Merged Revisions 3771-3801 from stable branch.
496 files modified
28 files added
| | |
| | | 'smtpd_tls_security_level = may', |
| | | 'smtpd_tls_cert_file = '.$config_dir.'/smtpd.cert', |
| | | 'smtpd_tls_key_file = '.$config_dir.'/smtpd.key', |
| | | 'transport_maps = proxy:mysql:'.$config_dir.'/mysql-virtual_transports.cf', |
| | | 'transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:'.$config_dir.'/mysql-virtual_transports.cf', |
| | | 'relay_domains = mysql:'.$config_dir.'/mysql-virtual_relaydomains.cf', |
| | | 'relay_recipient_maps = mysql:'.$config_dir.'/mysql-virtual_relayrecipientmaps.cf', |
| | | 'proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps', |
| | |
| | | 'smtpd_tls_security_level = may', |
| | | 'smtpd_tls_cert_file = '.$config_dir.'/smtpd.cert', |
| | | 'smtpd_tls_key_file = '.$config_dir.'/smtpd.key', |
| | | 'transport_maps = proxy:mysql:'.$config_dir.'/mysql-virtual_transports.cf', |
| | | 'transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:'.$config_dir.'/mysql-virtual_transports.cf', |
| | | 'relay_domains = mysql:'.$config_dir.'/mysql-virtual_relaydomains.cf', |
| | | 'proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps', |
| | | 'smtpd_sender_restrictions = check_sender_access mysql:'.$config_dir.'/mysql-virtual_sender.cf', |
| | |
| | | 'smtpd_tls_security_level = may', |
| | | 'smtpd_tls_cert_file = '.$config_dir.'/smtpd.cert', |
| | | 'smtpd_tls_key_file = '.$config_dir.'/smtpd.key', |
| | | 'transport_maps = proxy:mysql:'.$config_dir.'/mysql-virtual_transports.cf', |
| | | 'transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:'.$config_dir.'/mysql-virtual_transports.cf', |
| | | 'relay_domains = mysql:'.$config_dir.'/mysql-virtual_relaydomains.cf', |
| | | 'relay_recipient_maps = mysql:'.$config_dir.'/mysql-virtual_relayrecipientmaps.cf', |
| | | 'proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps', |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | $config_dir = $conf['mailman']['config_dir'].'/'; |
| | | $full_file_name = $config_dir.'virtual_to_transport.sh'; |
| | | |
| | | //* Backup exiting virtual_to_transport.sh script |
| | | if(is_file($full_file_name)) { |
| | | copy($full_file_name, $config_dir.'virtual_to_transport.sh~'); |
| | | } |
| | | |
| | | copy('tpl/mailman-virtual_to_transport.sh',$full_file_name); |
| | | chgrp($full_file_name,'list'); |
| | | chmod($full_file_name,0750); |
| | | |
| | | if(!is_file('/var/lib/mailman/data/transport-mailman')) touch('/var/lib/mailman/data/transport-mailman'); |
| | | exec('/usr/sbin/postmap /var/lib/mailman/data/transport-mailman'); |
| | | |
| | | exec('/usr/lib/mailman/bin/genaliases'); |
| | | |
| | | $virtual_domains = ''; |
| | | if($status == 'update') |
| | |
| | | 'smtpd_tls_security_level = may', |
| | | 'smtpd_tls_cert_file = '.$config_dir.'/smtpd.cert', |
| | | 'smtpd_tls_key_file = '.$config_dir.'/smtpd.key', |
| | | 'transport_maps = proxy:mysql:'.$config_dir.'/mysql-virtual_transports.cf', |
| | | 'transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:'.$config_dir.'/mysql-virtual_transports.cf', |
| | | 'relay_domains = mysql:'.$config_dir.'/mysql-virtual_relaydomains.cf', |
| | | 'relay_recipient_maps = mysql:'.$config_dir.'/mysql-virtual_relayrecipientmaps.cf', |
| | | 'proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps', |
New file |
| | |
| | | ALTER TABLE `client` CHANGE `web_php_options` `web_php_options` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'no,fast-cgi,cgi,mod,suphp,php-fpm'; |
| | |
| | | `limit_web_ip` text, |
| | | `limit_web_domain` int(11) NOT NULL DEFAULT '-1', |
| | | `limit_web_quota` int(11) NOT NULL DEFAULT '-1', |
| | | `web_php_options` varchar(255) NOT NULL DEFAULT 'no,fast-cgi,cgi,mod,suphp', |
| | | `web_php_options` varchar(255) NOT NULL DEFAULT 'no,fast-cgi,cgi,mod,suphp,php-fpm', |
| | | `limit_cgi` enum('n','y') NOT NULL DEFAULT 'n', |
| | | `limit_ssi` enum('n','y') NOT NULL DEFAULT 'n', |
| | | `limit_perl` enum('n','y') NOT NULL DEFAULT 'n', |
| | |
| | | group = {fpm_group} |
| | | |
| | | pm = dynamic |
| | | pm.max_children = 10 |
| | | pm.max_children = 50 |
| | | pm.start_servers = 2 |
| | | pm.min_spare_servers = 1 |
| | | pm.max_spare_servers = 5 |
New file |
| | |
| | | #!/bin/sh |
| | | sed -r -e 's/(^[^#]\S+\s+).+$/\1local/' $1 > /var/lib/mailman/data/transport-mailman |
| | | /usr/sbin/postmap /var/lib/mailman/data/transport-mailman |
| | |
| | | # http://www.jamesh.id.au/articles/mailman-spamassassin/ |
| | | # GLOBAL_PIPELINE.insert(1, 'SpamAssassin') |
| | | |
| | | POSTFIX_MAP_CMD = '/etc/mailman/virtual_to_transport.sh' |
| | | |
| | | # Note - if you're looking for something that is imported from mm_cfg, but you |
| | | # didn't find it above, it's probably in /usr/lib/mailman/Mailman/Defaults.py. |
| | |
| | | public $errorMessage = ''; // last error message |
| | | private $errorLocation = '';// last error location |
| | | public $show_error_messages = true; // false in server, true in interface |
| | | private $isConnected = false; // needed to know if we have a valid mysqli object from the constructor |
| | | |
| | | // constructor |
| | | public function __construct($prefix = '') { |
| | |
| | | $this->dbNewLink = $conf[$prefix.'db_new_link']; |
| | | $this->dbClientFlags = $conf[$prefix.'db_client_flags']; |
| | | parent::__construct($conf[$prefix.'db_host'], $conf[$prefix.'db_user'],$conf[$prefix.'db_password'],$conf[$prefix.'db_database']); |
| | | if ($this->connect_error) { |
| | | $try = 0; |
| | | while(!is_null($this->connect_error) && $try < 5) { |
| | | if($try > 0) sleep(1); |
| | | |
| | | $try++; |
| | | $this->updateError('DB::__construct'); |
| | | return false; |
| | | } else { |
| | | $this->setCharacterEncoding(); |
| | | |
| | | parent::__construct($conf[$prefix.'db_host'], $conf[$prefix.'db_user'],$conf[$prefix.'db_password'],$conf[$prefix.'db_database']); |
| | | } |
| | | |
| | | if(is_null($this->connect_error)) $this->isConnected = true; |
| | | else return false; |
| | | |
| | | $this->setCharacterEncoding(); |
| | | } |
| | | |
| | | public function __destruct() { |
| | |
| | | public function updateError($location) { |
| | | global $app; |
| | | |
| | | if($this->connect_error) { |
| | | if(!is_null($this->connect_error)) { |
| | | $this->errorNumber = $this->connect_errno; |
| | | $this->errorMessage = $this->connect_error; |
| | | } else { |
| | |
| | | } |
| | | |
| | | private function setCharacterEncoding() { |
| | | if($this->isConnected == false) return false; |
| | | parent::query( 'SET NAMES '.$this->dbCharset); |
| | | parent::query( "SET character_set_results = '".$this->dbCharset."', character_set_client = '".$this->dbCharset."', character_set_connection = '".$this->dbCharset."', character_set_database = '".$this->dbCharset."', character_set_server = '".$this->dbCharset."'"); |
| | | } |
| | | |
| | | public function query($queryString) { |
| | | if($this->isConnected == false) return false; |
| | | $try = 0; |
| | | do { |
| | | $try++; |
| | | $ok = parent::ping(); |
| | | $ok = $this->ping(); |
| | | if(!$ok) { |
| | | if(!parent::real_connect($this->dbHost, $this->dbUser, $this->dbPass,$this->dbName)) { |
| | | if($try > 9) { |
| | | if(!$this->real_connect($this->dbHost, $this->dbUser, $this->dbPass, $this->dbName)) { |
| | | if($try > 4) { |
| | | $this->updateError('DB::query -> reconnect'); |
| | | return false; |
| | | } else { |
| | |
| | | |
| | | // gibt Array mit Tabellennamen zur�ck |
| | | public function getTables($database_name = '') { |
| | | |
| | | if($this->isConnected == false) return false; |
| | | if($database_name == '') $database_name = $this->dbName; |
| | | $result = parent::query("SHOW TABLES FROM $database_name"); |
| | | for ($i = 0; $i < $result->num_rows; $i++) { |
| | |
| | | '; |
| | | |
| | | $lang["list_head_txt"] = $listDef["name"]; |
| | | $colcount = 0; |
| | | foreach($listDef["item"] as $field) { |
| | | $key = $field["field"]; |
| | | $html .= " <th class=\"tbl_col_".$key."\" scope=\"col\"><tmpl_var name=\"".$key."_txt\"></th>\n"; |
| | | $lang[$key."_txt"] = $key; |
| | | $colcount++; |
| | | } |
| | | |
| | | $html .= ' <th class="tbl_col_buttons" scope="col"> </th> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name=\"records\"> |
| | | <tr class=\"tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>\"> |
| | | <td colspan=\"".$colcount."\">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody>"; |
| | | $html .= ' |
| | | <tfoot> |
| | |
| | | $content .= ' '.$app->lng('Page').' '.$vars['next_page'].' '.$app->lng('of').' '.$vars['max_pages'].' '; |
| | | if($vars['show_page_next'] == 1){ |
| | | $content .= '<a href="'.$list_file.'?page='.$vars['next_page'].$page_params.'"><img src="../themes/iprg/images/btn_next.png" border="0"></a> '; |
| | | } else{ |
| | | $content .= ' '; |
| | | } |
| | | $content .= '<a href="'.$list_file.'?page='.$vars['pages'].$page_params.'"> <img src="../themes/iprg/images/btn_right.png" border="0"></a>'; |
| | | return $content; |
| | |
| | | return $time; |
| | | } |
| | | |
| | | function absolutize_url($relative, $base) |
| | | static function absolutize_url($relative, $base) |
| | | { |
| | | $iri = SimplePie_IRI::absolutize(new SimplePie_IRI($base), $relative); |
| | | return $iri->get_iri(); |
| | |
| | | return $output . $input; |
| | | } |
| | | |
| | | function get_element($realname, $string) |
| | | static function get_element($realname, $string) |
| | | { |
| | | $return = array(); |
| | | $name = preg_quote($realname, '/'); |
| | |
| | | } |
| | | } |
| | | |
| | | function atom_10_construct_type($attribs) |
| | | static function atom_10_construct_type($attribs) |
| | | { |
| | | if (isset($attribs['']['type'])) |
| | | { |
| | |
| | | } |
| | | } |
| | | |
| | | function is_isegment_nz_nc($string) |
| | | static function is_isegment_nz_nc($string) |
| | | { |
| | | return (bool) preg_match('/^([A-Za-z0-9\-._~\x{A0}-\x{D7FF}\x{F900}-\x{FDCF}\x{FDF0}-\x{FFEF}\x{10000}-\x{1FFFD}\x{20000}-\x{2FFFD}\x{30000}-\x{3FFFD}\x{40000}-\x{4FFFD}\x{50000}-\x{5FFFD}\x{60000}-\x{6FFFD}\x{70000}-\x{7FFFD}\x{80000}-\x{8FFFD}\x{90000}-\x{9FFFD}\x{A0000}-\x{AFFFD}\x{B0000}-\x{BFFFD}\x{C0000}-\x{CFFFD}\x{D0000}-\x{DFFFD}\x{E1000}-\x{EFFFD}!$&\'()*+,;=@]|(%[0-9ABCDEF]{2}))+$/u', $string); |
| | | } |
| | |
| | | * @param string $relative Relative IRI |
| | | * @return SimplePie_IRI |
| | | */ |
| | | function absolutize($base, $relative) |
| | | static function absolutize($base, $relative) |
| | | { |
| | | $relative = (string) $relative; |
| | | if ($relative !== '') |
| | |
| | | } |
| | | break; |
| | | case 'ISIP': |
| | | //* Check if its a IPv4 or IPv6 address |
| | | if(function_exists('filter_var')) { |
| | | if(!filter_var($field_value,FILTER_VALIDATE_IP)) { |
| | | $errmsg = $validator['errmsg']; |
| | | if(isset($this->wordbook[$errmsg])) { |
| | | $this->errorMessage .= $this->wordbook[$errmsg]."<br />\r\n"; |
| | | } else { |
| | | $this->errorMessage .= $errmsg."<br />\r\n"; |
| | | } |
| | | } |
| | | if($validator['allowempty'] != 'y') $validator['allowempty'] = 'n'; |
| | | if($validator['allowempty'] == 'y' && $field_value == '') { |
| | | //* Do nothing |
| | | } else { |
| | | //* Check content with regex, if we use php < 5.2 |
| | | $ip_ok = 0; |
| | | if(preg_match("/^(\:\:([a-f0-9]{1,4}\:){0,6}?[a-f0-9]{0,4}|[a-f0-9]{1,4}(\:[a-f0-9]{1,4}){0,6}?\:\:|[a-f0-9]{1,4}(\:[a-f0-9]{1,4}){1,6}?\:\:([a-f0-9]{1,4}\:){1,6}?[a-f0-9]{1,4})(\/\d{1,3})?$/i", $field_value)){ |
| | | $ip_ok = 1; |
| | | //* Check if its a IPv4 or IPv6 address |
| | | if(isset($validator['separator']) && $validator['separator'] != '') { |
| | | //* When the field may contain several IP addresses, split them by the char defined as separator |
| | | $field_value_array = explode($validator['separator'],$field_value); |
| | | } else { |
| | | $field_value_array[] = $field_value; |
| | | } |
| | | if(preg_match("/^[0-9]{1,3}(\.)[0-9]{1,3}(\.)[0-9]{1,3}(\.)[0-9]{1,3}$/", $field_value)){ |
| | | $ip_ok = 1; |
| | | } |
| | | if($ip_ok == 0) { |
| | | $errmsg = $validator['errmsg']; |
| | | if(isset($this->wordbook[$errmsg])) { |
| | | $this->errorMessage .= $this->wordbook[$errmsg]."<br />\r\n"; |
| | | foreach($field_value_array as $field_value) { |
| | | if(function_exists('filter_var')) { |
| | | if(!filter_var($field_value,FILTER_VALIDATE_IP)) { |
| | | $errmsg = $validator['errmsg']; |
| | | if(isset($this->wordbook[$errmsg])) { |
| | | $this->errorMessage .= $this->wordbook[$errmsg]."<br />\r\n"; |
| | | } else { |
| | | $this->errorMessage .= $errmsg."<br />\r\n"; |
| | | } |
| | | } |
| | | } else { |
| | | $this->errorMessage .= $errmsg."<br />\r\n"; |
| | | //* Check content with regex, if we use php < 5.2 |
| | | $ip_ok = 0; |
| | | if(preg_match("/^(\:\:([a-f0-9]{1,4}\:){0,6}?[a-f0-9]{0,4}|[a-f0-9]{1,4}(\:[a-f0-9]{1,4}){0,6}?\:\:|[a-f0-9]{1,4}(\:[a-f0-9]{1,4}){1,6}?\:\:([a-f0-9]{1,4}\:){1,6}?[a-f0-9]{1,4})(\/\d{1,3})?$/i", $field_value)){ |
| | | $ip_ok = 1; |
| | | } |
| | | if(preg_match("/^[0-9]{1,3}(\.)[0-9]{1,3}(\.)[0-9]{1,3}(\.)[0-9]{1,3}$/", $field_value)){ |
| | | $ip_ok = 1; |
| | | } |
| | | if($ip_ok == 0) { |
| | | $errmsg = $validator['errmsg']; |
| | | if(isset($this->wordbook[$errmsg])) { |
| | | $this->errorMessage .= $this->wordbook[$errmsg]."<br />\r\n"; |
| | | } else { |
| | | $this->errorMessage .= $errmsg."<br />\r\n"; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | | DO NOT TOUCH ANYTHING IN THIS CLASS IT MAY NOT WORK OTHERWISE | |
| | | \-----------------------------------------------------------------------------*/ |
| | | |
| | | function raiseError ($code, $level = null, $extra=null) { |
| | | public static function raiseError ($code, $level = null, $extra=null) { |
| | | if (!($level & error_reporting())&& $level != KILL) return; // binary AND checks for reporting level |
| | | |
| | | $error_codes = array( |
| | |
| | | $wb['datalog_status_d_web_folder_user'] = 'Odstranění uživatele pro adresáře chráněné heslem'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['datalog_status_i_web_folder_user'] = 'Create folder protection user'; |
| | | $wb['datalog_status_u_web_folder_user'] = 'Update folder protection user'; |
| | | $wb['datalog_status_d_web_folder_user'] = 'Delete folder protection user'; |
| | | |
| | | $wb['login_as_txt'] = 'Log in as'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['website_autoalias_note_txt'] = 'Placeholders:'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
| | |
| | | $wb['Directive Snippets'] = 'Directive Snippets'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['directive_snippets_name_error_unique'] = 'There is already a directive snippet with this name.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Add Directive Snippet'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['udp_ports_error_regex'] = 'Znak není povole v definici UDP portu. Povolené symboly jsou čísla, : a ,.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat záznam'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['name_err'] = 'Skupina musí mít min. 1, max. 30 znaků.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['warning_txt'] = '<b>VAROVÁNÍ:</b> Zde neupravujte uživatelská nastavení. Užijte klientská a distributorská nastavení v klientském modulu. Úprava uživatelý nebo skupin zde může způsobit ztrátu dat!'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['multiport_txt'] = 'Multi Port'; |
| | | $wb['singleport_txt'] = 'Single Port'; |
| | | $wb['protocol_txt'] = 'Protocol'; |
| | | $wb['table_txt'] = 'Table'; |
| | | $wb['protocol_txt'] = 'Protokol'; |
| | | $wb['table_txt'] = 'Tabulka'; |
| | | $wb['target_txt'] = 'Cíl'; |
| | | $wb['state_txt'] = 'State'; |
| | | $wb['destination_ip_txt'] = 'Destination Address'; |
| | | $wb['source_ip_txt'] = 'Source Address'; |
| | | $wb['state_txt'] = 'Stav'; |
| | | $wb['destination_ip_txt'] = 'Cílové adresy'; |
| | | $wb['source_ip_txt'] = 'Zdrojové adresy'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['iptables_error_unique'] = 'There is already a firewall record for this server.'; |
| | | $wb['iptables_error_unique'] = 'Stejný záznam pro firewall je již na tomto serveru použit.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['multiport_txt'] = 'Multi Port'; |
| | | $wb['singleport_txt'] = 'Single Port'; |
| | | $wb['protocol_txt'] = 'Protocol'; |
| | | $wb['table_txt'] = 'Table'; |
| | | $wb['protocol_txt'] = 'Protokol'; |
| | | $wb['table_txt'] = 'Tabulka'; |
| | | $wb['target_txt'] = 'Cíl'; |
| | | $wb['state_txt'] = 'State'; |
| | | $wb['destination_ip_txt'] = 'Destination Address'; |
| | | $wb['source_ip_txt'] = 'Source Address'; |
| | | $wb['state_txt'] = 'Stav'; |
| | | $wb['destination_ip_txt'] = 'Cílové adresy'; |
| | | $wb['source_ip_txt'] = 'Zdrojové adresy'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['iptables_error_unique'] = 'There is already a firewall record for this server.'; |
| | | $wb['iptables_error_unique'] = 'Stejný záznam pro firewall je již na tomto serveru použit.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['btn_cancel_txt'] = 'Zpět'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['btn_cancel_txt'] = 'Zpět'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['btn_cancel_txt'] = 'Zpět'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['btn_cancel_txt'] = 'Zpět'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['ignore_version_txt'] = 'Přeskočit kontrolu verze ISPConfigu.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['lang_file_date_txt'] = 'Poslední úprava'; |
| | | ?> |
| | | |
| | | |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['ispconfig_update_text'] = 'Přihlaste se jako uživatel root na terminal (shell) serveru a proveďte příkaz<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />spustí se ISPConfig aktualizace.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Klikněte zde pro podrobnější informace o provedení aktualizace</a>'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['username_txt'] = 'Uživatel'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['firewall_server_txt'] = 'Firewall-Server'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['website_basedir_txt'] = 'Website config adresář'; |
| | | $wb['vhost_conf_dir_txt'] = 'Vhost config adresář'; |
| | | $wb['vhost_conf_enabled_dir_txt'] = 'Vhost config enabled adresář'; |
| | | $wb['getmail_config_dir_txt'] = 'Getmail config adresář'; |
| | | $wb['getmail_config_dir_txt'] = 'Getmail složka pro konfigurace'; |
| | | $wb['fastcgi_starter_path_txt'] = 'FastCGI starter cesta'; |
| | | $wb['fastcgi_starter_script_txt'] = 'FastCGI starter skript'; |
| | | $wb['fastcgi_alias_txt'] = 'FastCGI alias'; |
| | | $wb['fastcgi_phpini_path_txt'] = 'FastCGI php.ini cesta'; |
| | | $wb['fastcgi_phpini_path_txt'] = 'FastCGI cesta k adresáři kde je umístěn php.ini'; |
| | | $wb['fastcgi_children_txt'] = 'FastCGI děti'; |
| | | $wb['fastcgi_max_requests_txt'] = 'FastCGI max. požadavků'; |
| | | $wb['fastcgi_bin_txt'] = 'FastCGI bin'; |
| | | $wb['fastcgi_bin_txt'] = 'FastCGI cesta k binarnímu balíčku'; |
| | | $wb['module_txt'] = 'Modul'; |
| | | $wb['maildir_path_txt'] = 'Cesta k mail adresáři'; |
| | | $wb['homedir_path_txt'] = 'Cesta k domácímu adresáři'; |
| | |
| | | $wb['ip_address_txt'] = 'IP adresa'; |
| | | $wb['netmask_txt'] = 'Maska'; |
| | | $wb['gateway_txt'] = 'Brána'; |
| | | $wb['hostname_txt'] = 'Hostname'; |
| | | $wb['nameservers_txt'] = 'Jmenné servery'; |
| | | $wb['hostname_txt'] = 'Název hostitele (hostname)'; |
| | | $wb['nameservers_txt'] = 'Jmenné servery (DNS)'; |
| | | $wb['auto_network_configuration_txt'] = 'Konfigurace sítě'; |
| | | $wb['ip_address_error_wrong'] = 'Neplatný formát IP adresy.'; |
| | | $wb['netmask_error_wrong'] = 'Neplatný formát síťové masky.'; |
| | | $wb['gateway_error_wrong'] = 'Neplatný formát brány.'; |
| | | $wb['hostname_error_empty'] = 'Hostname je prázdný.'; |
| | | $wb['hostname_error_empty'] = 'Název hostitele (hostname) je prázdný.'; |
| | | $wb['nameservers_error_empty'] = 'Jmenný server je prázdný.'; |
| | | $wb['config_dir_txt'] = 'Vlogger config adresář'; |
| | | $wb['config_dir_txt'] = 'Vlogger cesta k vlogger-dbi.conf'; |
| | | $wb['init_script_txt'] = 'Název cron init skriptu'; |
| | | $wb['crontab_dir_txt'] = 'Cesta k individuálním cron tabulkám'; |
| | | $wb['wget_txt'] = 'Cesta k wget programu'; |
| | |
| | | $wb['bind_user_txt'] = 'BIND uživatel'; |
| | | $wb['bind_group_txt'] = 'BIND skupina'; |
| | | $wb['bind_zonefiles_dir_txt'] = 'BIND adresář se zónovými soubory'; |
| | | $wb['named_conf_path_txt'] = 'BIND named.conf cesta'; |
| | | $wb['named_conf_path_txt'] = 'BIND named.conf cesta k souboru'; |
| | | $wb['bind_user_error_empty'] = 'BIND uživatel je prázdný.'; |
| | | $wb['bind_group_error_empty'] = 'BIND skupina je prázdná.'; |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND adresář se zónovými soubory je prázdný.'; |
| | |
| | | $wb['mail_filter_syntax_txt'] = 'Syntaxe mailového filtru'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP démon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir ije prázdný.'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir je prázdný.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride je prázdný.'; |
| | | $wb['awstats_conf_dir_txt'] = 'awstats conf folder'; |
| | | $wb['awstats_data_dir_txt'] = 'awstats data folder'; |
| | | $wb['awstats_pl_txt'] = 'awstats.pl script'; |
| | | $wb['awstats_buildstaticpages_pl_txt'] = 'awstats_buildstaticpages.pl script'; |
| | | $wb['awstats_conf_dir_txt'] = 'awstats složka pro konfigurace'; |
| | | $wb['awstats_data_dir_txt'] = 'awstats složka pro data'; |
| | | $wb['awstats_pl_txt'] = 'awstats.pl cesta ke skriptu'; |
| | | $wb['awstats_buildstaticpages_pl_txt'] = 'awstats_buildstaticpages.pl cesta ke skriptu'; |
| | | $wb['backup_dir_txt'] = 'Adresář pro zálohy'; |
| | | $wb['named_conf_local_path_txt'] = 'BIND named.conf.local path'; |
| | | $wb['php_ini_path_cgi_txt'] = 'CGI php.ini path'; |
| | | $wb['php_ini_path_apache_txt'] = 'Apache php.ini path'; |
| | | $wb['check_apache_config_txt'] = 'Test apache configuration on restart'; |
| | | $wb['CA_path_txt'] = 'CA Path'; |
| | | $wb['CA_pass_txt'] = 'CA passphrase'; |
| | | $wb['ufw_enable_txt'] = 'Enable'; |
| | | $wb['ufw_manage_builtins_txt'] = 'Manage Builtin Rules'; |
| | | $wb['ufw_ipv6_txt'] = 'Enable IPv6'; |
| | | $wb['ufw_default_input_policy_txt'] = 'Default Input Policy'; |
| | | $wb['named_conf_local_path_txt'] = 'BIND named.conf.local cesta k souboru'; |
| | | $wb['php_ini_path_cgi_txt'] = 'Cesta k CGI php.ini'; |
| | | $wb['php_ini_path_apache_txt'] = 'Cesta k Apache php.ini'; |
| | | $wb['check_apache_config_txt'] = 'Provést test konfigurace apache před restartováním'; |
| | | $wb['CA_path_txt'] = 'CA cesta'; |
| | | $wb['CA_pass_txt'] = 'CA heslo'; |
| | | $wb['ufw_enable_txt'] = 'Aktivovat'; |
| | | $wb['ufw_manage_builtins_txt'] = 'Správa vestavěných pravidel'; |
| | | $wb['ufw_ipv6_txt'] = 'Aktivovat IPv6'; |
| | | $wb['ufw_default_input_policy_txt'] = 'Standardní vstupní politika'; |
| | | $wb['ufw_default_output_policy_txt'] = 'Default Output Policy'; |
| | | $wb['ufw_default_forward_policy_txt'] = 'Default Forward Policy'; |
| | | $wb['ufw_default_application_policy_txt'] = 'Default Application Policy'; |
| | | $wb['ufw_log_level_txt'] = 'Log Level'; |
| | | $wb['ufw_log_level_txt'] = 'Úroveň logování'; |
| | | $wb['network_config_warning_txt'] = 'Možnost konfigurace sítě je k dispozici pouze pro Debian a Ubuntu servery. Nepoužívejte tuto volbu, pokud vaše síťové rozhraní není eth0.'; |
| | | $wb['fastcgi_config_syntax_txt'] = 'FastCGI config syntax'; |
| | | $wb['server_type_txt'] = 'Server Type'; |
| | | $wb['server_type_txt'] = 'Typ serveru'; |
| | | $wb['nginx_vhost_conf_dir_txt'] = 'Nginx Vhost config dir'; |
| | | $wb['nginx_vhost_conf_enabled_dir_txt'] = 'Nginx Vhost config enabled dir'; |
| | | $wb['nginx_user_txt'] = 'Nginx user'; |
| | | $wb['nginx_group_txt'] = 'Nginx group'; |
| | | $wb['nginx_cgi_socket_txt'] = 'Nginx CGI Socket'; |
| | | $wb['backup_dir_error_empty'] = 'Backup directory is empty.'; |
| | | $wb['backup_dir_error_empty'] = 'Adresář se zálohou je prázdný.'; |
| | | $wb['maildir_path_error_empty'] = 'Maildir Path is empty.'; |
| | | $wb['homedir_path_error_empty'] = 'Homedir Path is empty.'; |
| | | $wb['mailuser_uid_error_empty'] = 'Mailuser UID is empty.'; |
| | |
| | | $wb['php_fpm_socket_dir_txt'] = 'PHP-FPM socket directory'; |
| | | $wb['php_fpm_socket_dir_error_empty'] = 'PHP-FPM socket directory is empty.'; |
| | | $wb['try_rescue_txt'] = 'Povolit monitorování služeb a restartovat při selhání'; |
| | | $wb['do_not_try_rescue_mysql_txt'] = 'Zakázat MySQL sledování'; |
| | | $wb['do_not_try_rescue_mail_txt'] = 'Zakázat E-mail sledování'; |
| | | $wb['rescue_description_txt'] = '<b>Information:</b> If you want to shut down mysql you have to select the Disable MySQL monitor checkbox and then wait 2-3 minutes.<br>if you do not wait 2-3 minutes, rescue will try to restart mysql!'; |
| | | $wb['enable_sni_txt'] = 'Enable SNI'; |
| | | $wb['do_not_try_rescue_httpd_txt'] = 'Zakázat HTTPD sledování'; |
| | | $wb['do_not_try_rescue_mysql_txt'] = 'Zakázat MySQL monitorování'; |
| | | $wb['do_not_try_rescue_mail_txt'] = 'Zakázat E-mail monitorování'; |
| | | $wb['rescue_description_txt'] = '<b>Informace:</b> Pokud chcete např. vypnout MySQL zatrhněte políčko \\"Zakázat MySQL monitorování\\" změna se provede do 2-3 minut.<br>Pokud nepočkáte 2-3 minuty, monitorování restartuje mysql!!'; |
| | | $wb['enable_sni_txt'] = 'Aktivovat SNI (Server Name Indication)'; |
| | | $wb['do_not_try_rescue_httpd_txt'] = 'Zakázat HTTPD monitorování'; |
| | | $wb['set_folder_permissions_on_update_txt'] = 'Set folder permissions on update'; |
| | | $wb['add_web_users_to_sshusers_group_txt'] = 'Add web users to -sshusers- group'; |
| | | $wb['connect_userid_to_webid_txt'] = 'Connect Linux userid to webid'; |
| | |
| | | $wb['backup_mode_rootgz'] = 'Zálohování všech souborů v adresáři web jako uživatel root'; |
| | | $wb['realtime_blackhole_list_txt'] = 'Real-time Blackhole List'; |
| | | $wb['realtime_blackhole_list_note_txt'] = '(Samostatná RBL se odděluje čárkou)'; |
| | | $wb['ssl_settings_txt'] = 'SSL Settings'; |
| | | $wb['permissions_txt'] = 'Permissions'; |
| | | $wb['php_settings_txt'] = 'PHP Settings'; |
| | | $wb['apps_vhost_settings_txt'] = 'Apps Vhost Settings'; |
| | | $wb['awstats_settings_txt'] = 'AWStats Settings'; |
| | | $wb['ssl_settings_txt'] = 'SSL Nastavení'; |
| | | $wb['permissions_txt'] = 'Nastavit oprávnění'; |
| | | $wb['php_settings_txt'] = 'PHP Nastavení'; |
| | | $wb['apps_vhost_settings_txt'] = 'Apps Vhost Nastavení'; |
| | | $wb['awstats_settings_txt'] = 'AWStats Nastavení'; |
| | | $wb['firewall_txt'] = 'Firewall'; |
| | | $wb['mailbox_quota_stats_txt'] = 'Statistika kvóty poštovní schránky'; |
| | | $wb['enable_ip_wildcard_txt'] = 'Enable IP wildcard (*)'; |
| | | $wb['enable_ip_wildcard_txt'] = 'Aktivovat IP wildcard (*)'; |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Při překročení limitu přenesených dat, poslat oznámení adminovi'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Při překročení limitu přenesených dat, poslat oznámení klientovi'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | $wb['php_ini_check_minutes_txt'] = 'Check system php.ini files for changes each'; |
| | | $wb['php_ini_check_minutes_info_txt'] = 'minutes (0 disables checking)'; |
| | | $wb['php_ini_check_minutes_error_empty'] = 'Invalid value for php.ini checking.'; |
| | | $wb['sendmail_path_txt'] = 'Sendmail Path'; |
| | | $wb['sendmail_path_error_empty'] = 'Sendmail Path is empty.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['server_name_txt'] = 'Server'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['ip_type_txt'] = 'Verze'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['firewall_server_txt'] = 'Firewall'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['php_fpm_pool_dir_txt'] = 'Cesta k PHP-FPM pool adresáři'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['name_txt'] = 'Verze PHP'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['btn_cancel_txt'] = 'Zrušit'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['package_title_txt'] = 'Balíček'; |
| | | $wb['package_description_txt'] = 'Popis'; |
| | | $wb['action_txt'] = 'Akce'; |
| | | $wb['toolsarea_head_txt'] = 'Packages'; |
| | | $wb['repoupdate_txt'] = 'Update package list'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | $wb['toolsarea_head_txt'] = 'Balíčky'; |
| | | $wb['repoupdate_txt'] = 'Aktualizace seznamu balíků'; |
| | | $wb['package_id_txt'] = 'místní App-ID'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['action_txt'] = 'Akce'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['use_loadindicator_txt'] = 'Use Load Indicator'; |
| | | $wb['f5_to_reload_js_txt'] = 'If you change this, you might have to press F5 to make the browser reload JavaScript libraries or empty your browser cache.'; |
| | | $wb['client_username_web_check_disabled_txt'] = 'Disable client username check for the word \'web\'.'; |
| | | $wb['mailbox_show_autoresponder_tab_txt'] = 'Show Autoresponder tab in Mailbox detail'; |
| | | $wb['mailbox_show_mail_filter_tab_txt'] = 'Show Mail Filter tab in Mailbox detail'; |
| | | $wb['mailbox_show_custom_rules_tab_txt'] = 'Show Custom Rules tab in Mailbox detail'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['php_fpm_pool_dir_txt'] = 'Cesta k PHP-FPM pool adresáři'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['repeat_password_txt'] = 'Opakujte heslo'; |
| | | $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | $wb['username_error_collision'] = 'Uživatelské jméno nesmí být web nebo web a číslo.\"'; |
| | | $wb['username_error_collision'] = 'Uživatelské jméno nesmí být web nebo web a číslo.\\"'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Uživatelé'; |
| | | $wb['username_txt'] = 'Uživatelské jméno'; |
| | | $wb['client_id_txt'] = 'Client ID'; |
| | | $wb['client_id_txt'] = 'Klient ID'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['add_new_record_txt'] = 'Přidat uživatele'; |
| | | $wb['warning_txt'] = '<b>VAROVÁNÍ:</b> Zde neupravujte uživatelská nastavení. Užijte klientská a distributorská nastavení v klientském modulu. Úprava uživatelů nebo skupin zde může způsobit ztrátu dat!'; |
| | | $wb['groups_txt'] = 'Skupiny'; |
| | | ?> |
| | | |
| | | |
New file |
| | |
| | | <?php |
| | | $wb['login_1_txt'] = 'Do you want to login as user'; |
| | | $wb['login_2_txt'] = 'If you do so, you can \"go back\" by clicking at logout.'; |
| | | $wb['btn_yes_txt'] = 'Yes, login as Client'; |
| | | $wb['btn_back_txt'] = 'No, back to list'; |
| | | $wb['udp_port_help_txt'] = 'Separated by comma'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['firewall_error_unique'] = 'There is already a firewall record for this server.'; |
| | | $wb['tcp_ports_error_regex'] = 'Character not allowed in tcp port definition. Allowed characters are numbers, \":\" and \",\".'; |
| | | $wb['udp_ports_error_regex'] = 'Character not allowed in udp port definition. Allowed characters are numbers, \":\" and \",\".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Webverzeichnis unveränderlich machen (erweiterte Attribute)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Überschreiten des Transfer Limits an den Administrator senden'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Überschreiten des Transfer Limits an den Kunden senden'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Präfix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 auf dem Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Falsches IPv6 Netzmasken Format.'; |
| | | $wb['php_ini_check_minutes_txt'] = 'Prüfe System php.ini Dateien auf Änderungen alle'; |
| | | $wb['php_ini_check_minutes_info_txt'] = 'Minute(n) (0 deaktiviert diese Funktion)'; |
| | | $wb['php_ini_check_minutes_error_empty'] = 'Der Wert für die Einstellung der php.ini Prüfung ist ungültig.'; |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["Directive Snippets"] = 'Directive Snippets'; |
| | | $wb["name_txt"] = 'Name of Snippet'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["snippet_txt"] = 'Snippet'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["directive_snippets_name_empty"] = 'Please specify a name for the snippet.'; |
| | | $wb["directive_snippets_name_error_unique"] = 'There is already a directive snippet with this name.'; |
| | | ?> |
| | | $wb['Directive Snippets'] = 'Directive Snippets'; |
| | | $wb['name_txt'] = 'Name of Snippet'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['snippet_txt'] = 'Snippet'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['directive_snippets_name_empty'] = 'Please specify a name for the snippet.'; |
| | | $wb['directive_snippets_name_error_unique'] = 'There is already a directive snippet with this name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Directive Snippets'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["name_txt"] = 'Name of Snippet'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["add_new_record_txt"] = 'Add Directive Snippet'; |
| | | ?> |
| | | $wb['list_head_txt'] = 'Directive Snippets'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['name_txt'] = 'Name of Snippet'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['add_new_record_txt'] = 'Add Directive Snippet'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["login_1_txt"] = 'Do you want to login as user'; |
| | | $wb["login_2_txt"] = 'If you do so, you can "go back" by clicking at logout.'; |
| | | $wb["btn_yes_txt"] = 'Yes, login as Client'; |
| | | $wb["btn_back_txt"] = 'No, back to list'; |
| | | $wb["udp_port_help_txt"] = 'Separated by comma'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["firewall_error_unique"] = 'There is already a firewall record for this server.'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | $wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'; |
| | | ?> |
| | |
| | | $wb['web_folder_protection_txt'] = 'Make web folders immutable (extended attributes)'; |
| | | $wb['overtraffic_notify_admin_txt'] = 'Send overtraffic notification to admin'; |
| | | $wb['overtraffic_notify_client_txt'] = 'Send overtraffic notification to client'; |
| | | $wb['v6_prefix_txt'] = 'IPv6 Prefix'; |
| | | $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; |
| | | $wb['v6_prefix_wrong'] = 'Invalid v6 Netmask format.'; |
| | | ?> |
| | |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\"'; |
| | | $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; |
| | | ?> |
| | |
| | | * Now generate the login-Form |
| | | * TODO: move the login_as form to a template file -> themeability |
| | | */ |
| | | |
| | | $lng_file = 'lib/lang/'.$_SESSION['s']['language'].'_login_as.lng'; |
| | | include($lng_file); |
| | | |
| | | echo ' |
| | | <br /> <br /> <br /> <br /> |
| | | Do you want to login as user ' . $dbData['username'] . '?<br /> |
| | | If you do so, you can "go back" by clicking at logout.<br /> |
| | | '.$wb['login_1_txt'].' ' . $dbData['username'] . '?<br /> |
| | | '.$wb['login_2_txt'].'<br /> |
| | | <div style="visibility:hidden"> |
| | | <input type="text" name="username" value="' . $dbData['username'] . '" /> |
| | | <input type="password" name="passwort" value="' . $dbData['passwort'] .'" /> |
| | |
| | | <input type="hidden" name="s_mod" value="login" /> |
| | | <input type="hidden" name="s_pg" value="index" /> |
| | | <div class="wf_actions buttons"> |
| | | <button class="positive iconstxt icoPositive" type="button" value="Yes, login as Client" onclick="submitLoginForm(' . "'pageForm'" . ');"><span>Yes, login as Client</span></button> |
| | | <button class="negative iconstxt icoNegative" type="button" value="No, back to list" onclick="loadContent('. "'$backlink'" . ');"><span>No, back to list</span></button> |
| | | <button class="positive iconstxt icoPositive" type="button" value="'.$wb['btn_yes_txt'].'" onclick="submitLoginForm(' . "'pageForm'" . ');"><span>'.$wb['btn_yes_txt'].'</span></button> |
| | | <button class="negative iconstxt icoNegative" type="button" value="'.$wb['btn_back_txt'].'" onclick="loadContent('. "'$backlink'" . ');"><span>'.$wb['btn_back_txt'].'</span></button> |
| | | </div> |
| | | '; |
| | | ?> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | |
| | | <tfoot> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | |
| | | <tfoot> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td>
|
| | | </tr>
|
| | | </tmpl_loop>
|
| | | <tmpl_unless name="records">
|
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
|
| | | <td colspan="9">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
|
| | | </tr>
|
| | | </tmpl_unless>
|
| | | </tbody>
|
| | | <tfoot>
|
| | | <tr>
|
| | |
| | | {tmpl_var name='language_option'} |
| | | </select> |
| | | </div> |
| | | <div class="buttonHolder buttons"> |
| | | <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onclick="submitForm('pageForm','admin/language_complete.php');"><span>{tmpl_var name='btn_save_txt'}</span></button> |
| | | <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onclick="loadContent('admin/language_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button> |
| | | </div> |
| | | </fieldset> |
| | | |
| | | <div class="buttonHolder buttons"> |
| | | <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onclick="submitForm('pageForm','admin/language_complete.php');"><span>{tmpl_var name='btn_save_txt'}</span></button> |
| | | <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onclick="loadContent('admin/language_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button> |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | </div> |
| | |
| | | <fieldset class="inlineLabels"><legend>{tmpl_var name='do_osupdate_caption'}</legend> |
| | | <div class="ctrlHolder"> |
| | | <label for="server_select">{tmpl_var name='select_server_txt'}</label> |
| | | <select name="server_select" id="server" class="selectInput" onchange="document.getElementById('OKMsg').style.visibility = 'hidden'; "> |
| | | <select name="server_select" id="server" class="selectInput" onchange="$('#OKMsg').hide(); "> |
| | | {tmpl_var name='server_option'} |
| | | </select> |
| | | </div> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="2">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="7">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="8">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | <td class="tbl_col_version">{tmpl_var name="version"}</td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | |
| | | |
| | | |
| | | function onAfterDelete() { |
| | | function onBeforeDelete() { |
| | | global $app, $conf; |
| | | |
| | | $client_id = $app->functions->intval($this->dataRecord['client_id']); |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['error_client_group_id_empty'] = 'Musíte vybrat zákazníka<br>'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['limit_maildomain_txt'] = 'Max. počet emailových domén'; |
| | | $wb['limit_maildomain_txt'] = 'Max. počet e-mailových domén'; |
| | | $wb['limit_mailbox_txt'] = 'Max. počet mailboxů'; |
| | | $wb['limit_mailalias_txt'] = 'Max. počet emailových aliasů'; |
| | | $wb['limit_mailalias_txt'] = 'Max. počet e-mailových aliasů'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'Max. počet doménových aliasů'; |
| | | $wb['limit_mailforward_txt'] = 'Max. počet emailových předavačů'; |
| | | $wb['limit_mailcatchall_txt'] = 'Max. počet emailových košů'; |
| | | $wb['limit_mailrouting_txt'] = 'Max. počet emailových směrování'; |
| | | $wb['limit_mailfilter_txt'] = 'Max. počet emailových filtrů'; |
| | | $wb['limit_fetchmail_txt'] = 'Max. počet účtů externího získávání emailů'; |
| | | $wb['limit_mailforward_txt'] = 'Max. počet e-mailových předavačů'; |
| | | $wb['limit_mailcatchall_txt'] = 'Max. počet e-mailových košů'; |
| | | $wb['limit_mailrouting_txt'] = 'Max. počet e-mailových směrování'; |
| | | $wb['limit_mailfilter_txt'] = 'Max. počet e-mailových filtrů'; |
| | | $wb['limit_fetchmail_txt'] = 'Max. počet účtů externího získávání e-mailů'; |
| | | $wb['limit_mailquota_txt'] = 'Mailbox kvóta'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Max. počet spamfiltrových bílých / černých listinových filtrů'; |
| | | $wb['limit_spamfilter_user_txt'] = 'Max. počet spamflitrových uživatelů'; |
| | | $wb['limit_spamfilter_policy_txt'] = 'Max. počet spamfiltrových politik'; |
| | | $wb['default_mailserver_txt'] = 'Výchozí mailserver'; |
| | | $wb['default_mailserver_txt'] = 'Výchozí e-mailový server'; |
| | | $wb['company_name_txt'] = 'Název společnosti'; |
| | | $wb['contact_name_txt'] = 'Název kontaktu'; |
| | | $wb['username_txt'] = 'Uživatelské jméno'; |
| | |
| | | $wb['telephone_txt'] = 'Telefon'; |
| | | $wb['mobile_txt'] = 'Mobilní telefon'; |
| | | $wb['fax_txt'] = 'Fax'; |
| | | $wb['email_txt'] = 'Kontaktní email na klienta'; |
| | | $wb['email_txt'] = 'Kontaktní e-mail na klienta'; |
| | | $wb['internet_txt'] = 'WWW stránky klienta'; |
| | | $wb['icq_txt'] = 'ICQ'; |
| | | $wb['notes_txt'] = 'Poznámky'; |
| | |
| | | $wb['limit_client_error_notint'] = 'Limit sub klientů musí být číslo.'; |
| | | $wb['firstname_error_empty'] = 'Jméno je prázdné.'; |
| | | $wb['contact_error_empty'] = 'Kontakt je prázdný.'; |
| | | $wb['default_webserver_txt'] = 'Výchozí webserver'; |
| | | $wb['default_webserver_txt'] = 'Výchozí webový server'; |
| | | $wb['limit_web_domain_txt'] = 'Max. počet webových domén'; |
| | | $wb['limit_web_aliasdomain_txt'] = 'Max. počet webových alias domén'; |
| | | $wb['limit_web_subdomain_txt'] = 'Max. počet webových subdomén'; |
| | | $wb['limit_ftp_user_txt'] = 'Max. počet FTP uživatelů'; |
| | | $wb['default_dnsserver_txt'] = 'Výchozí DNS server'; |
| | | $wb['limit_dns_zone_txt'] = 'Max. počet DNS zón'; |
| | | $wb['limit_dns_slave_zone_txt'] = 'Max. počet sekundárních zón DNS'; |
| | | $wb['limit_dns_slave_zone_txt'] = 'Max. počet sekundárních DNS zón'; |
| | | $wb['limit_dns_record_txt'] = 'Max. počet DNS záznamů'; |
| | | $wb['limit_shell_user_txt'] = 'Max. počet shell uživatelů'; |
| | | $wb['limit_client_txt'] = 'Max. počet klientů'; |
| | |
| | | $wb['limit_cron_error_frequency'] = 'Limit cron frekvence musí být číslo.'; |
| | | $wb['username_error_regex'] = 'Uživatelské jméno obsahuje neplatné znaky.'; |
| | | $wb['template_master_txt'] = 'Hlavní šablona'; |
| | | $wb['template_additional_txt'] = 'Addon šablona'; |
| | | $wb['ssh_chroot_txt'] = 'SSH chroot volby'; |
| | | $wb['template_additional_txt'] = 'Dodatečná šablona'; |
| | | $wb['ssh_chroot_txt'] = 'SSH chroot - dostupná volba pro klienta'; |
| | | $wb['web_php_options_txt'] = 'PHP volby'; |
| | | $wb['limit_client_error'] = 'Max. počet kleintů dosažen.'; |
| | | $wb['limit_web_quota_txt'] = 'Web kvóta'; |
| | | $wb['limit_web_quota_txt'] = 'Webová kvóta'; |
| | | $wb['limit_traffic_quota_txt'] = 'Přenosová kvóta'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Přenosová kvót musí být číslo.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. počet Webdav uživatelů'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Zákaznické číslo'; |
| | | $wb['vat_id_txt'] = 'DIČ'; |
| | | $wb['required_fields_txt'] = '* Povinná pole'; |
| | | $wb['company_id_txt'] = 'IČO'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. počet e-mailových konferencí'; |
| | | $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.'; |
| | | $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers'; |
| | | $wb['limit_openvz_vm_txt'] = 'Max. počet virtuálních serverů'; |
| | | $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template'; |
| | | $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.'; |
| | | $wb['web_php_options_notempty'] = 'No PHP option(s) selected. Select at least one PHP option.'; |
| | |
| | | $wb['username_error_collision'] = 'The username may not start with the word -web- or -web- followed by a number.'; |
| | | $wb['add_additional_template_txt'] = 'Přidat dodatečnou šablonu'; |
| | | $wb['delete_additional_template_txt'] = 'Smazat dodatečnou šablonu'; |
| | | $wb['limit_cgi_txt'] = 'CGI available'; |
| | | $wb['limit_ssi_txt'] = 'SSI available'; |
| | | $wb['limit_perl_txt'] = 'Perl available'; |
| | | $wb['limit_ruby_txt'] = 'Ruby available'; |
| | | $wb['limit_python_txt'] = 'Python available'; |
| | | $wb['force_suexec_txt'] = 'SuEXEC forced'; |
| | | $wb['limit_hterror_txt'] = 'Custom error docs available'; |
| | | $wb['limit_cgi_txt'] = 'CGI - dostupná volba pro klienta'; |
| | | $wb['limit_ssi_txt'] = 'SSI - dostupná volba pro klienta'; |
| | | $wb['limit_perl_txt'] = 'Perl - dostupná volba pro klienta'; |
| | | $wb['limit_ruby_txt'] = 'Ruby - dostupná volba pro klienta'; |
| | | $wb['limit_python_txt'] = 'Python - dostupná volba pro klienta'; |
| | | $wb['force_suexec_txt'] = 'SuEXEC - povinné pro klienta'; |
| | | $wb['limit_hterror_txt'] = 'Vlastní Error (chybové) dokumenty'; |
| | | $wb['limit_wildcard_txt'] = 'Wildcard subdomain available'; |
| | | $wb['limit_ssl_txt'] = 'SSL available'; |
| | | $wb['limit_ssl_txt'] = 'SSL - dostupná volba pro klienta'; |
| | | $wb['bank_account_number_txt'] = 'Číslo účtu'; |
| | | $wb['bank_code_txt'] = 'Kód banky'; |
| | | $wb['bank_name_txt'] = 'Název banky'; |
| | | $wb['bank_account_iban_txt'] = 'IBAN'; |
| | | $wb['bank_account_swift_txt'] = 'BIC / Swift'; |
| | | $wb['web_limits_txt'] = 'Web Limits'; |
| | | $wb['email_limits_txt'] = 'Email Limits'; |
| | | $wb['database_limits_txt'] = 'Database Limits'; |
| | | $wb['cron_job_limits_txt'] = 'Cron Job Limits'; |
| | | $wb['dns_limits_txt'] = 'DNS Limits'; |
| | | $wb['virtualization_limits_txt'] = 'Virtualization Limits'; |
| | | $wb['web_limits_txt'] = 'Webové limity'; |
| | | $wb['email_limits_txt'] = 'E-mailové limity'; |
| | | $wb['database_limits_txt'] = 'Databázové limity'; |
| | | $wb['cron_job_limits_txt'] = 'Cron pracovní limity'; |
| | | $wb['dns_limits_txt'] = 'DNS limity'; |
| | | $wb['virtualization_limits_txt'] = 'Virtualizace limity'; |
| | | $wb['generate_password_txt'] = 'Generovat heslo'; |
| | | $wb['repeat_password_txt'] = 'Opakujte heslo'; |
| | | $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | $wb['active_template_additional_txt'] = 'Active Addons'; |
| | | $wb['active_template_additional_txt'] = 'Aktivní dodatečná šablona'; |
| | | $wb['bank_account_owner_txt'] = 'Bankovní účet vlastníka'; |
| | | $wb['email_error_isemail'] = 'Please enter a valid email address.'; |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['email_error_isemail'] = 'Zadejte prosím platnou e-mailovou adresu.'; |
| | | $wb['customer_no_error_unique'] = 'Zákaznické číslo musí být jedinečné (nebo prázdné).'; |
| | | $wb['paypal_email_error_isemail'] = 'Zadejte prosím platnou PayPal e-mail addresu.'; |
| | | $wb['paypal_email_txt'] = 'PayPal e-mail'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['btn_cancel_txt'] = 'Zrušit bez smazání klienta'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['variables_txt'] = 'Výběr (možnosti):'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['limit_client_error_notint'] = 'Klientský limit není číslo.'; |
| | | $wb['limit_maildomain_txt'] = 'Max. počet emailových domén'; |
| | | $wb['limit_maildomain_txt'] = 'Max. počet e-mailových domén'; |
| | | $wb['limit_mailbox_txt'] = 'Max. počet mailboxů'; |
| | | $wb['limit_mailalias_txt'] = 'Max. emailových aliasů'; |
| | | $wb['limit_mailalias_txt'] = 'Max. e-mailových aliasů'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'Max. počet doménových aliasů'; |
| | | $wb['limit_mailforward_txt'] = 'Max. počet emailových předávání'; |
| | | $wb['limit_mailcatchall_txt'] = 'Max. počet emailových košů'; |
| | | $wb['limit_mailrouting_txt'] = 'Max. počet emailových směrování'; |
| | | $wb['limit_mailfilter_txt'] = 'Max. počet emailových filtrů'; |
| | | $wb['limit_fetchmail_txt'] = 'Max. počet účtů externího získávání emailů'; |
| | | $wb['limit_mailforward_txt'] = 'Max. počet e-mailových předávání'; |
| | | $wb['limit_mailcatchall_txt'] = 'Max. počet e-mailových košů'; |
| | | $wb['limit_mailrouting_txt'] = 'Max. počet e-mailových směrování'; |
| | | $wb['limit_mailfilter_txt'] = 'Max. počet e-mailových filtrů'; |
| | | $wb['limit_fetchmail_txt'] = 'Max. počet účtů externího získávání e-mailů'; |
| | | $wb['limit_mailquota_txt'] = 'Mailbox kvóta'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Max. počet spamfiltrových bílých / černých listinových filtrů'; |
| | | $wb['limit_spamfilter_user_txt'] = 'Max. počet spamflitrových uživatelů'; |
| | |
| | | $wb['limit_web_subdomain_txt'] = 'Max. počet webových subdomén'; |
| | | $wb['limit_ftp_user_txt'] = 'Max. počet FTP uživatelů'; |
| | | $wb['limit_dns_zone_txt'] = 'Max. počet DNS zón'; |
| | | $wb['limit_dns_slave_zone_txt'] = 'Max. počet sekundárních zón DNS'; |
| | | $wb['limit_dns_slave_zone_txt'] = 'Max. počet sekundárních DNS zón'; |
| | | $wb['limit_dns_record_txt'] = 'Max. počet DNS záznamů'; |
| | | $wb['limit_shell_user_txt'] = 'Max. počet shell uživatelů'; |
| | | $wb['limit_client_txt'] = 'Max. počet klientů'; |
| | |
| | | $wb['limit_cron_error_notint'] = 'Limit cronu musí být číslo.'; |
| | | $wb['limit_cron_error_frequency'] = 'Limit cron frekvence musí být číslo.'; |
| | | $wb['error_template_name_empty'] = 'Prosím zadejte název šablony'; |
| | | $wb['limit_web_quota_txt'] = 'Web kvóta'; |
| | | $wb['limit_web_quota_txt'] = 'Webová kvóta'; |
| | | $wb['limit_traffic_quota_txt'] = 'Přenosová kvóta'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Přenosová kvót musí být číslo.'; |
| | | $wb['template_del_aborted_txt'] = 'Smazání přerušeno. Stále existuje klient, který používá tuto šablonu.'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. počet Webdav uživatelů'; |
| | | $wb['limit_shell_user_error_notint'] = 'The shell user limit must be a number.'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. počet e-mailových konferencí'; |
| | | $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.'; |
| | | $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers'; |
| | | $wb['limit_openvz_vm_txt'] = 'Max. počet virtuálních serverů'; |
| | | $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template'; |
| | | $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.'; |
| | | $wb['ssh_chroot_txt'] = 'SSH-Chroot Options'; |
| | | $wb['web_php_options_txt'] = 'PHP Options'; |
| | | $wb['template_type_txt'] = 'Template type'; |
| | | $wb['template_name_txt'] = 'Template name'; |
| | | $wb['limit_cgi_txt'] = 'CGI available'; |
| | | $wb['limit_ssi_txt'] = 'SSI available'; |
| | | $wb['limit_perl_txt'] = 'Perl available'; |
| | | $wb['limit_ruby_txt'] = 'Ruby available'; |
| | | $wb['limit_python_txt'] = 'Python available'; |
| | | $wb['force_suexec_txt'] = 'SuEXEC forced'; |
| | | $wb['limit_hterror_txt'] = 'Custom error docs available'; |
| | | $wb['template_type_txt'] = 'Typ šablony'; |
| | | $wb['template_name_txt'] = 'Název šablony'; |
| | | $wb['limit_cgi_txt'] = 'CGI - dostupná volba pro klienta'; |
| | | $wb['limit_ssi_txt'] = 'SSI - dostupná volba pro klienta'; |
| | | $wb['limit_perl_txt'] = 'Perl - dostupná volba pro klienta'; |
| | | $wb['limit_ruby_txt'] = 'Ruby - dostupná volba pro klienta'; |
| | | $wb['limit_python_txt'] = 'Python - dostupná volba pro klienta'; |
| | | $wb['force_suexec_txt'] = 'SuEXEC - povinné pro klienta'; |
| | | $wb['limit_hterror_txt'] = 'Vlastní Error (chybové) dokumenty'; |
| | | $wb['limit_wildcard_txt'] = 'Wildcard subdomain available'; |
| | | $wb['limit_ssl_txt'] = 'SSL available'; |
| | | $wb['web_limits_txt'] = 'Web Limits'; |
| | | $wb['email_limits_txt'] = 'Email Limits'; |
| | | $wb['database_limits_txt'] = 'Database Limits'; |
| | | $wb['cron_job_limits_txt'] = 'Cron Job Limits'; |
| | | $wb['dns_limits_txt'] = 'DNS Limits'; |
| | | $wb['virtualization_limits_txt'] = 'Virtualization Limits'; |
| | | $wb['limit_ssl_txt'] = 'SSL - dostupná volba pro klienta'; |
| | | $wb['web_limits_txt'] = 'Webové limity'; |
| | | $wb['email_limits_txt'] = 'E-mailové limity'; |
| | | $wb['database_limits_txt'] = 'Databázové limity'; |
| | | $wb['cron_job_limits_txt'] = 'Cron pracovní limity'; |
| | | $wb['dns_limits_txt'] = 'DNS limity'; |
| | | $wb['virtualization_limits_txt'] = 'Virtualizace limity'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['template_name_txt'] = 'Název šablony'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['city_txt'] = 'Město'; |
| | | $wb['country_txt'] = 'Stát'; |
| | | $wb['add_new_record_txt'] = 'Přidat klienta'; |
| | | $wb['username_txt'] = 'Username'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['username_txt'] = 'Uživatelské jméno'; |
| | | $wb['customer_no_txt'] = 'Zákaznické číslo'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['Domain'] = 'Doména'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Domains'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain'; |
| | | $wb['list_head_txt'] = 'Domény'; |
| | | $wb['add_new_record_txt'] = 'Přidat novou doménu'; |
| | | $wb['domain_txt'] = 'Doména'; |
| | | $wb['user_txt'] = 'Klient'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['limit_maildomain_txt'] = 'Max. počet emailových domén'; |
| | | $wb['limit_maildomain_txt'] = 'Max. počet e-mailových domén'; |
| | | $wb['limit_mailbox_txt'] = 'Max. počet mailboxů'; |
| | | $wb['limit_mailalias_txt'] = 'Max. počet emailových aliasů'; |
| | | $wb['limit_mailforward_txt'] = 'Max. počet emailových předávání'; |
| | | $wb['limit_mailcatchall_txt'] = 'Max. počet emailových košů'; |
| | | $wb['limit_mailrouting_txt'] = 'Max. počet emailových směrování'; |
| | | $wb['limit_mailfilter_txt'] = 'Max. počet emailových filtrů'; |
| | | $wb['limit_fetchmail_txt'] = 'Max. počet účtů externího získávání emailů'; |
| | | $wb['limit_mailalias_txt'] = 'Max. počet e-mailových aliasů'; |
| | | $wb['limit_mailforward_txt'] = 'Max. počet e-mailových předávání'; |
| | | $wb['limit_mailcatchall_txt'] = 'Max. počet e-mailových košů'; |
| | | $wb['limit_mailrouting_txt'] = 'Max. počet e-mailových směrování'; |
| | | $wb['limit_mailfilter_txt'] = 'Max. počet e-mailových filtrů'; |
| | | $wb['limit_fetchmail_txt'] = 'Max. počet účtů externího získávání e-mailů'; |
| | | $wb['limit_mailquota_txt'] = 'Mailbox kvóta'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Max. počet spamfiltrových bílých / černých listinových filtrů'; |
| | | $wb['limit_spamfilter_user_txt'] = 'Max. počet spamflitrových uživatelů'; |
| | | $wb['limit_spamfilter_policy_txt'] = 'Max. počet spamfiltrových politik'; |
| | | $wb['default_mailserver_txt'] = 'Výchozí mailserver'; |
| | | $wb['default_mailserver_txt'] = 'Výchozí e-mailový server'; |
| | | $wb['company_name_txt'] = 'Název společnosti'; |
| | | $wb['contact_name_txt'] = 'Název kontaktu'; |
| | | $wb['username_txt'] = 'Uživatelské jméno'; |
| | |
| | | $wb['mobile_txt'] = 'Mobilní telefon'; |
| | | $wb['fax_txt'] = 'Fax'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['internet_txt'] = 'Internet'; |
| | | $wb['internet_txt'] = 'WWW stránky klienta'; |
| | | $wb['icq_txt'] = 'ICQ'; |
| | | $wb['notes_txt'] = 'Poznámky'; |
| | | $wb['company_txt'] = 'Společnost'; |
| | |
| | | $wb['limit_client_error_notint'] = 'Limit sub klientů musí být číslo.'; |
| | | $wb['firstname_error_empty'] = 'Jméno je prázdné.'; |
| | | $wb['contact_error_empty'] = 'Kontakt je prázdný.'; |
| | | $wb['default_webserver_txt'] = 'Výchozí webserver'; |
| | | $wb['default_webserver_txt'] = 'Výchozí webový server'; |
| | | $wb['limit_web_domain_txt'] = 'Max. počet webových domén'; |
| | | $wb['limit_web_aliasdomain_txt'] = 'Max. počet webových alias domén'; |
| | | $wb['limit_web_subdomain_txt'] = 'Max. počet webových subdomén'; |
| | | $wb['limit_ftp_user_txt'] = 'Max. počet FTP uživatelů'; |
| | | $wb['default_dnsserver_txt'] = 'Výchozí DNS server'; |
| | | $wb['limit_dns_zone_txt'] = 'Max. počet DNS zón'; |
| | | $wb['limit_dns_slave_zone_txt'] = 'Max. počet sekundárních zón DNS'; |
| | | $wb['limit_dns_slave_zone_txt'] = 'Max. počet sekundárních DNS zón'; |
| | | $wb['limit_dns_record_txt'] = 'Max. počet DNS záznamů'; |
| | | $wb['limit_shell_user_txt'] = 'Max. počet shell uživatelů'; |
| | | $wb['limit_client_txt'] = 'Max. počet klientů'; |
| | |
| | | $wb['limit_cron_error_frequency'] = 'Limit cron frekvence musí být číslo.'; |
| | | $wb['username_error_regex'] = 'Uživatelské jméno obsahuje neplatné znaky.'; |
| | | $wb['template_master_txt'] = 'Hlavní šablona'; |
| | | $wb['template_additional_txt'] = 'Addon šablona'; |
| | | $wb['ssh_chroot_txt'] = 'SSH chroot volby'; |
| | | $wb['template_additional_txt'] = 'Dodatečná šablona'; |
| | | $wb['ssh_chroot_txt'] = 'SSH chroot - dostupná volba pro klienta'; |
| | | $wb['web_php_options_txt'] = 'PHP volby'; |
| | | $wb['limit_client_error'] = 'Max. počet klientů dosažen.'; |
| | | $wb['limit_client_error_positive'] = 'Počet klientů musí být > 0'; |
| | | $wb['limit_web_quota_txt'] = 'Web kvóta'; |
| | | $wb['limit_web_quota_txt'] = 'Webová kvóta'; |
| | | $wb['limit_traffic_quota_txt'] = 'Přenosová kvóta'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Přenosová kvót musí být číslo.'; |
| | | $wb['limit_dns_record_error_notint'] = 'The dns record limit must be a number.'; |
| | | $wb['customer_no_txt'] = 'Zákaznické číslo'; |
| | | $wb['vat_id_txt'] = 'DIČ'; |
| | | $wb['required_fields_txt'] = '* Povinná pole'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. počet Webdav uživatelů'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. počet e-mailových konferencí'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases'; |
| | | $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.'; |
| | | $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers'; |
| | | $wb['limit_openvz_vm_txt'] = 'Max. počet virtuálních serverů'; |
| | | $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template'; |
| | | $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.'; |
| | | $wb['web_php_options_notempty'] = 'No PHP option(s) selected. Select at least one PHP option.'; |
| | |
| | | $wb['username_error_collision'] = 'The username may not start with the word -web- or -web- followed by a number.'; |
| | | $wb['add_additional_template_txt'] = 'Přidat dodatečnou šablonu'; |
| | | $wb['delete_additional_template_txt'] = 'Smazat dodatečnou šablonu'; |
| | | $wb['limit_cgi_txt'] = 'CGI available'; |
| | | $wb['limit_ssi_txt'] = 'SSI available'; |
| | | $wb['limit_perl_txt'] = 'Perl available'; |
| | | $wb['limit_ruby_txt'] = 'Ruby available'; |
| | | $wb['limit_python_txt'] = 'Python available'; |
| | | $wb['force_suexec_txt'] = 'SuEXEC forced'; |
| | | $wb['limit_hterror_txt'] = 'Custom error docs available'; |
| | | $wb['limit_cgi_txt'] = 'CGI - dostupná volba pro klienta'; |
| | | $wb['limit_ssi_txt'] = 'SSI - dostupná volba pro klienta'; |
| | | $wb['limit_perl_txt'] = 'Perl - dostupná volba pro klienta'; |
| | | $wb['limit_ruby_txt'] = 'Ruby - dostupná volba pro klienta'; |
| | | $wb['limit_python_txt'] = 'Python - dostupná volba pro klienta'; |
| | | $wb['force_suexec_txt'] = 'SuEXEC - povinné pro klienta'; |
| | | $wb['limit_hterror_txt'] = 'Vlastní Error (chybové) dokumenty'; |
| | | $wb['limit_wildcard_txt'] = 'Wildcard subdomain available'; |
| | | $wb['limit_ssl_txt'] = 'SSL available'; |
| | | $wb['web_limits_txt'] = 'Web Limits'; |
| | | $wb['email_limits_txt'] = 'Email Limits'; |
| | | $wb['database_limits_txt'] = 'Database Limits'; |
| | | $wb['cron_job_limits_txt'] = 'Cron Job Limits'; |
| | | $wb['dns_limits_txt'] = 'DNS Limits'; |
| | | $wb['virtualization_limits_txt'] = 'Virtualization Limits'; |
| | | $wb['limit_ssl_txt'] = 'SSL - dostupná volba pro klienta'; |
| | | $wb['web_limits_txt'] = 'Webové limity'; |
| | | $wb['email_limits_txt'] = 'E-mailové limity'; |
| | | $wb['database_limits_txt'] = 'Databázové limity'; |
| | | $wb['cron_job_limits_txt'] = 'Cron pracovní limity'; |
| | | $wb['dns_limits_txt'] = 'DNS limity'; |
| | | $wb['virtualization_limits_txt'] = 'Virtualizace limity'; |
| | | $wb['generate_password_txt'] = 'Generovat heslo'; |
| | | $wb['repeat_password_txt'] = 'Opakujte heslo'; |
| | | $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | $wb['email_error_isemail'] = 'Please enter a valid email address.'; |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['company_id_txt'] = 'Company/Entrepreneur ID'; |
| | | $wb['bank_account_number_txt'] = 'Bank account no.'; |
| | | $wb['bank_account_owner_txt'] = 'Bank account owner'; |
| | | $wb['bank_code_txt'] = 'Bank code'; |
| | | $wb['bank_name_txt'] = 'Bank name'; |
| | | $wb['email_error_isemail'] = 'Zadejte prosím platnou e-mailovou adresu.'; |
| | | $wb['customer_no_error_unique'] = 'Zákaznické číslo musí být jedinečné (nebo prázdné).'; |
| | | $wb['paypal_email_error_isemail'] = 'Zadejte prosím platnou PayPal e-mail addresu.'; |
| | | $wb['paypal_email_txt'] = 'PayPal e-mail'; |
| | | $wb['company_id_txt'] = 'IČO'; |
| | | $wb['bank_account_number_txt'] = 'Číslo účtu'; |
| | | $wb['bank_account_owner_txt'] = 'Bankovní účet vlastníka'; |
| | | $wb['bank_code_txt'] = 'Kód banky'; |
| | | $wb['bank_name_txt'] = 'Název banky'; |
| | | $wb['bank_account_iban_txt'] = 'IBAN'; |
| | | $wb['bank_account_swift_txt'] = 'BIC / Swift'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['city_txt'] = 'Město'; |
| | | $wb['country_txt'] = 'Stát'; |
| | | $wb['add_new_record_txt'] = 'Přidat distributora'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['username_txt'] = 'Username'; |
| | | $wb['customer_no_txt'] = 'Zákaznické číslo'; |
| | | $wb['username_txt'] = 'Uživatelské jméno'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['email_error_isemail'] = 'Bitte geben Sie eine gültige Email-Adresse an.'; |
| | | $wb['paypal_email_error_isemail'] = 'Bitte geben Sie eine gültige PayPal-E-Mail-Adresse an.'; |
| | | $wb['paypal_email_txt'] = 'PayPal-E-Mail'; |
| | | $wb['err_msg_master_tpl_set'] = 'Die hier eingestellten Werte werden ignoriert, wenn als Mastervorlage nicht \"Custom\" gewählt ist.'; |
| | | $wb['err_msg_master_tpl_set'] = 'Die hier eingestellten Werte werden ignoriert, wenn als Mastervorlage nicht \\"Custom\\" gewählt ist.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).'; |
| | | $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.'; |
| | | $wb['paypal_email_txt'] = 'PayPal Email'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \"custom\" is selected.'; |
| | | $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.'; |
| | | ?> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="8">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | |
| | | <tfoot> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="8">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | $wb['available_modules_txt'] = 'Dostupné moduly'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['limit_mailmailinglist_txt'] = 'Počet e-mailových konferencí'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['available_modules_txt'] = 'Dostupné moduly'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['auth_preset_perm_other_txt'] = 'Opr. Ostatní'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['description_txt'] = 'Popis'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['item_del_txt'] = 'Delete menuitem?'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['title_txt'] = 'Titulek'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['cancel_txt'] = 'Zrušit'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['cancel_txt'] = 'Zrušit'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['item_del_txt'] = 'Wollen Sie den Menüeintrag löschen?'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <td class="frmText11" align="right">[<a href="javascript: del_record('form_del.php?form_name={tmpl_var name='module'}&module_name={tmpl_var name='module_name'}&phpsessid={tmpl_var name='phpsessid'}');" class="frmText11">Delete</a>]</td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | <tr> |
| | | <td colspan="7" height="40" align="center" class="tblFooter"><tmpl_var name="paging"></td> |
| | | </tr> |
| | |
| | | <td class="frmText11" align="right">[<a href="javascript: del_record('module_del.php?id={tmpl_var name='module'}&phpsessid={tmpl_var name='phpsessid'}');" class="frmText11">Delete</a>]</td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | <tr> |
| | | <td colspan="5" height="40" align="center" class="tblFooter"><tmpl_var name="paging"></td> |
| | | </tr> |
| | |
| | | $error = ''; |
| | | |
| | | if(isset($_POST['domain']) && $_POST['domain'] == '') $error .= $app->lng('error_domain_empty').'<br />'; |
| | | elseif(isset($_POST['domain']) && !preg_match('/^[\w\.\-]{2,64}\.[a-zA-Z0-9\-]{2,30}$/',$_POST['domain'])) $error .= $app->lng('error_domain_regex').'<br />'; |
| | | |
| | | if(isset($_POST['ip']) && $_POST['ip'] == '') $error .= $app->lng('error_ip_empty').'<br />'; |
| | | |
| | | if(isset($_POST['ns1']) && $_POST['ns1'] == '') $error .= $app->lng('error_ns1_empty').'<br />'; |
| | | elseif(isset($_POST['ns1']) && !preg_match('/^[\w\.\-]{2,64}\.[a-zA-Z0-9]{2,30}$/',$_POST['ns1'])) $error .= $app->lng('error_ns1_regex').'<br />'; |
| | | |
| | | if(isset($_POST['ns2']) && $_POST['ns2'] == '') $error .= $app->lng('error_ns2_empty').'<br />'; |
| | | elseif(isset($_POST['ns2']) && !preg_match('/^[\w\.\-]{2,64}\.[a-zA-Z0-9]{2,30}$/',$_POST['ns2'])) $error .= $app->lng('error_ns2_regex').'<br />'; |
| | | |
| | | if(isset($_POST['email']) && $_POST['email'] == '') $error .= $app->lng('error_email_empty').'<br />'; |
| | | |
| | | if(isset($_POST['domain']) && !preg_match('/^[\w\.\-]{2,64}\.[a-zA-Z0-9\-]{2,30}$/',$_POST['domain'])) $error .= $app->lng('error_domain_regex').'<br />'; |
| | | if(isset($_POST['ns1']) && !preg_match('/^[\w\.\-]{2,64}\.[a-zA-Z0-9]{2,30}$/',$_POST['ns1'])) $error .= $app->lng('error_ns1_regex').'<br />'; |
| | | if(isset($_POST['ns2']) && !preg_match('/^[\w\.\-]{2,64}\.[a-zA-Z0-9]{2,30}$/',$_POST['ns2'])) $error .= $app->lng('error_ns2_regex').'<br />'; |
| | | if(isset($_POST['email']) && !preg_match('/^\w+[\w.-]*\w+@\w+[\w.-]*\w+\.[a-z0-9\-]{2,30}$/i',$_POST['email'])) $error .= $app->lng('error_email_regex').'<br />'; |
| | | elseif(isset($_POST['email']) && !preg_match('/^\w+[\w.-]*\w+@\w+[\w.-]*\w+\.[a-z0-9\-]{2,30}$/i',$_POST['email'])) $error .= $app->lng('error_email_regex').'<br />'; |
| | | |
| | | // make sure that the record belongs to the client group and not the admin group when admin inserts it |
| | | if($_SESSION["s"]["user"]["typ"] == 'admin' && isset($_POST['client_group_id'])) { |
| | |
| | | 'xfer' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'validators' => array ( 0 => array ( 'type' => 'REGEX', |
| | | 'regex' => '/^[0-9\.\,]{0,255}$/', |
| | | 'validators' => array ( 0 => array ( 'type' => 'ISIP', |
| | | 'allowempty' => 'y', |
| | | 'separator' => ',', |
| | | 'errmsg'=> 'xfer_error_regex'), |
| | | ), |
| | | 'default' => '', |
| | |
| | | 'also_notify' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'validators' => array ( 0 => array ( 'type' => 'REGEX', |
| | | 'regex' => '/^(((25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})\.){3}(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(;){0,1}(\ ){0,1}){0,10}$/', |
| | | 'validators' => array ( 0 => array ( 'type' => 'ISIP', |
| | | 'allowempty' => 'y', |
| | | 'separator' => ',', |
| | | 'errmsg'=> 'also_notify_error_regex' |
| | | ), |
| | | // 0 => array ( 'type' => 'ISIPV4', |
| | | // 'errmsg'=> 'also_notify_error_regex' |
| | | // ), |
| | | ), |
| | | 'default' => '', |
| | | 'value' => '', |
| | |
| | | $wb['seconds_txt'] = 'Seconds'; |
| | | $wb['eg_domain_tld'] = 'e.g. domain.tld'; |
| | | $wb['eg_ns1_domain_tld'] = 'e.g. ns1.domain.tld'; |
| | | $wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld'; |
| | | $wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld (saved in zone file format, webmaster.domain.tld.)'; |
| | | $wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'; |
| | | $wb['refresh_range_error'] = 'Min. Refresh time is 60 seconds.'; |
| | | $wb['retry_range_error'] = 'Min. Retry time is 60 seconds.'; |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['Import Zone File'] = 'Importovat vybraný DNS zonový soubor'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['data_error_duplicate'] = 'Duplikace A záznamu'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['delete_confirmation'] = 'Skutečně chcete smazat tento záznam?'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['data_error_regex'] = 'IP adresa má chybný formát'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['data_error_regex'] = 'Cílový Hostname má chybný formát'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['data_error_duplicate'] = 'Duplicate A-Record or CNAME-Record'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['data_error_regex'] = 'Informace o hostovi má chybný formát'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['zone_file_import_txt'] = 'Importovat vybraný DNS zonový soubor'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['data_error_regex'] = 'Hostname mailserveru má chybný formát'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['data_error_regex'] = 'Jmenný server má chybný formát'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['data_error_regex'] = 'Kanonického hostname má chybný formát'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['data_error_regex'] = 'Odpovědná osoba má chybný formát'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['secondary_zone_txt'] = 'Sekundární DNS zóna'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['eg_domain_tld'] = 'např. domena.cz'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_wizard_txt'] = 'Přidat DNS zónu (dle šablony)'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['aux_txt'] = 'Priority'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['visible_txt'] = 'Viditelný'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat záznam'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['data_error_regex'] = 'Text má chybný formát'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['list_desc_txt'] = 'Vytvoření DNS zóny pomocí průvodce'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire ist 60 Sekunden.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum ist 60 Sekunden.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL ist 60 Sekunden.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb["mbox_error_empty"] = 'Email is empty.'; |
| | | $wb["mbox_error_regex"] = 'Email format invalid.'; |
| | | $wb["also_notify_txt"] = 'Also Notify'; |
| | | $wb['also_notify_error_regex'] = 'Please use an IP address.'; |
| | | $wb['also_notify_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | $wb["update_acl_txt"] = 'Update ACL'; |
| | | $wb['seconds_txt'] = 'Seconds'; |
| | | $wb['eg_domain_tld'] = 'e.g. domain.tld'; |
| | |
| | | $wb['error_ip_empty'] = 'IP empty.'; |
| | | $wb['error_ns1_empty'] = 'NS1 empty.'; |
| | | $wb['error_ns2_empty'] = 'NS2 empty.'; |
| | | $wb['error_email_empty'] = 'EMail empty.'; |
| | | $wb['error_email_empty'] = 'Email empty.'; |
| | | $wb['error_domain_regex'] = 'Domain contains invalid characters.'; |
| | | $wb['error_ns1_regex'] = 'NS1 contains invalid characters.'; |
| | | $wb['error_ns2_regex'] = 'NS2 contains invalid characters.'; |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; |
| | | $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; |
| | | $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| | | $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.'; |
| | | ?> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="7">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | $wb['Add a Question & Answer Pair'] = 'Přidat otázku a odpověď'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['faq_section_txt'] = 'Sekce'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['faq_new_question_txt'] = 'Přidat nový dotaz'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['faq_new_section_txt'] = 'Přidat novou sekci'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['reply_txt'] = 'Odpovědět'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Vytvořit zprávu pro podporu'; |
| | | ?> |
| | | |
| | | |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | <br/> |
| | | <br/> |
| | | </tmpl_if> |
| | | |
| | | </tmpl_loop> |
| | | |
| | | <!--<tmpl_var name="paging">--> |
| | | <!--<tmpl_var name="paging">--> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | } |
| | | |
| | | function showLoadIndicator() { |
| | | document.body.style.cursor = 'wait'; |
| | | |
| | | <?php |
| | | if($server_config_array['misc']['use_loadindicator'] == 'y'){ |
| | | ?> |
| | |
| | | } |
| | | |
| | | function hideLoadIndicator() { |
| | | document.body.style.cursor = ''; |
| | | |
| | | requestsRunning -= 1; |
| | | if(requestsRunning < 1) { |
| | | requestsRunning = 0; // just for the case... |
| | |
| | | $wb['theme_not_compatible'] = 'Zvolené téma není kompatibilní s aktuální verzí ISPConfig. Zkontrolujte prosím, zda není nová verze tématu.<br />Výchozí motiv byl aktivován automaticky.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['Global Filters'] = 'Global Filters'; |
| | | $wb['Domain Alias'] = 'Domain Alias'; |
| | | $wb['Relay Recipients'] = 'Relay Recipients'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Глобални филтри'; |
| | | $wb['Domain Alias'] = 'Domain Alias'; |
| | | $wb['Relay Recipients'] = 'Relay Recipients'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Filtros Globais'; |
| | | $wb['Domain Alias'] = 'Alias de Domínio'; |
| | | $wb['Relay Recipients'] = 'Recipientes de Relay'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Email Catchall'] = 'E-mailový koš'; |
| | | $wb['Email Forward'] = 'Přesměrování e-mailů'; |
| | | $wb['Get Email'] = 'Získat externí e-maily'; |
| | | $wb['Spamfilter'] = 'Spamfiltr'; |
| | | $wb['Spamfilter'] = 'Spamový filtr'; |
| | | $wb['Email Routing'] = 'Směrování'; |
| | | $wb['Email transport'] = 'Transport'; |
| | | $wb['Mailbox'] = 'Mailbox'; |
| | |
| | | $wb['Email filter'] = 'E-mailový filtr'; |
| | | $wb['Email Whitelist'] = 'E-mail bílá listina'; |
| | | $wb['Whitelist'] = 'Bílá listina'; |
| | | $wb['Spamfilter blacklist'] = 'Spamfiltr černá listina'; |
| | | $wb['Spamfilter blacklist'] = 'Spamový filtr černá listina'; |
| | | $wb['Spamfilter Config'] = 'Konfigurace spamfiltru'; |
| | | $wb['Server'] = 'Server'; |
| | | $wb['Spamfilter policy'] = 'Spamfiltr politika'; |
| | |
| | | $wb['Other'] = 'Jiný'; |
| | | $wb['Spamfilter users'] = 'Spamfiltr uživatelé'; |
| | | $wb['Users'] = 'Uživatelé'; |
| | | $wb['Spamfilter Whitelist'] = 'Spamfiltr bílá listina'; |
| | | $wb['Spamfilter Whitelist'] = 'Spamový filtr bílá listina'; |
| | | $wb['Email'] = 'E-mail'; |
| | | $wb['Email Mailbox'] = 'E-mailové schránky'; |
| | | $wb['Email Accounts'] = 'E-mail účty'; |
| | | $wb['User / Domain'] = 'Uživatel / Doména'; |
| | | $wb['Server Settings'] = 'Nastavení serveru'; |
| | | $wb['Fetchmail'] = 'Externí získávání emailů'; |
| | | $wb['Fetchmail'] = 'Externí získávání e-mailů'; |
| | | $wb['Mailbox traffic'] = 'Přenesená data'; |
| | | $wb['Postfix Whitelist'] = 'Postfix bílá listina'; |
| | | $wb['Postfix Blacklist'] = 'Postfix černá listina'; |
| | |
| | | $wb['Statistics'] = 'Statistiky'; |
| | | $wb['Mailbox quota'] = 'Mailbox kvóta'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['source_txt'] = 'Alias'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat nový e-mailový alias'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['source_error_regex'] = 'Chybná zdrojová doména.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat doménový alias'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['limit_mailfilter_txt'] = 'Dosažen maximální počet email filtrů pro Váš účet.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['access_txt'] = 'Přístup'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['pattern_error_empty'] = 'Vzor je prázdný.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat obsahový filtr'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['domain_error_regex'] = 'Chybný název domény.'; |
| | | $wb['client_txt'] = 'Klient'; |
| | | $wb['limit_maildomain_txt'] = 'Dosažen maximální počet email domén pro Váš účet.'; |
| | | $wb['policy_txt'] = 'Spamfiltr'; |
| | | $wb['policy_txt'] = 'Spamový filtr'; |
| | | $wb['no_policy'] = '- nepovoleno -'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['sys_groupid_txt'] = 'Klient'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['destination_error_isemail'] = 'Cílová e-mailová adresa není platná.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat e-mailový koš'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['source_txt'] = 'Zdrojový e-mail'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat nové přesměrování'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['error_delete_read_all_combination'] = 'Illegal combination of options. You can not use \\"Delete emails after retrieval\\" = no together with \\"Retrieve all emails\\" = yes'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Získávat emaily z externích POP3 / IMAP serverů'; |
| | | $wb['list_head_txt'] = 'Získávat e-maily z externích POP3 / IMAP serverů'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_server_txt'] = 'Externí server'; |
| | |
| | | $wb['destination_txt'] = 'Cíl'; |
| | | $wb['add_new_record_txt'] = 'Přidat účet'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['limit_mailmailinglist_txt'] = 'Limit reached'; |
| | | $wb['domain_error_empty'] = 'Domain is empty.'; |
| | | $wb['listname_error_empty'] = 'Listname is empty.'; |
| | | $wb['domain_error_regex'] = 'Invalid domain name.'; |
| | | $wb['email_in_use_txt'] = 'Email is in use'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Omezení limitu dosaženo'; |
| | | $wb['domain_error_empty'] = 'Doména je prázdná.'; |
| | | $wb['listname_error_empty'] = 'Název seznamu je prázdný.'; |
| | | $wb['domain_error_regex'] = 'Neplatný název domény.'; |
| | | $wb['email_in_use_txt'] = 'E-mail je již používán'; |
| | | $wb['no_domain_perm'] = 'Nemáte oprávnění pro tuto doménu.'; |
| | | $wb['password_strength_txt'] = 'Síla hesla'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Doména'; |
| | |
| | | $wb['repeat_password_txt'] = 'Opakujte heslo'; |
| | | $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | $wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.'; |
| | | $wb['email_error_isemail'] = 'Email address is invalid.'; |
| | | $wb['listname_error_unique'] = 'Na serveru je již shodný \\"název seznamu\\". Prosím, vyberte si jiný \\"název seznamu\\".'; |
| | | $wb['email_error_isemail'] = 'E-mailová adresa je neplatná.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['listname_txt'] = 'Název seznamu'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['limit_mailfilter_txt'] = 'Dosažen maximální počet email filtrů pro Váš účet.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['access_txt'] = 'Přístup'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['days_txt'] = 'Dny.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Spamfiltr'; |
| | | $wb['list_head_txt'] = 'Spamový filtr'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['server_name_txt'] = 'server_name'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['add_new_record_txt'] = 'Přidat nový záznam spamfiltru'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['transport_txt'] = 'Transport'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Pokročilé email směrování'; |
| | | $wb['list_head_txt'] = 'Pokročilé e-mail směrování'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Doména'; |
| | |
| | | $wb['sort_order_txt'] = 'Třídit podle'; |
| | | $wb['add_new_record_txt'] = 'Přidat transport'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['delete_txt'] = 'Smazat'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['delete_confirmation'] = 'Opravdu smazat mailový filtr?'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['login_txt'] = 'Přihlášení'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['last_year_txt'] = 'Minulý rok'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['limit_mailfilter_txt'] = 'Dosažen maximální počet email filtrů pro Váš účet.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['access_txt'] = 'Přístup'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Dosažen maximální počet záznamů pro bílou / černou listinu pro Váš účet.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Spamfiltr černá listina'; |
| | | $wb['list_head_txt'] = 'Spamový filtr černá listina'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['priority_txt'] = 'Priorita'; |
| | |
| | | $wb['email_txt'] = 'Emaily na černé listině'; |
| | | $wb['add_new_record_txt'] = 'Přidat záznam na černou listinu'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['message_size_limit_txt'] = 'Limit velikosti zprávy'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['server_id_txt'] = 'server_id'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['banned_rulenames_txt'] = 'Název pravidel zabanované'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat záznam politiky'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['local_txt'] = 'Lokální'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat spamfiltr uživatele'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Dosažen maximální počet záznamů pro bílou / černou listinu pro Váš účet.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Spamfiltr bílá listina'; |
| | | $wb['list_head_txt'] = 'Spamový filtr bílá listina'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['priority_txt'] = 'Priorita'; |
| | |
| | | $wb['email_txt'] = 'Emaily na bílé listině'; |
| | | $wb['add_new_record_txt'] = 'Přidat záznam na bílou listinu'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['used_txt'] = 'Využité místo'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['Global Filters'] = 'Καθολικά Φίλτρα'; |
| | | $wb['Domain Alias'] = 'Ψευδώνυμο Domain'; |
| | | $wb['Relay Recipients'] = 'Παραλήπτες Relay'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["mailinglist_txt"] = 'Mailing list'; |
| | | $wb["limit_mailmailinglist_txt"] = 'Limit reached'; |
| | | $wb["domain_error_empty"] = 'Domain is empty.'; |
| | | $wb["listname_error_empty"] = 'Listname is empty.'; |
| | |
| | | $wb['Global Filters'] = 'Filtros globales'; |
| | | $wb['Domain Alias'] = 'Alias de dominio'; |
| | | $wb['Relay Recipients'] = 'Enrutar Destinatarios'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Server'] = 'Palvelin'; |
| | | $wb['Domain Alias'] = 'Aliasverkkotunnus'; |
| | | $wb['Relay Recipients'] = 'Välityksen vastaanottajat'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Mailbox traffic'] = 'Trafic de la boite email'; |
| | | $wb['Domain Alias'] = 'Alias de domaine'; |
| | | $wb['Relay Recipients'] = 'Destinataires de relais'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Globalni filter'; |
| | | $wb['Domain Alias'] = 'Alias domena'; |
| | | $wb['Relay Recipients'] = 'Relay primatelji'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Domain Alias'] = 'Domain Alias'; |
| | | $wb['Relay Recipients'] = 'Relay Recipients'; |
| | | $wb['Server'] = 'Server'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Penyaringan Global'; |
| | | $wb['Domain Alias'] = 'Alias Domain'; |
| | | $wb['Relay Recipients'] = 'Penerima Relay'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Filtri globali'; |
| | | $wb['Domain Alias'] = 'Alias dominio'; |
| | | $wb['Relay Recipients'] = 'Destinatari inoltro'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'グローバルフィルター'; |
| | | $wb['Domain Alias'] = 'Domain Alias'; |
| | | $wb['Relay Recipients'] = 'Relay Recipients'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Globale filters'; |
| | | $wb['Domain Alias'] = 'Domein alias'; |
| | | $wb['Relay Recipients'] = 'Relay ontvangers'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Globalne filtry'; |
| | | $wb['Domain Alias'] = 'Alias domeny'; |
| | | $wb['Relay Recipients'] = 'Odbiorcy przekierowania'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Filtros Globais'; |
| | | $wb['Domain Alias'] = 'Domínios Alias'; |
| | | $wb['Relay Recipients'] = 'Recipientes de Relay'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Filtre Global'; |
| | | $wb['Domain Alias'] = 'Domain Alias'; |
| | | $wb['Relay Recipients'] = 'Relay Recipients'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Глобальные фильтры'; |
| | | $wb['Domain Alias'] = 'Алиасы доменов'; |
| | | $wb['Relay Recipients'] = 'Relay получатели'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Global Filters'; |
| | | $wb['Domain Alias'] = 'Domain Alias'; |
| | | $wb['Relay Recipients'] = 'Relay Recipients'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Globálne Filtere'; |
| | | $wb['Domain Alias'] = 'Domain Alias'; |
| | | $wb['Relay Recipients'] = 'Relay Recipients'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | $wb['Global Filters'] = 'Global Filtreler'; |
| | | $wb['Domain Alias'] = 'Domain Alias'; |
| | | $wb['Relay Recipients'] = 'Relay Recipients'; |
| | | $wb['Mailbox quota'] = 'Mailbox quota'; |
| | | ?> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | <td class="tbl_col_domain"><a href="#" onclick="loadContent('mail/mail_mailinglist_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="domain"}</a></td> |
| | | <td class="tbl_col_buttons"> |
| | | <tmpl_if name="mailmailinglist_link"> |
| | | <a class="button icons16 icoWebmailer" href="mail/mailinglist.php?id={tmpl_var name='id'}" target="mailmailinglist"><span>{tmpl_var name='delete_txt'}</span></a> |
| | | <a class="button icons16 icoWebmailer" href="mail/mailinglist.php?id={tmpl_var name='id'}" target="mailmailinglist"><span>{tmpl_var name='mailinglist_txt'}</span></a> |
| | | </tmpl_if> |
| | | <a class="button icons16 icoDelete" href="javascript: del_record('mail/mail_mailinglist_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"><span>{tmpl_var name='delete_txt'}</span></a> |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="2">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | <td class="tbl_col_autoresponder"><a href="#" onclick="loadContent('mail/mail_user_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="autoresponder"}</a></td> |
| | | <td class="tbl_col_buttons"> |
| | | <tmpl_if name="mailboxlist_webmail_link"> |
| | | <a class="button icons16 icoWebmailer" href="mail/webmailer.php?id={tmpl_var name='id'}" target="webmail"><span>{tmpl_var name='delete_txt'}</span></a> |
| | | <a class="button icons16 icoWebmailer" href="mail/webmailer.php?id={tmpl_var name='id'}" target="webmail"><span>{tmpl_var name="webmail_txt"}</span></a> |
| | | </tmpl_if> |
| | | <a class="button icons16 icoDelete" href="javascript: del_record('mail/mail_user_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"><span>{tmpl_var name='delete_txt'}</span></a> |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="<tmpl_if name="enable_custom_login">5<tmpl_else>4</tmpl_if>">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | <td class="tbl_col_buttons"></td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | |
| | | <tfoot> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="2">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | |
| | | <tfoot> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | |
| | | <tfoot> |
| | |
| | | <td class="tbl_col_buttons"></td>
|
| | | </tr>
|
| | | </tmpl_loop>
|
| | | <tmpl_unless name="records">
|
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
|
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
|
| | | </tr>
|
| | | </tmpl_unless>
|
| | | </tbody>
|
| | | <tfoot>
|
| | | <tr>
|
| | |
| | | $wb['Password'] = 'Heslo'; |
| | | $wb['Autoresponder'] = 'Automatická odpověď'; |
| | | $wb['Send copy'] = 'Poslat kopii na e-mail'; |
| | | $wb['Spamfilter'] = 'Spamový filter'; |
| | | $wb['Spamfilter'] = 'Spamový filtr'; |
| | | $wb['Email Filters'] = 'E-mailové filtry'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['none_txt'] = 'Nenastaveno'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['autoresponder_subject_txt'] = 'Předmět e-mailu'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['email_is_cc_error'] = 'Vyplněná e-mailová adresa a poslat kopii na e-mail adresu, nemůžou být stejné.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['delete_txt'] = 'Smazat'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['delete_confirmation'] = 'Opravdu chcete odstranit e-mail filter?'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['mailbox_spamfilter_txt'] = 'Spamový filter'; |
| | | $wb['spamfilter_txt'] = 'Spamový filter'; |
| | | $wb['mailbox_spamfilter_txt'] = 'Spamový filtr'; |
| | | $wb['spamfilter_txt'] = 'Spamový filtr'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['no_policy'] = '- nepovoleno -'; |
| | | $wb['policy_txt'] = 'Politika'; |
| | | ?> |
| | | |
| | | |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="2">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | |
| | | <tfoot> |
| | |
| | | $wb['No Refresh'] = 'Neobnovovat'; |
| | | $wb['minutes'] = 'minut'; |
| | | $wb['Show Overview'] = 'Zobrazit přehled'; |
| | | $wb['System State (All Servers)'] = 'Stav systému (všechny servery)'; |
| | | $wb['System State (All Servers)'] = 'Stav systému (servery)'; |
| | | $wb['Hardware-Information'] = 'Informace o hardwaru'; |
| | | $wb['Show CPU info'] = 'Zobrazit CPU informace'; |
| | | $wb['Server State'] = 'Stav serveru'; |
| | |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter log'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban log'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Vaše distribuce nepodporuje toto monitorování'; |
| | | $wb['monitor_nosupportedraid1_txt'] = 'At the moment, we support mdadm or mpt-status for monitoring the RAID.<br>We cant find any of them at your server.<br><br>This means we can not support your RAID yet.'; |
| | | $wb['monitor_serverstate_beancounterok_txt'] = 'The beancounter is ok'; |
| | | $wb['monitor_nosupportedraid1_txt'] = 'V současné době, podporujeme nástroje mdadm nebo MPT-stav pro sledování sofwarových RAID polí.<br>Nemůžeme najít žádné z nich na serveru.<br><br>To znamená, že nemůžeme monitorovat váš RAID.'; |
| | | $wb['monitor_serverstate_beancounterok_txt'] = 'Soubor čítačů (limitů) je v pořádku'; |
| | | $wb['monitor_serverstate_beancounterinfo_txt'] = 'There are vew failure in the beancounter'; |
| | | $wb['monitor_serverstate_beancounterwarning_txt'] = 'There are some failure in the beancounter'; |
| | | $wb['monitor_serverstate_beancountercritical_txt'] = 'There are many failure in the beancounter'; |
| | | $wb['monitor_serverstate_beancountererror_txt'] = 'There are too much failure in the beancounter'; |
| | | $wb['monitor_title_beancounter_txt'] = 'OpenVz VE BeanCounter'; |
| | | $wb['monitor_serverstate_beancounterwarning_txt'] = 'Některé čítače (limity) vykazují selhání.'; |
| | | $wb['monitor_serverstate_beancountercritical_txt'] = 'Existuje mnoho selhání čítačů (limitů)'; |
| | | $wb['monitor_serverstate_beancountererror_txt'] = 'Existuje příliš mnoho selhání čítačů (limitů)'; |
| | | $wb['monitor_title_beancounter_txt'] = 'OpenVz VE čítače (limity)'; |
| | | $wb['monitor_beancounter_nosupport_txt'] = 'This server is not a OpenVz VE and has no beancounter information'; |
| | | $wb['monitor_title_iptables_txt'] = 'IPTables Pravidla'; |
| | | $wb['Show fail2ban-Log'] = 'Zobrazit Fail2Ban Log'; |
| | | $wb['Show IPTables'] = 'Zobrazit IPTables pravidla'; |
| | | $wb['Show OpenVz VE BeanCounter'] = 'Show OpenVz VE BeanCounter'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['status_txt'] = 'Stav'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['message_txt'] = 'Zpráva'; |
| | | ?> |
| | | |
| | | |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | // The cron shall be owned by the same group then the website |
| | | $sys_groupid = $web['sys_groupid']; |
| | | |
| | | $sql = "UPDATE shell_user SET server_id = $server_id, sys_groupid = '$sys_groupid' WHERE id = ".$this->id; |
| | | $sql = "UPDATE cron SET server_id = $server_id, sys_groupid = '$sys_groupid' WHERE id = ".$this->id; |
| | | $app->db->query($sql); |
| | | } |
| | | |
| | |
| | | $app->tform->errorMessage .= $app->tform->wordbook["database_charset_change_txt"].'<br />'; |
| | | } |
| | | |
| | | if(!$this->dataRecord['database_user_id']) { |
| | | $app->tform->errorMessage .= $app->tform->wordbook["database_user_missing_txt"].'<br />'; |
| | | } |
| | | |
| | | //* Database username and database name shall not be empty |
| | | if($this->dataRecord['database_name'] == '') $app->tform->errorMessage .= $app->tform->wordbook["database_name_error_empty"].'<br />'; |
| | | |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['SSL'] = 'SSL'; |
| | | $wb['Sites'] = 'Stránky'; |
| | | $wb['Database User'] = 'Uživatelé databáze'; |
| | | $wb['APS Installer'] = 'APS Installer'; |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['APS Installer'] = 'APS instalátor'; |
| | | $wb['Available packages'] = 'Dostupné balíčky'; |
| | | $wb['Installed packages'] = 'Nainstalované balíčky'; |
| | | $wb['Update Packagelist'] = 'Aktualizace seznamu balíčků'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdoména (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['installation_error_txt'] = 'Chyba instalace'; |
| | | $wb['installation_success_txt'] = 'Nainstalované'; |
| | | $wb['installation_remove_txt'] = 'Odstranění plánu'; |
| | | $wb['packagelist_update_finished_txt'] = 'APS aktualizace balíčku dokončena.'; |
| | | $wb['packagelist_update_finished_txt'] = 'APS aktualizace seznamu balíčků dokončena.'; |
| | | $wb['btn_install_txt'] = 'Instalovat'; |
| | | $wb['btn_cancel_txt'] = 'Zrušit'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Installed packages'; |
| | | $wb['list_head_txt'] = 'Nainstalované balíčky'; |
| | | $wb['name_txt'] = 'Jméno'; |
| | | $wb['version_txt'] = 'Version'; |
| | | $wb['version_txt'] = 'Verze'; |
| | | $wb['customer_txt'] = 'Klient'; |
| | | $wb['status_txt'] = 'Status'; |
| | | $wb['install_location_txt'] = 'Install location'; |
| | | $wb['pkg_delete_confirmation'] = 'Do you really want to delete this installation?'; |
| | | $wb['pkg_reinstall_confirmation'] = 'Do you really want to reinstall this package with the same settings?'; |
| | | $wb['install_location_txt'] = 'Umístění instalace'; |
| | | $wb['pkg_delete_confirmation'] = 'Opravdu chcete smazat tuto instalaci ?'; |
| | | $wb['pkg_reinstall_confirmation'] = 'Opravdu chcete přeinstalovat tento balíček se stejným nastavením ?'; |
| | | $wb['filter_txt'] = 'Hledat'; |
| | | $wb['delete_txt'] = 'Smazat'; |
| | | $wb['reinstall_txt'] = 'Reinstall'; |
| | | $wb['reinstall_txt'] = 'Přeinstalovat'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Available packages'; |
| | | $wb['list_head_txt'] = 'Dostupné balíčky'; |
| | | $wb['name_txt'] = 'Jméno'; |
| | | $wb['version_txt'] = 'Version'; |
| | | $wb['category_txt'] = 'Category'; |
| | | $wb['status_txt'] = 'Unlocked'; |
| | | $wb['version_txt'] = 'Verze'; |
| | | $wb['category_txt'] = 'Kategorie'; |
| | | $wb['status_txt'] = 'Odemčený'; |
| | | $wb['filter_txt'] = 'Hledat'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['unknown_fieldtype_error'] = 'Bylp použito pole neznámého typu.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['run_wday_txt'] = 'Dny týdne'; |
| | | $wb['command_txt'] = 'Příkaz'; |
| | | $wb['add_new_cron_txt'] = 'Přidat novou cron úlohu'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['parent_domain_id_txt'] = 'Webové stránky'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['database_name_error_len'] = 'Název databáze - {db} - je příliš dlouhý. Maximální délka včetně prefixu je 64 znaků.'; |
| | | $wb['database_user_error_len'] = 'Jméno uživatele - {user}- je příliš dlouhé. Maximální délka včetně prefixu je 16 znaků.'; |
| | | $wb['parent_domain_id_txt'] = 'Přiřadit k web doméně'; |
| | | $wb['database_site_error_empty'] = 'Select the site to which the database belongs.'; |
| | | $wb['database_site_error_empty'] = 'Přiřaďte databázi k webové doméně.'; |
| | | $wb['select_site_txt'] = '- Vybrat web doménu -'; |
| | | $wb['btn_save_txt'] = 'Uložit'; |
| | | $wb['btn_cancel_txt'] = 'Zrušit'; |
| | |
| | | $wb['optional_txt'] = 'Volitelný'; |
| | | $wb['select_dbuser_txt'] = 'Vyberte uživatele databáze'; |
| | | $wb['no_dbuser_txt'] = 'Žádný'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_client_differs_txt'] = 'Klient mateřského webu a databáze se neshodují.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['sys_groupid_txt'] = 'Klient'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat databázi'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['globalsearch_suggestions_text_txt'] = 'Návrhy'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['sys_groupid_txt'] = 'Klient'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat nového uživatele databáze'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat FTP uživatele'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat shell uživatele'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['used_txt'] = 'Využité místo'; |
| | | $wb['hard_txt'] = 'Tvrdý limit'; |
| | | $wb['soft_txt'] = 'Měkký limit'; |
| | | $wb['files_txt'] = 'Single files'; |
| | | $wb['files_txt'] = 'Jednotlivé soubory'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['domain_txt'] = 'Aliasdomain'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['none_txt'] = 'Žádná'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Existing backups'; |
| | | $wb['date_txt'] = 'Date'; |
| | | $wb['list_head_txt'] = 'Stávající zálohy'; |
| | | $wb['date_txt'] = 'Datum'; |
| | | $wb['backup_type_txt'] = 'Verze'; |
| | | $wb['filename_txt'] = 'Backup file'; |
| | | $wb['restore_backup_txt'] = 'Restore backup'; |
| | | $wb['download_backup_txt'] = 'Download backup'; |
| | | $wb['filename_txt'] = 'Záloha souborů'; |
| | | $wb['restore_backup_txt'] = 'Obnovit zálohu'; |
| | | $wb['download_backup_txt'] = 'Stažení zálohy'; |
| | | $wb['download_info_txt'] = 'The backup file will be available for download in the backup folder of the website in a few minutes.'; |
| | | $wb['restore_info_txt'] = 'Restore of the backup has been started. This action takes several minutes to be completed.'; |
| | | $wb['restore_confirm_txt'] = 'Restoring will overwrite existing files in your website. Do you really want to restore this backup?'; |
| | |
| | | $wb['backup_type_mysql'] = 'MySQL Database'; |
| | | $wb['backup_type_web'] = 'Website files'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['ssl_state_txt'] = 'Stav'; |
| | | $wb['ssl_state_txt'] = 'Stát'; |
| | | $wb['ssl_locality_txt'] = 'Lokalita'; |
| | | $wb['ssl_organisation_txt'] = 'Organizace'; |
| | | $wb['ssl_organisation_unit_txt'] = 'Organizační jednotka'; |
| | |
| | | $wb['traffic_quota_exceeded_txt'] = 'Přenosová kvóta překročena'; |
| | | $wb['backup_interval_txt'] = 'Interval zálohování'; |
| | | $wb['backup_copies_txt'] = 'Počet kopií zálohy'; |
| | | $wb['errordocs_txt'] = 'Vlastní Error-Dokumenty'; |
| | | $wb['errordocs_txt'] = 'Vlastní Error (chybové) dokumenty'; |
| | | $wb['ruby_txt'] = 'Ruby'; |
| | | $wb['stats_user_txt'] = 'Webové statistiky: uživatelské jméno'; |
| | | $wb['stats_type_txt'] = 'Webové statistiky: program'; |
| | |
| | | $wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty'; |
| | | $wb['ipv6_address_txt'] = 'IPv6-Address'; |
| | | $wb['nginx_directives_txt'] = 'nginx Directives'; |
| | | $wb['seo_redirect_txt'] = 'SEO Redirect'; |
| | | $wb['seo_redirect_txt'] = 'SEO přesměrování'; |
| | | $wb['non_www_to_www_txt'] = 'Non-www -> www'; |
| | | $wb['www_to_non_www_txt'] = 'www -> non-www'; |
| | | $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM'; |
| | |
| | | $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.'; |
| | | $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.'; |
| | | $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.'; |
| | | $wb['hd_quota_error_regex'] = 'Harddisk quota is invalid.'; |
| | | $wb['traffic_quota_error_regex'] = 'Traffic quota is invalid.'; |
| | | $wb['ssl_key_txt'] = 'SSL Key'; |
| | | $wb['hd_quota_error_regex'] = 'Kvóta pevného disku je neplatná.'; |
| | | $wb['traffic_quota_error_regex'] = 'Traffik kvóta je neplatná.'; |
| | | $wb['ssl_key_txt'] = 'SSL klíč'; |
| | | $wb['perl_txt'] = 'Perl'; |
| | | $wb['fastcgi_php_version_txt'] = 'PHP Version'; |
| | | $wb['fastcgi_php_version_txt'] = 'PHP verze'; |
| | | $wb['pm_txt'] = 'PHP-FPM Process Manager'; |
| | | $wb['pm_process_idle_timeout_txt'] = 'PHP-FPM pm.process_idle_timeout'; |
| | | $wb['pm_max_requests_txt'] = 'PHP-FPM pm.max_requests'; |
| | |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat webovou stránku'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat webovou stránku'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['path_txt'] = 'Path'; |
| | | $wb['parent_domain_id_txt'] = 'Webové stránky'; |
| | | $wb['path_txt'] = 'Cesta'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['path_error_regex'] = 'Invalid folder path.'; |
| | | $wb['path_error_regex'] = 'Neplatná cesta ke složce.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['list_head_txt'] = 'Složky / adresáře'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['parent_domain_id_txt'] = 'Webové stránky'; |
| | | $wb['path_txt'] = 'Cesta'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['web_folder_id_txt'] = 'Folder'; |
| | | $wb['username_txt'] = 'Username'; |
| | | $wb['web_folder_id_txt'] = 'Složka'; |
| | | $wb['username_txt'] = 'Uživatelské jméno'; |
| | | $wb['password_txt'] = 'Heslo'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['folder_error_empty'] = 'No web folder selecetd.'; |
| | |
| | | $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Folder User'; |
| | | $wb['list_head_txt'] = 'Složka (adresář) uživatele'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['web_folder_id_txt'] = 'Folder'; |
| | | $wb['username_txt'] = 'Username'; |
| | | $wb['web_folder_id_txt'] = 'Složka'; |
| | | $wb['username_txt'] = 'Uživatelské jméno'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['sum_txt'] = 'Součet'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['ssl_state_txt'] = 'Stav'; |
| | | $wb['ssl_state_txt'] = 'Stát'; |
| | | $wb['ssl_locality_txt'] = 'Lokalita'; |
| | | $wb['ssl_organisation_txt'] = 'Organizace'; |
| | | $wb['ssl_organisation_unit_txt'] = 'Organizační jednotka'; |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Přidat subdoménu'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['web_folder_txt'] = 'Web folder'; |
| | | $wb['web_folder_invalid_txt'] = 'The web folder is invalid, please choose a different one.'; |
| | | $wb['web_folder_unique_txt'] = 'The web folder is already used, please choose a different one.'; |
| | | $wb['backup_interval_txt'] = 'Backup interval'; |
| | | $wb['backup_copies_txt'] = 'Number of backup copies'; |
| | | $wb['ssl_state_txt'] = 'State'; |
| | | $wb['ssl_locality_txt'] = 'Locality'; |
| | | $wb['ssl_organisation_txt'] = 'Organisation'; |
| | | $wb['ssl_organisation_unit_txt'] = 'Organisation Unit'; |
| | | $wb['ssl_country_txt'] = 'Country'; |
| | | $wb['ssl_key_txt'] = 'SSL Key'; |
| | | $wb['ssl_request_txt'] = 'SSL Request'; |
| | | $wb['ssl_cert_txt'] = 'SSL Certificate'; |
| | | $wb['backup_interval_txt'] = 'Interval zálohování'; |
| | | $wb['backup_copies_txt'] = 'Počet záložních kopií'; |
| | | $wb['ssl_state_txt'] = 'Stát'; |
| | | $wb['ssl_locality_txt'] = 'Lokalita'; |
| | | $wb['ssl_organisation_txt'] = 'Organizace'; |
| | | $wb['ssl_organisation_unit_txt'] = 'Organizační jednotka'; |
| | | $wb['ssl_country_txt'] = 'Země'; |
| | | $wb['ssl_key_txt'] = 'SSL klíč'; |
| | | $wb['ssl_request_txt'] = 'SSL požadavek'; |
| | | $wb['ssl_cert_txt'] = 'SSL certifikát'; |
| | | $wb['ssl_bundle_txt'] = 'SSL Bundle'; |
| | | $wb['ssl_action_txt'] = 'SSL Action'; |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['ssl_action_txt'] = 'SSL akce'; |
| | | $wb['ssl_domain_txt'] = 'SSL Doména'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Doména'; |
| | | $wb['host_txt'] = 'Hostname'; |
| | |
| | | $wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.'; |
| | | $wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.'; |
| | | $wb['apache_directives_txt'] = 'Apache Directives'; |
| | | $wb['domain_error_empty'] = 'Domain is empty.'; |
| | | $wb['domain_error_empty'] = 'Doména je prázdná.'; |
| | | $wb['domain_error_unique'] = 'There is already a website or sub / aliasdomain with this domain name.'; |
| | | $wb['domain_error_regex'] = 'Domain name invalid.'; |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | |
| | | $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; |
| | | $wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; |
| | | $wb['traffic_quota_exceeded_txt'] = 'Traffik kvóta překročena'; |
| | | $wb['ruby_txt'] = 'Ruby'; |
| | | $wb['stats_user_txt'] = 'Webstatistics username'; |
| | | $wb['stats_type_txt'] = 'Webstatistics program'; |
| | |
| | | $wb['disabled_txt'] = 'Disabled'; |
| | | $wb['no_redirect_txt'] = 'No redirect'; |
| | | $wb['no_flag_txt'] = 'No flag'; |
| | | $wb['save_certificate_txt'] = 'Save certificate'; |
| | | $wb['create_certificate_txt'] = 'Create certificate'; |
| | | $wb['delete_certificate_txt'] = 'Delete certificate'; |
| | | $wb['save_certificate_txt'] = 'Uložit certifikát'; |
| | | $wb['create_certificate_txt'] = 'Vytvořit certifikát'; |
| | | $wb['delete_certificate_txt'] = 'Smazat certifikát'; |
| | | $wb['nginx_directives_txt'] = 'nginx Directives'; |
| | | $wb['seo_redirect_txt'] = 'SEO Redirect'; |
| | | $wb['seo_redirect_txt'] = 'SEO přesměrování'; |
| | | $wb['non_www_to_www_txt'] = 'Non-www -> www'; |
| | | $wb['www_to_non_www_txt'] = 'www -> non-www'; |
| | | $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM'; |
| | |
| | | $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.'; |
| | | $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.'; |
| | | $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.'; |
| | | $wb['hd_quota_error_regex'] = 'Harddisk quota is invalid.'; |
| | | $wb['traffic_quota_error_regex'] = 'Traffic quota is invalid.'; |
| | | $wb['fastcgi_php_version_txt'] = 'PHP Version'; |
| | | $wb['hd_quota_error_regex'] = 'Kvóta pevného disku je neplatná.'; |
| | | $wb['traffic_quota_error_regex'] = 'Traffik kvóta je neplatná.'; |
| | | $wb['fastcgi_php_version_txt'] = 'PHP verze'; |
| | | $wb['pm_txt'] = 'PHP-FPM Process Manager'; |
| | | $wb['pm_process_idle_timeout_txt'] = 'PHP-FPM pm.process_idle_timeout'; |
| | | $wb['pm_max_requests_txt'] = 'PHP-FPM pm.max_requests'; |
| | | $wb['pm_process_idle_timeout_error_regex'] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.'; |
| | | $wb['pm_max_requests_error_regex'] = 'PHP-FPM pm.max_requests must be an integer value >= 0.'; |
| | | $wb['pm_ondemand_hint_txt'] = 'Please note that you must have PHP version >= 5.3.9 in order to use the ondemand process manager. If you select ondemand for an older PHP version, PHP will not start anymore!'; |
| | | $wb['generate_password_txt'] = 'Generate Password'; |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['generate_password_txt'] = 'Generovat heslo'; |
| | | $wb['repeat_password_txt'] = 'Opakujte heslo'; |
| | | $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | $wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:'; |
| | | $wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:'; |
| | | $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Subdomains'; |
| | | $wb['list_head_txt'] = 'Subdomény'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['domain_txt'] = 'Subdomain'; |
| | | $wb['add_new_record_txt'] = 'Add new subdomain'; |
| | | $wb['parent_domain_id_txt'] = 'Webové stránky'; |
| | | $wb['domain_txt'] = 'Subdoména'; |
| | | $wb['add_new_record_txt'] = 'Přidat novou poddoménu'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['dir_txt'] = 'Directory'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['username_txt'] = 'Username'; |
| | | $wb['parent_domain_id_txt'] = 'Webové stránky'; |
| | | $wb['username_txt'] = 'Uživatelské jméno'; |
| | | $wb['password_txt'] = 'Heslo'; |
| | | $wb['password_strength_txt'] = 'Síla hesla'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | |
| | | $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Webdav-User'; |
| | | $wb['list_head_txt'] = 'Webdav uživatel'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['username_txt'] = 'Username'; |
| | | $wb['add_new_record_txt'] = 'Add new Webdav-User'; |
| | | $wb['parent_domain_id_txt'] = 'Webové stránky'; |
| | | $wb['username_txt'] = 'Uživatelské jméno'; |
| | | $wb['add_new_record_txt'] = 'Přidat nového WebDAV uživatele'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['Available packages'] = 'Verfügbare Pakete'; |
| | | $wb['Installed packages'] = 'Installierte Pakete'; |
| | | $wb['Update Packagelist'] = 'Paketliste aktualisieren'; |
| | | $wb['error_proxy_requires_url'] = 'Weiterleitungstyp "proxy" erfordert eine URL als Weiterleitungspfad.'; |
| | | $wb['error_proxy_requires_url'] = 'Weiterleitungstyp '; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (vHost)'; |
| | | ?> |
| | |
| | | $wb['database_user_error_regex'] = 'Ungültiger Benutzername. Der Benutzername darf die Zeichen: a-z, A-Z, 0-9 und den Unterstrich beinhalten. Länge: 2 - 64 Zeichen.'; |
| | | $wb['limit_database_txt'] = 'Die maximale Anzahl an Datenbanken wurde erreicht.'; |
| | | $wb['database_name_change_txt'] = 'Der Datenbankname kann nicht geändert werden.'; |
| | | $wb['database_user_missing_txt'] = 'Bitte wählen Sie einen Datenbanknutzer für die Datenbank aus.'; |
| | | $wb['database_charset_change_txt'] = 'Der Zeichensatz der Datenbank kann nicht geändert werden.'; |
| | | $wb['password_strength_txt'] = 'Passwortkomplexität'; |
| | | $wb['database_name_error_len'] = 'Datenbank Name - {db} - zu lang. Die max. Datenbank Namen Länge inkl. Präfix ist 64 Zeichen.'; |
| | |
| | | $wb['no_flag_txt'] = 'Kein Flag'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Direktiven'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Verfügbare Proxy Direktiven Schnipsel:'; |
| | | $wb['error_proxy_requires_url'] = 'Weiterleitungstyp "proxy" erfordert eine URL als Weiterleitungspfad.'; |
| | | $wb['error_proxy_requires_url'] = 'Weiterleitungstyp \\"proxy\\" erfordert eine URL als Weiterleitungspfad.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb["database_user_error_regex"] = 'Invalid database user name. The username may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.'; |
| | | $wb["limit_database_txt"] = 'The max. number of databases is reached.'; |
| | | $wb["database_name_change_txt"] = 'The database name can not be changed'; |
| | | $wb["database_user_missing_txt"] = 'Please select a database user for this database.'; |
| | | $wb["database_charset_change_txt"] = 'The database charset can not be changed'; |
| | | $wb["database_name_error_len"] = 'Database name - {db} - too long. The max. database name length incl. prefix is 64 chars.'; |
| | | $wb["database_user_error_len"] = 'Database username - {user} - too long. The max. database username length incl. prefix is 16 chars.'; |
| | |
| | | $wb["error_ssl_country_empty"] = 'SSL Country is empty.'; |
| | | $wb["error_ssl_cert_empty"] = 'SSL Certificate field is empty'; |
| | | $wb["client_group_id_txt"] = 'Client'; |
| | | $wb["stats_password_txt"] = 'Webstatistics password'; |
| | | $wb["stats_password_txt"] = 'Set Webstatistics password'; |
| | | $wb["allow_override_txt"] = 'Apache AllowOverride'; |
| | | $wb["limit_web_quota_free_txt"] = 'Max. available Harddisk Quota'; |
| | | $wb["ssl_state_error_regex"] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_'; |
| | |
| | | $wb["error_ssl_country_empty"] = 'SSL Country is empty.'; |
| | | $wb["error_ssl_cert_empty"] = 'SSL Certificate field is empty'; |
| | | $wb["client_group_id_txt"] = 'Client'; |
| | | $wb["stats_password_txt"] = 'Webstatistics password'; |
| | | $wb["stats_password_txt"] = 'Set Webstatistics password'; |
| | | $wb["allow_override_txt"] = 'Apache AllowOverride'; |
| | | $wb["limit_web_quota_free_txt"] = 'Max. available Harddisk Quota'; |
| | | $wb["ssl_state_error_regex"] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_'; |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['globalsearch_noresults_limit_txt'] = '0 results'; |
| | | $wb['globalsearch_searchfield_watermark_txt'] = 'Search'; |
| | | $wb['globalsearch_suggestions_text_txt'] = 'Suggestions'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['error_license_agreement'] = 'In order to continue you have to accept the license agreement.'; |
| | | $wb['error_no_database_pw'] = 'You have provided no valid database password.'; |
| | | $wb['error_short_database_pw'] = 'Please choose a longer database password.'; |
| | | $wb['error_no_value_for'] = 'The field \"%s\" must not be empty.'; |
| | | $wb['error_short_value_for'] = 'The field \"%s\" requires a longer input value.'; |
| | | $wb['error_long_value_for'] = 'The field \"%s\" requires a shorter input value.'; |
| | | $wb['error_inv_value_for'] = 'You have entered an invalid value for the field \"%s\".'; |
| | | $wb['error_inv_email_for'] = 'You have entered an invalid mail address for the field \"%s\".'; |
| | | $wb['error_inv_domain_for'] = 'You have entered an invalid domain for the field \"%s\".'; |
| | | $wb['error_inv_integer_for'] = 'You have entered an invalid number for the field \"%s\".'; |
| | | $wb['error_inv_float_for'] = 'You have entered an invalid floating point number for the field \"%s\".'; |
| | | $wb['error_no_value_for'] = 'The field \\"%s\\" must not be empty.'; |
| | | $wb['error_short_value_for'] = 'The field \\"%s\\" requires a longer input value.'; |
| | | $wb['error_long_value_for'] = 'The field \\"%s\\" requires a shorter input value.'; |
| | | $wb['error_inv_value_for'] = 'You have entered an invalid value for the field \\"%s\\".'; |
| | | $wb['error_inv_email_for'] = 'You have entered an invalid mail address for the field \\"%s\\".'; |
| | | $wb['error_inv_domain_for'] = 'You have entered an invalid domain for the field \\"%s\\".'; |
| | | $wb['error_inv_integer_for'] = 'You have entered an invalid number for the field \\"%s\\".'; |
| | | $wb['error_inv_float_for'] = 'You have entered an invalid floating point number for the field \\"%s\\".'; |
| | | $wb['error_used_location'] = 'The installation path already contains a package installation.'; |
| | | $wb['installation_task_txt'] = 'Install planned'; |
| | | $wb['installation_error_txt'] = 'Install error'; |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["database_user_txt"] = 'Database user'; |
| | | $wb["database_password_txt"] = 'Database password'; |
| | | $wb["password_strength_txt"] = 'Password strength'; |
| | | $wb["client_txt"] = 'Client'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["database_user_error_empty"] = 'Database user is empty.'; |
| | | $wb["database_user_error_unique"] = 'There is already a database user with this name on the server. To get a unique name, e.g. prepend your domain name to the username.'; |
| | | $wb["database_user_error_regex"] = 'Invalid database user name. The username may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.'; |
| | | $wb["database_user_error_len"] = 'Database username - {user} - too long. The max. database username length incl. prefix is 16 chars.'; |
| | | $wb["btn_save_txt"] = 'Save'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | $wb['database_user_txt'] = 'Database user'; |
| | | $wb['database_password_txt'] = 'Database password'; |
| | | $wb['password_strength_txt'] = 'Password strength'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['database_user_error_empty'] = 'Database user is empty.'; |
| | | $wb['database_user_error_unique'] = 'There is already a database user with this name on the server. To get a unique name, e.g. prepend your domain name to the username.'; |
| | | $wb['database_user_error_regex'] = 'Invalid database user name. The username may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.'; |
| | | $wb['database_user_error_len'] = 'Database username - {user} - too long. The max. database username length incl. prefix is 16 chars.'; |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['generate_password_txt'] = 'Generate Password'; |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['globalsearch_resultslimit_of_txt'] = "of"; |
| | | $wb['globalsearch_resultslimit_results_txt'] = "results"; |
| | | $wb['globalsearch_noresults_text_txt'] = "No results."; |
| | | $wb['globalsearch_noresults_limit_txt'] = "0 results"; |
| | | $wb['globalsearch_searchfield_watermark_txt'] = "Search"; |
| | | $wb['globalsearch_suggestions_text_txt'] = "Suggestions"; |
| | | $wb['globalsearch_resultslimit_of_txt'] = 'of'; |
| | | $wb['globalsearch_resultslimit_results_txt'] = 'results'; |
| | | $wb['globalsearch_noresults_text_txt'] = 'No results.'; |
| | | $wb['globalsearch_noresults_limit_txt'] = '0 results'; |
| | | $wb['globalsearch_searchfield_watermark_txt'] = 'Search'; |
| | | $wb['globalsearch_suggestions_text_txt'] = 'Suggestions'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Database User'; |
| | | $wb["database_user_txt"] = 'Database user'; |
| | | $wb["add_new_record_txt"] = 'Add new User'; |
| | | $wb["sys_groupid_txt"] = 'Client'; |
| | | ?> |
| | | $wb['list_head_txt'] = 'Database User'; |
| | | $wb['database_user_txt'] = 'Database user'; |
| | | $wb['add_new_record_txt'] = 'Add new User'; |
| | | $wb['sys_groupid_txt'] = 'Client'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Database user'; |
| | | $wb["database_user_txt"] = 'Database user'; |
| | | $wb["add_new_record_txt"] = 'Add new user'; |
| | | ?> |
| | | $wb['list_head_txt'] = 'Database user'; |
| | | $wb['database_user_txt'] = 'Database user'; |
| | | $wb['add_new_record_txt'] = 'Add new user'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["parent_domain_id_txt"] = 'Parent Website'; |
| | | $wb["web_folder_txt"] = 'Web folder'; |
| | | $wb["web_folder_invalid_txt"] = 'The web folder is invalid, please choose a different one.'; |
| | | $wb["web_folder_unique_txt"] = 'The web folder is already used, please choose a different one.'; |
| | | $wb["backup_interval_txt"] = 'Backup interval'; |
| | | $wb["backup_copies_txt"] = 'Number of backup copies'; |
| | | $wb["ssl_state_txt"] = 'State'; |
| | | $wb["ssl_locality_txt"] = 'Locality'; |
| | | $wb["ssl_organisation_txt"] = 'Organisation'; |
| | | $wb["ssl_organisation_unit_txt"] = 'Organisation Unit'; |
| | | $wb["ssl_country_txt"] = 'Country'; |
| | | $wb["ssl_key_txt"] = 'SSL Key'; |
| | | $wb["ssl_request_txt"] = 'SSL Request'; |
| | | $wb["ssl_cert_txt"] = 'SSL Certificate'; |
| | | $wb["ssl_bundle_txt"] = 'SSL Bundle'; |
| | | $wb["ssl_action_txt"] = 'SSL Action'; |
| | | $wb["ssl_domain_txt"] = 'SSL Domain'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["domain_txt"] = 'Domain'; |
| | | $wb["host_txt"] = 'Hostname'; |
| | | $wb['parent_domain_id_txt'] = 'Parent Website'; |
| | | $wb['web_folder_txt'] = 'Web folder'; |
| | | $wb['web_folder_invalid_txt'] = 'The web folder is invalid, please choose a different one.'; |
| | | $wb['web_folder_unique_txt'] = 'The web folder is already used, please choose a different one.'; |
| | | $wb['backup_interval_txt'] = 'Backup interval'; |
| | | $wb['backup_copies_txt'] = 'Number of backup copies'; |
| | | $wb['ssl_state_txt'] = 'State'; |
| | | $wb['ssl_locality_txt'] = 'Locality'; |
| | | $wb['ssl_organisation_txt'] = 'Organisation'; |
| | | $wb['ssl_organisation_unit_txt'] = 'Organisation Unit'; |
| | | $wb['ssl_country_txt'] = 'Country'; |
| | | $wb['ssl_key_txt'] = 'SSL Key'; |
| | | $wb['ssl_request_txt'] = 'SSL Request'; |
| | | $wb['ssl_cert_txt'] = 'SSL Certificate'; |
| | | $wb['ssl_bundle_txt'] = 'SSL Bundle'; |
| | | $wb['ssl_action_txt'] = 'SSL Action'; |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['host_txt'] = 'Hostname'; |
| | | $wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["parent_domain_id_txt"] = 'Parent Website'; |
| | | $wb["redirect_type_txt"] = 'Redirect Type'; |
| | | $wb["redirect_path_txt"] = 'Redirect Path'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["document_root_txt"] = 'Documentroot'; |
| | | $wb["system_user_txt"] = 'Linux User'; |
| | | $wb["system_group_txt"] = 'Linux Group'; |
| | | $wb["ip_address_txt"] = 'IPv4-Address'; |
| | | $wb["ipv6_address_txt"] = 'IPv6-Address'; |
| | | $wb["vhost_type_txt"] = 'VHost Type'; |
| | | $wb["hd_quota_txt"] = 'Harddisk Quota'; |
| | | $wb["traffic_quota_txt"] = 'Traffic Quota'; |
| | | $wb["cgi_txt"] = 'CGI'; |
| | | $wb["ssi_txt"] = 'SSI'; |
| | | $wb["errordocs_txt"] = 'Own Error-Documents'; |
| | | $wb["subdomain_txt"] = 'Auto-Subdomain'; |
| | | $wb["ssl_txt"] = 'SSL'; |
| | | $wb["suexec_txt"] = 'SuEXEC'; |
| | | $wb["php_txt"] = 'PHP'; |
| | | $wb["client_txt"] = 'Client'; |
| | | $wb["limit_web_domain_txt"] = 'The max. number of web domains for your account is reached.'; |
| | | $wb["limit_web_aliasdomain_txt"] = 'The max. number of aliasdomains for your account is reached.'; |
| | | $wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.'; |
| | | $wb["apache_directives_txt"] = 'Apache Directives'; |
| | | $wb["domain_error_empty"] = 'Domain is empty.'; |
| | | $wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.'; |
| | | $wb["domain_error_regex"] = 'Domain name invalid.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['redirect_type_txt'] = 'Redirect Type'; |
| | | $wb['redirect_path_txt'] = 'Redirect Path'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['document_root_txt'] = 'Documentroot'; |
| | | $wb['system_user_txt'] = 'Linux User'; |
| | | $wb['system_group_txt'] = 'Linux Group'; |
| | | $wb['ip_address_txt'] = 'IPv4-Address'; |
| | | $wb['ipv6_address_txt'] = 'IPv6-Address'; |
| | | $wb['vhost_type_txt'] = 'VHost Type'; |
| | | $wb['hd_quota_txt'] = 'Harddisk Quota'; |
| | | $wb['traffic_quota_txt'] = 'Traffic Quota'; |
| | | $wb['cgi_txt'] = 'CGI'; |
| | | $wb['ssi_txt'] = 'SSI'; |
| | | $wb['errordocs_txt'] = 'Own Error-Documents'; |
| | | $wb['subdomain_txt'] = 'Auto-Subdomain'; |
| | | $wb['ssl_txt'] = 'SSL'; |
| | | $wb['suexec_txt'] = 'SuEXEC'; |
| | | $wb['php_txt'] = 'PHP'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb['limit_web_domain_txt'] = 'The max. number of web domains for your account is reached.'; |
| | | $wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.'; |
| | | $wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.'; |
| | | $wb['apache_directives_txt'] = 'Apache Directives'; |
| | | $wb['domain_error_empty'] = 'Domain is empty.'; |
| | | $wb['domain_error_unique'] = 'There is already a website or sub / aliasdomain with this domain name.'; |
| | | $wb['domain_error_regex'] = 'Domain name invalid.'; |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb["hd_quota_error_empty"] = 'Harddisk quota is 0 or empty.'; |
| | | $wb["traffic_quota_error_empty"] = 'Traffic quota is empty.'; |
| | | $wb["error_ssl_state_empty"] = 'SSL State is empty.'; |
| | | $wb["error_ssl_locality_empty"] = 'SSL Locality is empty.'; |
| | | $wb["error_ssl_organisation_empty"] = 'SSL Organisation is empty.'; |
| | | $wb["error_ssl_organisation_unit_empty"] = 'SSL Organisation Unit is empty.'; |
| | | $wb["error_ssl_country_empty"] = 'SSL Country is empty.'; |
| | | $wb["error_ssl_cert_empty"] = 'SSL Certificate field is empty'; |
| | | $wb["client_group_id_txt"] = 'Client'; |
| | | $wb["stats_password_txt"] = 'Webstatistics password'; |
| | | $wb["allow_override_txt"] = 'Apache AllowOverride'; |
| | | $wb["limit_web_quota_free_txt"] = 'Max. available Harddisk Quota'; |
| | | $wb["ssl_state_error_regex"] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_'; |
| | | $wb["ssl_locality_error_regex"] = 'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_'; |
| | | $wb["ssl_organisation_error_regex"] = 'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_'; |
| | | $wb["ssl_organistaion_unit_error_regex"] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; |
| | | $wb["ssl_country_error_regex"] = 'Invalid SSL Country. Valid characters are: A-Z'; |
| | | $wb["limit_traffic_quota_free_txt"] = 'Max. available Traffic Quota'; |
| | | $wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; |
| | | $wb["php_open_basedir_txt"] = 'PHP open_basedir'; |
| | | $wb["traffic_quota_exceeded_txt"] = 'Traffic quota exceeded'; |
| | | $wb["ruby_txt"] = 'Ruby'; |
| | | $wb["stats_user_txt"] = 'Webstatistics username'; |
| | | $wb["stats_type_txt"] = 'Webstatistics program'; |
| | | $wb["custom_php_ini_txt"] = 'Custom php.ini settings'; |
| | | $wb['hd_quota_error_empty'] = 'Harddisk quota is 0 or empty.'; |
| | | $wb['traffic_quota_error_empty'] = 'Traffic quota is empty.'; |
| | | $wb['error_ssl_state_empty'] = 'SSL State is empty.'; |
| | | $wb['error_ssl_locality_empty'] = 'SSL Locality is empty.'; |
| | | $wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.'; |
| | | $wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.'; |
| | | $wb['error_ssl_country_empty'] = 'SSL Country is empty.'; |
| | | $wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty'; |
| | | $wb['client_group_id_txt'] = 'Client'; |
| | | $wb['stats_password_txt'] = 'Webstatistics password'; |
| | | $wb['allow_override_txt'] = 'Apache AllowOverride'; |
| | | $wb['limit_web_quota_free_txt'] = 'Max. available Harddisk Quota'; |
| | | $wb['ssl_state_error_regex'] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_'; |
| | | $wb['ssl_locality_error_regex'] = 'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_'; |
| | | $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_'; |
| | | $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; |
| | | $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; |
| | | $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; |
| | | $wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; |
| | | $wb['ruby_txt'] = 'Ruby'; |
| | | $wb['stats_user_txt'] = 'Webstatistics username'; |
| | | $wb['stats_type_txt'] = 'Webstatistics program'; |
| | | $wb['custom_php_ini_txt'] = 'Custom php.ini settings'; |
| | | $wb['none_txt'] = 'None'; |
| | | $wb['disabled_txt'] = 'Disabled'; |
| | | $wb['no_redirect_txt'] = 'No redirect'; |
| | |
| | | $wb['save_certificate_txt'] = 'Save certificate'; |
| | | $wb['create_certificate_txt'] = 'Create certificate'; |
| | | $wb['delete_certificate_txt'] = 'Delete certificate'; |
| | | $wb["nginx_directives_txt"] = 'nginx Directives'; |
| | | $wb["seo_redirect_txt"] = 'SEO Redirect'; |
| | | $wb["non_www_to_www_txt"] = 'Non-www -> www'; |
| | | $wb["www_to_non_www_txt"] = 'www -> non-www'; |
| | | $wb["php_fpm_use_socket_txt"] = 'Use Socket For PHP-FPM'; |
| | | $wb["error_no_sni_txt"] = 'SNI for SSL is not activated on this server. You can enable only one SSL certificate on each IP address.'; |
| | | $wb["python_txt"] = 'Python'; |
| | | $wb["perl_txt"] = 'Perl'; |
| | | $wb["pm_max_children_txt"] = 'PHP-FPM pm.max_children'; |
| | | $wb["pm_start_servers_txt"] = 'PHP-FPM pm.start_servers'; |
| | | $wb["pm_min_spare_servers_txt"] = 'PHP-FPM pm.min_spare_servers'; |
| | | $wb["pm_max_spare_servers_txt"] = 'PHP-FPM pm.max_spare_servers'; |
| | | $wb["error_php_fpm_pm_settings_txt"] = 'Values of PHP-FPM pm settings must be as follows: pm.max_children >= pm.max_spare_servers >= pm.start_servers >= pm.min_spare_servers > 0'; |
| | | $wb["pm_max_children_error_regex"] = 'PHP-FPM pm.max_children must be a positive integer value.'; |
| | | $wb["pm_start_servers_error_regex"] = 'PHP-FPM pm.start_servers must be a positive integer value.'; |
| | | $wb["pm_min_spare_servers_error_regex"] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.'; |
| | | $wb["pm_max_spare_servers_error_regex"] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.'; |
| | | $wb["hd_quota_error_regex"] = 'Harddisk quota is invalid.'; |
| | | $wb["traffic_quota_error_regex"] = 'Traffic quota is invalid.'; |
| | | $wb["fastcgi_php_version_txt"] = 'PHP Version'; |
| | | $wb["pm_txt"] = 'PHP-FPM Process Manager'; |
| | | $wb["pm_process_idle_timeout_txt"] = 'PHP-FPM pm.process_idle_timeout'; |
| | | $wb["pm_max_requests_txt"] = 'PHP-FPM pm.max_requests'; |
| | | $wb["pm_process_idle_timeout_error_regex"] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.'; |
| | | $wb["pm_max_requests_error_regex"] = 'PHP-FPM pm.max_requests must be an integer value >= 0.'; |
| | | $wb["pm_ondemand_hint_txt"] = 'Please note that you must have PHP version >= 5.3.9 in order to use the ondemand process manager. If you select ondemand for an older PHP version, PHP will not start anymore!'; |
| | | $wb['nginx_directives_txt'] = 'nginx Directives'; |
| | | $wb['seo_redirect_txt'] = 'SEO Redirect'; |
| | | $wb['non_www_to_www_txt'] = 'Non-www -> www'; |
| | | $wb['www_to_non_www_txt'] = 'www -> non-www'; |
| | | $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM'; |
| | | $wb['error_no_sni_txt'] = 'SNI for SSL is not activated on this server. You can enable only one SSL certificate on each IP address.'; |
| | | $wb['python_txt'] = 'Python'; |
| | | $wb['perl_txt'] = 'Perl'; |
| | | $wb['pm_max_children_txt'] = 'PHP-FPM pm.max_children'; |
| | | $wb['pm_start_servers_txt'] = 'PHP-FPM pm.start_servers'; |
| | | $wb['pm_min_spare_servers_txt'] = 'PHP-FPM pm.min_spare_servers'; |
| | | $wb['pm_max_spare_servers_txt'] = 'PHP-FPM pm.max_spare_servers'; |
| | | $wb['error_php_fpm_pm_settings_txt'] = 'Values of PHP-FPM pm settings must be as follows: pm.max_children >= pm.max_spare_servers >= pm.start_servers >= pm.min_spare_servers > 0'; |
| | | $wb['pm_max_children_error_regex'] = 'PHP-FPM pm.max_children must be a positive integer value.'; |
| | | $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.'; |
| | | $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.'; |
| | | $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.'; |
| | | $wb['hd_quota_error_regex'] = 'Harddisk quota is invalid.'; |
| | | $wb['traffic_quota_error_regex'] = 'Traffic quota is invalid.'; |
| | | $wb['fastcgi_php_version_txt'] = 'PHP Version'; |
| | | $wb['pm_txt'] = 'PHP-FPM Process Manager'; |
| | | $wb['pm_process_idle_timeout_txt'] = 'PHP-FPM pm.process_idle_timeout'; |
| | | $wb['pm_max_requests_txt'] = 'PHP-FPM pm.max_requests'; |
| | | $wb['pm_process_idle_timeout_error_regex'] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.'; |
| | | $wb['pm_max_requests_error_regex'] = 'PHP-FPM pm.max_requests must be an integer value >= 0.'; |
| | | $wb['pm_ondemand_hint_txt'] = 'Please note that you must have PHP version >= 5.3.9 in order to use the ondemand process manager. If you select ondemand for an older PHP version, PHP will not start anymore!'; |
| | | $wb['generate_password_txt'] = 'Generate Password'; |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | |
| | | $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Subdomains'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["parent_domain_id_txt"] = 'Website'; |
| | | $wb["domain_txt"] = 'Subdomain'; |
| | | $wb["add_new_record_txt"] = 'Add new subdomain'; |
| | | ?> |
| | | $wb['list_head_txt'] = 'Subdomains'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['domain_txt'] = 'Subdomain'; |
| | | $wb['add_new_record_txt'] = 'Add new subdomain'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['Available packages'] = 'Available packages'; |
| | | $wb['Installed packages'] = 'Installed packages'; |
| | | $wb['Update Packagelist'] = 'Update Packagelist'; |
| | | $wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | $wb['select_dbuser_txt'] = 'Select database user'; |
| | | $wb['no_dbuser_txt'] = 'None'; |
| | | $wb['database_client_differs_txt'] = 'The client of the parent web and the database do not match.'; |
| | | $wb['database_user_missing_txt'] = 'Please select a database user for this database.'; |
| | | ?> |
| | |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; |
| | | ?> |
| | |
| | | <td class="tbl_col_buttons"> </td>
|
| | | </tr>
|
| | | </tmpl_loop>
|
| | | <tmpl_unless name="records">
|
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
|
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
|
| | | </tr>
|
| | | </tmpl_unless>
|
| | | </tbody>
|
| | | <tfoot>
|
| | | <tr>
|
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="10">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="7">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="2">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="2">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | <td class="tbl_col_buttons"></td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="7">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | </table> |
| | | </fieldset> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | } |
| | | |
| | | <tmpl_if name="readonly_tab"> |
| | | jQuery('div.panel_web_domain').find('fieldset').find('input,select,button').click(function(e) { e.preventDefault(); }).focus(function() { $(this).blur(); }); |
| | | jQuery('div.panel_web_domain').find('fieldset').find('input,select,button').bind('click mousedown', function(e) { e.preventDefault(); }).focus(function() { $(this).blur(); }); |
| | | jQuery('#dom-edit-submit').click(function() { |
| | | submitForm('pageForm','sites/web_domain_edit.php'); |
| | | }); |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | <tbody> |
| | | <tmpl_loop name="records"> |
| | | <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td class="tbl_col_domain"><a href="#" onclick="loadContent('sites/web_<tmpl_if name='type' op='==' value='vhostsubdomain'>vhost_sub</tmpl_if>domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="domain"}</a></td> |
| | | <td class="tbl_col_domain"><a target="_blank" href="http://{tmpl_var name="domain"}/stats">{tmpl_var name="domain"}</a></td> |
| | | <td class="tbl_col_this_month"><a href="#" onclick="loadContent('sites/web_<tmpl_if name='type' op='==' value='vhostsubdomain'>vhost_sub</tmpl_if>domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="this_month"} MB</a></td> |
| | | <td class="tbl_col_last_month"><a href="#" onclick="loadContent('sites/web_<tmpl_if name='type' op='==' value='vhostsubdomain'>vhost_sub</tmpl_if>domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="last_month"} MB</a></td> |
| | | <td class="tbl_col_this_year"><a href="#" onclick="loadContent('sites/web_<tmpl_if name='type' op='==' value='vhostsubdomain'>vhost_sub</tmpl_if>domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="this_year"} MB</a></td> |
| | |
| | | <td class="tbl_col_buttons"></td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td class="tbl_col_domain"><a href="#" onclick="return false;" style="font-weight:bold;">{tmpl_var name="sum_txt"}</a></td> |
| | | <td class="tbl_col_this_month"><a href="#" onclick="return false;" style="font-weight:bold;">{tmpl_var name="sum_this_month"} MB</a></td> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | |
| | | <tfoot> |
| | |
| | | } |
| | | |
| | | <tmpl_if name="readonly_tab"> |
| | | jQuery('div.panel_web_domain').find('fieldset').find('input,select,button').click(function(e) { e.preventDefault(); }).focus(function() { $(this).blur(); }); |
| | | jQuery('div.panel_web_domain').find('fieldset').find('input,select,button').bind('click mousedown', function(e) { e.preventDefault(); }).focus(function() { $(this).blur(); }); |
| | | jQuery('#dom-edit-submit').click(function() { |
| | | submitForm('pageForm','sites/web_vhost_subdomain_edit.php'); |
| | | }); |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | |
| | | <tfoot> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | if($rec['used'] > 1024) { |
| | | $rec['used'] = round($rec['used'] / 1024,2).' MB'; |
| | | } else { |
| | | $rec['used'] .= ' KB'; |
| | | if ($rec['used'] != '') $rec['used'] .= ' KB'; |
| | | } |
| | | |
| | | if($rec['soft'] > 1024) { |
| | |
| | | $rec['hard'] .= ' KB'; |
| | | } |
| | | |
| | | if($rec['soft'] == " KB") $rec['soft'] = $app->lng('unlimited'); |
| | | if($rec['hard'] == " KB") $rec['hard'] = $app->lng('unlimited'); |
| | | |
| | | |
| | | /* |
| | |
| | | $php_directive_snippets_txt = ''; |
| | | if(is_array($php_directive_snippets) && !empty($php_directive_snippets)){ |
| | | foreach($php_directive_snippets as $php_directive_snippet){ |
| | | $php_directive_snippets_txt .= '<a href="javascript:void(0);" class="addPlaceholderContent">['.$php_directive_snippet['name'].']<pre class="addPlaceholderContent" style="display:none;">'.$php_directive_snippet['snippet'].'</pre></a> '; |
| | | $php_directive_snippets_txt .= '<a href="javascript:void(0);" class="addPlaceholderContent">['.$php_directive_snippet['name'].']<pre class="addPlaceholderContent" style="display:none;">'.htmlentities($php_directive_snippet['snippet']).'</pre></a> '; |
| | | } |
| | | } |
| | | if($php_directive_snippets_txt == '') $php_directive_snippets_txt = '------'; |
| | |
| | | $apache_directive_snippets_txt = ''; |
| | | if(is_array($apache_directive_snippets) && !empty($apache_directive_snippets)){ |
| | | foreach($apache_directive_snippets as $apache_directive_snippet){ |
| | | $apache_directive_snippets_txt .= '<a href="javascript:void(0);" class="addPlaceholderContent">['.$apache_directive_snippet['name'].']<pre class="addPlaceholderContent" style="display:none;">'.$apache_directive_snippet['snippet'].'</pre></a> '; |
| | | $apache_directive_snippets_txt .= '<a href="javascript:void(0);" class="addPlaceholderContent">['.$apache_directive_snippet['name'].']<pre class="addPlaceholderContent" style="display:none;">'.htmlentities($apache_directive_snippet['snippet']).'</pre></a> '; |
| | | } |
| | | } |
| | | if($apache_directive_snippets_txt == '') $apache_directive_snippets_txt = '------'; |
| | |
| | | $nginx_directive_snippets_txt = ''; |
| | | if(is_array($nginx_directive_snippets) && !empty($nginx_directive_snippets)){ |
| | | foreach($nginx_directive_snippets as $nginx_directive_snippet){ |
| | | $nginx_directive_snippets_txt .= '<a href="javascript:void(0);" class="addPlaceholderContent">['.$nginx_directive_snippet['name'].']<pre class="addPlaceholderContent" style="display:none;">'.$nginx_directive_snippet['snippet'].'</pre></a> '; |
| | | $nginx_directive_snippets_txt .= '<a href="javascript:void(0);" class="addPlaceholderContent">['.$nginx_directive_snippet['name'].']<pre class="addPlaceholderContent" style="display:none;">'.htmlentities($nginx_directive_snippet['snippet']).'</pre></a> '; |
| | | } |
| | | } |
| | | if($nginx_directive_snippets_txt == '') $nginx_directive_snippets_txt = '------'; |
| | |
| | | $proxy_directive_snippets_txt = ''; |
| | | if(is_array($proxy_directive_snippets) && !empty($proxy_directive_snippets)){ |
| | | foreach($proxy_directive_snippets as $proxy_directive_snippet){ |
| | | $proxy_directive_snippets_txt .= '<a href="javascript:void(0);" class="addPlaceholderContent">['.$proxy_directive_snippet['name'].']<pre class="addPlaceholderContent" style="display:none;">'.$proxy_directive_snippet['snippet'].'</pre></a> '; |
| | | $proxy_directive_snippets_txt .= '<a href="javascript:void(0);" class="addPlaceholderContent">['.$proxy_directive_snippet['name'].']<pre class="addPlaceholderContent" style="display:none;">'.htmlentities($proxy_directive_snippet['snippet']).'</pre></a> '; |
| | | } |
| | | } |
| | | if($proxy_directive_snippets_txt == '') $proxy_directive_snippets_txt = '------'; |
| | |
| | | unset($rec); |
| | | |
| | | //* Update all subdomains and alias domains |
| | | $records = $app->db->queryAllRecords("SELECT domain_id FROM web_domain WHERE parent_domain_id = ".$this->id); |
| | | $records = $app->db->queryAllRecords("SELECT domain_id, `domain`, `type`, `web_folder` FROM web_domain WHERE parent_domain_id = ".$this->id); |
| | | foreach($records as $rec) { |
| | | $app->db->datalogUpdate('web_domain', "sys_userid = '".$web_rec['sys_userid']."', sys_groupid = '".$web_rec['sys_groupid']."'", 'domain_id', $rec['domain_id']); |
| | | $update_columns = "sys_userid = '".$web_rec['sys_userid']."', sys_groupid = '".$web_rec['sys_groupid']."'"; |
| | | if($rec['type'] == 'vhostsubdomain') { |
| | | $php_open_basedir = str_replace("[website_path]/web",$document_root.'/'.$rec['web_folder'],$web_config["php_open_basedir"]); |
| | | $php_open_basedir = str_replace("[website_domain]/web",$rec['domain'].'/'.$rec['web_folder'],$php_open_basedir); |
| | | $php_open_basedir = str_replace("[website_path]",$document_root,$php_open_basedir); |
| | | $php_open_basedir = $app->db->quote(str_replace("[website_domain]",$rec['domain'],$php_open_basedir)); |
| | | |
| | | $update_columns .= ", document_root = '".$document_root."', `php_open_basedir` = '".$php_open_basedir."'"; |
| | | } |
| | | $app->db->datalogUpdate('web_domain', $update_columns, 'domain_id', $rec['domain_id']); |
| | | } |
| | | unset($records); |
| | | unset($rec); |
| | |
| | | $wb['password_strength_5_txt'] = 'Velmi silné'; |
| | | ?> |
| | | |
| | | |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="7">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | table.list thead th { font-size: 10px; } |
| | | table.list tbody { border: 1px solid #d3d3d3 !important; } |
| | | table.list tfoot td { text-align: center; background: #f8f8f8 url("../images/lists_tfoot_bg.png") repeat-x bottom left; padding: 24px 8px 8px 8px; } |
| | | table.list .tbl_paging img { vertical-align: top; } |
| | | table.list .tbl_row_even { background: #fcfcfc; } |
| | | table.list .tbl_row_uneven { background: #f0f8ff; } |
| | | table.list tr:hover { background: #fffacd; } |
| | |
| | | .iconstxt.icoRestore { background-position: 6px -1px; } |
| | | |
| | | /* Button with icon and without text */ |
| | | .icons16 span { display: none; } |
| | | .icons16 { position: relative; } |
| | | .icons16>span { |
| | | opacity: 0; |
| | | visibility: hidden; |
| | | -webkit-transition: opacity 1s linear; |
| | | -moz-transition: opacity 1s linear; |
| | | -o-transition: opacity 1s linear; |
| | | -ms-transition: opacity 1s linear; |
| | | transition: opacity 1s linear; |
| | | position: absolute; |
| | | right: 23px; |
| | | top: -1px; |
| | | padding: 1px 2px; |
| | | border: 1px solid rgb(155,155,11); |
| | | background: rgb(255,255,111); |
| | | white-space: nowrap; |
| | | } |
| | | .icons16:hover>span { |
| | | opacity: 1.0; |
| | | visibility: visible; |
| | | } |
| | | a.icons16 { |
| | | height: 18px; |
| | | width: 18px; |
New file |
| | |
| | | <?php |
| | | /* |
| | | Copyright (c) 2012, Till Brehm, projektfarm Gmbh, ISPConfig UG |
| | | All rights reserved. |
| | | |
| | | Redistribution and use in source and binary forms, with or without modification, |
| | | are permitted provided that the following conditions are met: |
| | | |
| | | * Redistributions of source code must retain the above copyright notice, |
| | | this list of conditions and the following disclaimer. |
| | | * Redistributions in binary form must reproduce the above copyright notice, |
| | | this list of conditions and the following disclaimer in the documentation |
| | | and/or other materials provided with the distribution. |
| | | * Neither the name of ISPConfig nor the names of its contributors |
| | | may be used to endorse or promote products derived from this software without |
| | | specific prior written permission. |
| | | |
| | | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| | | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| | | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| | | IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
| | | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| | | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| | | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
| | | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| | | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
| | | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| | | */ |
| | | |
| | | set_time_limit(0); |
| | | |
| | | require_once('../../lib/config.inc.php'); |
| | | require_once('../../lib/app.inc.php'); |
| | | |
| | | //* Check permissions for module |
| | | $app->auth->check_module_permissions('admin'); |
| | | |
| | | //* This is only allowed for administrators |
| | | if(!$app->auth->is_admin()) die('only allowed for administrators.'); |
| | | |
| | | $app->uses('tpl,auth'); |
| | | |
| | | $app->tpl->newTemplate('form.tpl.htm'); |
| | | $app->tpl->setInclude('content_tpl', 'templates/import_vpopmail.htm'); |
| | | $msg = ''; |
| | | $error = ''; |
| | | |
| | | //* load language file |
| | | $lng_file = 'lib/lang/'.$_SESSION['s']['language'].'_import_vpopmail.lng'; |
| | | include($lng_file); |
| | | $app->tpl->setVar($wb); |
| | | |
| | | if(isset($_POST['db_hostname']) && $_POST['db_hostname'] != '') { |
| | | |
| | | //* Set external Login details |
| | | $conf['imp_db_host'] = $_POST['db_hostname']; |
| | | $conf['imp_db_database'] = $_POST['db_name']; |
| | | $conf['imp_db_user'] = $_POST['db_user']; |
| | | $conf['imp_db_password'] = $_POST['db_password']; |
| | | $conf['imp_db_charset'] = 'utf8'; |
| | | $conf['imp_db_new_link'] = false; |
| | | $conf['imp_db_client_flags'] = 0; |
| | | |
| | | //* create new db object |
| | | $exdb = new db('imp'); |
| | | |
| | | if($exdb !== false) { |
| | | $msg .= 'Databse connection succeeded<br />'; |
| | | |
| | | $local_server_id = intval($_POST['local_server_id']); |
| | | $tmp = $app->db->queryOneRecord("SELECT mail_server FROM server WHERE server_id = $local_server_id"); |
| | | |
| | | if($tmp['mail_server'] == 1) { |
| | | start_import(); |
| | | } else { |
| | | $msg .= 'The server with the ID $local_server_id is not a mail server.<br />'; |
| | | } |
| | | |
| | | } else { |
| | | $msg .= 'Database connection failed<br />'; |
| | | } |
| | | |
| | | } else { |
| | | $_POST['local_server_id'] = 1; |
| | | } |
| | | |
| | | $app->tpl->setVar('db_hostname',$_POST['db_hostname']); |
| | | $app->tpl->setVar('db_user',$_POST['db_user']); |
| | | $app->tpl->setVar('db_password',$_POST['db_password']); |
| | | $app->tpl->setVar('db_name',$_POST['db_name']); |
| | | $app->tpl->setVar('local_server_id',$_POST['local_server_id']); |
| | | $app->tpl->setVar('msg',$msg); |
| | | $app->tpl->setVar('error',$error); |
| | | |
| | | $app->tpl_defaults(); |
| | | $app->tpl->pparse(); |
| | | |
| | | ########################################################### |
| | | |
| | | function start_import() { |
| | | global $app, $conf, $msg, $error, $exdb, $local_server_id; |
| | | |
| | | //* Import the clients |
| | | $records = $exdb->queryAllRecords("SELECT * FROM vpopmail WHERE pw_name = 'postmaster'"); |
| | | if(is_array($records)) { |
| | | foreach($records as $rec) { |
| | | $pw_domain = $rec['pw_domain']; |
| | | //* Check if we have a client with that username already |
| | | $tmp = $app->db->queryOneRecord("SELECT count(client_id) as number FROM client WHERE username = '$pw_domain'"); |
| | | if($tmp['number'] == 0) { |
| | | $pw_crypt_password = $app->auth->crypt_password($rec['pw_clear_passwd']); |
| | | $country = 'FI'; |
| | | |
| | | //* add client |
| | | $sql = "INSERT INTO `client` (`sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `company_name`, `company_id`, `contact_name`, `customer_no`, `vat_id`, `street`, `zip`, `city`, `state`, `country`, `telephone`, `mobile`, `fax`, `email`, `internet`, `icq`, `notes`, `bank_account_owner`, `bank_account_number`, `bank_code`, `bank_name`, `bank_account_iban`, `bank_account_swift`, `default_mailserver`, `limit_maildomain`, `limit_mailbox`, `limit_mailalias`, `limit_mailaliasdomain`, `limit_mailforward`, `limit_mailcatchall`, `limit_mailrouting`, `limit_mailfilter`, `limit_fetchmail`, `limit_mailquota`, `limit_spamfilter_wblist`, `limit_spamfilter_user`, `limit_spamfilter_policy`, `default_webserver`, `limit_web_ip`, `limit_web_domain`, `limit_web_quota`, `web_php_options`, `limit_cgi`, `limit_ssi`, `limit_perl`, `limit_ruby`, `limit_python`, `force_suexec`, `limit_hterror`, `limit_wildcard`, `limit_ssl`, `limit_web_subdomain`, `limit_web_aliasdomain`, `limit_ftp_user`, `limit_shell_user`, `ssh_chroot`, `limit_webdav_user`, `limit_aps`, `default_dnsserver`, `limit_dns_zone`, `limit_dns_slave_zone`, `limit_dns_record`, `default_dbserver`, `limit_database`, `limit_cron`, `limit_cron_type`, `limit_cron_frequency`, `limit_traffic_quota`, `limit_client`, `limit_mailmailinglist`, `limit_openvz_vm`, `limit_openvz_vm_template_id`, `parent_client_id`, `username`, `password`, `language`, `usertheme`, `template_master`, `template_additional`, `created_at`, `id_rsa`, `ssh_rsa`) |
| | | VALUES(1, 1, 'riud', 'riud', '', '', '', '$pw_domain', '', '', '', '', '', '', '$country', '', '', '', '', 'http://', '', '', '', '', '', '', '', '', 1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, 0, 0, 0, 1, NULL, -1, -1, 'no,fast-cgi,cgi,mod,suphp', 'n', 'n', 'n', 'n', 'n', 'y', 'n', 'n', 'n', -1, -1, -1, 0, 'no,jailkit', 0, 0, 1, -1, -1, -1, 1, -1, 0, 'url', 5, -1, 0, -1, 0, 0, 0, '$pw_domain', '$pw_crypt_password', '".$conf['language']."', 'default', 0, '', NOW(), '', '')"; |
| | | $app->db->query($sql); |
| | | $client_id = $app->db->insertID(); |
| | | |
| | | //* add sys_group |
| | | $groupid = $app->db->datalogInsert('sys_group', "(name,description,client_id) VALUES ('".$app->db->quote($pw_domain)."','',".$client_id.")", 'groupid'); |
| | | $groups = $groupid; |
| | | |
| | | $username = $app->db->quote($pw_domain); |
| | | $password = $pw_crypt_password; |
| | | $modules = $conf['interface_modules_enabled']; |
| | | $startmodule = 'dashboard'; |
| | | $usertheme = $app->db->quote('default'); |
| | | $type = 'user'; |
| | | $active = 1; |
| | | $language = $app->db->quote($conf["language"]); |
| | | //$password = $app->auth->crypt_password($password); |
| | | |
| | | // Create the controlpaneluser for the client |
| | | //Generate ssh-rsa-keys |
| | | exec('ssh-keygen -t rsa -C '.$username.'-rsa-key-'.time().' -f /tmp/id_rsa -N ""'); |
| | | $app->db->query("UPDATE client SET created_at = ".time().", id_rsa = '".$app->db->quote(@file_get_contents('/tmp/id_rsa'))."', ssh_rsa = '".$app->db->quote(@file_get_contents('/tmp/id_rsa.pub'))."' WHERE client_id = ".$client_id); |
| | | exec('rm -f /tmp/id_rsa /tmp/id_rsa.pub'); |
| | | |
| | | // Create the controlpaneluser for the client |
| | | $sql = "INSERT INTO sys_user (username,passwort,modules,startmodule,app_theme,typ,active,language,groups,default_group,client_id) |
| | | VALUES ('$username','$password','$modules','$startmodule','$usertheme','$type','$active','$language',$groups,$groupid,".$client_id.")"; |
| | | $app->db->query($sql); |
| | | |
| | | //* Set the default servers |
| | | $tmp = $app->db->queryOneRecord('SELECT server_id FROM server WHERE mail_server = 1 AND mirror_server_id = 0 LIMIT 0,1'); |
| | | $default_mailserver = $app->functions->intval($tmp['server_id']); |
| | | $tmp = $app->db->queryOneRecord('SELECT server_id FROM server WHERE web_server = 1 AND mirror_server_id = 0 LIMIT 0,1'); |
| | | $default_webserver = $app->functions->intval($tmp['server_id']); |
| | | $tmp = $app->db->queryOneRecord('SELECT server_id FROM server WHERE dns_server = 1 AND mirror_server_id = 0 LIMIT 0,1'); |
| | | $default_dnsserver = $app->functions->intval($tmp['server_id']); |
| | | $tmp = $app->db->queryOneRecord('SELECT server_id FROM server WHERE db_server = 1 AND mirror_server_id = 0 LIMIT 0,1'); |
| | | $default_dbserver = $app->functions->intval($tmp['server_id']); |
| | | |
| | | $sql = "UPDATE client SET default_mailserver = $default_mailserver, default_webserver = $default_webserver, default_dnsserver = $default_dnsserver, default_dbserver = $default_dbserver WHERE client_id = ".$client_id; |
| | | $app->db->query($sql); |
| | | |
| | | $msg .= "Added Client $username.<br />"; |
| | | } else { |
| | | $msg .= "Client $username exists, skipped.<br />"; |
| | | } |
| | | } |
| | | } |
| | | |
| | | //* Import the mail domains |
| | | $records = $exdb->queryAllRecords("SELECT DISTINCT pw_domain FROM `vpopmail`"); |
| | | if(is_array($records)) { |
| | | foreach($records as $rec) { |
| | | $domain = $rec['pw_domain']; |
| | | |
| | | //* Check if domain exists already |
| | | $tmp = $app->db->queryOneRecord("SELECT count(domain_id) as number FROM mail_domain WHERE domain = '$domain'"); |
| | | if($tmp['number'] == 0) { |
| | | $user_rec = $app->db->queryOneRecord("SELECT * FROM sys_user WHERE username = '$domain'"); |
| | | $sys_userid = ($user_rec['userid'] > 0)?$user_rec['userid']:1; |
| | | $sys_groupid = ($user_rec['default_group'] > 0)?$user_rec['default_group']:1; |
| | | |
| | | $sql = "(`sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `server_id`, `domain`, `active`) |
| | | VALUES(".$sys_userid.", ".$sys_groupid.", 'riud', 'riud', '', $local_server_id, '$domain', 'y')"; |
| | | $app->db->datalogInsert('mail_domain', $sql, 'domain_id'); |
| | | $msg .= "Imported domain $domain <br />"; |
| | | } else { |
| | | $msg .= "Skipped domain $domain <br />"; |
| | | } |
| | | } |
| | | } |
| | | |
| | | //* Import mailboxes |
| | | $records = $exdb->queryAllRecords("SELECT * FROM `vpopmail`"); |
| | | if(is_array($records)) { |
| | | foreach($records as $rec) { |
| | | $domain = $rec['pw_domain']; |
| | | $email = $rec['pw_name'].'@'.$rec['pw_domain']; |
| | | |
| | | //* Check for duplicate mailboxes |
| | | $tmp = $app->db->queryOneRecord("SELECT count(mailuser_id) as number FROM mail_user WHERE email = '".$app->db->quote($email)."'"); |
| | | |
| | | if($tmp['number'] == 0) { |
| | | |
| | | //* get the mail domain for the mailbox |
| | | $domain_rec = $app->db->queryOneRecord("SELECT * FROM mail_domain WHERE domain = '$domain'"); |
| | | |
| | | if(is_array($domain_rec)) { |
| | | $pw_crypt_password = $app->auth->crypt_password($rec['pw_clear_passwd']); |
| | | $maildir_path = "/var/vmail/".$rec['pw_domain']."/".$rec['pw_name']; |
| | | |
| | | //* Insert the mailbox |
| | | $sql = "(`sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `server_id`, `email`, `login`, `password`, `name`, `uid`, `gid`, `maildir`, `quota`, `cc`, `homedir`, `autoresponder`, `autoresponder_start_date`, `autoresponder_end_date`, `autoresponder_subject`, `autoresponder_text`, `move_junk`, `custom_mailfilter`, `postfix`, `access`, `disableimap`, `disablepop3`, `disabledeliver`, `disablesmtp`, `disablesieve`, `disablelda`, `disabledoveadm`) |
| | | VALUES(".$domain_rec['sys_userid'].", ".$domain_rec['sys_groupid'].", 'riud', 'riud', '', $local_server_id, '$email', '$email', '$pw_crypt_password', '$email', 5000, 5000, '$maildir_path', 0, '', '/var/vmail', 'n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Out of office reply', '', 'n', '', 'y', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n')"; |
| | | $app->db->datalogInsert('mail_user', $sql, 'mailuser_id'); |
| | | $msg .= "Imported mailbox $email <br />"; |
| | | } |
| | | }else { |
| | | $msg .= "Skipped mailbox $email <br />"; |
| | | } |
| | | } |
| | | } |
| | | |
| | | //* Import Aliases |
| | | $records = $exdb->queryAllRecords("SELECT * FROM `valias`"); |
| | | if(is_array($records)) { |
| | | foreach($records as $rec) { |
| | | |
| | | $email = $rec['alias'].'@'.$rec['domain']; |
| | | $target = ''; |
| | | |
| | | if(stristr($rec['valias_line'],'|')) { |
| | | //* Skipped |
| | | $msg .= "Skipped $email as target is a script pipe.<br />"; |
| | | } elseif (substr(trim($rec['valias_line']),-9) == '/Maildir/') { |
| | | $parts = explode('/',$rec['valias_line']); |
| | | $target_user = $parts[count($parts)-3]; |
| | | $target_domain = $parts[count($parts)-4]; |
| | | $target = $target_user.'@'.$target_domain; |
| | | } elseif (substr(trim($rec['valias_line']),0,1) == '&') { |
| | | $target = substr(trim($rec['valias_line']),1); |
| | | } elseif (stristr($rec['valias_line'],'@')) { |
| | | $target = $rec['valias_line']; |
| | | } else { |
| | | //* Unknown |
| | | $msg .= "Skipped $email as format of target ".$rec['valias_line']." is unknown.<br />"; |
| | | } |
| | | |
| | | //* Check for duplicate forwards |
| | | $tmp = $app->db->queryOneRecord("SELECT count(forwarding_id) as number FROM mail_forwarding WHERE source = '".$app->db->quote($email)."' AND destination = '".$app->db->quote($target)."'"); |
| | | |
| | | if($tmp['number'] == 0 && $target != '') { |
| | | |
| | | //* get the mail domain |
| | | $domain_rec = $app->db->queryOneRecord("SELECT * FROM mail_domain WHERE domain = '".$rec['domain']."'"); |
| | | |
| | | if(is_array($domain_rec)) { |
| | | $sql = "(`sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `server_id`, `source`, `destination`, `type`, `active`) |
| | | VALUES(".$domain_rec['sys_userid'].", ".$domain_rec['sys_groupid'].", 'riud', 'riud', '', $local_server_id, '".$app->db->quote($email)."', '".$app->db->quote($target)."', 'forward', 'y')"; |
| | | $app->db->datalogInsert('mail_forwarding', $sql, 'forwarding_id'); |
| | | } |
| | | $msg .= "Imported alias $email.<br />"; |
| | | } else { |
| | | $msg .= "Skipped alias $email as it exists already.<br />"; |
| | | } |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | ?> |
| | |
| | | $wb['Interface'] = 'Rozhraní'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['import_spamfilter_txt'] = 'Importovat spamový filter'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['page_desc_txt'] = 'Změna uživatelského nastavení'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['app_theme_txt'] = 'Výchozí grafické téma'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['btn_cancel_txt'] = 'Zrušit'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['btn_cancel_txt'] = 'Zpět'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['password_match_txt'] = 'Hesla se shodují.'; |
| | | ?> |
| | | |
| | | |
New file |
| | |
| | | <?php |
| | | $wb['head_txt'] = 'Import email configuration from Vpopmail'; |
| | | $wb['legend_txt'] = 'Remote database server connection details'; |
| | | $wb['btn_start_txt'] = 'Start Import'; |
| | | $wb['btn_connect_txt'] = 'Connect to remote server'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | |
| | | ?> |
New file |
| | |
| | | <h2><tmpl_var name="head_txt"></h2> |
| | | <p><tmpl_var name="list_desc_txt"></p> |
| | | |
| | | <div class="panel panel_language_import"> |
| | | |
| | | <div class="pnl_formsarea"> |
| | | <fieldset class="inlineLabels"><legend>{tmpl_var name="legend_txt"}</legend> |
| | | <div class="ctrlHolder"> |
| | | <p class="label">Database Hostname</p> |
| | | <div class="multiField"> |
| | | <input id="db_hostname" type="text" value="{tmpl_var name='db_hostname'}" name="db_hostname" /> |
| | | </div> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <p class="label">Database Name</p> |
| | | <div class="multiField"> |
| | | <input id="db_name" type="text" value="{tmpl_var name='db_name'}" name="db_name" /> |
| | | </div> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <p class="label">Database User</p> |
| | | <div class="multiField"> |
| | | <input id="db_user" type="text" value="{tmpl_var name='db_user'}" name="db_user" /> |
| | | </div> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <p class="label">Database password</p> |
| | | <div class="multiField"> |
| | | <input id="db_password" type="text" value="{tmpl_var name='db_password'}" name="db_password" /> |
| | | </div> |
| | | </div> |
| | | <div class="ctrlHolder"> |
| | | <p class="label">Server ID of local mailserver</p> |
| | | <div class="multiField"> |
| | | <input id="local_server_id" type="text" value="{tmpl_var name='local_server_id'}" name="local_server_id" /> |
| | | </div> |
| | | </div> |
| | | </fieldset> |
| | | </div> |
| | | |
| | | <tmpl_if name="msg"> |
| | | <div id="OKMsg"><p><tmpl_var name="msg"></p></div> |
| | | </tmpl_if> |
| | | <tmpl_if name="error"> |
| | | <div id="errorMsg"><h3>ERROR</h3><ol><tmpl_var name="error"></ol></div> |
| | | </tmpl_if> |
| | | |
| | | <input type="hidden" name="remote_session_id" value="{tmpl_var name='remote_session_id'}"> |
| | | <div class="buttonHolder buttons"> |
| | | <button class="positive iconstxt icoPositive" type="button" value="Import" onClick="submitForm('pageForm','tools/import_vpopmail.php');"><span>{tmpl_var name="btn_start_txt"}</span></button> |
| | | <button class="negative iconstxt icoNegative" type="button" value="Cancel" onClick="loadContent('tools/index.php');"><span>{tmpl_var name="btn_cancel_txt"}</span></button> |
| | | </div> |
| | | </div> |
| | |
| | | $wb['OpenVZ'] = 'OpenVZ'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['ostemplate_exec_txt'] = 'The command to create a OSTemplate has been sent to the host server. It will take several minutes until the OSTemplate has been created.'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['IP address'] = 'IP address'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['vm_id_txt'] = 'VM'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['template_name_txt'] = 'Template name'; |
| | | $wb['template_name_txt'] = 'Název šablony'; |
| | | $wb['template_file_txt'] = 'Template filename'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['allservers_txt'] = 'Exists on all servers'; |
| | |
| | | $wb['description_txt'] = 'Popis'; |
| | | $wb['template_name_error_empty'] = 'Template name is empty.'; |
| | | $wb['template_file_error_empty'] = 'Template filename is empty.'; |
| | | $wb['Template'] = 'Template'; |
| | | $wb['Template'] = 'Šablona'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'OpenVZ OSTemplate'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['template_name_txt'] = 'Template name'; |
| | | $wb['template_name_txt'] = 'Název šablony'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['allservers_txt'] = 'Exists on all servers'; |
| | | $wb['ostemplate_id_txt'] = 'ID'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['nameserver_txt'] = 'Nameserver(s)'; |
| | | $wb['nameserver_desc_txt'] = '(separated by whitespace)'; |
| | | $wb['capability_txt'] = 'Capability'; |
| | | $wb['template_name_txt'] = 'Template name'; |
| | | $wb['template_name_txt'] = 'Název šablony'; |
| | | $wb['diskspace_txt'] = 'Diskspace'; |
| | | $wb['ram_txt'] = 'RAM (guaranteed)'; |
| | | $wb['ram_burst_txt'] = 'RAM (burst)'; |
| | |
| | | $wb['dcachesize_error_empty'] = 'Dcachesize is empty.'; |
| | | $wb['numiptent_error_empty'] = 'Numiptent is empty.'; |
| | | $wb['swappages_error_empty'] = 'Swappages is empty.'; |
| | | $wb['Template'] = 'Template'; |
| | | $wb['Advanced'] = 'Advanced'; |
| | | $wb['Template'] = 'Šablona'; |
| | | $wb['Advanced'] = 'Pokročilý'; |
| | | ?> |
| | | |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'OpenVZ Virtual Machine Template'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['template_name_txt'] = 'Template name'; |
| | | $wb['template_name_txt'] = 'Název šablony'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['capability_txt'] = 'Capability'; |
| | | $wb['server_id_txt'] = 'Hostserver'; |
| | | $wb['ostemplate_id_txt'] = 'OSTemplate'; |
| | | $wb['template_id_txt'] = 'Template'; |
| | | $wb['template_id_txt'] = 'Šablona'; |
| | | $wb['ip_address_txt'] = 'IP address'; |
| | | $wb['hostname_txt'] = 'Hostname'; |
| | | $wb['vm_password_txt'] = 'VM Password'; |
| | |
| | | $wb['io_priority_error_empty'] = 'I/O priority is empty.'; |
| | | $wb['template_nameserver_error_empty'] = 'Nameserver(s) is empty.'; |
| | | $wb['Virtual server'] = 'Virtual server'; |
| | | $wb['Advanced'] = 'Advanced'; |
| | | $wb['Advanced'] = 'Pokročilý'; |
| | | ?> |
| | | |
| | | |
| | |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['server_id_txt'] = 'Hostserver'; |
| | | $wb['ostemplate_id_txt'] = 'OSTemplate'; |
| | | $wb['template_id_txt'] = 'Template'; |
| | | $wb['template_id_txt'] = 'Šablona'; |
| | | $wb['hostname_txt'] = 'Hostname'; |
| | | $wb['ip_address_txt'] = 'IP address'; |
| | | $wb['veid_txt'] = 'VEID'; |
| | | ?> |
| | | |
| | | |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | </td> |
| | | </tr> |
| | | </tmpl_loop> |
| | | <tmpl_unless name="records"> |
| | | <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| | | <td colspan="8">{tmpl_var name='globalsearch_noresults_text_txt'}</td> |
| | | </tr> |
| | | </tmpl_unless> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | |
| | | Allow from all |
| | | </Directory> |
| | | |
| | | # Allow access to mailman on OpenSuSE |
| | | <Directory /usr/lib/mailman/cgi-bin> |
| | | AllowOverride All |
| | | order allow,deny |
| | | allow from all |
| | | </Directory> |
| | | |
| | | <Directory /usr/lib/mailman/icons> |
| | | order allow,deny |
| | | allow from all |
| | | </Directory> |
| | | |
| | | <Directory /var/lib/mailman/archives/> |
| | | Options +FollowSymLinks |
| | | order allow,deny |
| | | allow from all |
| | | </Directory> |
| | | |
| | | # allow path to awstats and alias for awstats icons |
| | | <Directory /usr/share/awstats> |
| | | Order allow,deny |
| | |
| | | |
| | | pm = dynamic |
| | | pm.max_children = 50 |
| | | pm.start_servers = 20 |
| | | pm.min_spare_servers = 5 |
| | | pm.max_spare_servers = 35 |
| | | pm.start_servers = 2 |
| | | pm.min_spare_servers = 1 |
| | | pm.max_spare_servers = 5 |
| | | |
| | | chdir = / |
| | | |
| | |
| | | # http://www.jamesh.id.au/articles/mailman-spamassassin/ |
| | | # GLOBAL_PIPELINE.insert(1, 'SpamAssassin') |
| | | |
| | | POSTFIX_MAP_CMD = '/etc/mailman/virtual_to_transport.sh' |
| | | |
| | | # Note - if you're looking for something that is imported from mm_cfg, but you |
| | | # didn't find it above, it's probably in /usr/lib/mailman/Mailman/Defaults.py. |
| | |
| | | exec('rm -f '.$logfile); |
| | | } |
| | | |
| | | //* Delete old logfiles in /var/log/ispconfig/httpd/ that were created by vlogger for the hostname of the server |
| | | exec('hostname -f', $tmp_hostname); |
| | | if($tmp_hostname[0] != '' && is_dir('/var/log/ispconfig/httpd/'.$tmp_hostname[0])) { |
| | | exec('cd /var/log/ispconfig/httpd/'.$tmp_hostname[0]."; find . -mtime +30 -name '*.log' | xargs rm > /dev/null 2> /dev/null"); |
| | | } |
| | | unset($tmp_hostname); |
| | | |
| | | ####################################################################################################### |
| | | // Rotate the ispconfig.log file |
| | | ####################################################################################################### |
| | |
| | | public $errorMessage = ''; // last error message |
| | | private $errorLocation = '';// last error location |
| | | public $show_error_messages = false; // false in server, true in interface |
| | | private $isConnected = false; // needed to know if we have a valid mysqli object from the constructor |
| | | |
| | | // constructor |
| | | public function __construct($host = NULL , $user = NULL, $pass = NULL, $database = NULL) { |
| | |
| | | $this->dbClientFlags = $conf['db_client_flags']; |
| | | |
| | | parent::__construct($this->dbHost, $this->dbUser, $this->dbPass,$this->dbName); |
| | | if ($this->connect_error) { |
| | | $try = 0; |
| | | while(!is_null($this->connect_error) && $try < 10) { |
| | | if($try > 8) sleep(5); |
| | | elseif($try > 0) sleep(1); |
| | | |
| | | $try++; |
| | | $this->updateError('DB::__construct'); |
| | | } else { |
| | | $this->setCharacterEncoding(); |
| | | |
| | | parent::__construct($this->dbHost, $this->dbUser, $this->dbPass,$this->dbName); |
| | | } |
| | | |
| | | if(is_null($this->connect_error)) $this->isConnected = true; |
| | | |
| | | $this->setCharacterEncoding(); |
| | | } |
| | | |
| | | public function __destruct() { |
| | |
| | | public function updateError($location) { |
| | | global $app; |
| | | |
| | | if($this->connect_error) { |
| | | if(!is_null($this->connect_error)) { |
| | | $this->errorNumber = $this->connect_errno; |
| | | $this->errorMessage = $this->connect_error; |
| | | } else { |
| | |
| | | } |
| | | |
| | | private function setCharacterEncoding() { |
| | | if($this->isConnected == false) return false; |
| | | parent::query( 'SET NAMES '.$this->dbCharset); |
| | | parent::query( "SET character_set_results = '".$this->dbCharset."', character_set_client = '".$this->dbCharset."', character_set_connection = '".$this->dbCharset."', character_set_database = '".$this->dbCharset."', character_set_server = '".$this->dbCharset."'"); |
| | | } |
| | | |
| | | public function query($queryString) { |
| | | if($this->isConnected == false) return false; |
| | | $try = 0; |
| | | do { |
| | | $try++; |
| | | $ok = parent::ping(); |
| | | $ok = $this->ping(); |
| | | if(!$ok) { |
| | | if(!parent::real_connect($this->dbHost, $this->dbUser, $this->dbPass,$this->dbName)) { |
| | | if(!$this->real_connect($this->dbHost, $this->dbUser, $this->dbPass, $this->dbName)) { |
| | | if($try > 9) { |
| | | $this->updateError('DB::query -> reconnect'); |
| | | return false; |
| | | } else { |
| | | sleep(1); |
| | | sleep(($try > 7 ? 5 : 1)); |
| | | } |
| | | } else { |
| | | $this->setCharacterEncoding(); |
| | |
| | | |
| | | // gibt Array mit Tabellennamen zur�ck |
| | | public function getTables($database_name = '') { |
| | | |
| | | if($this->isConnected == false) return false; |
| | | if($database_name == '') $database_name = $this->dbName; |
| | | $result = parent::query("SHOW TABLES FROM $database_name"); |
| | | for ($i = 0; $i < $result->num_rows; $i++) { |
| | |
| | | |
| | | if($replication_error == false) { |
| | | if(is_array($data['old']) || is_array($data['new'])) { |
| | | $app->db->query("UPDATE server SET updated = ".$d["datalog_id"]." WHERE server_id = ".$conf['server_id']); |
| | | $this->raiseTableHook($d['dbtable'],$d['action'],$data); |
| | | } else { |
| | | $app->log('Data array was empty for datalog_id '.$d['datalog_id'],LOGLEVEL_WARN); |
| | | } |
| | | //$this->raiseTableHook($d["dbtable"],$d["action"],$data); |
| | | //$app->dbmaster->query("DELETE FROM sys_datalog WHERE datalog_id = ".$d["datalog_id"]); |
| | | //$app->log("Deleting sys_datalog ID ".$d["datalog_id"],LOGLEVEL_DEBUG); |
| | | $app->dbmaster->query("UPDATE server SET updated = ".$d["datalog_id"]." WHERE server_id = ".$conf['server_id']); |
| | | $app->log('Processed datalog_id '.$d['datalog_id'],LOGLEVEL_DEBUG); |
| | | } else { |
| | |
| | | | DO NOT TOUCH ANYTHING IN THIS CLASS IT MAY NOT WORK OTHERWISE | |
| | | \-----------------------------------------------------------------------------*/ |
| | | |
| | | function raiseError ($code, $level = null, $extra=null) { |
| | | public static function raiseError ($code, $level = null, $extra=null) { |
| | | if (!($level & error_reporting())&& $level != KILL) return; // binary AND checks for reporting level |
| | | |
| | | $error_codes = array( |
| | |
| | | if(trim($data["new"]["ssl_request"]) != '') $app->system->file_put_contents($csr_file,$data["new"]["ssl_request"]); |
| | | if(trim($data["new"]["ssl_cert"]) != '') $app->system->file_put_contents($crt_file,$data["new"]["ssl_cert"]); |
| | | if(trim($data["new"]["ssl_bundle"]) != '') $app->system->file_put_contents($bundle_file,$data["new"]["ssl_bundle"]); |
| | | if(trim($data["new"]["ssl_key"]) != '') $app->system->file_put_contents($key_file2,$data["new"]["ssl_key"]); |
| | | |
| | | //* Write the key file, if field is empty then import the key into the db |
| | | if(trim($data["new"]["ssl_key"]) != '') { |
| | | $app->system->file_put_contents($key_file2,$data["new"]["ssl_key"]); |
| | | } else { |
| | | $ssl_key2 = $app->db->quote($app->system->file_get_contents($key_file2)); |
| | | /* Update the DB of the (local) Server */ |
| | | $app->db->query("UPDATE web_domain SET ssl_key = '$ssl_key2' WHERE domain = '".$data['new']['domain']."'"); |
| | | /* Update also the master-DB of the Server-Farm */ |
| | | $app->dbmaster->query("UPDATE web_domain SET ssl_key = '$ssl_key2' WHERE domain = '".$data['new']['domain']."'"); |
| | | } |
| | | |
| | | /* Update the DB of the (local) Server */ |
| | | $app->db->query("UPDATE web_domain SET ssl_action = '' WHERE domain = '".$data['new']['domain']."'"); |
| | |
| | | |
| | | //* Remove protection of old folders |
| | | $app->system->web_folder_protection($data['old']['document_root'],false); |
| | | |
| | | if($data["new"]["type"] != "vhostsubdomain") { |
| | | //* Move the site data |
| | | $tmp_docroot = explode('/',$data['new']['document_root']); |
| | | unset($tmp_docroot[count($tmp_docroot)-1]); |
| | | $new_dir = implode('/',$tmp_docroot); |
| | | |
| | | //* Move the site data |
| | | $tmp_docroot = explode('/',$data['new']['document_root']); |
| | | unset($tmp_docroot[count($tmp_docroot)-1]); |
| | | $new_dir = implode('/',$tmp_docroot); |
| | | $tmp_docroot = explode('/',$data['old']['document_root']); |
| | | unset($tmp_docroot[count($tmp_docroot)-1]); |
| | | $old_dir = implode('/',$tmp_docroot); |
| | | |
| | | $tmp_docroot = explode('/',$data['old']['document_root']); |
| | | unset($tmp_docroot[count($tmp_docroot)-1]); |
| | | $old_dir = implode('/',$tmp_docroot); |
| | | //* Check if there is already some data in the new docroot and rename it as we need a clean path to move the existing site to the new path |
| | | if(@is_dir($data['new']['document_root'])) { |
| | | $app->system->web_folder_protection($data['new']['document_root'],false); |
| | | $app->system->rename($data['new']['document_root'],$data['new']['document_root'].'_bak_'.date('Y_m_d_H_i_s')); |
| | | $app->log('Renaming existing directory in new docroot location. mv '.$data['new']['document_root'].' '.$data['new']['document_root'].'_bak_'.date('Y_m_d_H_i_s'),LOGLEVEL_DEBUG); |
| | | } |
| | | |
| | | //* Create new base directory, if it does not exist yet |
| | | if(!is_dir($new_dir)) $app->system->mkdirpath($new_dir); |
| | | $app->system->web_folder_protection($data['old']['document_root'],false); |
| | | exec('mv '.escapeshellarg($data['old']['document_root']).' '.escapeshellarg($new_dir)); |
| | | //$app->system->rename($data['old']['document_root'],$new_dir); |
| | | $app->log('Moving site to new document root: mv '.$data['old']['document_root'].' '.$new_dir,LOGLEVEL_DEBUG); |
| | | |
| | | //* Check if there is already some data in the new docroot and rename it as we need a clean path to move the existing site to the new path |
| | | if(@is_dir($data['new']['document_root'])) { |
| | | $app->system->rename($data['new']['document_root'],$data['new']['document_root'].'_bak_'.date('Y_m_d')); |
| | | $app->log('Renaming existing directory in new docroot location. mv '.$data['new']['document_root'].' '.$data['new']['document_root'].'_bak_'.date('Y_m_d'),LOGLEVEL_DEBUG); |
| | | } |
| | | |
| | | //* Create new base directory, if it does not exist yet |
| | | if(!is_dir($new_dir)) $app->system->mkdirpath($new_dir); |
| | | exec('mv '.escapeshellarg($data['old']['document_root']).' '.escapeshellarg($new_dir)); |
| | | //$app->system->rename($data['old']['document_root'],$new_dir); |
| | | $app->log('Moving site to new document root: mv '.$data['old']['document_root'].' '.$new_dir,LOGLEVEL_DEBUG); |
| | | // Handle the change in php_open_basedir |
| | | $data['new']['php_open_basedir'] = str_replace($data['old']['document_root'],$data['new']['document_root'],$data['old']['php_open_basedir']); |
| | | |
| | | // Handle the change in php_open_basedir |
| | | $data['new']['php_open_basedir'] = str_replace($data['old']['document_root'],$data['new']['document_root'],$data['old']['php_open_basedir']); |
| | | //* Change the owner of the website files to the new website owner |
| | | exec('chown --recursive --from='.escapeshellcmd($data['old']['system_user']).':'.escapeshellcmd($data['old']['system_group']).' '.escapeshellcmd($data['new']['system_user']).':'.escapeshellcmd($data['new']['system_group']).' '.$new_dir); |
| | | |
| | | //* Change the owner of the website files to the new website owner |
| | | exec('chown --recursive --from='.escapeshellcmd($data['old']['system_user']).':'.escapeshellcmd($data['old']['system_group']).' '.escapeshellcmd($data['new']['system_user']).':'.escapeshellcmd($data['new']['system_group']).' '.$new_dir); |
| | | |
| | | //* Change the home directory and group of the website user |
| | | $command = 'usermod'; |
| | | $command .= ' --home '.escapeshellcmd($data['new']['document_root']); |
| | | $command .= ' --gid '.escapeshellcmd($data['new']['system_group']); |
| | | $command .= ' '.escapeshellcmd($data['new']['system_user']); |
| | | exec($command); |
| | | |
| | | //* Change the home directory and group of the website user |
| | | $command = 'usermod'; |
| | | $command .= ' --home '.escapeshellcmd($data['new']['document_root']); |
| | | $command .= ' --gid '.escapeshellcmd($data['new']['system_group']); |
| | | $command .= ' '.escapeshellcmd($data['new']['system_user']); |
| | | exec($command); |
| | | } |
| | | |
| | | if($apache_chrooted) $this->_exec('chroot '.escapeshellcmd($web_config['website_basedir']).' '.$command); |
| | | |
| | | //* Change the log mount |
| | |
| | | $master_php_ini_path = $web_config['php_ini_path_cgi']; |
| | | } |
| | | } |
| | | |
| | | //* Add php.ini to the path in case that the master_php_ini_path is a directory |
| | | if($master_php_ini_path != '' && is_dir($master_php_ini_path) && is_file($master_php_ini_path.'/php.ini')) { |
| | | if(substr($master_php_ini_path,-1) == '/') $master_php_ini_path = substr($master_php_ini_path,0,-1); |
| | | $master_php_ini_path .= '/php.ini'; |
| | | } |
| | | |
| | | if($master_php_ini_path != '' && substr($master_php_ini_path,-7) == 'php.ini' && is_file($master_php_ini_path)) { |
| | | $php_ini_content .= $app->system->file_get_contents($master_php_ini_path)."\n"; |
| | | } |
| | |
| | | if(trim($data['new']['fastcgi_php_version']) != ''){ |
| | | $default_fastcgi_php = false; |
| | | list($custom_fastcgi_php_name, $custom_fastcgi_php_executable, $custom_fastcgi_php_ini_dir) = explode(':', trim($data['new']['fastcgi_php_version'])); |
| | | if(is_file($custom_fastcgi_php_ini_dir)) $custom_fastcgi_php_ini_dir = dirname($custom_fastcgi_php_ini_dir); |
| | | if(substr($custom_fastcgi_php_ini_dir,-1) != '/') $custom_fastcgi_php_ini_dir .= '/'; |
| | | } else { |
| | | $default_fastcgi_php = true; |
| | |
| | | $app->system->web_folder_protection($data['new']['document_root'],false); |
| | | $app->system->file_put_contents($data['new']['document_root'].'/web/stats/.htpasswd_stats',$htp_file); |
| | | $app->system->web_folder_protection($data['new']['document_root'],true); |
| | | $app->system->chmod($data['new']['document_root'].'/web/stats/.htpasswd_stats',0750); |
| | | $app->system->chmod($data['new']['document_root'].'/web/stats/.htpasswd_stats',0755); |
| | | unset($htp_file); |
| | | } |
| | | } |
| | |
| | | |
| | | $client_dir = $web_config['website_basedir'].'/clients/client'.$client_id; |
| | | if(is_dir($client_dir) && !stristr($client_dir,'..')) { |
| | | // remove symlinks from $client_dir |
| | | $files = array_diff(scandir($client_dir), array('.','..')); |
| | | if(is_array($files) && !empty($files)){ |
| | | foreach($files as $file){ |
| | | if(is_link($client_dir.'/'.$file)){ |
| | | unlink($client_dir.'/'.$file); |
| | | $app->log('Removed symlink: '.$client_dir.'/'.$file,LOGLEVEL_DEBUG); |
| | | } |
| | | } |
| | | } |
| | | |
| | | @rmdir($client_dir); |
| | | $app->log('Removed client directory: '.$client_dir,LOGLEVEL_DEBUG); |
| | | } |
| | |
| | | |
| | | //* Check if there is already some data in the new docroot and rename it as we need a clean path to move the existing site to the new path |
| | | if(@is_dir($data['new']['document_root'])) { |
| | | $app->system->rename($data['new']['document_root'],$data['new']['document_root'].'_bak_'.date('Y_m_d')); |
| | | $app->log('Renaming existing directory in new docroot location. mv '.$data['new']['document_root'].' '.$data['new']['document_root'].'_bak_'.date('Y_m_d'),LOGLEVEL_DEBUG); |
| | | $app->system->web_folder_protection($data['new']['document_root'],false); |
| | | $app->system->rename($data['new']['document_root'],$data['new']['document_root'].'_bak_'.date('Y_m_d_H_i_s')); |
| | | $app->log('Renaming existing directory in new docroot location. mv '.$data['new']['document_root'].' '.$data['new']['document_root'].'_bak_'.date('Y_m_d_H_i_s'),LOGLEVEL_DEBUG); |
| | | } |
| | | |
| | | //* Create new base directory, if it does not exist yet |
| | | if(!is_dir($new_dir)) $app->system->mkdirpath($new_dir); |
| | | $app->system->web_folder_protection($data['old']['document_root'],false); |
| | | exec('mv '.escapeshellarg($data['old']['document_root']).' '.escapeshellarg($new_dir)); |
| | | //$app->system->rename($data['old']['document_root'],$new_dir); |
| | | $app->log('Moving site to new document root: mv '.$data['old']['document_root'].' '.$new_dir,LOGLEVEL_DEBUG); |
| | |
| | | |
| | | $client_dir = $web_config['website_basedir'].'/clients/client'.$client_id; |
| | | if(is_dir($client_dir) && !stristr($client_dir,'..')) { |
| | | // remove symlinks from $client_dir |
| | | $files = array_diff(scandir($client_dir), array('.','..')); |
| | | if(is_array($files) && !empty($files)){ |
| | | foreach($files as $file){ |
| | | if(is_link($client_dir.'/'.$file)){ |
| | | unlink($client_dir.'/'.$file); |
| | | $app->log('Removed symlink: '.$client_dir.'/'.$file,LOGLEVEL_DEBUG); |
| | | } |
| | | } |
| | | } |
| | | |
| | | @rmdir($client_dir); |
| | | $app->log('Removed client directory: '.$client_dir,LOGLEVEL_DEBUG); |
| | | } |
| | |
| | | |
| | | if(!is_array($server_db_record)) die('Unable to load the server configuration from database.'); |
| | | |
| | | $conf['last_datalog_id'] = (int) $server_db_record['updated']; |
| | | //* Get the number of the last processed datalog_id, if the id of the local server |
| | | //* is > then the one of the remote system, then use the local ID as we might not have |
| | | //* reached the remote server during the last run then. |
| | | $local_server_db_record = $app->db->queryOneRecord("SELECT * FROM server WHERE server_id = " . $conf['server_id']); |
| | | $conf['last_datalog_id'] = (int) max($server_db_record['updated'],$local_server_db_record['updated']); |
| | | unset($local_server_db_record); |
| | | |
| | | $conf['mirror_server_id'] = (int) $server_db_record['mirror_server_id']; |
| | | |
| | | // Load the ini_parser |