Fixed: FS#1014 - Some strings can not be translated (missing in en.lng?)
Merged all language files.
347 files modified
14 files added
| | |
| | | @include_once($filename); |
| | | if(is_array($wb)) { |
| | | if(is_array($this->_wb)) { |
| | | $this->_wb = array_merge($wb,$this->_wb); |
| | | $this->_wb = array_merge($this->_wb,$wb); |
| | | } else { |
| | | $this->_wb = $wb; |
| | | } |
| | |
| | | $wb = array(); |
| | | |
| | | include_once(ISPC_ROOT_PATH.'/lib/lang/'.$_SESSION['s']['language'].'.lng'); |
| | | |
| | | if(is_array($wb)) $wb_global = $wb; |
| | | |
| | | if($module == '') { |
| | | $lng_file = "lib/lang/".$_SESSION["s"]["language"]."_".$this->formDef["name"].".lng"; |
| | | if(!file_exists($lng_file)) $lng_file = "lib/lang/en_".$this->formDef["name"].".lng"; |
| | |
| | | if(!file_exists($lng_file)) $lng_file = "../$module/lib/lang/en_".$this->formDef["name"].".lng"; |
| | | include($lng_file); |
| | | } |
| | | |
| | | if(is_array($wb_global)) { |
| | | $wb = array_merge($wb_global,$wb); |
| | | } |
| | | if(isset($wb_global)) unset($wb_global); |
| | | |
| | | $this->wordbook = $wb; |
| | | |
| | | return true; |
| | |
| | | foreach( $this->formDef["tabs"] as $key => $tab) { |
| | | |
| | | $tab['name'] = $key; |
| | | // Translate the title of the tab |
| | | $tab['title'] = $this->lng($tab['title']); |
| | | |
| | | if($tab['name'] == $active_tab) { |
| | | |
| | | // If module is set, then set the template path relative to the module.. |
| | |
| | | |
| | | // Generate the template if it does not exist yet. |
| | | |
| | | // Translate the title of the tab |
| | | $tab['title'] = $this->lng($tab['title']); |
| | | |
| | | |
| | | if(!is_file($tab["template"])) { |
| | | $app->uses('tform_tpl_generator'); |
| | |
| | | $wb['add_new_record_txt'] = 'Add new record'; |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['System'] = 'System'; |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Tools'; |
| | | $wb['Help'] = 'Help'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Adcionar novo registro'; |
| | | $wb['btn_save_txt'] = 'Salvar'; |
| | | $wb['btn_cancel_txt'] = 'Voltar'; |
| | | $wb['System'] = 'Sistema'; |
| | | $wb['Client'] = 'Cliente'; |
| | | $wb['Email'] = 'Correio'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Ferramentas'; |
| | | $wb['Help'] = 'Ajuda'; |
| | | $wb['toolsarea_head_txt'] = 'Ferramentas'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Neuen Datensatz hinzufügen'; |
| | | $wb['btn_save_txt'] = 'Speichern'; |
| | | $wb['btn_cancel_txt'] = 'Abbrechen'; |
| | | $wb['System'] = 'System'; |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Tools'; |
| | | $wb['Help'] = 'Help'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb["add_new_record_txt"] = 'Add new record'; |
| | | $wb['btn_save_txt'] = "Save"; |
| | | $wb['btn_cancel_txt'] = "Back"; |
| | | $wb['System'] = 'System'; |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Tools'; |
| | | $wb['Help'] = 'Help'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Añadir un nuevo registro'; |
| | | $wb['btn_save_txt'] = 'Guardar'; |
| | | $wb['btn_cancel_txt'] = 'Cancelar'; |
| | | $wb['System'] = 'Sistema'; |
| | | $wb['Client'] = 'Cliente'; |
| | | $wb['Email'] = 'Correo'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Sitios'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Herramientas'; |
| | | $wb['Help'] = 'Ayuda'; |
| | | $wb['toolsarea_head_txt'] = 'Herramientas'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Lisää uusi tietue'; |
| | | $wb['btn_save_txt'] = 'Tallenna'; |
| | | $wb['btn_cancel_txt'] = 'Keskeytä'; |
| | | $wb['System'] = 'Järjestelmä'; |
| | | $wb['Client'] = 'Asiakkaat'; |
| | | $wb['Email'] = 'Sähköposti'; |
| | | $wb['Monitor'] = 'Valvonta'; |
| | | $wb['Sites'] = 'Verkkotunnukset'; |
| | | $wb['DNS'] = 'Nimipalvelut'; |
| | | $wb['Tools'] = 'Työkalut'; |
| | | $wb['Help'] = 'Tuki'; |
| | | $wb['toolsarea_head_txt'] = 'Työkalut'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Ajouter une entrée'; |
| | | $wb['btn_save_txt'] = 'Enregistrer'; |
| | | $wb['btn_cancel_txt'] = 'Annuler'; |
| | | $wb['System'] = 'Système'; |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Moniteur'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Outils'; |
| | | $wb['Help'] = 'Aide'; |
| | | $wb['toolsarea_head_txt'] = 'Outils'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Új bejegyzés'; |
| | | $wb['btn_save_txt'] = 'Mentés'; |
| | | $wb['btn_cancel_txt'] = 'Mégse'; |
| | | $wb['System'] = 'System'; |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Tools'; |
| | | $wb['Help'] = 'Help'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Aggiungi nuovo record'; |
| | | $wb['btn_save_txt'] = 'Salva'; |
| | | $wb['btn_cancel_txt'] = 'Indietro'; |
| | | $wb['System'] = 'System'; |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Tools'; |
| | | $wb['Help'] = 'Help'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Toevoegen';
|
| | | $wb['btn_save_txt'] = 'Opslaan';
|
| | | $wb['btn_cancel_txt'] = 'Annuleren';
|
| | | $wb['System'] = 'Admin';
|
| | | $wb['Client'] = 'Klanten';
|
| | | $wb['Email'] = 'E-mail';
|
| | | $wb['Monitor'] = 'Monitor';
|
| | | $wb['Sites'] = 'Websites';
|
| | | $wb['DNS'] = 'DNS';
|
| | | $wb['Tools'] = 'Tools';
|
| | | $wb['Help'] = 'Help';
|
| | | $wb['toolsarea_head_txt'] = 'Tools';
|
| | | $wb['page_and_txt'] = 'en';
|
| | | $wb['Seconds'] = 'seconden';
|
| | | $wb['ERROR'] = 'Foutmelding';
|
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?>
|
| | |
|
| | |
| | | $wb['add_new_record_txt'] = 'Dodaj nowy wpis'; |
| | | $wb['btn_save_txt'] = 'Zapisz'; |
| | | $wb['btn_cancel_txt'] = 'Wróć'; |
| | | $wb['System'] = 'System'; |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Tools'; |
| | | $wb['Help'] = 'Help'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Add new record'; |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['System'] = 'System'; |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Tools'; |
| | | $wb['Help'] = 'Help'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Add new record'; |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['System'] = 'System'; |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Tools'; |
| | | $wb['Help'] = 'Help'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Prida? záznam'; |
| | | $wb['btn_save_txt'] = 'Uloi?'; |
| | | $wb['btn_cancel_txt'] = 'Spä?'; |
| | | $wb['System'] = 'Systém'; |
| | | $wb['Client'] = 'Klient'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Monitor'; |
| | | $wb['Sites'] = 'Webstránky'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Nástroje'; |
| | | $wb['Help'] = 'Pomoc'; |
| | | $wb['toolsarea_head_txt'] = 'Nástroje'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | $wb['add_new_record_txt'] = 'Yeni Kayıt'; |
| | | $wb['btn_save_txt'] = 'Kaydet'; |
| | | $wb['btn_cancel_txt'] = 'Geri'; |
| | | $wb['System'] = 'Sistem'; |
| | | $wb['Client'] = 'Müşteri'; |
| | | $wb['Email'] = 'Email'; |
| | | $wb['Monitor'] = 'Monitör'; |
| | | $wb['Sites'] = 'Siteler'; |
| | | $wb['DNS'] = 'DNS'; |
| | | $wb['Tools'] = 'Araçlar'; |
| | | $wb['Help'] = 'Yardım'; |
| | | $wb['toolsarea_head_txt'] = 'Araçlar'; |
| | | $wb['page_and_txt'] = 'and'; |
| | | $wb['top_menu_system'] = 'System'; |
| | | $wb['top_menu_client'] = 'Client'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Tools'; |
| | | $wb['top_menu_help'] = 'Help'; |
| | | ?> |
| | |
| | | */ |
| | | |
| | | $function_list = array(); |
| | | $function_list['mail_domain_get,mail_domain_add,mail_domain_update,mail_domain_delete'] = 'Mail domain functions<br>'; |
| | | $function_list['mail_user_get,mail_user_add,mail_user_update,mail_user_delete'] = 'Mail user functions<br>'; |
| | | $function_list['mail_alias_get,mail_alias_add,mail_alias_update,mail_alias_delete'] = 'Mail alias functions<br>'; |
| | | $function_list['mail_forward_get,mail_forward_add,mail_forward_update,mail_forward_delete'] = 'Mail forward functions<br>'; |
| | | $function_list['mail_catchall_get,mail_catchall_add,mail_catchall_update,mail_catchall_delete'] = 'Mail catchall functions<br>'; |
| | | $function_list['mail_transport_get,mail_transport_add,mail_transport_update,mail_transport_delete'] = 'Mail transport functions<br>'; |
| | | $function_list['mail_whitelist_get,mail_whitelist_add,mail_whitelist_update,mail_whitelist_delete'] = 'Mail whitelist functions<br>'; |
| | | $function_list['mail_blacklist_get,mail_blacklist_add,mail_blacklist_update,mail_blacklist_delete'] = 'Mail blacklist functions<br>'; |
| | | $function_list['mail_spamfilter_user_get,mail_spamfilter_user_add,mail_spamfilter_user_update,mail_spamfilter_user_delete'] = 'Mail spamfilter user functions<br>'; |
| | | $function_list['mail_policy_get,mail_policy_add,mail_policy_update,mail_policy_delete'] = 'Mail spamfilter policy functions<br>'; |
| | | $function_list['mail_fetchmail_get,mail_fetchmail_add,mail_fetchmail_update,mail_fetchmail_delete'] = 'Mail fetchmail functions<br>'; |
| | | $function_list['mail_whitelist_get,mail_whitelist_add,mail_whitelist_update,mail_whitelist_delete'] = 'Mail whitelist functions<br>'; |
| | | $function_list['mail_blacklist_get,mail_blacklist_add,mail_blacklist_update,mail_blacklist_delete'] = 'Mail blacklist functions<br>'; |
| | | $function_list['mail_user_filter_get,mail_user_filter_add,mail_user_filter_update,mail_user_filter_delete'] = 'Mail user filter functions<br>'; |
| | | $function_list['mail_filter_get,mail_filter_add,mail_filter_update,mail_filter_delete'] = 'Mail filter functions<br>'; |
| | | |
| | | $function_list['client_get,client_add,client_update,client_delete'] = 'Client functions<br>'; |
| | | $function_list['sites_cron_get,sites_cron_add,sites_cron_update,sites_cron_delete'] = 'Sites cron functions<br>'; |
| | | $function_list['sites_database_get,sites_database_add,sites_database_update,sites_database_delete'] = 'Sites database functions<br>'; |
| | | $function_list['sites_ftp_user_get,sites_ftp_user_add,sites_ftp_user_update,sites_ftp_user_delete'] = 'Sites FTP-User functions<br>'; |
| | | $function_list['sites_shell_user_get,sites_shell_user_add,sites_shell_user_update,sites_shell_user_delete'] = 'Sites Shell-User functions<br>'; |
| | | $function_list['sites_web_domain_get,sites_web_domain_add,sites_web_domain_update,sites_web_domain_delete'] = 'Sites Domain functions<br>'; |
| | | $function_list['sites_web_aliasdomain_get,sites_web_aliasdomain_add,sites_web_aliasdomain_update,sites_web_aliasdomain_delete'] = 'Sites Aliasdomain functions<br>'; |
| | | $function_list['sites_web_subdomain_get,sites_web_subdomain_add,sites_web_subdomain_update,sites_web_subdomain_delete'] = 'Sites Subdomain functions<br>'; |
| | | $function_list['dns_zone_get,dns_zone_add,dns_zone_update,dns_zone_delete'] = 'DNS zone functions<br>'; |
| | | $function_list['dns_a_get,dns_a_add,dns_a_update,dns_a_delete'] = 'DNS a functions<br>'; |
| | | $function_list['dns_aaaa_get,dns_aaaa_add,dns_aaaa_update,dns_aaaa_delete'] = 'DNS aaaa functions<br>'; |
| | | $function_list['dns_alias_get,dns_alias_add,dns_alias_update,dns_alias_delete'] = 'DNS alias functions<br>'; |
| | | $function_list['dns_cname_get,dns_cname_add,dns_cname_update,dns_cname_delete'] = 'DNS cname functions<br>'; |
| | | $function_list['dns_hinfo_get,dns_hinfo_add,dns_hinfo_update,dns_hinfo_delete'] = 'DNS hinfo functions<br>'; |
| | | $function_list['dns_mx_get,dns_mx_add,dns_mx_update,dns_mx_delete'] = 'DNS mx functions<br>'; |
| | | $function_list['dns_ns_get,dns_ns_add,dns_ns_update,dns_ns_delete'] = 'DNS ns functions<br>'; |
| | | $function_list['dns_ptr_get,dns_ptr_add,dns_ptr_update,dns_ptr_delete'] = 'DNS ptr functions<br>'; |
| | | $function_list['dns_rp_get,dns_rp_add,dns_rp_update,dns_rp_delete'] = 'DNS rp functions<br>'; |
| | | $function_list['dns_srv_get,dns_srv_add,dns_srv_update,dns_srv_delete'] = 'DNS srv functions<br>'; |
| | | $function_list['dns_txt_get,dns_txt_add,dns_txt_update,dns_txt_delete'] = 'DNS txt functions<br>'; |
| | | $function_list['mail_domain_get,mail_domain_add,mail_domain_update,mail_domain_delete'] = 'Mail domain functions'; |
| | | $function_list['mail_user_get,mail_user_add,mail_user_update,mail_user_delete'] = 'Mail user functions'; |
| | | $function_list['mail_alias_get,mail_alias_add,mail_alias_update,mail_alias_delete'] = 'Mail alias functions'; |
| | | $function_list['mail_forward_get,mail_forward_add,mail_forward_update,mail_forward_delete'] = 'Mail forward functions'; |
| | | $function_list['mail_catchall_get,mail_catchall_add,mail_catchall_update,mail_catchall_delete'] = 'Mail catchall functions'; |
| | | $function_list['mail_transport_get,mail_transport_add,mail_transport_update,mail_transport_delete'] = 'Mail transport functions'; |
| | | $function_list['mail_whitelist_get,mail_whitelist_add,mail_whitelist_update,mail_whitelist_delete'] = 'Mail whitelist functions'; |
| | | $function_list['mail_blacklist_get,mail_blacklist_add,mail_blacklist_update,mail_blacklist_delete'] = 'Mail blacklist functions'; |
| | | $function_list['mail_spamfilter_user_get,mail_spamfilter_user_add,mail_spamfilter_user_update,mail_spamfilter_user_delete'] = 'Mail spamfilter user functions'; |
| | | $function_list['mail_policy_get,mail_policy_add,mail_policy_update,mail_policy_delete'] = 'Mail spamfilter policy functions'; |
| | | $function_list['mail_fetchmail_get,mail_fetchmail_add,mail_fetchmail_update,mail_fetchmail_delete'] = 'Mail fetchmail functions'; |
| | | $function_list['mail_whitelist_get,mail_whitelist_add,mail_whitelist_update,mail_whitelist_delete'] = 'Mail whitelist functions'; |
| | | $function_list['mail_blacklist_get,mail_blacklist_add,mail_blacklist_update,mail_blacklist_delete'] = 'Mail blacklist functions'; |
| | | $function_list['mail_user_filter_get,mail_user_filter_add,mail_user_filter_update,mail_user_filter_delete'] = 'Mail user filter functions'; |
| | | $function_list['mail_filter_get,mail_filter_add,mail_filter_update,mail_filter_delete'] = 'Mail filter functions'; |
| | | $function_list['client_get,client_add,client_update,client_delete'] = 'Client functions'; |
| | | $function_list['sites_cron_get,sites_cron_add,sites_cron_update,sites_cron_delete'] = 'Sites cron functions'; |
| | | $function_list['sites_database_get,sites_database_add,sites_database_update,sites_database_delete'] = 'Sites database functions'; |
| | | $function_list['sites_ftp_user_get,sites_ftp_user_add,sites_ftp_user_update,sites_ftp_user_delete'] = 'Sites FTP-User functions'; |
| | | $function_list['sites_shell_user_get,sites_shell_user_add,sites_shell_user_update,sites_shell_user_delete'] = 'Sites Shell-User functions'; |
| | | $function_list['sites_web_domain_get,sites_web_domain_add,sites_web_domain_update,sites_web_domain_delete'] = 'Sites Domain functions'; |
| | | $function_list['sites_web_aliasdomain_get,sites_web_aliasdomain_add,sites_web_aliasdomain_update,sites_web_aliasdomain_delete'] = 'Sites Aliasdomain functions'; |
| | | $function_list['sites_web_subdomain_get,sites_web_subdomain_add,sites_web_subdomain_update,sites_web_subdomain_delete'] = 'Sites Subdomain functions'; |
| | | $function_list['dns_zone_get,dns_zone_add,dns_zone_update,dns_zone_delete'] = 'DNS zone functions'; |
| | | $function_list['dns_a_get,dns_a_add,dns_a_update,dns_a_delete'] = 'DNS a functions'; |
| | | $function_list['dns_aaaa_get,dns_aaaa_add,dns_aaaa_update,dns_aaaa_delete'] = 'DNS aaaa functions'; |
| | | $function_list['dns_alias_get,dns_alias_add,dns_alias_update,dns_alias_delete'] = 'DNS alias functions'; |
| | | $function_list['dns_cname_get,dns_cname_add,dns_cname_update,dns_cname_delete'] = 'DNS cname functions'; |
| | | $function_list['dns_hinfo_get,dns_hinfo_add,dns_hinfo_update,dns_hinfo_delete'] = 'DNS hinfo functions'; |
| | | $function_list['dns_mx_get,dns_mx_add,dns_mx_update,dns_mx_delete'] = 'DNS mx functions'; |
| | | $function_list['dns_ns_get,dns_ns_add,dns_ns_update,dns_ns_delete'] = 'DNS ns functions'; |
| | | $function_list['dns_ptr_get,dns_ptr_add,dns_ptr_update,dns_ptr_delete'] = 'DNS ptr functions'; |
| | | $function_list['dns_rp_get,dns_rp_add,dns_rp_update,dns_rp_delete'] = 'DNS rp functions'; |
| | | $function_list['dns_srv_get,dns_srv_add,dns_srv_update,dns_srv_delete'] = 'DNS srv functions'; |
| | | $function_list['dns_txt_get,dns_txt_add,dns_txt_update,dns_txt_delete'] = 'DNS txt functions'; |
| | | |
| | | |
| | | $form["title"] = "Remote user"; |
| | |
| | | $wb['Software'] = 'Софтуер'; |
| | | $wb['Repositories'] = 'Repositories'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Импортиране'; |
| | | $wb['language_overwrite_txt'] = 'Презапиши ако съществува'; |
| | | $wb['btn_cancel_txt'] = 'Отказ'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Username cannot be empty'; |
| | | $wb['password_error_empty'] = 'Password cannot be empty'; |
| | | $wb['password_strength_txt'] = 'Password Strength:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Software'; |
| | | $wb['Repositories'] = 'Repositórios'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Importar Arquivo de Idioma Selecionado'; |
| | | $wb['language_overwrite_txt'] = 'Sobre escrever o arquivo se existir.'; |
| | | $wb['btn_cancel_txt'] = 'Voltar'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'O nome de usuário não pode estar em branco'; |
| | | $wb['password_error_empty'] = 'A senha não pode estar em branco'; |
| | | $wb['password_strength_txt'] = 'Segurança da senha:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Software'; |
| | | $wb['Repositories'] = 'Repositories'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Ausgewählte Sprache importieren'; |
| | | $wb['language_overwrite_txt'] = 'Datei überschreiben falls sie existiert.'; |
| | | $wb['btn_cancel_txt'] = 'Zurück'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Username cannot be empty'; |
| | | $wb['password_error_empty'] = 'Password cannot be empty'; |
| | | $wb['password_strength_txt'] = 'Password Strength:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Software'; |
| | | $wb['Repositories'] = 'Repositories'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Username cannot be empty'; |
| | | $wb['password_error_empty'] = 'Password cannot be empty'; |
| | | $wb['password_strength_txt'] = 'Password Strength:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Software'; |
| | | $wb['Repositories'] = 'Repositorios'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Importar el fichero de idioma'; |
| | | $wb['language_overwrite_txt'] = 'Sobreescribir los ficheros, si existen'; |
| | | $wb['btn_cancel_txt'] = 'Atrás'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'El nombre de usuario no puede estar vacío'; |
| | | $wb['password_error_empty'] = 'La contraseña no puede estar vacía'; |
| | | $wb['password_strength_txt'] = 'Fortaleza de la contraseña:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Ohjelmat'; |
| | | $wb['Repositories'] = 'Ohjelmapakettien varastot'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Asenna valittu kielitiedosto'; |
| | | $wb['language_overwrite_txt'] = 'Ylikirjoitetaan tiedostot, jos ne on jo olemassa.'; |
| | | $wb['btn_cancel_txt'] = 'Takaisin'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Käyttäjätunnus ei voi olla tyhjä'; |
| | | $wb['password_error_empty'] = 'Salasana ei voi olla tyhjä'; |
| | | $wb['password_strength_txt'] = 'Salasanan vahvuus:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Software'; |
| | | $wb['Repositories'] = 'Repositories'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Importe le fichier de langue sélectionné'; |
| | | $wb['language_overwrite_txt'] = 'Ecraser le fichier sil éxiste déja.'; |
| | | $wb['btn_cancel_txt'] = 'Précédent'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Username cannot be empty'; |
| | | $wb['password_error_empty'] = 'Password cannot be empty'; |
| | | $wb['password_strength_txt'] = 'Password Strength:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Program'; |
| | | $wb['Repositories'] = 'Repositories'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'A kiválasztott nyelv importálása'; |
| | | $wb['language_overwrite_txt'] = 'Létző fájlokat felülírja.'; |
| | | $wb['btn_cancel_txt'] = 'Vissza'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Username cannot be empty'; |
| | | $wb['password_error_empty'] = 'Password cannot be empty'; |
| | | $wb['password_strength_txt'] = 'Password Strength:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Programmi'; |
| | | $wb['Repositories'] = 'Repositories'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Import the selected language file'; |
| | | $wb['language_overwrite_txt'] = 'Overwrite file, if exists.'; |
| | | $wb['btn_cancel_txt'] = 'Back'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Username cannot be empty'; |
| | | $wb['password_error_empty'] = 'Password cannot be empty'; |
| | | $wb['password_strength_txt'] = 'Password Strength:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Remote Users'] = 'API gebruikers';
|
| | | $wb['Interface Config'] = 'Omgevingsvariabelen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['tcp_ports_error_regex'] = 'Karakter niet toegestaan in tcp poort toewijzing. Toegestane tekens zijn cijfers, : en ,';
|
| | | $wb['udp_ports_error_regex'] = 'Karakter niet toegestaan in udp poort toewijzing. Toegestane tekens zijn cijfers, : en ,';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['udp_port_txt'] = 'Open UDP poorten';
|
| | | $wb['add_new_record_txt'] = 'Firewall record toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['name_txt'] = 'Groep';
|
| | | $wb['name_err'] = 'Groepsnaam moet tussen 1 en 30 karakters bevatten.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['add_new_record_txt'] = 'Nieuwe groep toevoegen';
|
| | | $wb['warning_txt'] = '<b>LET OP:</b> Uitgevoerde wijzigingen in deze module kunnen gevolgen hebben voor gebruikers gekoppeld aan deze groepen!';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['btn_cancel_txt'] = 'Terug';
|
| | | $wb['language_new_hint_txt'] = '2 tekens ISO 639-1 taal-code (Zie http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['btn_cancel_txt'] = 'Terug';
|
| | | $wb['list_desc_txt'] = 'Laat ontbrekende teksten in de geselecteerde taal aanvullen vanuit de Engelstalige master.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['btn_save_txt'] = 'Opslaan';
|
| | | $wb['btn_cancel_txt'] = 'Terug';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['btn_save_txt'] = 'Exporteren';
|
| | | $wb['btn_cancel_txt'] = 'Terug';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['btn_save_txt'] = 'Importeer het geselecteerde taalbestand';
|
| | | $wb['language_overwrite_txt'] = 'Overschrijven indien deze al bestaat?';
|
| | | $wb['btn_cancel_txt'] = 'Terug';
|
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?>
|
| | |
|
| | |
| | | $wb['lang_file_txt'] = 'Taalbestand';
|
| | | $wb['lang_file_date_txt'] = 'Laatste wijziging';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['username_error_empty'] = 'Gebruikersnaam mag niet leeg zijn.';
|
| | | $wb['password_error_empty'] = 'Wachtwoord mag niet leeg zijn.';
|
| | | $wb['password_strength_txt'] = 'Wachtwoord-sterkte';
|
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?>
|
| | |
|
| | |
| | | $wb['parent_remote_userid_txt'] = 'ID';
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['mirror_server_id_txt'] = 'Deze server is mirror van server';
|
| | | $wb['- None -'] = '- niet van toepassing -';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['list_head_txt'] = 'Server configuratie';
|
| | | $wb['server_name_txt'] = 'Servernaam';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['ip_error_wrong'] = 'Opgegeven IP-adres is ongeldig';
|
| | | $wb['ip_error_unique'] = 'Het IP-adres moet uniek zijn.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['ip_address_txt'] = 'IP-adres';
|
| | | $wb['add_new_record_txt'] = 'Nieuw IP-adres toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['vserver_server_txt'] = 'VServer';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe server toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['package_description_txt'] = 'Omschrijving';
|
| | | $wb['action_txt'] = 'Actie';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['repo_password_txt'] = 'Wachtwoord (optioneel)';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['repo_name_txt'] = 'Repository';
|
| | | $wb['repo_url_txt'] = 'URL';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['action_txt'] = 'Actie';
|
| | | $wb['server_select_txt'] = 'Selecteer server';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['webmail_url_txt'] = 'URL naar Webmail';
|
| | | $wb['phpmyadmin_url_txt'] = 'URL naar phpMyAdmin';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['default_group_txt'] = 'Standaard groep';
|
| | | $wb['startmodule_err'] = 'Module is niet binnen de lijst van beschikbare modulen.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['vorname_txt'] = 'Voornaam';
|
| | | $wb['ort_txt'] = 'Plaats';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe gebruiker toevoegen';
|
| | | $wb['warning_txt'] = '<b>LET OP:</b> Verander hier geen gegevens. Gebruik daarvoor de functie "Wijzig klant"/"Wijzig reseller" onder de Klanten-module van ISPConfig. Het veranderen van gebruikers in deze module kan dataverlies opleveren!';
|
| | | $wb['warning_txt'] = '<b>LET OP:</b> Verander hier geen gegevens. Gebruik daarvoor de functie Wijzig klant/Wijzig reseller onder de Klanten-module van ISPConfig. Het veranderen van gebruikers in deze module kan dataverlies opleveren!'; |
| | | ?>
|
| | |
|
| | |
| | | $wb['Software'] = 'Oprogramowanie'; |
| | | $wb['Repositories'] = 'Repozytoria'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Importuj wybrane pliki języka'; |
| | | $wb['language_overwrite_txt'] = 'Nadpisz plik jeśli istnieje.'; |
| | | $wb['btn_cancel_txt'] = 'Wróć'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Username cannot be empty'; |
| | | $wb['password_error_empty'] = 'Password cannot be empty'; |
| | | $wb['password_strength_txt'] = 'Password Strength:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Software'; |
| | | $wb['Repositories'] = 'Repositories'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Импорт выбранного языкового файла'; |
| | | $wb['language_overwrite_txt'] = 'Перезаписать, если есть.'; |
| | | $wb['btn_cancel_txt'] = 'Назад'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Username cannot be empty'; |
| | | $wb['password_error_empty'] = 'Password cannot be empty'; |
| | | $wb['password_strength_txt'] = 'Password Strength:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Software'; |
| | | $wb['Repositories'] = 'Repositories'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Import the selected language file'; |
| | | $wb['language_overwrite_txt'] = 'Overwrite file, if exists.'; |
| | | $wb['btn_cancel_txt'] = 'Back'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Username cannot be empty'; |
| | | $wb['password_error_empty'] = 'Password cannot be empty'; |
| | | $wb['password_strength_txt'] = 'Password Strength:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Software'; |
| | | $wb['Repositories'] = 'Skladisko'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Import zvoleného jazykového súboru'; |
| | | $wb['language_overwrite_txt'] = 'Prepisa? subor ak existuje'; |
| | | $wb['btn_cancel_txt'] = 'Spä?'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Uívate?ské meno nemôe by? prázdne'; |
| | | $wb['password_error_empty'] = 'Heslo nemôe by? prázdne'; |
| | | $wb['password_strength_txt'] = 'Pevnos? hesla:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | $wb['Software'] = 'Yazılım'; |
| | | $wb['Repositories'] = 'Depolar'; |
| | | $wb['Server Services'] = 'Server Services'; |
| | | $wb['Interface Config'] = 'Interface Config'; |
| | | $wb['Packages'] = 'Packages'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Merge'] = 'Merge'; |
| | | $wb['Remote Users'] = 'Remote Users'; |
| | | ?> |
| | |
| | | $wb['btn_save_txt'] = 'Seçili dil dosyasını içe aktar'; |
| | | $wb['language_overwrite_txt'] = 'Eğer mevcutsa, üstüne yaz.'; |
| | | $wb['btn_cancel_txt'] = 'Geri'; |
| | | $wb['ignore_version_txt'] = 'Skip ISPConfig version check'; |
| | | ?> |
| | |
| | | $wb['username_error_empty'] = 'Kullanıcı adı boş olamaz'; |
| | | $wb['password_error_empty'] = 'Şifre boş olamaz'; |
| | | $wb['password_strength_txt'] = 'Şifre Gücü:'; |
| | | $wb['Mail domain functions'] = 'Mail domain functions'; |
| | | $wb['Mail user functions'] = 'Mail user functions'; |
| | | $wb['Mail alias functions'] = 'Mail alias functions'; |
| | | $wb['Mail forward functions'] = 'Mail forward functions'; |
| | | $wb['Mail catchall functions'] = 'Mail catchall functions'; |
| | | $wb['Mail transport functions'] = 'Mail transport functions'; |
| | | $wb['Mail whitelist functions'] = 'Mail whitelist functions'; |
| | | $wb['Mail blacklist functions'] = 'Mail blacklist functions'; |
| | | $wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; |
| | | $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; |
| | | $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; |
| | | $wb['Mail user filter functions'] = 'Mail user filter functions'; |
| | | $wb['Mail filter functions'] = 'Mail filter functions'; |
| | | $wb['Client functions'] = 'Client functions'; |
| | | $wb['Sites cron functions'] = 'Sites cron functions'; |
| | | $wb['Sites database functions'] = 'Sites database functions'; |
| | | $wb['Sites FTP-User functions'] = 'Sites FTP-User functions'; |
| | | $wb['Sites Shell-User functions'] = 'Sites Shell-User functions'; |
| | | $wb['Sites Domain functions'] = 'Sites Domain functions'; |
| | | $wb['Sites Aliasdomain functions'] = 'Sites Aliasdomain functions'; |
| | | $wb['Sites Subdomain functions'] = 'Sites Subdomain functions'; |
| | | $wb['DNS zone functions'] = 'DNS zone functions'; |
| | | $wb['DNS a functions'] = 'DNS a functions'; |
| | | $wb['DNS aaaa functions'] = 'DNS aaaa functions'; |
| | | $wb['DNS alias functions'] = 'DNS alias functions'; |
| | | $wb['DNS cname functions'] = 'DNS cname functions'; |
| | | $wb['DNS hinfo functions'] = 'DNS hinfo functions'; |
| | | $wb['DNS mx functions'] = 'DNS mx functions'; |
| | | $wb['DNS ns functions'] = 'DNS ns functions'; |
| | | $wb['DNS ptr functions'] = 'DNS ptr functions'; |
| | | $wb['DNS rp functions'] = 'DNS rp functions'; |
| | | $wb['DNS srv functions'] = 'DNS srv functions'; |
| | | $wb['DNS txt functions'] = 'DNS txt functions'; |
| | | ?> |
| | |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.'; |
| | | $wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; |
| | | $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir is empty.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is empty.'; |
| | | ?> |
| | |
| | | global $conf; |
| | | |
| | | $module['name'] = 'admin'; |
| | | $module['title'] = 'System'; |
| | | $module['title'] = 'top_menu_system'; |
| | | $module['template'] = 'module.tpl.htm'; |
| | | $module['startpage'] = 'admin/server_list.php'; |
| | | $module['tab_width'] = '60'; |
| | |
| | | class page_action extends tform_actions { |
| | | |
| | | //* Customisations for the page actions will be defined here |
| | | function onShow() { |
| | | global $app; |
| | | |
| | | // Translate the items, very bad trick... :( because the language file is not loaded yet when the form file gets parsed |
| | | foreach($app->tform->formDef["tabs"]['remote_user']['fields']['remote_functions']['value'] as $key => $val) { |
| | | $app->tform->formDef["tabs"]['remote_user']['fields']['remote_functions']['value'][$key] = $app->tform->lng($val).'<br>'; |
| | | } |
| | | |
| | | parent::onShow(); |
| | | } |
| | | |
| | | } |
| | | |
| | |
| | | $wb['Add Reseller'] = 'Add Reseller'; |
| | | $wb['Edit Reseller'] = 'Edit Reseller'; |
| | | $wb['Resellers'] = 'Resellers'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Adcionar Revendedor'; |
| | | $wb['Edit Reseller'] = 'Editar Revendedor'; |
| | | $wb['Resellers'] = 'Revendedores'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Reseller hinzufügen'; |
| | | $wb['Edit Reseller'] = 'Reseller bearbeiten'; |
| | | $wb['Resellers'] = 'Reseller'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Añadir revendedor'; |
| | | $wb['Edit Reseller'] = 'Editar revendedor'; |
| | | $wb['Resellers'] = 'Revendedores'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Add Reseller'; |
| | | $wb['Edit Reseller'] = 'Edit Reseller'; |
| | | $wb['Resellers'] = 'Resellers'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Ajouter un Revendeur'; |
| | | $wb['Edit Reseller'] = 'Editer Revendeur'; |
| | | $wb['Resellers'] = 'Revendeurs'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Add Reseller'; |
| | | $wb['Edit Reseller'] = 'Edit Reseller'; |
| | | $wb['Resellers'] = 'Resellers'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Add Reseller'; |
| | | $wb['Edit Reseller'] = 'Edit Reseller'; |
| | | $wb['Resellers'] = 'Resellers'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Nieuwe reseller';
|
| | | $wb['Edit Reseller'] = 'Wijzig reseller';
|
| | | $wb['Resellers'] = 'Resellers';
|
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?>
|
| | |
|
| | |
| | | $wb['limit_mailaliasdomain_txt'] = '# E-Mail domeinaliassen';
|
| | | $wb['limit_mailaliasdomain_error_notint'] = 'Het aantal e-mail domeinaliassen moet nummeriek zijn.';
|
| | | $wb['limit_web_quota_txt'] = 'Website schijfruimte';
|
| | | $wb['Address'] = 'Adresgegevens';
|
| | | ?>
|
| | |
|
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['limit_mailaliasdomain_error_notint'] = 'Het aantal e-mail domeinaliassen moet een geldig getal zijn.';
|
| | | $wb['limit_web_quota_txt'] = 'Website schijfruimte';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['template_type_txt'] = 'Type';
|
| | | $wb['template_name_txt'] = 'Template naam';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['client_id_txt'] = 'ID';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe klant toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['limit_client_error_positive'] = 'Het aantal klanten moet groter zijn dan 0.';
|
| | | $wb['limit_web_quota_txt'] = 'Website schijfruimte';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['country_txt'] = 'Land';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe reseller toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['Add Reseller'] = 'Dodaj Reseller'; |
| | | $wb['Edit Reseller'] = 'Edytuj Reseller'; |
| | | $wb['Resellers'] = 'Resellery'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Add Reseller'; |
| | | $wb['Edit Reseller'] = 'Edit Reseller'; |
| | | $wb['Resellers'] = 'Resellers'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Add Reseller'; |
| | | $wb['Edit Reseller'] = 'Edit Reseller'; |
| | | $wb['Resellers'] = 'Resellers'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Prida? nového predajcu'; |
| | | $wb['Edit Reseller'] = 'Upravi? predajcu'; |
| | | $wb['Resellers'] = 'Predajcovia'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | $wb['Add Reseller'] = 'Reseller Ekle'; |
| | | $wb['Edit Reseller'] = 'Reseller Düzenle'; |
| | | $wb['Resellers'] = 'Resellerlar'; |
| | | $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb["confirm_action_txt"] = 'Confirm action'; |
| | | $wb["delete_explanation"] = 'This action will delete the following number of records associated with this client'; |
| | | $wb["btn_save_txt"] = 'Delete the client'; |
| | | $wb["btn_cancel_txt"] = 'Cancel without deleting the client'; |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | $module["name"] = "client"; |
| | | $module["title"] = "Client"; |
| | | $module["title"] = "top_menu_client"; |
| | | $module["template"] = "module.tpl.htm"; |
| | | $module["startpage"] = "client/client_list.php"; |
| | | $module["tab_width"] = ''; |
| | |
| | | $wb['auth_preset_perm_group_txt'] = 'Perm. Groep';
|
| | | $wb['auth_preset_perm_other_txt'] = 'Perm. Overige';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['title_txt'] = 'Titel';
|
| | | $wb['description_txt'] = 'Omschrijving';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['menu_del_txt'] = 'Verwijder menu met alle menuitems?';
|
| | | $wb['item_del_txt'] = 'Verwijder menuitem?';
|
| | | ?>
|
| | |
|
| | |
| | | <b>Hint:</b> Alle paden zijn relatief aan de directorie web.
|
| | | ';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['module_txt'] = 'Module';
|
| | | $wb['title_txt'] = 'Titel';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['save_txt'] = 'Opslaan';
|
| | | $wb['cancel_txt'] = 'Annuleren';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['save_txt'] = 'Opslaan';
|
| | | $wb['cancel_txt'] = 'Annuleren';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['menu_del_txt'] = 'Wilt u het menu en alle subitems verwijderen?';
|
| | | $wb['item_del_txt'] = 'Wilt u de menuitems verwijderen?';
|
| | | ?>
|
| | |
|
| | |
| | | <?php |
| | | $wb["title_txt"] = 'Title'; |
| | | $wb["target_txt"] = 'Target'; |
| | | $wb["link_txt"] = 'Link'; |
| | | $wb["header_txt"] = 'Navi properties'; |
| | | $wb["save_txt"] = 'Save'; |
| | | $wb["cancel_txt"] = 'Cancel'; |
| | | $wb['title_txt'] = 'Title'; |
| | | $wb['target_txt'] = 'Target'; |
| | | $wb['link_txt'] = 'Link'; |
| | | $wb['header_txt'] = 'Navi properties'; |
| | | $wb['save_txt'] = 'Save'; |
| | | $wb['cancel_txt'] = 'Cancel'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 empty.'; |
| | | $wb['error_ns2_empty'] = 'NS2 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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 vazio.'; |
| | | $wb['error_ns2_empty'] = 'NS2 vazio.'; |
| | | $wb['error_email_empty'] = 'Correio vazio.'; |
| | | $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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 leer.'; |
| | | $wb['error_ns2_empty'] = 'NS2 leer.'; |
| | | $wb['error_email_empty'] = 'EMail leer.'; |
| | | $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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'El campo NS1 está vacío.'; |
| | | $wb['error_ns2_empty'] = 'El campo NS2 está vacío.'; |
| | | $wb['error_email_empty'] = 'El campo Correo electrónico está vacío.'; |
| | | $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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1-kenttä tyhjä.'; |
| | | $wb['error_ns2_empty'] = 'NS2-kenttä tyhjä.'; |
| | | $wb['error_email_empty'] = 'EMail-kenttä tyhjä.'; |
| | | $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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 vide.'; |
| | | $wb['error_ns2_empty'] = 'NS2 vide.'; |
| | | $wb['error_email_empty'] = 'Email vide.'; |
| | | $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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 empty.'; |
| | | $wb['error_ns2_empty'] = 'NS2 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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 empty.'; |
| | | $wb['error_ns2_empty'] = 'NS2 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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['Add DNS Zone'] = 'Nieuwe DNS zone (via template)';
|
| | | $wb['Templates'] = 'Templates';
|
| | | $wb['DNS Wizard'] = 'DNS wizard';
|
| | | $wb['DNS'] = 'DNS zones';
|
| | | $wb['Zones'] = 'Overzicht';
|
| | | $wb['DNS A'] = 'DNS A';
|
| | |
| | | $wb['DNS TXT Record'] = 'DNS TXT record';
|
| | | $wb['DNS TXT'] = 'DNS TXT';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_regex'] = 'IP-adres indeling ongeldig.';
|
| | | $wb['data_error_duplicate'] = 'Dit A-record bestaat al.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['page_of_txt'] = 'van';
|
| | | $wb['delete_confirmation'] = 'Weet u zeker dat u dit record wilt verwijderen?';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_empty'] = 'IP-adres is leeg.';
|
| | | $wb['data_error_regex'] = 'IP-adres heeft geen juiste indeling.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_empty'] = 'Doel hostnaam is leeg';
|
| | | $wb['data_error_regex'] = 'Doel hostnaam indeling is ongeldig.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_empty'] = 'Doel hostnaam is leeg.';
|
| | | $wb['data_error_regex'] = 'Doel hostnaam formaat ongeldig.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_empty'] = 'Host informatie is leeg.';
|
| | | $wb['data_error_regex'] = 'Host Informatie indeling is ongeldig.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_empty'] = 'Mailserver hostnaam is leeg.';
|
| | | $wb['data_error_regex'] = 'Mailserver hostnaam indeling is ongeldig.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_empty'] = 'Nameserver is leeg.';
|
| | | $wb['data_error_regex'] = 'Nameserver formaat ongeldig.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_empty'] = 'Canonical hostnaam is leeg.';
|
| | | $wb['data_error_regex'] = 'Canonical hostnaam formaat ongeldig.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_empty'] = 'Verantwoordelijke persoon veld is leeg.';
|
| | | $wb['data_error_regex'] = 'Verantwoordelijke persoon veld indeling is ongeldig.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['also_notify_txt'] = 'Updates melden aan extra slaves (also-notify)';
|
| | | $wb['update_acl_txt'] = 'Update Access Control List';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['mbox_txt'] = 'E-mailadres zone-verantwoordelijke';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe DNS zone toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_regex'] = 'Server record indeling is ongeldig.';
|
| | | $wb['srv_error_regex'] = 'Ongeldig SRV record-format. Het record bestaat uit 3 tekenreeksen gescheiden door spaties.';
|
| | | ?>
|
| | |
|
| | |
| | | <?php
|
| | | $wb['name_txt'] = 'Naam template';
|
| | | $wb['fields_txt'] = 'Toon invoervelden tijdens DNS wizard';
|
| | | $wb['template_txt'] = 'Template-data<br /><br /><a href="http://www.howtoforge.com/forums/showthread.php?p=215031" target="_blank" style="font-weight:bold;">Voorbeeld (in nieuw venster)</a>';
|
| | | $wb['template_txt'] = 'Template-data<br /><br /><a href=http://www.howtoforge.com/forums/showthread.php?p=215031 target=_blank style=font-weight:bold;>Voorbeeld (in nieuw venster)</a>'; |
| | | $wb['visible_txt'] = 'Geactiveerd voor DNS wizard?';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['name_txt'] = 'Template naam';
|
| | | $wb['add_new_record_txt'] = 'Nieuw DNS template toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['data_error_empty'] = 'Tekst is leeg.';
|
| | | $wb['data_error_regex'] = 'Tekst indeling is ongeldig.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['error_ns1_empty'] = 'Nameserver 1 is leeg.';
|
| | | $wb['error_ns2_empty'] = 'Nameserver 2 is leeg.';
|
| | | $wb['error_email_empty'] = 'E-mail is leeg.';
|
| | | $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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?>
|
| | |
|
| | |
| | | $wb['error_ns1_empty'] = 'NS1 jest puste.'; |
| | | $wb['error_ns2_empty'] = 'NS2 jest puste.'; |
| | | $wb['error_email_empty'] = 'E-mail jest pusty.'; |
| | | $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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 empty.'; |
| | | $wb['error_ns2_empty'] = 'NS2 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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 empty.'; |
| | | $wb['error_ns2_empty'] = 'NS2 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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 prázdne.'; |
| | | $wb['error_ns2_empty'] = 'NS2 prázdne.'; |
| | | $wb['error_email_empty'] = 'EMail prázdny.'; |
| | | $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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 boş.'; |
| | | $wb['error_ns2_empty'] = 'NS2 boş.'; |
| | | $wb['error_email_empty'] = 'EMail boş.'; |
| | | $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['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | $module["name"] = "dns"; |
| | | $module["title"] = "DNS"; |
| | | $module["title"] = "top_menu_dns"; |
| | | $module["template"] = "module.tpl.htm"; |
| | | $module["startpage"] = "dns/dns_soa_list.php"; |
| | | $module["tab_width"] = ''; |
| | |
| | | $wb['Send message'] = 'Verstuur bericht';
|
| | | $wb['View messages'] = 'Bekijk berichten';
|
| | | $wb['Support'] = 'Support';
|
| | | $wb['Version'] = 'Software versie';
|
| | | $wb['About ISPConfig'] = 'Over ISPConfig';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['message_txt'] = 'Bericht';
|
| | | $wb['tstamp_txt'] = 'Datum en tijd';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['subject_txt'] = 'Onderwerp';
|
| | | $wb['add_new_record_txt'] = 'Nieuw support bericht aanmaken';
|
| | | ?>
|
| | |
|
| | |
| | | $module['name'] = 'help'; |
| | | |
| | | //* Title of the module. The title is dispalayed in the top navigation. |
| | | $module['title'] = 'Help'; |
| | | $module['title'] = 'top_menu_help'; |
| | | |
| | | //* The template file of the module. This is always module.tpl.htm if you do not have any special requirements like a 3 column layout. |
| | | $module['template'] = 'module.tpl.htm'; |
| | |
| | | $wb['password_txt'] = 'Wachtwoord';
|
| | | $wb['login_button_txt'] = 'Inloggen';
|
| | | ?>
|
| | |
|
| | |
| | | <?php
|
| | | $module["name"] = "login";
|
| | | $module["title"] = "Login";
|
| | | $module["title"] = "top_menu_login"; |
| | | $module["template"] = "module.tpl.htm";
|
| | | $module["startpage"] = "login/index.php";
|
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Username is empty.'; |
| | | $wb['source_password_error_isempty'] = 'Password is empty.'; |
| | | $wb['destination_error_isemail'] = 'No destination selected.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'Name is empty.'; |
| | | $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 _'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Usuário em branco.'; |
| | | $wb['source_password_error_isempty'] = 'Senha em branco.'; |
| | | $wb['destination_error_isemail'] = 'Destino não selecionado.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'Nome está em branco.'; |
| | | $wb['searchterm_is_empty'] = 'Termo de busca em branco.'; |
| | | $wb['source_txt'] = 'Origem'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Benutzername ist leer.'; |
| | | $wb['source_password_error_isempty'] = 'Passwort ist leer.'; |
| | | $wb['destination_error_isemail'] = 'Kein Ziel gewählt.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'Name ist leer.'; |
| | | $wb['searchterm_is_empty'] = 'Suchbegriff ist leer.'; |
| | | $wb['source_txt'] = 'Quelle'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'El nombre de usuario está vacío.'; |
| | | $wb['source_password_error_isempty'] = 'La contraseña está vacía.'; |
| | | $wb['destination_error_isemail'] = 'No se ha seleccionado el destino.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'El nombre está vacío.'; |
| | | $wb['searchterm_is_empty'] = 'El término de búsqueda está vacío.'; |
| | | $wb['source_txt'] = 'Origen'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Käyttäjänimi on tyjä.'; |
| | | $wb['source_password_error_isempty'] = 'Salasana-kenttä on tyhjä.'; |
| | | $wb['destination_error_isemail'] = 'Ei kohdetta valittuna.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'Säännön nimi on tyhjä.'; |
| | | $wb['searchterm_is_empty'] = 'Hakusana on tyhjä.'; |
| | | $wb['source_txt'] = 'Lähde'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Lutilisateur est vide.'; |
| | | $wb['source_password_error_isempty'] = 'Le mot de passe est vide.'; |
| | | $wb['destination_error_isemail'] = 'Pas de destination sélectionnée.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'Le nom est vide.'; |
| | | $wb['searchterm_is_empty'] = 'Le terme recherché est vide.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Felhasználónév üres.'; |
| | | $wb['source_password_error_isempty'] = 'Jelszó üres.'; |
| | | $wb['destination_error_isemail'] = 'Nem választott címzettet.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'A név üres'; |
| | | $wb['searchterm_is_empty'] = 'Keresési feltétel üres'; |
| | | $wb['source_txt'] = 'Forrás'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Username is empty.'; |
| | | $wb['source_password_error_isempty'] = 'Password is empty.'; |
| | | $wb['destination_error_isemail'] = 'No destination selected.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'Name is empty.'; |
| | | $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 _'; |
| | | ?> |
| | |
| | | $wb['Filter'] = 'Filter';
|
| | | $wb['Mail Domain'] = 'E-mail domein';
|
| | | $wb['Domain'] = 'Domeinen';
|
| | | $wb['Domain Alias'] = 'Domeinaliassen';
|
| | | $wb['Email Catchall'] = 'Catch-all records';
|
| | | $wb['Email Forward'] = 'Doorstuur records';
|
| | | $wb['Get Email'] = 'Ontvang e-mail';
|
| | |
| | | $wb['Postfix Blacklist'] = 'Postfix blacklist';
|
| | | $wb['Content Filter'] = 'Content filter';
|
| | | $wb['Global Filters'] = 'Globale filters';
|
| | | $wb['Relay Recipients'] = 'Relay ontvangers';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['limit_mailalias_txt'] = 'Het max. aantal e-mailaliassen voor uw account is bereikt.';
|
| | | $wb['duplicate_mailbox_txt'] = 'Er is al een e-mailaccount ingesteld op het door u gewenste adres.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe e-mailalias toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['source_error_unique'] = 'Domeinnaam bij Herkomst is al elders gebruikt.';
|
| | | $wb['source_error_regex'] = 'Ongeldige herkomst domeinnaam';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['destination_txt'] = 'Doorsturen naar';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe domeinalias toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['limit_mailfilter_txt'] = 'Het max. aantal e-mailfilters voor uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['add_new_record_txt'] = 'Nieuw blacklist record toevoegen';
|
| | | $wb['access_txt'] = 'Toegang';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['pattern_error_empty'] = 'Patroon is leeg.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['action_txt'] = 'Actie';
|
| | | $wb['add_new_record_txt'] = 'Nieuw content filter toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['policy_txt'] = 'Spamfilter';
|
| | | $wb['no_policy'] = '- niet ingeschakeld -';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['domain_error_regex'] = 'Ongeldige domeinnaam of het domein bevat ongeldige karakters.';
|
| | | $wb['limit_mailcatchall_txt'] = 'Het max. aantal e-mail catch-all accounts voor uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['domain_txt'] = 'Domeinnaam';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe catch-all toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['add_new_record_txt'] = 'Nieuw domein toevoegen';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['limit_mailforward_txt'] = 'Het max. aantal email forwarders voor uw account is bereikt.';
|
| | | $wb['duplicate_mailbox_txt'] = 'Er is al een e-mailaccount aanwezig op het door u gewenste adres.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe e-mail forward toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['source_username_error_isempty'] = 'Gebruikersnaam is leeg.';
|
| | | $wb['source_password_error_isempty'] = 'Wachtwoord is leeg.';
|
| | | $wb['destination_error_isemail'] = 'Er is geen bestemming geselecteerd.';
|
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?>
|
| | |
|
| | |
| | | $wb['destination_txt'] = 'Bestemming';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe account toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['limit_mailfilter_txt'] = 'Het maximum aantal e-mailfilters van uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['add_new_record_txt'] = 'Nieuwe relay ontvanger toevoegen';
|
| | | $wb['access_txt'] = 'Toegang';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['spam_redirect_maildir_purge_txt'] = 'Leeg map na';
|
| | | $wb['days_txt'] = 'dagen.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['add_new_record_txt'] = 'Spamfilter record toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_mailrouting_txt'] = 'Het max. aantal routes voor uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['sort_order_txt'] = 'Sorteren op';
|
| | | $wb['add_new_record_txt'] = 'Nieuw e-mail route toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['autoresponder_end_date_isgreater'] = 'Eind-datum mag niet eerder zijn dan de begin-datum.';
|
| | | $wb['move_junk_txt'] = 'Verplaats SPAM naar map Ongewenste e-mail';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['rulename_error_empty'] = 'Naam is leeg.';
|
| | | $wb['searchterm_is_empty'] = 'Zoekterm is leeg.';
|
| | | $wb['source_txt'] = 'Bron';
|
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?>
|
| | |
|
| | |
| | | $wb['page_of_txt'] = 'van';
|
| | | $wb['delete_confirmation'] = 'Weet u zeker dat u deze e-mailfilter wilt verwijderen?';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['autoresponder_txt'] = 'Autoresponder';
|
| | | $wb['add_new_record_txt'] = 'Nieuw e-mailaccount toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['this_year_txt'] = 'Dit jaar';
|
| | | $wb['last_year_txt'] = 'Vorig jaar';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['limit_mailfilter_txt'] = 'Het max. aantal e-mailfilters voor uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['add_new_record_txt'] = 'Nieuw whitelist record toevoegen';
|
| | | $wb['access_txt'] = 'Toegang';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_spamfilter_wblist_txt'] = 'Het max. aantal white- en blacklist-records van uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['email_txt'] = 'Whitelisted e-mail';
|
| | | $wb['add_new_record_txt'] = 'Blacklist record toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['mailbox_size_limit_txt'] = 'Mailboxgrootte Limiet';
|
| | | $wb['message_size_limit_txt'] = 'Berichtgrootte Limiet';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['server_name_txt'] = 'Server';
|
| | | $wb['server_id_txt'] = 'server ID';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['message_size_limit_txt'] = 'Berichtgrootte limiet';
|
| | | $wb['banned_rulenames_txt'] = 'Verboden regelnaam';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['bad_header_lover_txt'] = 'Verbannen header liefhebbers';
|
| | | $wb['add_new_record_txt'] = 'Policy record toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['fullname_txt'] = 'Naam';
|
| | | $wb['local_txt'] = 'Lokaal';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['add_new_record_txt'] = 'Spamfilter gebruiker toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_spamfilter_wblist_txt'] = 'Het max. aantal white- en blacklist-records van uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['email_txt'] = 'Whitelisted e-mail';
|
| | | $wb['add_new_record_txt'] = 'Whitelist record toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Nazwa użytkownika jest pusta.'; |
| | | $wb['source_password_error_isempty'] = 'Hasło jest puste.'; |
| | | $wb['destination_error_isemail'] = 'Nie wybrano elementu docelowego.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'Nazwa jest pusta.'; |
| | | $wb['searchterm_is_empty'] = 'Szukany termin jest pusty.'; |
| | | $wb['source_txt'] = 'Źródło'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Username is empty.'; |
| | | $wb['source_password_error_isempty'] = 'Password is empty.'; |
| | | $wb['destination_error_isemail'] = 'No destination selected.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'Имя пустое.'; |
| | | $wb['searchterm_is_empty'] = 'Поле поиска пустое.'; |
| | | $wb['source_txt'] = 'Источник'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Username is empty.'; |
| | | $wb['source_password_error_isempty'] = 'Password is empty.'; |
| | | $wb['destination_error_isemail'] = 'No destination selected.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'Name is empty.'; |
| | | $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 _'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Uivate? je prázdny.'; |
| | | $wb['source_password_error_isempty'] = 'Heslo je prázdne.'; |
| | | $wb['destination_error_isemail'] = 'iadny cie? nebol vybraný.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'Meno je prázdne'; |
| | | $wb['searchterm_is_empty'] = 'H?adaný výraz je prázdny.'; |
| | | $wb['source_txt'] = 'Zdroj'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["no_domain_perm"] = "You have no permission for this domain."; |
| | | $wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; |
| | | $wb["source_error_empty"] = 'Source Domain is empty.'; |
| | | $wb["source_error_unique"] = 'Duplicate source Domain.'; |
| | | $wb["source_error_regex"] = 'Invalid source domain name.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; |
| | | $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; |
| | | $wb['source_error_empty'] = 'Source Domain is empty.'; |
| | | $wb['source_error_unique'] = 'Duplicate source Domain.'; |
| | | $wb['source_error_regex'] = 'Invalid source domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Domain alias'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["source_txt"] = 'Source'; |
| | | $wb["add_new_record_txt"] = 'Add new Domain alias'; |
| | | $wb['list_head_txt'] = 'Domain alias'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['destination_txt'] = 'Destination'; |
| | | $wb['add_new_record_txt'] = 'Add new Domain alias'; |
| | | ?> |
| | |
| | | $wb['source_username_error_isempty'] = 'Kullanıcı adı boş.'; |
| | | $wb['source_password_error_isempty'] = 'Şifre boş.'; |
| | | $wb['destination_error_isemail'] = 'Hedef seçilmedi.'; |
| | | $wb['source_server_error_regex'] = 'Pop3/Imap Server is not a valid domain name.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Relay recipient'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["source_error_notempty"] = 'Address is empty.'; |
| | | $wb["type_txt"] = 'Type'; |
| | | $wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay recipient'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Relay recipients'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["source_txt"] = 'Recipient address'; |
| | | $wb["recipient_txt"] = 'Recipient'; |
| | | $wb["add_new_record_txt"] = 'Add new relay recipient'; |
| | | $wb["access_txt"] = 'access'; |
| | | $wb['list_head_txt'] = 'Relay recipients'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Recipient address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['add_new_record_txt'] = 'Add new relay recipient'; |
| | | $wb['access_txt'] = 'access'; |
| | | ?> |
| | |
| | | $wb['rulename_error_empty'] = 'İsim boş.'; |
| | | $wb['searchterm_is_empty'] = 'Search term is empty.'; |
| | | $wb['source_txt'] = 'Kaynak'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | $module['name'] = 'mail'; |
| | | $module['title'] = 'Email'; |
| | | $module['title'] = 'top_menu_email'; |
| | | $module['template'] = 'module.tpl.htm'; |
| | | $module['startpage'] = 'mail/mail_domain_list.php'; |
| | | $module['tab_width'] = ''; |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'RAID-State'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-Log'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Your distribution is not supported for this monitoring'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'Estado do RAID'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'Log do RKHunter'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Sua distribuição não suporta este tipo de monitoramento'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'RAID-Status'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-Protokoll'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Ihre Distribution wird für die Überwachung nicht unterstützt'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'Estado del RAID'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'Registro de RKHunter'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Su distribución no es soportada por este monitorizador'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'RAID-laitteiden tila'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-tulokset'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Käyttämäsi Linux-jakelu ei tue päivitysten valvontaa.'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'Log RKHunter'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Votre distribution nest pas supportée par le moniteur'; |
| | | $wb['Show Jobqueue'] = 'Show Jobqueue'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'RAID-State'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-Log'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Your distribution is not supported for this monitoring'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'RAID-State'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-Log'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Your distribution is not supported for this monitoring'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'RAID status';
|
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-Log';
|
| | | $wb['monitor_updates_nosupport_txt'] = 'Uw distributie ondersteunt deze controle-software niet';
|
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?>
|
| | |
|
| | |
| | | $wb['action_txt'] = 'Actie';
|
| | | $wb['status_txt'] = 'Status';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['loglevel_txt'] = 'Loglevel';
|
| | | $wb['message_txt'] = 'Bericht';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'Status RAID'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'Log RKHunter'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Twoja dystrybucja systemu nie obsługuje monitorowania'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'RAID-State'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-Log'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Your distribution is not supported for this monitoring'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'RAID-State'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-Log'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Your distribution is not supported for this monitoring'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'RAID-State'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter-Log'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Your distribution is not supported for this monitoring'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | $wb['monitor_title_raidstate_txt'] = 'RAID Durumu'; |
| | | $wb['monitor_title_rkhunterlog_txt'] = 'RKHunter Kaydı'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Dağıtımınız, bu izlemeyi desteklemiyor'; |
| | | $wb['monitor_title_fail2ban_txt'] = 'Fail2Ban Log'; |
| | | ?> |
| | |
| | | Config of the Module |
| | | */ |
| | | $module["name"] = "monitor"; |
| | | $module["title"] = "Monitor"; |
| | | $module["title"] = "top_menu_monitor"; |
| | | $module["template"] = "module.tpl.htm"; |
| | | $module["tab_width"] = ''; |
| | | $module["startpage"] = "monitor/show_sys_state.php?state=system"; |
| | |
| | | $wb['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Websites'; |
| | | $wb['Stats'] = 'Statistics'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Websites'; |
| | | $wb['Stats'] = 'Estatísticas'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Websites'; |
| | | $wb['Stats'] = 'Statistiken'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Consola (shell)'; |
| | | $wb['Websites'] = 'Sitios web'; |
| | | $wb['Stats'] = 'Estadísticas'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Verkkotunnukset'; |
| | | $wb['Stats'] = 'Tilastot'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Sites Web'; |
| | | $wb['Stats'] = 'Statistiques'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Weboldalak'; |
| | | $wb['Stats'] = 'Statisztikák'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Siti'; |
| | | $wb['Stats'] = 'Statistics'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Subdomain'] = 'Website subdomeinen';
|
| | | $wb['Sites'] = 'Sites';
|
| | | $wb['Aliasdomain'] = 'Website domeinaliassen';
|
| | | $wb['Web Aliasdomain'] = 'Website domeinalias';
|
| | | $wb['FTP-User'] = 'FTP gebruikers';
|
| | | $wb['FTP'] = 'FTP';
|
| | | $wb['Shell-User'] = 'Shell gebruikers';
|
| | | $wb['Shell'] = 'Shell';
|
| | | $wb['Websites'] = 'Websites';
|
| | | $wb['Cron'] = 'Cron taakplanner';
|
| | | $wb['Cron Jobs'] = 'Overzicht taken';
|
| | | $wb['Cron Job'] = 'Cron taak';
|
| | | $wb['Stats'] = 'Statistieken';
|
| | | $wb['Statistics'] = 'Statistieken';
|
| | | $wb['Web traffic'] = 'Websites dataverkeer';
|
| | | $wb['Website'] = 'Website'; |
| | | ?>
|
| | |
|
| | |
| | | $wb['command_error_format'] = 'Ongeldige commando indeling. In geval van een URL, alleen http/https wordt ondersteund.';
|
| | | $wb['unknown_fieldtype_error'] = 'Een onbekend veld-type wordt gebruikt.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['command_txt'] = 'Commando';
|
| | | $wb['add_new_cron_txt'] = 'Nieuwe Cron taak toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['database_name_error_len'] = 'Databasenaam - {db} - is te lang. De maximale lengte is 64 tekens.';
|
| | | $wb['database_user_error_len'] = 'Database gebruikersnaam - {user} - is te lang. De maximale lengte inclusief prefix is 16 tekens.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['database_name_txt'] = 'Databasenaam';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe database toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['directory_error_notinweb'] = 'Directory is niet binnen de website-root directory.';
|
| | | $wb['parent_domain_id_error_empty'] = 'Geen website geselecteerd.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe FTP-gebruiker toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['limit_shell_user_txt'] = 'Het maximum aantal shell gebruikers is bereikt.';
|
| | | $wb['parent_domain_id_error_empty'] = 'Geen website geselecteerd.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe Shell gebruiker toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['domain_error_unique'] = 'Domein moet uniek zijn.';
|
| | | $wb['domain_error_regex'] = 'Domeinnaam is ongeldig.';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domein';
|
| | | $wb['allow_override_txt'] = 'Optie: Allow Override';
|
| | | $wb['limit_web_quota_free_txt'] = 'Maximale beschikbare schijfruimte-gebruik';
|
| | | $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['add_new_record_txt'] = 'Nieuwe website toevoegen';
|
| | | $wb['domain_id_txt'] = 'ID';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['this_year_txt'] = 'Dit jaar';
|
| | | $wb['last_year_txt'] = 'Vorig jaar';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['domain_error_regex'] = 'Domeinnaam ongeldig.';
|
| | | $wb['host_txt'] = 'Hostnaam';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['domain_txt'] = 'Subdomein';
|
| | | $wb['add_new_record_txt'] = 'Nieuw subdomein toevoegen';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Strony www'; |
| | | $wb['Stats'] = 'Statystyki'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Websites'; |
| | | $wb['Stats'] = 'Statistics'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Websites'; |
| | | $wb['Stats'] = 'Statistics'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Webstránky'; |
| | | $wb['Stats'] = 'tatistika'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Web siteleri'; |
| | | $wb['Stats'] = 'İstatistikler'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | $wb['ssl_domain_txt'] = 'SSL Domain'; |
| | | $wb['allow_override_txt'] = 'Allow Override'; |
| | | $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'; |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | $module["name"] = "sites"; |
| | | $module["title"] = "Sites"; |
| | | $module["title"] = "top_menu_sites"; |
| | | $module["template"] = "module.tpl.htm"; |
| | | $module["startpage"] = "sites/web_domain_list.php"; |
| | | $module["tab_width"] = ''; |
| | |
| | | $wb['password_strength_4_txt'] = 'Sterk';
|
| | | $wb['password_strength_5_txt'] = 'Zeer sterk';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['ISPConfig Tools'] = 'ISPConfig Tools';
|
| | | $wb['Password and Language'] = 'Wachtwoord en taal';
|
| | | ?>
|
| | |
|
| | |
| | | $wb['Form to edit the user password and language.'] = 'Wijzig in het onderstaande formulier het wachtwoord en/of taal.';
|
| | | $wb['Settings'] = 'Instellingen';
|
| | | ?>
|
| | |
|
| | |
| | | global $conf; |
| | | |
| | | $module['name'] = 'tools'; |
| | | $module['title'] = 'Tools'; |
| | | $module['title'] = 'top_menu_tools'; |
| | | $module['template'] = 'module.tpl.htm'; |
| | | $module['startpage'] = 'tools/index.php'; |
| | | $module['tab_width'] = '60'; |