Add translations of values in select boxes (first, in customer modules)
Updated english languages files
Updated czech languages files
| | |
| | | if(is_array($field['value'])) { |
| | | foreach($field['value'] as $k => $v) { |
| | | $selected = ($k == $val)?' SELECTED':''; |
| | | if(!empty($this->wordbook[$v])) |
| | | $v = $this->wordbook[$v]; |
| | | $out .= "<option value='$k'$selected>$v</option>\r\n"; |
| | | } |
| | | } |
| | |
| | | $out = ''; |
| | | foreach($field['value'] as $k => $v) { |
| | | $selected = ($k == $field["default"])?' SELECTED':''; |
| | | if(!empty($this->wordbook[$v])) |
| | | $v = $this->wordbook[$v]; |
| | | $out .= "<option value='$k'$selected>$v</option>\r\n"; |
| | | } |
| | | } |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'SELECT', |
| | | 'default' => '', |
| | | 'value' => array('Subject' => 'Subject','From'=>'From','To'=>'To') |
| | | 'value' => array('Subject' => 'subject_txt','From'=>'from_txt','To'=>'to_txt') |
| | | ), |
| | | 'op' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'SELECT', |
| | | 'default' => '', |
| | | 'value' => array('contains'=>'Contains','is' => 'Is','begins'=>'Begins with','ends'=>'Ends with') |
| | | #'value' => array('contains'=>'contains_txt','is' => 'Is','begins'=>'Begins with','ends'=>'Ends with') |
| | | 'value' => array('contains'=>'contains_txt','is' => 'is_txt','begins'=>'begins_with_txt','ends'=>'ends_with_txt') |
| | | ), |
| | | 'searchterm' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'SELECT', |
| | | 'default' => '', |
| | | 'value' => array('move' => 'Move to','delete'=>'Delete') |
| | | 'value' => array('move' => 'move_to_txt','delete'=>'delete_txt') |
| | | ), |
| | | 'target' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | |
| | | $wb['cc_txt'] = 'Přeposílat na'; |
| | | $wb['cc_error_isemail'] = 'Adresa uvedená v poli "Přeposílat na" je neplatná'; |
| | | $wb['domain_txt'] = 'Doména'; |
| | | $wb['now_txt']='Nyní'; |
| | | ?> |
| | |
| | | $wb['target_txt'] = 'Složka'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['rulename_error_empty'] = 'Název je prázdný.'; |
| | | $wb['searchterm_is_empty'] = 'Vyhledávací žádek je prázdný.'; |
| | | $wb['searchterm_is_empty'] = 'Vyhledávací řádek je prázdný.'; |
| | | $wb['source_txt'] = 'Zdroj'; |
| | | $wb['target_error_regex'] = 'Cíl může obsahovat jen tyto znaky: a-z, 0-9, -, ., _, a {mezeru}'; |
| | | $wb['subject_txt'] = 'Předmět'; |
| | | $wb['from_txt'] = 'Odesílatel'; |
| | | $wb['to_txt'] = 'Adresát'; |
| | | $wb['contains_txt'] = 'Obsahuje'; |
| | | $wb['is_txt'] = 'Je'; |
| | | $wb['begins_with_txt'] = 'Začíná na'; |
| | | $wb['ends_with_txt'] = 'Končí na'; |
| | | $wb['move_to_txt'] = 'Přesunout do'; |
| | | $wb['delete_txt'] = 'Smazat'; |
| | | ?> |
| | |
| | | $wb['source_error_notempty'] = 'Adresa je prázdná.'; |
| | | $wb['type_txt'] = 'Typ'; |
| | | $wb['limit_mailfilter_txt'] = 'Dosažen maximální počet email filtrů pro Váš účet.'; |
| | | $wb['sender_txt'] = 'Odesílatel'; |
| | | $wb['client_txt'] = 'Klient'; |
| | | ?> |
| | |
| | | $wb['cc_txt'] = 'Send copy to'; |
| | | $wb['cc_error_isemail'] = 'The "Send copy to" field does not conatin a valid email address'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['now_txt']='Now'; |
| | | ?> |
| | |
| | | $wb["searchterm_is_empty"] = 'Search term is empty.'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["target_error_regex"] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}'; |
| | | $wb['subject_txt'] = 'Subject'; |
| | | $wb['from_txt'] = 'From'; |
| | | $wb['to_txt'] = 'To'; |
| | | $wb['contains_txt'] = 'Contains'; |
| | | $wb['is_txt'] = 'Is'; |
| | | $wb['begins_with_txt'] = 'Begins with'; |
| | | $wb['ends_with_txt'] = 'Ends with'; |
| | | $wb['move_to_txt'] = 'Move to'; |
| | | $wb['delete_txt'] = 'Delete'; |
| | | ?> |
| | |
| | | 'prefix' => "", |
| | | 'suffix' => "", |
| | | 'width' => "", |
| | | 'value' => array('recipient' => 'Recipient', 'sender' => 'Sender', 'client' => 'Client')); |
| | | 'value' => array('recipient' => 'recipient_txt', 'sender' => 'sender_txt', 'client' => 'client_txt')); |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | |
| | | <p style="margin-bottom: 3px;"> |
| | | <label for="autoresponder_start_date[day]" style="width: 55px;">{tmpl_var name='autoresponder_start_date_txt'}</label> |
| | | {tmpl_var name='autoresponder_start_date'} <a href="javascript:AR_SetNow();">now</a></p> |
| | | {tmpl_var name='autoresponder_start_date'} <a href="javascript:AR_SetNow();">{tmpl_var name='now_txt'}</a></p> |
| | | |
| | | <label for="password" style="width: 55px;">{tmpl_var name='autoresponder_end_date_txt'}</label> |
| | | {tmpl_var name='autoresponder_end_date'} |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | </div> |
| | | </div> |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'SELECT', |
| | | 'default' => 'y', |
| | | 'value' => array('' => 'No redirect', 'no' => 'No flag', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L') |
| | | 'value' => array('' => 'no_redirect_txt', 'no' => 'no_flag_txt', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L') |
| | | ), |
| | | 'redirect_path' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'SELECT', |
| | | 'default' => 'y', |
| | | 'value' => array('none' => 'none', 'www' => 'www.', '*' => '*.') |
| | | 'value' => array('none' => 'none_txt', 'www' => 'www.', '*' => '*.') |
| | | ), |
| | | 'active' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | |
| | | ); |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'SELECT', |
| | | 'default' => 'y', |
| | | 'value' => array('none' => 'none', 'www' => 'www.', '*' => '*.') |
| | | 'value' => array('none' => 'none_txt', 'www' => 'www.', '*' => '*.') |
| | | ), |
| | | 'ssl' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | |
| | | 'formtype' => 'SELECT', |
| | | 'default' => 'fast-cgi', |
| | | 'valuelimit' => 'client:web_php_options', |
| | | 'value' => array('no' => 'Disabled', 'fast-cgi' => 'Fast-CGI', 'cgi' => 'CGI', 'mod' => 'Mod-PHP', 'suphp' => 'SuPHP') |
| | | 'value' => array('no' => 'disabled_txt', 'fast-cgi' => 'Fast-CGI', 'cgi' => 'CGI', 'mod' => 'Mod-PHP', 'suphp' => 'SuPHP') |
| | | ), |
| | | 'ruby' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'SELECT', |
| | | 'default' => '', |
| | | 'value' => array('' => 'No redirect', 'no' => 'No flag', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L') |
| | | 'value' => array('' => 'no_redirect_txt', 'no' => 'no_flag_txt', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L') |
| | | ), |
| | | 'redirect_path' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'SELECT', |
| | | 'default' => '', |
| | | 'value' => array('' => 'None', 'save' => 'Save Certificate', 'create' => 'Create Certificate','del' => 'Delete Certificate') |
| | | 'value' => array('' => 'none_txt', 'save' => 'save_certificate_txt', 'create' => 'create_certificate_txt','del' => 'delete_certificate_txt') |
| | | ), |
| | | ################################## |
| | | # ENDE Datatable fields |
| | |
| | | } |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'SELECT', |
| | | 'default' => 'y', |
| | | 'value' => array('' => 'No redirect', 'no' => 'No flag', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L') |
| | | 'value' => array('' => 'no_redirect_txt', 'no' => 'no_flag_txt', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L') |
| | | ), |
| | | 'redirect_path' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | |
| | | ); |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | $wb['Webdav'] = 'Webdav'; |
| | | $wb['Statistics'] = 'Statistiky'; |
| | | $wb['Website quota (Harddisk)'] = 'Disková kvóta'; |
| | | $wb['Web Domain'] = 'Webová doména'; |
| | | ?> |
| | |
| | | $wb['domain_error_empty'] = 'Doména je prázdná.'; |
| | | $wb['domain_error_unique'] = 'Doména musí být unkátní.'; |
| | | $wb['domain_error_regex'] = 'Doménové jméno je chybné.'; |
| | | $wb['no_redirect_txt'] = 'Žádné přesměrování'; |
| | | $wb['no_flag_txt'] = 'Žádný příznak'; |
| | | $wb['none_txt'] = 'Žádná'; |
| | | ?> |
| | |
| | | $wb['stats_user_txt'] = 'Webové statistiky: uživatelské jméno'; |
| | | $wb['stats_type_txt'] = 'Webové statistiky: program'; |
| | | $wb['custom_php_ini_txt'] = 'Vlastní nastavení php.ini'; |
| | | $wb['none_txt'] = 'Žádná'; |
| | | $wb['disabled_txt'] = 'Zakázáno'; |
| | | $wb['no_redirect_txt'] = 'Žádné přesměrování'; |
| | | $wb['no_flag_txt'] = 'Žádný příznak'; |
| | | $wb['save_certificate_txt'] = 'Uložit certifikát'; |
| | | $wb['create_certificate_txt'] = 'Vytvořit certifikát'; |
| | | $wb['delete_certificate_txt'] = 'Smazat certifikát'; |
| | | ?> |
| | |
| | | $wb['domain_error_regex'] = 'Neplatné doménové jméno.'; |
| | | $wb['host_txt'] = 'Host'; |
| | | $wb['redirect_error_regex'] = 'Neplatná cesta přesměrování. Platné přesměrování je například: /test/ nebo http://www.domain.tld/test/'; |
| | | $wb['no_redirect_txt'] = 'Žádné přesměrování'; |
| | | $wb['no_flag_txt'] = 'Žádný příznak'; |
| | | ?> |
| | |
| | | $wb["domain_error_empty"] = 'Domain is empty.'; |
| | | $wb["domain_error_unique"] = 'Domain must be unique.'; |
| | | $wb["domain_error_regex"] = 'Domain name invalid.'; |
| | | ?> |
| | | $wb['no_redirect_txt'] = 'No redirect'; |
| | | $wb['no_flag_txt'] = 'No flag'; |
| | | $wb['none_txt'] = 'None'; |
| | | ?> |
| | |
| | | $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['no_flag_txt'] = 'No flag';
|
| | | $wb['save_certificate_txt'] = 'Save certificate';
|
| | | $wb['create_certificate_txt'] = 'Create certificate';
|
| | | $wb['delete_certificate_txt'] = 'Delete certificate';
|
| | | ?>
|
| | |
| | | $wb["domain_error_regex"] = 'Domain name invalid.'; |
| | | $wb["host_txt"] = 'Host'; |
| | | $wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; |
| | | ?> |
| | | $wb['no_redirect_txt'] = 'No redirect'; |
| | | $wb['no_flag_txt'] = 'No flag'; |
| | | ?> |