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'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['conf_format_dateshort'] = 'Y-m-d';
|
| | | $wb['conf_format_datelong'] = 'l d F Y';
|
| | | $wb['conf_format_timeshort'] = 'H:i';
|
| | | $wb['conf_format_timelong'] = 'H:i:s';
|
| | | $wb['conf_format_datetime'] = 'Y-m-d H:i';
|
| | | $wb['301'] = 'Module niet toegestaan voor de huidige gebruiker.';
|
| | | $wb['302'] = 'Ongeldige module.';
|
| | | $wb['1001'] = 'De gebruikersnaam en wachtwoord kunnen niet leeg zijn!';
|
| | | $wb['1002'] = 'De gebruikersnaam en/of wachtwoord zijn onjuist!';
|
| | | $wb['1003'] = 'De gebruikersnaam wordt gedeactiveerd!';
|
| | | $wb['delete_confirmation'] = 'Wilt u dit record echt verwijderen?';
|
| | | $wb['error_no_view_permission'] = 'U heeft geen toestemming om dit record te bekijken of dit record bestaat niet!';
|
| | | $wb['error_no_delete_permission'] = 'U heeft geen toestemming om dit record te verwijderen!';
|
| | | $wb['page_txt'] = 'Pagina';
|
| | | $wb['page_of_txt'] = 'van';
|
| | | $wb['page_next_txt'] = 'Volgende';
|
| | | $wb['page_back_txt'] = 'Vorige';
|
| | | $wb['delete_txt'] = 'Verwijderen';
|
| | | $wb['filter_txt'] = 'Filteren';
|
| | | $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';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['conf_format_dateshort'] = 'Y-m-d'; |
| | | $wb['conf_format_datelong'] = 'l d F Y'; |
| | | $wb['conf_format_timeshort'] = 'H:i'; |
| | | $wb['conf_format_timelong'] = 'H:i:s'; |
| | | $wb['conf_format_datetime'] = 'Y-m-d H:i'; |
| | | $wb['301'] = 'Module niet toegestaan voor de huidige gebruiker.'; |
| | | $wb['302'] = 'Ongeldige module.'; |
| | | $wb['1001'] = 'De gebruikersnaam en wachtwoord kunnen niet leeg zijn!'; |
| | | $wb['1002'] = 'De gebruikersnaam en/of wachtwoord zijn onjuist!'; |
| | | $wb['1003'] = 'De gebruikersnaam wordt gedeactiveerd!'; |
| | | $wb['delete_confirmation'] = 'Wilt u dit record echt verwijderen?'; |
| | | $wb['error_no_view_permission'] = 'U heeft geen toestemming om dit record te bekijken of dit record bestaat niet!'; |
| | | $wb['error_no_delete_permission'] = 'U heeft geen toestemming om dit record te verwijderen!'; |
| | | $wb['page_txt'] = 'Pagina'; |
| | | $wb['page_of_txt'] = 'van'; |
| | | $wb['page_next_txt'] = 'Volgende'; |
| | | $wb['page_back_txt'] = 'Vorige'; |
| | | $wb['delete_txt'] = 'Verwijderen'; |
| | | $wb['filter_txt'] = 'Filteren'; |
| | | $wb['add_new_record_txt'] = 'Toevoegen'; |
| | | $wb['btn_save_txt'] = 'Opslaan'; |
| | | $wb['btn_cancel_txt'] = 'Annuleren'; |
| | | $wb['toolsarea_head_txt'] = 'Tools'; |
| | | $wb['page_and_txt'] = 'en'; |
| | | $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.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['1001'] = 'Gebruikersnaam of wachtwoord is leeg.';
|
| | | $wb['1002'] = 'Gebruikersnaam of wachtwoord onjuist.';
|
| | | $wb['Firewall'] = 'Firewall';
|
| | | $wb['Groups'] = 'Groepen';
|
| | | $wb['groups_description'] = 'Formulier om gebruikers en groepen te wijzigen.';
|
| | | $wb['Server'] = 'Services';
|
| | | $wb['Server Services'] = 'Services';
|
| | | $wb['Services'] = 'Services';
|
| | | $wb['Config'] = 'Configureer';
|
| | | $wb['Server Config'] = 'Configuratie';
|
| | | $wb['Mail'] = 'Mail';
|
| | | $wb['Getmail'] = 'Getmail';
|
| | | $wb['Web'] = 'Web';
|
| | | $wb['FastCGI'] = 'FastCGI';
|
| | | $wb['Jailkit'] = 'Jailkit';
|
| | | $wb['System'] = 'Services per server';
|
| | | $wb['Add user'] = 'Nieuwe gebruiker';
|
| | | $wb['Edit user'] = 'Wijzig gebruiker';
|
| | | $wb['CP Users'] = 'Gebruikers';
|
| | | $wb['Add group'] = 'Nieuwe groep';
|
| | | $wb['Edit group'] = 'Wijzig groep';
|
| | | $wb['Edit server'] = 'Services';
|
| | | $wb['Edit Server IP'] = 'IP-adressen';
|
| | | $wb['Servers'] = 'Servers';
|
| | | $wb['Sync. Now'] = 'Sync. nu';
|
| | | $wb['DB Sync.'] = 'DB Sync.';
|
| | | $wb['Languages'] = 'Talen en taal-bestanden';
|
| | | $wb['New Language'] = 'Nieuwe taal';
|
| | | $wb['Export'] = 'Exporteren';
|
| | | $wb['Import'] = 'Importeren';
|
| | | $wb['Merge'] = 'Samenvoegen';
|
| | | $wb['Language Editor'] = 'Taalbestanden';
|
| | | $wb['Software'] = 'Software';
|
| | | $wb['Repositories'] = 'Bronnen';
|
| | | $wb['Packages'] = 'Pakketten';
|
| | | $wb['Updates'] = 'Updates';
|
| | | $wb['Remote Users'] = 'API gebruikers';
|
| | | $wb['Interface Config'] = 'Omgevingsvariabelen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['1001'] = 'Gebruikersnaam of wachtwoord is leeg.'; |
| | | $wb['1002'] = 'Gebruikersnaam of wachtwoord onjuist.'; |
| | | $wb['Firewall'] = 'Firewall'; |
| | | $wb['Groups'] = 'Groepen'; |
| | | $wb['groups_description'] = 'Formulier om gebruikers en groepen te wijzigen.'; |
| | | $wb['Server'] = 'Services'; |
| | | $wb['Server Services'] = 'Services'; |
| | | $wb['Services'] = 'Services'; |
| | | $wb['Config'] = 'Configureer'; |
| | | $wb['Server Config'] = 'Configuratie'; |
| | | $wb['Mail'] = 'Mail'; |
| | | $wb['Getmail'] = 'Getmail'; |
| | | $wb['Web'] = 'Web'; |
| | | $wb['FastCGI'] = 'FastCGI'; |
| | | $wb['Jailkit'] = 'Jailkit'; |
| | | $wb['System'] = 'Services per server'; |
| | | $wb['Add user'] = 'Nieuwe gebruiker'; |
| | | $wb['Edit user'] = 'Wijzig gebruiker'; |
| | | $wb['CP Users'] = 'Gebruikers'; |
| | | $wb['Add group'] = 'Nieuwe groep'; |
| | | $wb['Edit group'] = 'Wijzig groep'; |
| | | $wb['Edit server'] = 'Services'; |
| | | $wb['Edit Server IP'] = 'IP-adressen'; |
| | | $wb['Servers'] = 'Servers'; |
| | | $wb['Sync. Now'] = 'Sync. nu'; |
| | | $wb['DB Sync.'] = 'DB Sync.'; |
| | | $wb['Languages'] = 'Talen en taal-bestanden'; |
| | | $wb['New Language'] = 'Nieuwe taal'; |
| | | $wb['Export'] = 'Exporteren'; |
| | | $wb['Import'] = 'Importeren'; |
| | | $wb['Merge'] = 'Samenvoegen'; |
| | | $wb['Language Editor'] = 'Taalbestanden'; |
| | | $wb['Software'] = 'Software'; |
| | | $wb['Repositories'] = 'Bronnen'; |
| | | $wb['Packages'] = 'Pakketten'; |
| | | $wb['Updates'] = 'Updates'; |
| | | $wb['Remote Users'] = 'API gebruikers'; |
| | | $wb['Interface Config'] = 'Omgevingsvariabelen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['tcp_port_txt'] = 'Open TCP poorten';
|
| | | $wb['udp_port_txt'] = 'Open UDP poorten';
|
| | | $wb['tcp_port_help_txt'] = 'Gescheiden door komma';
|
| | | $wb['udp_port_help_txt'] = 'Gescheiden door komma';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['firewall_error_unique'] = 'Er bestaat al een firewall record voor deze server.';
|
| | | $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 ,';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['tcp_port_txt'] = 'Open TCP poorten'; |
| | | $wb['udp_port_txt'] = 'Open UDP poorten'; |
| | | $wb['tcp_port_help_txt'] = 'Gescheiden door komma'; |
| | | $wb['udp_port_help_txt'] = 'Gescheiden door komma'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['firewall_error_unique'] = 'Er bestaat al een firewall record voor deze server.'; |
| | | $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 ,'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Firewall';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['tcp_port_txt'] = 'Open TCP poorten';
|
| | | $wb['udp_port_txt'] = 'Open UDP poorten';
|
| | | $wb['add_new_record_txt'] = 'Firewall record toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Firewall'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['tcp_port_txt'] = 'Open TCP poorten'; |
| | | $wb['udp_port_txt'] = 'Open UDP poorten'; |
| | | $wb['add_new_record_txt'] = 'Firewall record toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['description_txt'] = 'Omschrijving';
|
| | | $wb['name_txt'] = 'Groep';
|
| | | $wb['name_err'] = 'Groepsnaam moet tussen 1 en 30 karakters bevatten.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['description_txt'] = 'Omschrijving'; |
| | | $wb['name_txt'] = 'Groep'; |
| | | $wb['name_err'] = 'Groepsnaam moet tussen 1 en 30 karakters bevatten.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Gebruikersgroepen';
|
| | | $wb['description_txt'] = 'Omschrijving';
|
| | | $wb['name_txt'] = 'Groep';
|
| | | $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!';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Gebruikersgroepen'; |
| | | $wb['description_txt'] = 'Omschrijving'; |
| | | $wb['name_txt'] = 'Groep'; |
| | | $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!'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Nieuwe taal toevoegen';
|
| | | $wb['language_select_txt'] = 'Selecteer basis-teksten vanuit taal';
|
| | | $wb['language_new_txt'] = 'Nieuwe taal';
|
| | | $wb['btn_save_txt'] = 'Aanmaken';
|
| | | $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)';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Nieuwe taal toevoegen'; |
| | | $wb['language_select_txt'] = 'Selecteer basis-teksten vanuit taal'; |
| | | $wb['language_new_txt'] = 'Nieuwe taal'; |
| | | $wb['btn_save_txt'] = 'Aanmaken'; |
| | | $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)'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Samenvoegen';
|
| | | $wb['language_select_txt'] = 'Selecteer taal';
|
| | | $wb['btn_save_txt'] = 'Bestanden nu samenvoegen';
|
| | | $wb['btn_cancel_txt'] = 'Terug';
|
| | | $wb['list_desc_txt'] = 'Laat ontbrekende teksten in de geselecteerde taal aanvullen vanuit de Engelstalige master.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Samenvoegen'; |
| | | $wb['language_select_txt'] = 'Selecteer taal'; |
| | | $wb['btn_save_txt'] = 'Bestanden nu samenvoegen'; |
| | | $wb['btn_cancel_txt'] = 'Terug'; |
| | | $wb['list_desc_txt'] = 'Laat ontbrekende teksten in de geselecteerde taal aanvullen vanuit de Engelstalige master.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Taalbestand editor';
|
| | | $wb['language_select_txt'] = 'Selecteer taal';
|
| | | $wb['module_txt'] = 'Module';
|
| | | $wb['lang_file_txt'] = 'Taalbestand';
|
| | | $wb['btn_save_txt'] = 'Opslaan';
|
| | | $wb['btn_cancel_txt'] = 'Terug';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Taalbestand editor'; |
| | | $wb['language_select_txt'] = 'Selecteer taal'; |
| | | $wb['module_txt'] = 'Module'; |
| | | $wb['lang_file_txt'] = 'Taalbestand'; |
| | | $wb['btn_save_txt'] = 'Opslaan'; |
| | | $wb['btn_cancel_txt'] = 'Terug'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Exporteer taalbestand';
|
| | | $wb['language_select_txt'] = 'Selecteer taal';
|
| | | $wb['btn_save_txt'] = 'Exporteren';
|
| | | $wb['btn_cancel_txt'] = 'Terug';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Exporteer taalbestand'; |
| | | $wb['language_select_txt'] = 'Selecteer taal'; |
| | | $wb['btn_save_txt'] = 'Exporteren'; |
| | | $wb['btn_cancel_txt'] = 'Terug'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Importeer taalbestand';
|
| | | $wb['language_import_txt'] = 'Selecteer taalbestand';
|
| | | $wb['btn_save_txt'] = 'Importeer het geselecteerde taalbestand';
|
| | | $wb['language_overwrite_txt'] = 'Overschrijven indien deze al bestaat?';
|
| | | $wb['btn_cancel_txt'] = 'Terug';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Importeer taalbestand'; |
| | | $wb['language_import_txt'] = 'Selecteer taalbestand'; |
| | | $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'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Taalbestand editor';
|
| | | $wb['language_select_txt'] = 'Selecteer taal';
|
| | | $wb['module_txt'] = 'Module';
|
| | | $wb['lang_file_txt'] = 'Taalbestand';
|
| | | $wb['lang_file_date_txt'] = 'Laatste wijziging';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Taalbestand editor'; |
| | | $wb['language_select_txt'] = 'Selecteer taal'; |
| | | $wb['module_txt'] = 'Module'; |
| | | $wb['lang_file_txt'] = 'Taalbestand'; |
| | | $wb['lang_file_date_txt'] = 'Laatste wijziging'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['password_txt'] = 'Wachtwoord';
|
| | | $wb['function_txt'] = 'Toegestane functies';
|
| | | $wb['username_error_unique'] = 'Gebruikersnaam moet uniek zijn.';
|
| | | $wb['username_error_empty'] = 'Gebruikersnaam mag niet leeg zijn.';
|
| | | $wb['password_error_empty'] = 'Wachtwoord mag niet leeg zijn.';
|
| | | $wb['password_strength_txt'] = 'Wachtwoord-sterkte';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | $wb['password_txt'] = 'Wachtwoord'; |
| | | $wb['function_txt'] = 'Toegestane functies'; |
| | | $wb['username_error_unique'] = 'Gebruikersnaam moet uniek zijn.'; |
| | | $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'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'ISPConfig API gebruikers';
|
| | | $wb['list_desc_txt'] = 'Overzicht van gebruikers die via de ISPConfig-API toegang krijgen tot deze server.';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe API-gebruiker toevoegen';
|
| | | $wb['parent_remote_userid_txt'] = 'ID';
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'ISPConfig API gebruikers'; |
| | | $wb['list_desc_txt'] = 'Overzicht van gebruikers die via de ISPConfig-API toegang krijgen tot deze server.'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe API-gebruiker toevoegen'; |
| | | $wb['parent_remote_userid_txt'] = 'ID'; |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['config_txt'] = 'Configuratie details<br /><br />Wijzigen? Zie: Server configuratie';
|
| | | $wb['server_name_txt'] = 'Servernaam';
|
| | | $wb['mail_server_txt'] = 'Mailserver';
|
| | | $wb['web_server_txt'] = 'Webserver';
|
| | | $wb['dns_server_txt'] = 'DNS server';
|
| | | $wb['file_server_txt'] = 'Fileserver';
|
| | | $wb['db_server_txt'] = 'Database server';
|
| | | $wb['vserver_server_txt'] = 'VServer-server';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['mirror_server_id_txt'] = 'Deze server is mirror van server';
|
| | | $wb['- None -'] = '- niet van toepassing -';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['config_txt'] = 'Configuratie details<br /><br />Wijzigen? Zie: Server configuratie'; |
| | | $wb['server_name_txt'] = 'Servernaam'; |
| | | $wb['mail_server_txt'] = 'Mailserver'; |
| | | $wb['web_server_txt'] = 'Webserver'; |
| | | $wb['dns_server_txt'] = 'DNS server'; |
| | | $wb['file_server_txt'] = 'Fileserver'; |
| | | $wb['db_server_txt'] = 'Database server'; |
| | | $wb['vserver_server_txt'] = 'VServer-server'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $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.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Server configuratie';
|
| | | $wb['server_name_txt'] = 'Servernaam';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Server configuratie'; |
| | | $wb['server_name_txt'] = 'Servernaam'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['ip_address_txt'] = 'IP-adres (ipv4)';
|
| | | $wb['virtualhost_txt'] = 'HTTP NameVirtualHost activeren?';
|
| | | $wb['ip_error_wrong'] = 'Opgegeven IP-adres is ongeldig';
|
| | | $wb['ip_error_unique'] = 'Het IP-adres moet uniek zijn.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['ip_address_txt'] = 'IP-adres (ipv4)'; |
| | | $wb['virtualhost_txt'] = 'HTTP NameVirtualHost activeren?'; |
| | | $wb['ip_error_wrong'] = 'Opgegeven IP-adres is ongeldig'; |
| | | $wb['ip_error_unique'] = 'Het IP-adres moet uniek zijn.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Server IP-adressen';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['ip_address_txt'] = 'IP-adres';
|
| | | $wb['add_new_record_txt'] = 'Nieuw IP-adres toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Server IP-adressen'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['ip_address_txt'] = 'IP-adres'; |
| | | $wb['add_new_record_txt'] = 'Nieuw IP-adres toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Services per server';
|
| | | $wb['server_name_txt'] = 'Servernaam';
|
| | | $wb['mail_server_txt'] = 'Mailserver';
|
| | | $wb['web_server_txt'] = 'Webserver';
|
| | | $wb['dns_server_txt'] = 'DNS server';
|
| | | $wb['file_server_txt'] = 'Fileserver';
|
| | | $wb['db_server_txt'] = 'Database server';
|
| | | $wb['vserver_server_txt'] = 'VServer';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe server toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Services per server'; |
| | | $wb['server_name_txt'] = 'Servernaam'; |
| | | $wb['mail_server_txt'] = 'Mailserver'; |
| | | $wb['web_server_txt'] = 'Webserver'; |
| | | $wb['dns_server_txt'] = 'DNS server'; |
| | | $wb['file_server_txt'] = 'Fileserver'; |
| | | $wb['db_server_txt'] = 'Database server'; |
| | | $wb['vserver_server_txt'] = 'VServer'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe server toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Software pakketten';
|
| | | $wb['installed_txt'] = 'Status';
|
| | | $wb['package_title_txt'] = 'Pakket';
|
| | | $wb['package_description_txt'] = 'Omschrijving';
|
| | | $wb['action_txt'] = 'Actie';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Software pakketten'; |
| | | $wb['installed_txt'] = 'Status'; |
| | | $wb['package_title_txt'] = 'Pakket'; |
| | | $wb['package_description_txt'] = 'Omschrijving'; |
| | | $wb['action_txt'] = 'Actie'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['repo_name_txt'] = 'Repository';
|
| | | $wb['repo_url_txt'] = 'URL';
|
| | | $wb['repo_username_txt'] = 'Gebruiker (optioneel)';
|
| | | $wb['repo_password_txt'] = 'Wachtwoord (optioneel)';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | $wb['repo_username_txt'] = 'Gebruiker (optioneel)'; |
| | | $wb['repo_password_txt'] = 'Wachtwoord (optioneel)'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Repository';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['repo_name_txt'] = 'Repository';
|
| | | $wb['repo_url_txt'] = 'URL';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Repository'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['repo_name_txt'] = 'Repository'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Software updates';
|
| | | $wb['installed_txt'] = 'Actie';
|
| | | $wb['update_title_txt'] = 'Update';
|
| | | $wb['version_txt'] = 'Versie';
|
| | | $wb['action_txt'] = 'Actie';
|
| | | $wb['server_select_txt'] = 'Selecteer server';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Software updates'; |
| | | $wb['installed_txt'] = 'Actie'; |
| | | $wb['update_title_txt'] = 'Update'; |
| | | $wb['version_txt'] = 'Versie'; |
| | | $wb['action_txt'] = 'Actie'; |
| | | $wb['server_select_txt'] = 'Selecteer server'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['warning'] = 'Let op bij het wijzigen van deze waarden. Verwijder de prefix niet op systemen met meer dan 1 klant.';
|
| | | $wb['dbname_prefix_txt'] = 'Databasenaam prefix';
|
| | | $wb['dbuser_prefix_txt'] = 'Gebruiker prefix';
|
| | | $wb['shelluser_prefix_txt'] = 'Shell user prefix';
|
| | | $wb['ftpuser_prefix_txt'] = 'FTP gebruiker prefix';
|
| | | $wb['dbname_prefix_error_regex'] = 'Teken niet toegestaan in databasenaam';
|
| | | $wb['dbuser_prefix_error_regex'] = 'Teken niet toegestaan in gebruiker prefix';
|
| | | $wb['ftpuser_prefix_error_regex'] = 'Teken niet toegestaan in FTP gebruiker prefix';
|
| | | $wb['shelluser_prefix_error_regex'] = 'Teken niet toegestaan in Shell gebruiker prefix';
|
| | | $wb['dblist_phpmyadmin_link_txt'] = 'Link naar phpMyAdmin';
|
| | | $wb['mailboxlist_webmail_link_txt'] = 'Link naar Webmail';
|
| | | $wb['webmail_url_txt'] = 'URL naar Webmail';
|
| | | $wb['phpmyadmin_url_txt'] = 'URL naar phpMyAdmin';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['warning'] = 'Let op bij het wijzigen van deze waarden. Verwijder de prefix niet op systemen met meer dan 1 klant.'; |
| | | $wb['dbname_prefix_txt'] = 'Databasenaam prefix'; |
| | | $wb['dbuser_prefix_txt'] = 'Gebruiker prefix'; |
| | | $wb['shelluser_prefix_txt'] = 'Shell user prefix'; |
| | | $wb['ftpuser_prefix_txt'] = 'FTP gebruiker prefix'; |
| | | $wb['dbname_prefix_error_regex'] = 'Teken niet toegestaan in databasenaam'; |
| | | $wb['dbuser_prefix_error_regex'] = 'Teken niet toegestaan in gebruiker prefix'; |
| | | $wb['ftpuser_prefix_error_regex'] = 'Teken niet toegestaan in FTP gebruiker prefix'; |
| | | $wb['shelluser_prefix_error_regex'] = 'Teken niet toegestaan in Shell gebruiker prefix'; |
| | | $wb['dblist_phpmyadmin_link_txt'] = 'Link naar phpMyAdmin'; |
| | | $wb['mailboxlist_webmail_link_txt'] = 'Link naar Webmail'; |
| | | $wb['webmail_url_txt'] = 'URL naar Webmail'; |
| | | $wb['phpmyadmin_url_txt'] = 'URL naar phpMyAdmin'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['username_err'] = 'De gebruikersnaam is te lang of bevat ongeldige karakters.';
|
| | | $wb['username_empty'] = 'De gebruikersnaam is leeg.';
|
| | | $wb['username_unique'] = 'Er bestaat reeds een gebruiker met deze gebruikersnaam.';
|
| | | $wb['passwort_txt'] = 'Wachtwoord';
|
| | | $wb['modules_txt'] = 'Beschikbare modulen';
|
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte';
|
| | | $wb['startmodule_txt'] = 'Vervolgmodule na aanmelding';
|
| | | $wb['app_theme_txt'] = 'ISPConfig Thema';
|
| | | $wb['typ_txt'] = 'Type gebruiker';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['language_txt'] = 'Taal';
|
| | | $wb['name_txt'] = 'Naam';
|
| | | $wb['vorname_txt'] = 'Voornaam';
|
| | | $wb['unternehmen_txt'] = 'Bedrijf';
|
| | | $wb['strasse_txt'] = 'Adres';
|
| | | $wb['ort_txt'] = 'Plaats';
|
| | | $wb['plz_txt'] = 'Postcode';
|
| | | $wb['land_txt'] = 'Land';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['url_txt'] = 'Website';
|
| | | $wb['telefon_txt'] = 'Telefoon';
|
| | | $wb['fax_txt'] = 'Fax';
|
| | | $wb['groups_txt'] = 'Gebruiker is lid van groep';
|
| | | $wb['default_group_txt'] = 'Standaard groep';
|
| | | $wb['startmodule_err'] = 'Module is niet binnen de lijst van beschikbare modulen.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | $wb['username_err'] = 'De gebruikersnaam is te lang of bevat ongeldige karakters.'; |
| | | $wb['username_empty'] = 'De gebruikersnaam is leeg.'; |
| | | $wb['username_unique'] = 'Er bestaat reeds een gebruiker met deze gebruikersnaam.'; |
| | | $wb['passwort_txt'] = 'Wachtwoord'; |
| | | $wb['modules_txt'] = 'Beschikbare modulen'; |
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte'; |
| | | $wb['startmodule_txt'] = 'Vervolgmodule na aanmelding'; |
| | | $wb['app_theme_txt'] = 'ISPConfig Thema'; |
| | | $wb['typ_txt'] = 'Type gebruiker'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['language_txt'] = 'Taal'; |
| | | $wb['name_txt'] = 'Naam'; |
| | | $wb['vorname_txt'] = 'Voornaam'; |
| | | $wb['unternehmen_txt'] = 'Bedrijf'; |
| | | $wb['strasse_txt'] = 'Adres'; |
| | | $wb['ort_txt'] = 'Plaats'; |
| | | $wb['plz_txt'] = 'Postcode'; |
| | | $wb['land_txt'] = 'Land'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['url_txt'] = 'Website'; |
| | | $wb['telefon_txt'] = 'Telefoon'; |
| | | $wb['fax_txt'] = 'Fax'; |
| | | $wb['groups_txt'] = 'Gebruiker is lid van groep'; |
| | | $wb['default_group_txt'] = 'Standaard groep'; |
| | | $wb['startmodule_err'] = 'Module is niet binnen de lijst van beschikbare modulen.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Gebruikers';
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['name_txt'] = 'Achternaam';
|
| | | $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!';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Gebruikers'; |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | $wb['name_txt'] = 'Achternaam'; |
| | | $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['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'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['Client'] = 'Klant';
|
| | | $wb['Address'] = 'Adresgegevens';
|
| | | $wb['Limits'] = 'Limieten';
|
| | | $wb['Add Client'] = 'Nieuwe klant';
|
| | | $wb['Edit Client'] = 'Wijzig klant';
|
| | | $wb['Clients'] = 'Klanten';
|
| | | $wb['Edit Client-Templates'] = 'Wijzig klant-template';
|
| | | $wb['Add Reseller'] = 'Nieuwe reseller';
|
| | | $wb['Edit Reseller'] = 'Wijzig reseller';
|
| | | $wb['Resellers'] = 'Resellers';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['Client'] = 'Klant'; |
| | | $wb['Address'] = 'Adresgegevens'; |
| | | $wb['Limits'] = 'Limieten'; |
| | | $wb['Add Client'] = 'Nieuwe klant'; |
| | | $wb['Edit Client'] = 'Wijzig klant'; |
| | | $wb['Clients'] = 'Klanten'; |
| | | $wb['Edit Client-Templates'] = 'Wijzig klant-template'; |
| | | $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.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['limit_maildomain_txt'] = '# E-mail domeinen';
|
| | | $wb['limit_mailbox_txt'] = '# E-mailaccounts';
|
| | | $wb['limit_mailalias_txt'] = '# E-mail aliassen';
|
| | | $wb['limit_mailforward_txt'] = '# E-mail forwarders';
|
| | | $wb['limit_mailcatchall_txt'] = '# E-mail catch-all accounts';
|
| | | $wb['limit_mailrouting_txt'] = '# E-mail routes';
|
| | | $wb['limit_mailfilter_txt'] = '# E-mail filters';
|
| | | $wb['limit_fetchmail_txt'] = '# Fetchmail accounts';
|
| | | $wb['limit_mailquota_txt'] = 'Schijfruimte limiet e-mail';
|
| | | $wb['limit_spamfilter_wblist_txt'] = '# Spamfilter white-/blacklist filters';
|
| | | $wb['limit_spamfilter_user_txt'] = '# Spamfilter gebruikers';
|
| | | $wb['limit_spamfilter_policy_txt'] = '# Spamfilter policies';
|
| | | $wb['default_mailserver_txt'] = 'Standaard mailserver';
|
| | | $wb['company_name_txt'] = 'Bedrijfsnaam';
|
| | | $wb['contact_name_txt'] = 'Contactpersoon';
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['password_txt'] = 'Wachtwoord';
|
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte';
|
| | | $wb['language_txt'] = 'Taal';
|
| | | $wb['usertheme_txt'] = 'ISPConfig Thema';
|
| | | $wb['street_txt'] = 'Adres';
|
| | | $wb['zip_txt'] = 'Postcode';
|
| | | $wb['city_txt'] = 'Plaats';
|
| | | $wb['state_txt'] = 'Provincie';
|
| | | $wb['country_txt'] = 'Land';
|
| | | $wb['telephone_txt'] = 'Telefoon';
|
| | | $wb['mobile_txt'] = 'Mobiele telefoon';
|
| | | $wb['fax_txt'] = 'Fax';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['internet_txt'] = 'Website';
|
| | | $wb['icq_txt'] = 'ICQ';
|
| | | $wb['notes_txt'] = 'Opmerkingen';
|
| | | $wb['company_txt'] = 'Bedrijf';
|
| | | $wb['title_txt'] = 'Titel';
|
| | | $wb['firstname_txt'] = 'Voornaam';
|
| | | $wb['surname_txt'] = 'Achternaam';
|
| | | $wb['limit_client_txt'] = '# Klanten (als reseller)';
|
| | | $wb['limit_domain_txt'] = 'Limiet domein';
|
| | | $wb['limit_subdomain_txt'] = 'Limiet subdomein';
|
| | | $wb['limit_webquota_txt'] = 'Limiet webruimte';
|
| | | $wb['limit_database_txt'] = '# Databases';
|
| | | $wb['ip_address_txt'] = 'IP-adres';
|
| | | $wb['limit_client_error_notint'] = 'Het aantal aan te maken klanten moet een numerieke waarde zijn.';
|
| | | $wb['firstname_error_empty'] = 'Voornaam is leeg.';
|
| | | $wb['contact_error_empty'] = 'Contactpersoon is leeg.';
|
| | | $wb['default_webserver_txt'] = 'Standaard webserver';
|
| | | $wb['limit_web_domain_txt'] = '# Websites';
|
| | | $wb['limit_web_aliasdomain_txt'] = '# Website domeinaliassen';
|
| | | $wb['limit_web_subdomain_txt'] = '# Website subdomeinen';
|
| | | $wb['limit_ftp_user_txt'] = '# FTP gebruikers';
|
| | | $wb['default_dnsserver_txt'] = 'Standaard DNS server';
|
| | | $wb['limit_dns_zone_txt'] = '# DNS zones';
|
| | | $wb['limit_dns_record_txt'] = '# DNS records';
|
| | | $wb['limit_shell_user_txt'] = '# Shell gebruikers';
|
| | | $wb['username_error_empty'] = 'Gebruikersnaam is leeg.';
|
| | | $wb['username_error_unique'] = 'De gebruikersnaam moet uniek zijn.';
|
| | | $wb['limit_maildomain_error_notint'] = 'De e-mail domein limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_mailbox_error_notint'] = 'De e-mailaccounts limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_mailalias_error_notint'] = 'De e-mailalias limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_mailforward_error_notint'] = 'De e-mail forward limit moet een nummerieke waarde zijn.';
|
| | | $wb['limit_mailcatchall_error_notint'] = 'De e-mail catch-all limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_mailrouting_error_notint'] = 'De e-mail routing limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_mailfilter_error_notint'] = 'De e-mail filter limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_mailfetchmail_error_notint'] = 'De fetchmail limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_mailquota_error_notint'] = 'De e-mail quota limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_spamfilter_wblist_error_notint'] = 'De spamfilter white / blacklist limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_spamfilter_user_error_notint'] = 'De spamfilter gebruiker limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_spamfilter_policy_error_notint'] = 'De spamfilter policy limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_web_domain_error_notint'] = 'De website limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_web_aliasdomain_error_notint'] = 'De website alias domein limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_web_subdomain_error_notint'] = 'De website subdomein limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_ftp_user_error_notint'] = 'De FTP gebruiker limiet moet een nummerieke waarde zijn.';
|
| | | $wb['limit_shell_user_error_notint'] = 'De Shell gebruiker limit moet een nummerieke waarde zijn.';
|
| | | $wb['limit_dns_zone_error_notint'] = 'De DNS record limit moet een nummerieke waarde zijn.';
|
| | | $wb['default_dbserver_txt'] = 'Standaard database server';
|
| | | $wb['limit_database_error_notint'] = 'De database limiet moet een nummerieke waarde zijn.';
|
| | | $wb['username_error_regex'] = 'De gebruikersnaam bevat ongeldige karakters.';
|
| | | $wb['template_master_txt'] = 'Master template';
|
| | | $wb['template_additional_txt'] = 'Uitbreidende templates';
|
| | | $wb['ssh_chroot_txt'] = 'SSH-Chroot Options';
|
| | | $wb['web_php_options_txt'] = 'PHP opties';
|
| | | $wb['limit_client_error'] = 'Het max. aantal aan te maken klanten is bereikt.';
|
| | | $wb['limit_cron_txt'] = '# Cron taken';
|
| | | $wb['limit_cron_type_txt'] = '# Typen cron taken (chrooted en full implies url)';
|
| | | $wb['limit_cron_frequency_txt'] = 'Minimale tijd tussen uitvoeringen';
|
| | | $wb['limit_cron_error_notint'] = 'Het max. aantal cron taken moet een nummerieke waarde zijn.';
|
| | | $wb['limit_cron_error_frequency'] = 'De cron uitvoeringen limiet moet een nummerieke waarde zijn.';
|
| | | $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';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['limit_maildomain_txt'] = '# E-mail domeinen'; |
| | | $wb['limit_mailbox_txt'] = '# E-mailaccounts'; |
| | | $wb['limit_mailalias_txt'] = '# E-mail aliassen'; |
| | | $wb['limit_mailforward_txt'] = '# E-mail forwarders'; |
| | | $wb['limit_mailcatchall_txt'] = '# E-mail catch-all accounts'; |
| | | $wb['limit_mailrouting_txt'] = '# E-mail routes'; |
| | | $wb['limit_mailfilter_txt'] = '# E-mail filters'; |
| | | $wb['limit_fetchmail_txt'] = '# Fetchmail accounts'; |
| | | $wb['limit_mailquota_txt'] = 'Schijfruimte limiet e-mail'; |
| | | $wb['limit_spamfilter_wblist_txt'] = '# Spamfilter white-/blacklist filters'; |
| | | $wb['limit_spamfilter_user_txt'] = '# Spamfilter gebruikers'; |
| | | $wb['limit_spamfilter_policy_txt'] = '# Spamfilter policies'; |
| | | $wb['default_mailserver_txt'] = 'Standaard mailserver'; |
| | | $wb['company_name_txt'] = 'Bedrijfsnaam'; |
| | | $wb['contact_name_txt'] = 'Contactpersoon'; |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | $wb['password_txt'] = 'Wachtwoord'; |
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte'; |
| | | $wb['language_txt'] = 'Taal'; |
| | | $wb['usertheme_txt'] = 'ISPConfig Thema'; |
| | | $wb['street_txt'] = 'Adres'; |
| | | $wb['zip_txt'] = 'Postcode'; |
| | | $wb['city_txt'] = 'Plaats'; |
| | | $wb['state_txt'] = 'Provincie'; |
| | | $wb['country_txt'] = 'Land'; |
| | | $wb['telephone_txt'] = 'Telefoon'; |
| | | $wb['mobile_txt'] = 'Mobiele telefoon'; |
| | | $wb['fax_txt'] = 'Fax'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['internet_txt'] = 'Website'; |
| | | $wb['icq_txt'] = 'ICQ'; |
| | | $wb['notes_txt'] = 'Opmerkingen'; |
| | | $wb['company_txt'] = 'Bedrijf'; |
| | | $wb['title_txt'] = 'Titel'; |
| | | $wb['firstname_txt'] = 'Voornaam'; |
| | | $wb['surname_txt'] = 'Achternaam'; |
| | | $wb['limit_client_txt'] = '# Klanten (als reseller)'; |
| | | $wb['limit_domain_txt'] = 'Limiet domein'; |
| | | $wb['limit_subdomain_txt'] = 'Limiet subdomein'; |
| | | $wb['limit_webquota_txt'] = 'Limiet webruimte'; |
| | | $wb['limit_database_txt'] = '# Databases'; |
| | | $wb['ip_address_txt'] = 'IP-adres'; |
| | | $wb['limit_client_error_notint'] = 'Het aantal aan te maken klanten moet een numerieke waarde zijn.'; |
| | | $wb['firstname_error_empty'] = 'Voornaam is leeg.'; |
| | | $wb['contact_error_empty'] = 'Contactpersoon is leeg.'; |
| | | $wb['default_webserver_txt'] = 'Standaard webserver'; |
| | | $wb['limit_web_domain_txt'] = '# Websites'; |
| | | $wb['limit_web_aliasdomain_txt'] = '# Website domeinaliassen'; |
| | | $wb['limit_web_subdomain_txt'] = '# Website subdomeinen'; |
| | | $wb['limit_ftp_user_txt'] = '# FTP gebruikers'; |
| | | $wb['default_dnsserver_txt'] = 'Standaard DNS server'; |
| | | $wb['limit_dns_zone_txt'] = '# DNS zones'; |
| | | $wb['limit_dns_record_txt'] = '# DNS records'; |
| | | $wb['limit_shell_user_txt'] = '# Shell gebruikers'; |
| | | $wb['username_error_empty'] = 'Gebruikersnaam is leeg.'; |
| | | $wb['username_error_unique'] = 'De gebruikersnaam moet uniek zijn.'; |
| | | $wb['limit_maildomain_error_notint'] = 'De e-mail domein limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_mailbox_error_notint'] = 'De e-mailaccounts limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_mailalias_error_notint'] = 'De e-mailalias limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_mailforward_error_notint'] = 'De e-mail forward limit moet een nummerieke waarde zijn.'; |
| | | $wb['limit_mailcatchall_error_notint'] = 'De e-mail catch-all limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_mailrouting_error_notint'] = 'De e-mail routing limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_mailfilter_error_notint'] = 'De e-mail filter limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_mailfetchmail_error_notint'] = 'De fetchmail limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_mailquota_error_notint'] = 'De e-mail quota limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_spamfilter_wblist_error_notint'] = 'De spamfilter white / blacklist limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_spamfilter_user_error_notint'] = 'De spamfilter gebruiker limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_spamfilter_policy_error_notint'] = 'De spamfilter policy limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_web_domain_error_notint'] = 'De website limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_web_aliasdomain_error_notint'] = 'De website alias domein limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_web_subdomain_error_notint'] = 'De website subdomein limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_ftp_user_error_notint'] = 'De FTP gebruiker limiet moet een nummerieke waarde zijn.'; |
| | | $wb['limit_shell_user_error_notint'] = 'De Shell gebruiker limit moet een nummerieke waarde zijn.'; |
| | | $wb['limit_dns_zone_error_notint'] = 'De DNS record limit moet een nummerieke waarde zijn.'; |
| | | $wb['default_dbserver_txt'] = 'Standaard database server'; |
| | | $wb['limit_database_error_notint'] = 'De database limiet moet een nummerieke waarde zijn.'; |
| | | $wb['username_error_regex'] = 'De gebruikersnaam bevat ongeldige karakters.'; |
| | | $wb['template_master_txt'] = 'Master template'; |
| | | $wb['template_additional_txt'] = 'Uitbreidende templates'; |
| | | $wb['ssh_chroot_txt'] = 'SSH-Chroot Options'; |
| | | $wb['web_php_options_txt'] = 'PHP opties'; |
| | | $wb['limit_client_error'] = 'Het max. aantal aan te maken klanten is bereikt.'; |
| | | $wb['limit_cron_txt'] = '# Cron taken'; |
| | | $wb['limit_cron_type_txt'] = '# Typen cron taken (chrooted en full implies url)'; |
| | | $wb['limit_cron_frequency_txt'] = 'Minimale tijd tussen uitvoeringen'; |
| | | $wb['limit_cron_error_notint'] = 'Het max. aantal cron taken moet een nummerieke waarde zijn.'; |
| | | $wb['limit_cron_error_frequency'] = 'De cron uitvoeringen limiet moet een nummerieke waarde zijn.'; |
| | | $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'; |
| | | ?> |
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
|
| | | $wb['limit_client_error_notint'] = 'De sub-klant limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_maildomain_txt'] = '# E-mail domeinen';
|
| | | $wb['limit_mailbox_txt'] = '# E-mailaccounts';
|
| | | $wb['limit_mailalias_txt'] = '# E-mail aliases';
|
| | | $wb['limit_mailforward_txt'] = '# E-mail forwarders';
|
| | | $wb['limit_mailcatchall_txt'] = '# E-mail catch-all accounts';
|
| | | $wb['limit_mailrouting_txt'] = '# E-mail routes';
|
| | | $wb['limit_mailfilter_txt'] = '# E-mail filters';
|
| | | $wb['limit_fetchmail_txt'] = '# Fetchmail accounts';
|
| | | $wb['limit_mailquota_txt'] = 'Limiet schijfruimte e-mailaccounts';
|
| | | $wb['limit_spamfilter_wblist_txt'] = '# Spamfilter white-/blacklist filters';
|
| | | $wb['limit_spamfilter_user_txt'] = '# Spamfilter gebruikers';
|
| | | $wb['limit_spamfilter_policy_txt'] = '# Spamfilter policies';
|
| | | $wb['limit_client_txt'] = '# Sub-klanten';
|
| | | $wb['limit_domain_txt'] = '# Domeinnamen';
|
| | | $wb['limit_subdomain_txt'] = '# Subdomeinen';
|
| | | $wb['limit_webquota_txt'] = 'Limiet schijfruimte websites';
|
| | | $wb['limit_database_txt'] = '# Databases';
|
| | | $wb['limit_web_domain_txt'] = '# Website domeinen';
|
| | | $wb['limit_web_aliasdomain_txt'] = '# Website aliasdomeinen';
|
| | | $wb['limit_web_subdomain_txt'] = '# Website subdomeinen';
|
| | | $wb['limit_ftp_user_txt'] = '# FTP gebruikers';
|
| | | $wb['limit_dns_zone_txt'] = '# DNS zones';
|
| | | $wb['limit_dns_record_txt'] = '# DNS records';
|
| | | $wb['limit_shell_user_txt'] = '# Shell gebruikers';
|
| | | $wb['limit_maildomain_error_notint'] = 'De e-mail domein limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_mailbox_error_notint'] = 'De e-mailaccounts limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_mailalias_error_notint'] = 'De e-mail alias limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_mailforward_error_notint'] = 'De e-mail forward limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_mailcatchall_error_notint'] = 'De e-mail catchall limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_mailrouting_error_notint'] = 'De e-mail routing limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_mailfilter_error_notint'] = 'De e-mail filter limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_mailfetchmail_error_notint'] = 'De fetchmail limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_mailquota_error_notint'] = 'De e-mail schijfruimte limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_spamfilter_wblist_error_notint'] = 'De spamfilter white-/blacklist limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_spamfilter_user_error_notint'] = 'De spamfilter user limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_spamfilter_policy_error_notint'] = 'De spamfilter policy limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_web_domain_error_notint'] = 'De website limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_web_aliasdomain_error_notint'] = 'De website alias domain limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_web_subdomain_error_notint'] = 'De website subdomain limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_ftp_user_error_notint'] = 'De ftp user limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_shell_user_error_notint'] = 'De shell user limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_dns_zone_error_notint'] = 'De DNS record limiet moet een numerieke waarde zijn.';
|
| | | $wb['limit_database_error_notint'] = 'De database limiet moet een numerieke waarde zijn.';
|
| | | $wb['error_template_name_empty'] = 'Voer a.u.b. de template naam in.';
|
| | | $wb['limit_cron_txt'] = '# Cron taken';
|
| | | $wb['limit_cron_type_txt'] = 'Toestaan van uit te voeren typen Cron taken';
|
| | | $wb['limit_cron_frequency_txt'] = 'Minimale tijd tussen uitvoeringen';
|
| | | $wb['limit_cron_error_notint'] = 'Cron limiet moet een geldig getal zijn.';
|
| | | $wb['limit_cron_error_frequency'] = 'Cron frequentie limiet moet een geldig getal zijn.';
|
| | | $wb['limit_mailaliasdomain_txt'] = '# E-mail domeinaliassen';
|
| | | $wb['limit_mailaliasdomain_error_notint'] = 'Het aantal e-mail domeinaliassen moet een geldig getal zijn.';
|
| | | $wb['limit_web_quota_txt'] = 'Website schijfruimte';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['limit_client_error_notint'] = 'De sub-klant limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_maildomain_txt'] = '# E-mail domeinen'; |
| | | $wb['limit_mailbox_txt'] = '# E-mailaccounts'; |
| | | $wb['limit_mailalias_txt'] = '# E-mail aliases'; |
| | | $wb['limit_mailforward_txt'] = '# E-mail forwarders'; |
| | | $wb['limit_mailcatchall_txt'] = '# E-mail catch-all accounts'; |
| | | $wb['limit_mailrouting_txt'] = '# E-mail routes'; |
| | | $wb['limit_mailfilter_txt'] = '# E-mail filters'; |
| | | $wb['limit_fetchmail_txt'] = '# Fetchmail accounts'; |
| | | $wb['limit_mailquota_txt'] = 'Limiet schijfruimte e-mailaccounts'; |
| | | $wb['limit_spamfilter_wblist_txt'] = '# Spamfilter white-/blacklist filters'; |
| | | $wb['limit_spamfilter_user_txt'] = '# Spamfilter gebruikers'; |
| | | $wb['limit_spamfilter_policy_txt'] = '# Spamfilter policies'; |
| | | $wb['limit_client_txt'] = '# Sub-klanten'; |
| | | $wb['limit_domain_txt'] = '# Domeinnamen'; |
| | | $wb['limit_subdomain_txt'] = '# Subdomeinen'; |
| | | $wb['limit_webquota_txt'] = 'Limiet schijfruimte websites'; |
| | | $wb['limit_database_txt'] = '# Databases'; |
| | | $wb['limit_web_domain_txt'] = '# Website domeinen'; |
| | | $wb['limit_web_aliasdomain_txt'] = '# Website aliasdomeinen'; |
| | | $wb['limit_web_subdomain_txt'] = '# Website subdomeinen'; |
| | | $wb['limit_ftp_user_txt'] = '# FTP gebruikers'; |
| | | $wb['limit_dns_zone_txt'] = '# DNS zones'; |
| | | $wb['limit_dns_record_txt'] = '# DNS records'; |
| | | $wb['limit_shell_user_txt'] = '# Shell gebruikers'; |
| | | $wb['limit_maildomain_error_notint'] = 'De e-mail domein limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_mailbox_error_notint'] = 'De e-mailaccounts limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_mailalias_error_notint'] = 'De e-mail alias limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_mailforward_error_notint'] = 'De e-mail forward limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_mailcatchall_error_notint'] = 'De e-mail catchall limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_mailrouting_error_notint'] = 'De e-mail routing limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_mailfilter_error_notint'] = 'De e-mail filter limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_mailfetchmail_error_notint'] = 'De fetchmail limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_mailquota_error_notint'] = 'De e-mail schijfruimte limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_spamfilter_wblist_error_notint'] = 'De spamfilter white-/blacklist limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_spamfilter_user_error_notint'] = 'De spamfilter user limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_spamfilter_policy_error_notint'] = 'De spamfilter policy limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_web_domain_error_notint'] = 'De website limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_web_aliasdomain_error_notint'] = 'De website alias domain limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_web_subdomain_error_notint'] = 'De website subdomain limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_ftp_user_error_notint'] = 'De ftp user limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_shell_user_error_notint'] = 'De shell user limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_dns_zone_error_notint'] = 'De DNS record limiet moet een numerieke waarde zijn.'; |
| | | $wb['limit_database_error_notint'] = 'De database limiet moet een numerieke waarde zijn.'; |
| | | $wb['error_template_name_empty'] = 'Voer a.u.b. de template naam in.'; |
| | | $wb['limit_cron_txt'] = '# Cron taken'; |
| | | $wb['limit_cron_type_txt'] = 'Toestaan van uit te voeren typen Cron taken'; |
| | | $wb['limit_cron_frequency_txt'] = 'Minimale tijd tussen uitvoeringen'; |
| | | $wb['limit_cron_error_notint'] = 'Cron limiet moet een geldig getal zijn.'; |
| | | $wb['limit_cron_error_frequency'] = 'Cron frequentie limiet moet een geldig getal zijn.'; |
| | | $wb['limit_mailaliasdomain_txt'] = '# E-mail domeinaliassen'; |
| | | $wb['limit_mailaliasdomain_error_notint'] = 'Het aantal e-mail domeinaliassen moet een geldig getal zijn.'; |
| | | $wb['limit_web_quota_txt'] = 'Website schijfruimte'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Klant-templates';
|
| | | $wb['template_type_txt'] = 'Type';
|
| | | $wb['template_name_txt'] = 'Template naam';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Klant-templates'; |
| | | $wb['template_type_txt'] = 'Type'; |
| | | $wb['template_name_txt'] = 'Template naam'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Klanten';
|
| | | $wb['company_name_txt'] = 'Bedrijfsnaam';
|
| | | $wb['contact_name_txt'] = 'Contactpersoon';
|
| | | $wb['city_txt'] = 'Plaats';
|
| | | $wb['country_txt'] = 'Nederland';
|
| | | $wb['client_id_txt'] = 'ID';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe klant toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Klanten'; |
| | | $wb['company_name_txt'] = 'Bedrijfsnaam'; |
| | | $wb['contact_name_txt'] = 'Contactpersoon'; |
| | | $wb['city_txt'] = 'Plaats'; |
| | | $wb['country_txt'] = 'Nederland'; |
| | | $wb['client_id_txt'] = 'ID'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe klant toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['limit_maildomain_txt'] = '# E-mail domeinnamen';
|
| | | $wb['limit_mailbox_txt'] = '# E-mail accounts';
|
| | | $wb['limit_mailalias_txt'] = '# E-mail aliassen';
|
| | | $wb['limit_mailforward_txt'] = '# E-mail doorstuur records';
|
| | | $wb['limit_mailcatchall_txt'] = '# E-mail catch-all records';
|
| | | $wb['limit_mailrouting_txt'] = '# E-mail routes';
|
| | | $wb['limit_mailfilter_txt'] = '# E-mail filters';
|
| | | $wb['limit_fetchmail_txt'] = '# E-mail fetchmail accounts';
|
| | | $wb['limit_mailquota_txt'] = 'E-mail schijfruimte-limiet';
|
| | | $wb['limit_spamfilter_wblist_txt'] = '# Spamfilter white-/blacklist filters';
|
| | | $wb['limit_spamfilter_user_txt'] = '# Spamfilter gebruikers';
|
| | | $wb['limit_spamfilter_policy_txt'] = '# Spamfilter policies';
|
| | | $wb['default_mailserver_txt'] = 'Standaard mailserver';
|
| | | $wb['company_name_txt'] = 'Bedrijfsnaam';
|
| | | $wb['contact_name_txt'] = 'Contactpersoon';
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['password_txt'] = 'Wachtwoord';
|
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte';
|
| | | $wb['language_txt'] = 'Taal';
|
| | | $wb['usertheme_txt'] = 'ISPConfig Thema';
|
| | | $wb['street_txt'] = 'Adres';
|
| | | $wb['zip_txt'] = 'Postcode';
|
| | | $wb['city_txt'] = 'Plaats';
|
| | | $wb['state_txt'] = 'Provincie';
|
| | | $wb['country_txt'] = 'Land';
|
| | | $wb['telephone_txt'] = 'Telefoon';
|
| | | $wb['mobile_txt'] = 'Mobiele telefoon';
|
| | | $wb['fax_txt'] = 'Fax';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['internet_txt'] = 'Website';
|
| | | $wb['icq_txt'] = 'ICQ';
|
| | | $wb['notes_txt'] = 'Opmerkingen';
|
| | | $wb['company_txt'] = 'Bedrijfsnaam';
|
| | | $wb['title_txt'] = 'Titel';
|
| | | $wb['firstname_txt'] = 'Voornaam';
|
| | | $wb['surname_txt'] = 'Achternaam';
|
| | | $wb['limit_domain_txt'] = 'Limiet domeinnamen';
|
| | | $wb['limit_subdomain_txt'] = 'Limiet subdomeinen';
|
| | | $wb['limit_webquota_txt'] = 'Website-schijfruimte limiet';
|
| | | $wb['limit_database_txt'] = '# Databases';
|
| | | $wb['limit_cron_txt'] = '# Cron taken';
|
| | | $wb['limit_cron_type_txt'] = 'Toestaan van uit te voeren typen Cron taken';
|
| | | $wb['limit_cron_frequency_txt'] = 'Minimale tijd tussen verwerkingen';
|
| | | $wb['ip_address_txt'] = 'IP-adres';
|
| | | $wb['limit_client_error_notint'] = 'De sub-klant waarde moet nummeriek zijn.';
|
| | | $wb['firstname_error_empty'] = 'Voornaam is leeg.';
|
| | | $wb['contact_error_empty'] = 'Contactpersoon is leeg.';
|
| | | $wb['default_webserver_txt'] = 'Standaard webserver';
|
| | | $wb['limit_web_domain_txt'] = '# Websites';
|
| | | $wb['limit_web_aliasdomain_txt'] = '# Website domeinaliassen';
|
| | | $wb['limit_web_subdomain_txt'] = '# Website subdomeinen';
|
| | | $wb['limit_ftp_user_txt'] = '# FTP-gebruikers';
|
| | | $wb['default_dnsserver_txt'] = 'Standaard DNS server';
|
| | | $wb['limit_dns_zone_txt'] = '# DNS zones';
|
| | | $wb['limit_dns_record_txt'] = '# DNS records';
|
| | | $wb['limit_shell_user_txt'] = '# Shell gebruikers';
|
| | | $wb['limit_client_txt'] = '# Klanten';
|
| | | $wb['username_error_empty'] = 'Gebruikersnaam is leeg.';
|
| | | $wb['username_error_unique'] = 'De gebruikersnaam moet uniek zijn.';
|
| | | $wb['limit_maildomain_error_notint'] = 'De e-mail domeinnamen limiet moet nummeriek zijn.';
|
| | | $wb['limit_mailbox_error_notint'] = 'E-mailaccounts limiet moet nummeriek zijn.';
|
| | | $wb['limit_mailalias_error_notint'] = 'E-mailaliassen limiet moet nummeriek zijn.';
|
| | | $wb['limit_mailforward_error_notint'] = 'E-mail forward limiet moet nummeriek zijn.';
|
| | | $wb['limit_mailcatchall_error_notint'] = 'E-mail catch-all limiet moet nummeriek zijn.';
|
| | | $wb['limit_mailrouting_error_notint'] = 'E-mail routing limiet moet nummeriek zijn.';
|
| | | $wb['limit_mailfilter_error_notint'] = 'E-mail filters limiet moet nummeriek zijn.';
|
| | | $wb['limit_mailfetchmail_error_notint'] = 'E-mail fetchmail account limiet moet nummeriek zijn.';
|
| | | $wb['limit_mailquota_error_notint'] = 'E-mail schijfruimte-limiet moet nummeriek zijn.';
|
| | | $wb['limit_spamfilter_wblist_error_notint'] = 'Spamfilter white-/blacklist limiet moet nummeriek zijn.';
|
| | | $wb['limit_spamfilter_user_error_notint'] = 'Spamfilter gebruikers limiet moet nummeriek zijn.';
|
| | | $wb['limit_spamfilter_policy_error_notint'] = 'Spamfilter policy limiet moet nummeriek zijn.';
|
| | | $wb['limit_web_domain_error_notint'] = 'Websites limiet moet nummeriek zijn.';
|
| | | $wb['limit_web_aliasdomain_error_notint'] = 'Website domeinaliassen limiet moet nummeriek zijn.';
|
| | | $wb['limit_web_subdomain_error_notint'] = 'Website subdomein limiet moet nummeriek zijn.';
|
| | | $wb['limit_ftp_user_error_notint'] = 'FTP gebruikers limiet moet nummeriek zijn.';
|
| | | $wb['limit_shell_user_error_notint'] = 'Shell gebruikers limiet moet nummeriek zijn.';
|
| | | $wb['limit_dns_zone_error_notint'] = 'DNS zones limiet moet nummeriek zijn.';
|
| | | $wb['default_dbserver_txt'] = 'Standaard database server';
|
| | | $wb['limit_database_error_notint'] = 'Databases limiet moet nummeriek zijn.';
|
| | | $wb['limit_cron_error_notint'] = 'Cron limiet moet nummeriek zijn.';
|
| | | $wb['limit_cron_error_frequency'] = 'Cron frequentie limiet moet nummeriek zijn.';
|
| | | $wb['username_error_regex'] = 'Gebruikersnaam bevat ongeldige tekens.';
|
| | | $wb['template_master_txt'] = 'Master template';
|
| | | $wb['template_additional_txt'] = 'Uitbreiding template';
|
| | | $wb['ssh_chroot_txt'] = 'SSH-Chroot opties';
|
| | | $wb['web_php_options_txt'] = 'PHP opties';
|
| | | $wb['limit_client_error'] = 'Maximum aantal klanten is bereikt.';
|
| | | $wb['limit_client_error_positive'] = 'Het aantal klanten moet groter zijn dan 0.';
|
| | | $wb['limit_web_quota_txt'] = 'Website schijfruimte';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['limit_maildomain_txt'] = '# E-mail domeinnamen'; |
| | | $wb['limit_mailbox_txt'] = '# E-mail accounts'; |
| | | $wb['limit_mailalias_txt'] = '# E-mail aliassen'; |
| | | $wb['limit_mailforward_txt'] = '# E-mail doorstuur records'; |
| | | $wb['limit_mailcatchall_txt'] = '# E-mail catch-all records'; |
| | | $wb['limit_mailrouting_txt'] = '# E-mail routes'; |
| | | $wb['limit_mailfilter_txt'] = '# E-mail filters'; |
| | | $wb['limit_fetchmail_txt'] = '# E-mail fetchmail accounts'; |
| | | $wb['limit_mailquota_txt'] = 'E-mail schijfruimte-limiet'; |
| | | $wb['limit_spamfilter_wblist_txt'] = '# Spamfilter white-/blacklist filters'; |
| | | $wb['limit_spamfilter_user_txt'] = '# Spamfilter gebruikers'; |
| | | $wb['limit_spamfilter_policy_txt'] = '# Spamfilter policies'; |
| | | $wb['default_mailserver_txt'] = 'Standaard mailserver'; |
| | | $wb['company_name_txt'] = 'Bedrijfsnaam'; |
| | | $wb['contact_name_txt'] = 'Contactpersoon'; |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | $wb['password_txt'] = 'Wachtwoord'; |
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte'; |
| | | $wb['language_txt'] = 'Taal'; |
| | | $wb['usertheme_txt'] = 'ISPConfig Thema'; |
| | | $wb['street_txt'] = 'Adres'; |
| | | $wb['zip_txt'] = 'Postcode'; |
| | | $wb['city_txt'] = 'Plaats'; |
| | | $wb['state_txt'] = 'Provincie'; |
| | | $wb['country_txt'] = 'Land'; |
| | | $wb['telephone_txt'] = 'Telefoon'; |
| | | $wb['mobile_txt'] = 'Mobiele telefoon'; |
| | | $wb['fax_txt'] = 'Fax'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['internet_txt'] = 'Website'; |
| | | $wb['icq_txt'] = 'ICQ'; |
| | | $wb['notes_txt'] = 'Opmerkingen'; |
| | | $wb['company_txt'] = 'Bedrijfsnaam'; |
| | | $wb['title_txt'] = 'Titel'; |
| | | $wb['firstname_txt'] = 'Voornaam'; |
| | | $wb['surname_txt'] = 'Achternaam'; |
| | | $wb['limit_domain_txt'] = 'Limiet domeinnamen'; |
| | | $wb['limit_subdomain_txt'] = 'Limiet subdomeinen'; |
| | | $wb['limit_webquota_txt'] = 'Website-schijfruimte limiet'; |
| | | $wb['limit_database_txt'] = '# Databases'; |
| | | $wb['limit_cron_txt'] = '# Cron taken'; |
| | | $wb['limit_cron_type_txt'] = 'Toestaan van uit te voeren typen Cron taken'; |
| | | $wb['limit_cron_frequency_txt'] = 'Minimale tijd tussen verwerkingen'; |
| | | $wb['ip_address_txt'] = 'IP-adres'; |
| | | $wb['limit_client_error_notint'] = 'De sub-klant waarde moet nummeriek zijn.'; |
| | | $wb['firstname_error_empty'] = 'Voornaam is leeg.'; |
| | | $wb['contact_error_empty'] = 'Contactpersoon is leeg.'; |
| | | $wb['default_webserver_txt'] = 'Standaard webserver'; |
| | | $wb['limit_web_domain_txt'] = '# Websites'; |
| | | $wb['limit_web_aliasdomain_txt'] = '# Website domeinaliassen'; |
| | | $wb['limit_web_subdomain_txt'] = '# Website subdomeinen'; |
| | | $wb['limit_ftp_user_txt'] = '# FTP-gebruikers'; |
| | | $wb['default_dnsserver_txt'] = 'Standaard DNS server'; |
| | | $wb['limit_dns_zone_txt'] = '# DNS zones'; |
| | | $wb['limit_dns_record_txt'] = '# DNS records'; |
| | | $wb['limit_shell_user_txt'] = '# Shell gebruikers'; |
| | | $wb['limit_client_txt'] = '# Klanten'; |
| | | $wb['username_error_empty'] = 'Gebruikersnaam is leeg.'; |
| | | $wb['username_error_unique'] = 'De gebruikersnaam moet uniek zijn.'; |
| | | $wb['limit_maildomain_error_notint'] = 'De e-mail domeinnamen limiet moet nummeriek zijn.'; |
| | | $wb['limit_mailbox_error_notint'] = 'E-mailaccounts limiet moet nummeriek zijn.'; |
| | | $wb['limit_mailalias_error_notint'] = 'E-mailaliassen limiet moet nummeriek zijn.'; |
| | | $wb['limit_mailforward_error_notint'] = 'E-mail forward limiet moet nummeriek zijn.'; |
| | | $wb['limit_mailcatchall_error_notint'] = 'E-mail catch-all limiet moet nummeriek zijn.'; |
| | | $wb['limit_mailrouting_error_notint'] = 'E-mail routing limiet moet nummeriek zijn.'; |
| | | $wb['limit_mailfilter_error_notint'] = 'E-mail filters limiet moet nummeriek zijn.'; |
| | | $wb['limit_mailfetchmail_error_notint'] = 'E-mail fetchmail account limiet moet nummeriek zijn.'; |
| | | $wb['limit_mailquota_error_notint'] = 'E-mail schijfruimte-limiet moet nummeriek zijn.'; |
| | | $wb['limit_spamfilter_wblist_error_notint'] = 'Spamfilter white-/blacklist limiet moet nummeriek zijn.'; |
| | | $wb['limit_spamfilter_user_error_notint'] = 'Spamfilter gebruikers limiet moet nummeriek zijn.'; |
| | | $wb['limit_spamfilter_policy_error_notint'] = 'Spamfilter policy limiet moet nummeriek zijn.'; |
| | | $wb['limit_web_domain_error_notint'] = 'Websites limiet moet nummeriek zijn.'; |
| | | $wb['limit_web_aliasdomain_error_notint'] = 'Website domeinaliassen limiet moet nummeriek zijn.'; |
| | | $wb['limit_web_subdomain_error_notint'] = 'Website subdomein limiet moet nummeriek zijn.'; |
| | | $wb['limit_ftp_user_error_notint'] = 'FTP gebruikers limiet moet nummeriek zijn.'; |
| | | $wb['limit_shell_user_error_notint'] = 'Shell gebruikers limiet moet nummeriek zijn.'; |
| | | $wb['limit_dns_zone_error_notint'] = 'DNS zones limiet moet nummeriek zijn.'; |
| | | $wb['default_dbserver_txt'] = 'Standaard database server'; |
| | | $wb['limit_database_error_notint'] = 'Databases limiet moet nummeriek zijn.'; |
| | | $wb['limit_cron_error_notint'] = 'Cron limiet moet nummeriek zijn.'; |
| | | $wb['limit_cron_error_frequency'] = 'Cron frequentie limiet moet nummeriek zijn.'; |
| | | $wb['username_error_regex'] = 'Gebruikersnaam bevat ongeldige tekens.'; |
| | | $wb['template_master_txt'] = 'Master template'; |
| | | $wb['template_additional_txt'] = 'Uitbreiding template'; |
| | | $wb['ssh_chroot_txt'] = 'SSH-Chroot opties'; |
| | | $wb['web_php_options_txt'] = 'PHP opties'; |
| | | $wb['limit_client_error'] = 'Maximum aantal klanten is bereikt.'; |
| | | $wb['limit_client_error_positive'] = 'Het aantal klanten moet groter zijn dan 0.'; |
| | | $wb['limit_web_quota_txt'] = 'Website schijfruimte'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Resellers';
|
| | | $wb['client_id_txt'] = 'ID';
|
| | | $wb['company_name_txt'] = 'Bedrijfsnaam';
|
| | | $wb['contact_name_txt'] = 'Contactpersoon';
|
| | | $wb['city_txt'] = 'Plaats';
|
| | | $wb['country_txt'] = 'Land';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe reseller toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Resellers'; |
| | | $wb['client_id_txt'] = 'ID'; |
| | | $wb['company_name_txt'] = 'Bedrijfsnaam'; |
| | | $wb['contact_name_txt'] = 'Contactpersoon'; |
| | | $wb['city_txt'] = 'Plaats'; |
| | | $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"] = ''; |
| | |
| | | <?php
|
| | | $wb['name_txt'] = 'Formuliernaam';
|
| | | $wb['title_txt'] = 'Formuliertitel';
|
| | | $wb['template_txt'] = 'Template';
|
| | | $wb['navframe_txt'] = 'NaviFrame';
|
| | | $wb['startpage_txt'] = 'Startpagina';
|
| | | $wb['tab_width_txt'] = 'Tabbreedte';
|
| | | $wb['save_txt'] = 'Opslaan';
|
| | | $wb['cancel_txt'] = 'Annuleren';
|
| | | $wb['header_txt'] = 'Formuliereigenschappen';
|
| | | $wb['description_txt'] = 'Omschrijving';
|
| | | $wb['action_txt'] = 'Actie (script)';
|
| | | $wb['db_table_txt'] = 'DB tabel';
|
| | | $wb['db_table_idx_txt'] = 'DB tabel index';
|
| | | $wb['db_history_txt'] = 'Undo Log';
|
| | | $wb['tab_default_txt'] = 'Standaard tab';
|
| | | $wb['list_default_txt'] = 'Standaard lijst';
|
| | | $wb['auth_txt'] = 'Permissies';
|
| | | $wb['auth_preset_userid_txt'] = 'GebruikerID';
|
| | | $wb['auth_preset_groupid_txt'] = 'GroepID';
|
| | | $wb['auth_preset_perm_user_txt'] = 'Perm. Gebruiker';
|
| | | $wb['auth_preset_perm_group_txt'] = 'Perm. Groep';
|
| | | $wb['auth_preset_perm_other_txt'] = 'Perm. Overige';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['name_txt'] = 'Formuliernaam'; |
| | | $wb['title_txt'] = 'Formuliertitel'; |
| | | $wb['template_txt'] = 'Template'; |
| | | $wb['navframe_txt'] = 'NaviFrame'; |
| | | $wb['startpage_txt'] = 'Startpagina'; |
| | | $wb['tab_width_txt'] = 'Tabbreedte'; |
| | | $wb['save_txt'] = 'Opslaan'; |
| | | $wb['cancel_txt'] = 'Annuleren'; |
| | | $wb['header_txt'] = 'Formuliereigenschappen'; |
| | | $wb['description_txt'] = 'Omschrijving'; |
| | | $wb['action_txt'] = 'Actie (script)'; |
| | | $wb['db_table_txt'] = 'DB tabel'; |
| | | $wb['db_table_idx_txt'] = 'DB tabel index'; |
| | | $wb['db_history_txt'] = 'Undo Log'; |
| | | $wb['tab_default_txt'] = 'Standaard tab'; |
| | | $wb['list_default_txt'] = 'Standaard lijst'; |
| | | $wb['auth_txt'] = 'Permissies'; |
| | | $wb['auth_preset_userid_txt'] = 'GebruikerID'; |
| | | $wb['auth_preset_groupid_txt'] = 'GroepID'; |
| | | $wb['auth_preset_perm_user_txt'] = 'Perm. Gebruiker'; |
| | | $wb['auth_preset_perm_group_txt'] = 'Perm. Groep'; |
| | | $wb['auth_preset_perm_other_txt'] = 'Perm. Overige'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Backend Formulier';
|
| | | $wb['form_txt'] = 'Formulier';
|
| | | $wb['module_txt'] = 'Module';
|
| | | $wb['title_txt'] = 'Titel';
|
| | | $wb['description_txt'] = 'Omschrijving';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Backend Formulier'; |
| | | $wb['form_txt'] = 'Formulier'; |
| | | $wb['module_txt'] = 'Module'; |
| | | $wb['title_txt'] = 'Titel'; |
| | | $wb['description_txt'] = 'Omschrijving'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['header_txt'] = 'Formuliereditor';
|
| | | $wb['title_txt'] = 'Formuliertitel';
|
| | | $wb['name_txt'] = 'Formuliernaam';
|
| | | $wb['delete_txt'] = 'X';
|
| | | $wb['properties_txt'] = 'Eigenschappen';
|
| | | $wb['new_tab_txt'] = 'Tab nieuw';
|
| | | $wb['edit_txt'] = 'Muteren';
|
| | | $wb['new_txt'] = 'Nieuw';
|
| | | $wb['up_txt'] = '^';
|
| | | $wb['down_txt'] = 'v';
|
| | | $wb['module_txt'] = 'Module';
|
| | | $wb['form_txt'] = 'Formulier';
|
| | | $wb['description_txt'] = 'Omschrijving';
|
| | | $wb['module_del_txt'] = 'Verwijder de module en alle subdirectories?';
|
| | | $wb['menu_del_txt'] = 'Verwijder menu met alle menuitems?';
|
| | | $wb['item_del_txt'] = 'Verwijder menuitem?';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['header_txt'] = 'Formuliereditor'; |
| | | $wb['title_txt'] = 'Formuliertitel'; |
| | | $wb['name_txt'] = 'Formuliernaam'; |
| | | $wb['delete_txt'] = 'X'; |
| | | $wb['properties_txt'] = 'Eigenschappen'; |
| | | $wb['new_tab_txt'] = 'Tab nieuw'; |
| | | $wb['edit_txt'] = 'Muteren'; |
| | | $wb['new_txt'] = 'Nieuw'; |
| | | $wb['up_txt'] = '^'; |
| | | $wb['down_txt'] = 'v'; |
| | | $wb['module_txt'] = 'Module'; |
| | | $wb['form_txt'] = 'Formulier'; |
| | | $wb['description_txt'] = 'Omschrijving'; |
| | | $wb['module_del_txt'] = 'Verwijder de module en alle subdirectories?'; |
| | | $wb['menu_del_txt'] = 'Verwijder menu met alle menuitems?'; |
| | | $wb['item_del_txt'] = 'Verwijder menuitem?'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['name_txt'] = 'Modulenaam';
|
| | | $wb['title_txt'] = 'Moduletitel';
|
| | | $wb['template_txt'] = 'Template bestand';
|
| | | $wb['navframe_txt'] = 'NaviFrame';
|
| | | $wb['startpage_txt'] = 'Standaard pagina';
|
| | | $wb['tab_width_txt'] = 'Tab breedte';
|
| | | $wb['save_txt'] = 'Opslaan';
|
| | | $wb['cancel_txt'] = 'Annuleren';
|
| | | $wb['header_txt'] = 'Module eigenschappen';
|
| | | <?php |
| | | $wb['name_txt'] = 'Modulenaam'; |
| | | $wb['title_txt'] = 'Moduletitel'; |
| | | $wb['template_txt'] = 'Template bestand'; |
| | | $wb['navframe_txt'] = 'NaviFrame'; |
| | | $wb['startpage_txt'] = 'Standaard pagina'; |
| | | $wb['tab_width_txt'] = 'Tab breedte'; |
| | | $wb['save_txt'] = 'Opslaan'; |
| | | $wb['cancel_txt'] = 'Annuleren'; |
| | | $wb['header_txt'] = 'Module eigenschappen'; |
| | | $wb['description_txt'] = '
|
| | | <b>Description</b>
|
| | | <br><br>
|
| | |
| | | <b>Default page:</b> Deze pagina wordt getoont wanneer de module is geopend.<br>
|
| | | <b>Tab width:</b> Tabbreedte in de hoofdnavigatie. Het veld is standaard leeg. U kunt absolute waarden opgeven in pixels (bijv. 20) of relatieve (bijv. 20%).<br>
|
| | | <b>Hint:</b> Alle paden zijn relatief aan de directorie web.
|
| | | ';
|
| | | ?>
|
| | |
|
| | | '; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Verwerkingsmodule';
|
| | | $wb['module_txt'] = 'Module';
|
| | | $wb['title_txt'] = 'Titel';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Verwerkingsmodule'; |
| | | $wb['module_txt'] = 'Module'; |
| | | $wb['title_txt'] = 'Titel'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['title_txt'] = 'Titel';
|
| | | $wb['header_txt'] = 'Navi eigenschappen';
|
| | | $wb['save_txt'] = 'Opslaan';
|
| | | $wb['cancel_txt'] = 'Annuleren';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['title_txt'] = 'Titel'; |
| | | $wb['header_txt'] = 'Navi eigenschappen'; |
| | | $wb['save_txt'] = 'Opslaan'; |
| | | $wb['cancel_txt'] = 'Annuleren'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['title_txt'] = 'Titel';
|
| | | $wb['target_txt'] = 'Doel';
|
| | | $wb['link_txt'] = 'Link';
|
| | | $wb['header_txt'] = 'Navi eigenschappen';
|
| | | $wb['save_txt'] = 'Opslaan';
|
| | | $wb['cancel_txt'] = 'Annuleren';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['title_txt'] = 'Titel'; |
| | | $wb['target_txt'] = 'Doel'; |
| | | $wb['link_txt'] = 'Link'; |
| | | $wb['header_txt'] = 'Navi eigenschappen'; |
| | | $wb['save_txt'] = 'Opslaan'; |
| | | $wb['cancel_txt'] = 'Annuleren'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['header_txt'] = 'Menu editor';
|
| | | $wb['title_txt'] = 'Titel';
|
| | | $wb['name_txt'] = 'Module';
|
| | | $wb['delete_txt'] = 'Verwijderen';
|
| | | $wb['properties_txt'] = 'Eigenschappen';
|
| | | $wb['new_menu_txt'] = 'Nieuw menu';
|
| | | $wb['edit_txt'] = 'Muteren';
|
| | | $wb['new_txt'] = 'Nieuw';
|
| | | $wb['up_txt'] = 'Boven';
|
| | | $wb['down_txt'] = 'Beneden';
|
| | | $wb['module_txt'] = 'Module';
|
| | | $wb['module_del_txt'] = 'Wilt u de module en alle data en sublijsten die in deze module zijn aangemaakt verwijderen?';
|
| | | $wb['menu_del_txt'] = 'Wilt u het menu en alle subitems verwijderen?';
|
| | | $wb['item_del_txt'] = 'Wilt u de menuitems verwijderen?';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['header_txt'] = 'Menu editor'; |
| | | $wb['title_txt'] = 'Titel'; |
| | | $wb['name_txt'] = 'Module'; |
| | | $wb['delete_txt'] = 'Verwijderen'; |
| | | $wb['properties_txt'] = 'Eigenschappen'; |
| | | $wb['new_menu_txt'] = 'Nieuw menu'; |
| | | $wb['edit_txt'] = 'Muteren'; |
| | | $wb['new_txt'] = 'Nieuw'; |
| | | $wb['up_txt'] = 'Boven'; |
| | | $wb['down_txt'] = 'Beneden'; |
| | | $wb['module_txt'] = 'Module'; |
| | | $wb['module_del_txt'] = 'Wilt u de module en alle data en sublijsten die in deze module zijn aangemaakt verwijderen?'; |
| | | $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 ALIAS'] = 'DNS ALIAS';
|
| | | $wb['DNS CNAME'] = 'DNS CNAME';
|
| | | $wb['DNS hinfo'] = 'DNS hinfo';
|
| | | $wb['DNS mx'] = 'DNS mx';
|
| | | $wb['DNS ns'] = 'DNS ns';
|
| | | $wb['DNS ptr'] = 'DNS ptr';
|
| | | $wb['DNS RP'] = 'DNS RP';
|
| | | $wb['DNS Zone'] = 'DNS zone';
|
| | | $wb['Records'] = 'Records';
|
| | | $wb['DNS SRV'] = 'DNS SRV';
|
| | | $wb['DNS TXT Record'] = 'DNS TXT record';
|
| | | $wb['DNS TXT'] = 'DNS TXT';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['DNS'] = 'DNS zones'; |
| | | $wb['Zones'] = 'Overzicht'; |
| | | $wb['DNS A'] = 'DNS A'; |
| | | $wb['DNS ALIAS'] = 'DNS ALIAS'; |
| | | $wb['DNS CNAME'] = 'DNS CNAME'; |
| | | $wb['DNS hinfo'] = 'DNS hinfo'; |
| | | $wb['DNS mx'] = 'DNS mx'; |
| | | $wb['DNS ns'] = 'DNS ns'; |
| | | $wb['DNS ptr'] = 'DNS ptr'; |
| | | $wb['DNS RP'] = 'DNS RP'; |
| | | $wb['DNS Zone'] = 'DNS zone'; |
| | | $wb['Records'] = 'Records'; |
| | | $wb['DNS SRV'] = 'DNS SRV'; |
| | | $wb['DNS TXT Record'] = 'DNS TXT record'; |
| | | $wb['DNS TXT'] = 'DNS TXT'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Hostnaam';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'IPv4 adres';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
|
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.';
|
| | | $wb['name_error_regex'] = 'De hostnaam heeft een onjuiste indeling.';
|
| | | $wb['data_error_empty'] = 'IP-adres is leeg.';
|
| | | $wb['data_error_regex'] = 'IP-adres indeling ongeldig.';
|
| | | $wb['data_error_duplicate'] = 'Dit A-record bestaat al.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Hostnaam'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'IPv4 adres'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.'; |
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.'; |
| | | $wb['name_error_regex'] = 'De hostnaam heeft een onjuiste indeling.'; |
| | | $wb['data_error_empty'] = 'IP-adres is leeg.'; |
| | | $wb['data_error_regex'] = 'IP-adres indeling ongeldig.'; |
| | | $wb['data_error_duplicate'] = 'Dit A-record bestaat al.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'A-Record';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Naam';
|
| | | $wb['data_txt'] = 'Data';
|
| | | $wb['aux_txt'] = 'Prioriteit';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['add_new_record_txt'] = 'Nieuw DNS A-Record toevoegen';
|
| | | $wb['page_txt'] = 'Pagina';
|
| | | $wb['page_of_txt'] = 'van';
|
| | | $wb['delete_confirmation'] = 'Weet u zeker dat u dit record wilt verwijderen?';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'A-Record'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Naam'; |
| | | $wb['data_txt'] = 'Data'; |
| | | $wb['aux_txt'] = 'Prioriteit'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['add_new_record_txt'] = 'Nieuw DNS A-Record toevoegen'; |
| | | $wb['page_txt'] = 'Pagina'; |
| | | $wb['page_of_txt'] = 'van'; |
| | | $wb['delete_confirmation'] = 'Weet u zeker dat u dit record wilt verwijderen?'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Hostnaam';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'IPv6 adres';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Active';
|
| | | $wb['limit_dns_record_txt'] = 'Max. aantal DNS records is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toegang om DNS records aan deze zone toe te voegen.';
|
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.';
|
| | | $wb['name_error_regex'] = 'De hostnaam heeft een verkeerde indeling.';
|
| | | $wb['data_error_empty'] = 'IP-adres is leeg.';
|
| | | $wb['data_error_regex'] = 'IP-adres heeft geen juiste indeling.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Hostnaam'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'IPv6 adres'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['limit_dns_record_txt'] = 'Max. aantal DNS records is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toegang om DNS records aan deze zone toe te voegen.'; |
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.'; |
| | | $wb['name_error_regex'] = 'De hostnaam heeft een verkeerde indeling.'; |
| | | $wb['data_error_empty'] = 'IP-adres is leeg.'; |
| | | $wb['data_error_regex'] = 'IP-adres heeft geen juiste indeling.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Hostnaam';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'Doel Hostnaam';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toegang om een record in deze zone aan te maken.';
|
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.';
|
| | | $wb['name_error_regex'] = 'De hostnaam heeft een verkeerde indeling.';
|
| | | $wb['data_error_empty'] = 'Doel hostnaam is leeg';
|
| | | $wb['data_error_regex'] = 'Doel hostnaam indeling is ongeldig.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Hostnaam'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Doel Hostnaam'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toegang om een record in deze zone aan te maken.'; |
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.'; |
| | | $wb['name_error_regex'] = 'De hostnaam heeft een verkeerde indeling.'; |
| | | $wb['data_error_empty'] = 'Doel hostnaam is leeg'; |
| | | $wb['data_error_regex'] = 'Doel hostnaam indeling is ongeldig.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Hostnaam';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'Doel hostnaam';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
|
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.';
|
| | | $wb['name_error_regex'] = 'De hostnaam heeft het verkeerde formaat.';
|
| | | $wb['data_error_empty'] = 'Doel hostnaam is leeg.';
|
| | | $wb['data_error_regex'] = 'Doel hostnaam formaat ongeldig.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Hostnaam'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Doel hostnaam'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.'; |
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.'; |
| | | $wb['name_error_regex'] = 'De hostnaam heeft het verkeerde formaat.'; |
| | | $wb['data_error_empty'] = 'Doel hostnaam is leeg.'; |
| | | $wb['data_error_regex'] = 'Doel hostnaam formaat ongeldig.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Hostnaam';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'Host Informatie';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
|
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.';
|
| | | $wb['name_error_regex'] = 'De hostnaam heeft het verkeerde indeling.';
|
| | | $wb['data_error_empty'] = 'Host informatie is leeg.';
|
| | | $wb['data_error_regex'] = 'Host Informatie indeling is ongeldig.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Hostnaam'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Host Informatie'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.'; |
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.'; |
| | | $wb['name_error_regex'] = 'De hostnaam heeft het verkeerde indeling.'; |
| | | $wb['data_error_empty'] = 'Host informatie is leeg.'; |
| | | $wb['data_error_regex'] = 'Host Informatie indeling is ongeldig.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Hostnaam';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'Mailserver hostnaam';
|
| | | $wb['aux_txt'] = 'Prioriteit';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
|
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.';
|
| | | $wb['name_error_regex'] = 'De hostnaam heeft een ongeldige indeling.';
|
| | | $wb['data_error_empty'] = 'Mailserver hostnaam is leeg.';
|
| | | $wb['data_error_regex'] = 'Mailserver hostnaam indeling is ongeldig.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Hostnaam'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Mailserver hostnaam'; |
| | | $wb['aux_txt'] = 'Prioriteit'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.'; |
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.'; |
| | | $wb['name_error_regex'] = 'De hostnaam heeft een ongeldige indeling.'; |
| | | $wb['data_error_empty'] = 'Mailserver hostnaam is leeg.'; |
| | | $wb['data_error_regex'] = 'Mailserver hostnaam indeling is ongeldig.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Zone';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'Nameserver Hostnaam';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
|
| | | $wb['name_error_empty'] = 'De zone is leeg.';
|
| | | $wb['name_error_regex'] = 'De zone heeft het verkeerde formaat.';
|
| | | $wb['data_error_empty'] = 'Nameserver is leeg.';
|
| | | $wb['data_error_regex'] = 'Nameserver formaat ongeldig.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Zone'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Nameserver Hostnaam'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.'; |
| | | $wb['name_error_empty'] = 'De zone is leeg.'; |
| | | $wb['name_error_regex'] = 'De zone heeft het verkeerde formaat.'; |
| | | $wb['data_error_empty'] = 'Nameserver is leeg.'; |
| | | $wb['data_error_regex'] = 'Nameserver formaat ongeldig.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Naam';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'Canonical Hostnaam';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
|
| | | $wb['name_error_empty'] = 'The naam is leeg.';
|
| | | $wb['name_error_regex'] = 'The naam heeft het verkeerde formaat.';
|
| | | $wb['data_error_empty'] = 'Canonical hostnaam is leeg.';
|
| | | $wb['data_error_regex'] = 'Canonical hostnaam formaat ongeldig.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Naam'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Canonical Hostnaam'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.'; |
| | | $wb['name_error_empty'] = 'The naam is leeg.'; |
| | | $wb['name_error_regex'] = 'The naam heeft het verkeerde formaat.'; |
| | | $wb['data_error_empty'] = 'Canonical hostnaam is leeg.'; |
| | | $wb['data_error_regex'] = 'Canonical hostnaam formaat ongeldig.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Hostnaam';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'Verantwoordelijke persoon';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
|
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.';
|
| | | $wb['name_error_regex'] = 'De hostnaam heeft een ongeldige indeling.';
|
| | | $wb['data_error_empty'] = 'Verantwoordelijke persoon veld is leeg.';
|
| | | $wb['data_error_regex'] = 'Verantwoordelijke persoon veld indeling is ongeldig.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Hostnaam'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Verantwoordelijke persoon'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.'; |
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.'; |
| | | $wb['name_error_regex'] = 'De hostnaam heeft een ongeldige indeling.'; |
| | | $wb['data_error_empty'] = 'Verantwoordelijke persoon veld is leeg.'; |
| | | $wb['data_error_regex'] = 'Verantwoordelijke persoon veld indeling is ongeldig.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['origin_txt'] = 'DNS zone';
|
| | | $wb['ns_txt'] = 'Primaire nameserver';
|
| | | $wb['mbox_txt'] = 'E-mailadres zone-verantwoordelijke';
|
| | | $wb['serial_txt'] = 'Versienummer zonefile';
|
| | | $wb['refresh_txt'] = 'Sl. NS: Vernieuw zone na';
|
| | | $wb['retry_txt'] = 'Pr. NS: Bij fout, refresh na';
|
| | | $wb['expire_txt'] = 'Slave NS: Zone verloopt na';
|
| | | $wb['minimum_txt'] = 'TTL minimum';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['xfer_txt'] = 'Toegestane IP-adressen voor zone-transfer';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_zone_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['client_txt'] = 'Klant';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
|
| | | $wb['server_id_error_empty'] = 'Geen server geselecteerd.';
|
| | | $wb['origin_error_empty'] = 'DNS zone is leeg.';
|
| | | $wb['origin_error_unique'] = 'Er bestaat al een record voor deze zone.';
|
| | | $wb['origin_error_regex'] = 'DNS zone heeft een ongeldige indeling.';
|
| | | $wb['ns_error_regex'] = 'Nameserver heeft een ongeldige indeling.';
|
| | | $wb['mbox_error_empty'] = 'E-mailadres is leeg.';
|
| | | $wb['mbox_error_regex'] = 'De indeling van het e-mailadres is ongeldig.';
|
| | | $wb['also_notify_txt'] = 'Updates melden aan extra slaves (also-notify)';
|
| | | $wb['update_acl_txt'] = 'Update Access Control List';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['origin_txt'] = 'DNS zone'; |
| | | $wb['ns_txt'] = 'Primaire nameserver'; |
| | | $wb['mbox_txt'] = 'E-mailadres zone-verantwoordelijke'; |
| | | $wb['serial_txt'] = 'Versienummer zonefile'; |
| | | $wb['refresh_txt'] = 'Sl. NS: Vernieuw zone na'; |
| | | $wb['retry_txt'] = 'Pr. NS: Bij fout, refresh na'; |
| | | $wb['expire_txt'] = 'Slave NS: Zone verloopt na'; |
| | | $wb['minimum_txt'] = 'TTL minimum'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['xfer_txt'] = 'Toegestane IP-adressen voor zone-transfer'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_zone_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['client_txt'] = 'Klant'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.'; |
| | | $wb['server_id_error_empty'] = 'Geen server geselecteerd.'; |
| | | $wb['origin_error_empty'] = 'DNS zone is leeg.'; |
| | | $wb['origin_error_unique'] = 'Er bestaat al een record voor deze zone.'; |
| | | $wb['origin_error_regex'] = 'DNS zone heeft een ongeldige indeling.'; |
| | | $wb['ns_error_regex'] = 'Nameserver heeft een ongeldige indeling.'; |
| | | $wb['mbox_error_empty'] = 'E-mailadres is leeg.'; |
| | | $wb['mbox_error_regex'] = 'De indeling van het e-mailadres is ongeldig.'; |
| | | $wb['also_notify_txt'] = 'Updates melden aan extra slaves (also-notify)'; |
| | | $wb['update_acl_txt'] = 'Update Access Control List'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'DNS zones';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['origin_txt'] = 'DNS zone';
|
| | | $wb['ns_txt'] = 'Primaire nameserver';
|
| | | $wb['mbox_txt'] = 'E-mailadres zone-verantwoordelijke';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe DNS zone toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'DNS zones'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['origin_txt'] = 'DNS zone'; |
| | | $wb['ns_txt'] = 'Primaire nameserver'; |
| | | $wb['mbox_txt'] = 'E-mailadres zone-verantwoordelijke'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe DNS zone toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Hostnaam';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'Server Record';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
|
| | | $wb['name_error_empty'] = 'The hostnaam is leeg.';
|
| | | $wb['name_error_regex'] = 'De hostnaam heeft een verkeerde indeling.';
|
| | | $wb['data_error_empty'] = 'Server record is leeg.';
|
| | | $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['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Hostnaam'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Server Record'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.'; |
| | | $wb['name_error_empty'] = 'The hostnaam is leeg.'; |
| | | $wb['name_error_regex'] = 'De hostnaam heeft een verkeerde indeling.'; |
| | | $wb['data_error_empty'] = 'Server record is leeg.'; |
| | | $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['visible_txt'] = 'Geactiveerd voor DNS wizard?';
|
| | | ?>
|
| | |
|
| | | <?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['visible_txt'] = 'Geactiveerd voor DNS wizard?'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'DNS template overzicht';
|
| | | $wb['visible_txt'] = 'Geactiveerd voor DNS Wizard?';
|
| | | $wb['name_txt'] = 'Template naam';
|
| | | $wb['add_new_record_txt'] = 'Nieuw DNS template toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'DNS template overzicht'; |
| | | $wb['visible_txt'] = 'Geactiveerd voor DNS Wizard?'; |
| | | $wb['name_txt'] = 'Template naam'; |
| | | $wb['add_new_record_txt'] = 'Nieuw DNS template toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zone';
|
| | | $wb['name_txt'] = 'Hostnaam';
|
| | | $wb['type_txt'] = 'type';
|
| | | $wb['data_txt'] = 'Text';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
|
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
|
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.';
|
| | | $wb['name_error_regex'] = 'De hostnaam heeft een ongeldige indeling.';
|
| | | $wb['data_error_empty'] = 'Tekst is leeg.';
|
| | | $wb['data_error_regex'] = 'Tekst indeling is ongeldig.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Hostnaam'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Text'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.'; |
| | | $wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.'; |
| | | $wb['name_error_empty'] = 'De hostnaam is leeg.'; |
| | | $wb['name_error_regex'] = 'De hostnaam heeft een ongeldige indeling.'; |
| | | $wb['data_error_empty'] = 'Tekst is leeg.'; |
| | | $wb['data_error_regex'] = 'Tekst indeling is ongeldig.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['template_id_txt'] = 'Template';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['client_txt'] = 'Klant';
|
| | | $wb['btn_save_txt'] = 'DNS zone toevoegen';
|
| | | $wb['btn_cancel_txt'] = 'Annuleren';
|
| | | $wb['domain_txt'] = 'Domeinnaam';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['ns1_txt'] = 'Nameserver 1';
|
| | | $wb['ns2_txt'] = 'Nameserver 2';
|
| | | $wb['ip_txt'] = 'IP-adres';
|
| | | $wb['error_origin_empty'] = 'Afkomst leeg.';
|
| | | $wb['error_ns_empty'] = 'Primaire nameserver is leeg.';
|
| | | $wb['error_mbox_empty'] = 'E-mailadres zone-verantwoordelijke is leeg.';
|
| | | $wb['error_refresh_empty'] = 'Vernieuw-tijd is leeg.';
|
| | | $wb['error_retry_empty'] = 'Refresh-tijd is leeg.';
|
| | | $wb['error_expire_empty'] = 'Verloop-tijd is leeg.';
|
| | | $wb['error_minimum_empty'] = 'TTL Minimum is leeg.';
|
| | | $wb['error_ttl_empty'] = 'TTL is leeg.';
|
| | | $wb['error_domain_empty'] = 'Domeinnaam is leeg.';
|
| | | $wb['error_ip_empty'] = 'IP-adres is leeg.';
|
| | | $wb['error_ns1_empty'] = 'Nameserver 1 is leeg.';
|
| | | $wb['error_ns2_empty'] = 'Nameserver 2 is leeg.';
|
| | | $wb['error_email_empty'] = 'E-mail is leeg.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['template_id_txt'] = 'Template'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['client_txt'] = 'Klant'; |
| | | $wb['btn_save_txt'] = 'DNS zone toevoegen'; |
| | | $wb['btn_cancel_txt'] = 'Annuleren'; |
| | | $wb['domain_txt'] = 'Domeinnaam'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['ns1_txt'] = 'Nameserver 1'; |
| | | $wb['ns2_txt'] = 'Nameserver 2'; |
| | | $wb['ip_txt'] = 'IP-adres'; |
| | | $wb['error_origin_empty'] = 'Afkomst leeg.'; |
| | | $wb['error_ns_empty'] = 'Primaire nameserver is leeg.'; |
| | | $wb['error_mbox_empty'] = 'E-mailadres zone-verantwoordelijke is leeg.'; |
| | | $wb['error_refresh_empty'] = 'Vernieuw-tijd is leeg.'; |
| | | $wb['error_retry_empty'] = 'Refresh-tijd is leeg.'; |
| | | $wb['error_expire_empty'] = 'Verloop-tijd is leeg.'; |
| | | $wb['error_minimum_empty'] = 'TTL Minimum is leeg.'; |
| | | $wb['error_ttl_empty'] = 'TTL is leeg.'; |
| | | $wb['error_domain_empty'] = 'Domeinnaam is leeg.'; |
| | | $wb['error_ip_empty'] = 'IP-adres is leeg.'; |
| | | $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"] = ''; |
| | |
| | | <?php
|
| | | $wb['Support Message'] = 'Support bericht';
|
| | | $wb['Message'] = 'Bericht sturen';
|
| | | $wb['Send message'] = 'Verstuur bericht';
|
| | | $wb['View messages'] = 'Bekijk berichten';
|
| | | $wb['Support'] = 'Support';
|
| | | $wb['Version'] = 'Software versie';
|
| | | $wb['About ISPConfig'] = 'Over ISPConfig';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['Support Message'] = 'Support bericht'; |
| | | $wb['Message'] = 'Bericht sturen'; |
| | | $wb['Send message'] = 'Verstuur bericht'; |
| | | $wb['View messages'] = 'Bekijk berichten'; |
| | | $wb['Support'] = 'Support'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['recipient_id_txt'] = 'Versturen aan';
|
| | | $wb['sender_id_txt'] = 'Afzender';
|
| | | $wb['subject_txt'] = 'Onderwerp';
|
| | | $wb['message_txt'] = 'Bericht';
|
| | | $wb['tstamp_txt'] = 'Datum en tijd';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['recipient_id_txt'] = 'Versturen aan'; |
| | | $wb['sender_id_txt'] = 'Afzender'; |
| | | $wb['subject_txt'] = 'Onderwerp'; |
| | | $wb['message_txt'] = 'Bericht'; |
| | | $wb['tstamp_txt'] = 'Datum en tijd'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Support berichten';
|
| | | $wb['sender_id_txt'] = 'Afzender';
|
| | | $wb['subject_txt'] = 'Onderwerp';
|
| | | $wb['add_new_record_txt'] = 'Nieuw support bericht aanmaken';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Support berichten'; |
| | | $wb['sender_id_txt'] = 'Afzender'; |
| | | $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'; |
| | |
| | | <?php
|
| | | $wb['pass_reset_txt'] = 'Een nieuw wachtwoord zal worden gegenereerd en na het hierboven ingevulde Emailadres worden gestuurd, op voorwaarde dat het Emailadres overeenkomt met het e-mailadres in uw klanten-settings';
|
| | | $wb['pw_reset'] = 'Het wachtwoord is gereset en is verzonden aan uw e-mailadres.';
|
| | | $wb['pw_error'] = 'Gebruikersnaam of e-mailadres komen niet overeen.';
|
| | | $wb['pw_error_noinput'] = 'Voer a.u.b. uw e-mailadres en gebruikersnaam in.';
|
| | | $wb['pw_reset_mail_msg'] = 'Het wachtwoord dat toegang biedt tot ISPConfig 3 is gereset. Het nieuwe wachtwoord is: ';
|
| | | $wb['pw_reset_mail_title'] = 'Het wachtwoord dat toegang biedt tot ISPConfig 3 is gereset.';
|
| | | $wb['user_regex_error'] = 'Gebruikersnaam bevat ongeldige tekens, of is langer dan 64 karakters.';
|
| | | $wb['pw_error_length'] = 'Wachtwoord-lengte is groter dan 64 karakters.';
|
| | | $wb['error_user_password_empty'] = 'Gebruikersnaam of wachtwoord is leeg.';
|
| | | $wb['error_user_password_incorrect'] = 'Gebruikersnaam of wachtwoord is niet juist.';
|
| | | $wb['error_user_blocked'] = 'Gebruiker is geblokkeerd.';
|
| | | $wb['error_user_too_many_logins'] = 'Teveel onjuiste inlog-pogingen. Probeer over 15 minuten opnieuw in te loggen.';
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['password_txt'] = 'Wachtwoord';
|
| | | $wb['login_button_txt'] = 'Inloggen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['pass_reset_txt'] = 'Een nieuw wachtwoord zal worden gegenereerd en na het hierboven ingevulde Emailadres worden gestuurd, op voorwaarde dat het Emailadres overeenkomt met het e-mailadres in uw klanten-settings'; |
| | | $wb['pw_reset'] = 'Het wachtwoord is gereset en is verzonden aan uw e-mailadres.'; |
| | | $wb['pw_error'] = 'Gebruikersnaam of e-mailadres komen niet overeen.'; |
| | | $wb['pw_error_noinput'] = 'Voer a.u.b. uw e-mailadres en gebruikersnaam in.'; |
| | | $wb['pw_reset_mail_msg'] = 'Het wachtwoord dat toegang biedt tot ISPConfig 3 is gereset. Het nieuwe wachtwoord is: '; |
| | | $wb['pw_reset_mail_title'] = 'Het wachtwoord dat toegang biedt tot ISPConfig 3 is gereset.'; |
| | | $wb['user_regex_error'] = 'Gebruikersnaam bevat ongeldige tekens, of is langer dan 64 karakters.'; |
| | | $wb['pw_error_length'] = 'Wachtwoord-lengte is groter dan 64 karakters.'; |
| | | $wb['error_user_password_empty'] = 'Gebruikersnaam of wachtwoord is leeg.'; |
| | | $wb['error_user_password_incorrect'] = 'Gebruikersnaam of wachtwoord is niet juist.'; |
| | | $wb['error_user_blocked'] = 'Gebruiker is geblokkeerd.'; |
| | | $wb['error_user_too_many_logins'] = 'Teveel onjuiste inlog-pogingen. Probeer over 15 minuten opnieuw in te loggen.'; |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | $wb['password_txt'] = 'Wachtwoord'; |
| | | $wb['login_button_txt'] = 'Inloggen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $module["name"] = "login";
|
| | | $module["title"] = "Login";
|
| | | $module["template"] = "module.tpl.htm";
|
| | | $module["startpage"] = "login/index.php";
|
| | | <?php |
| | | $module["name"] = "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 _'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['Email Alias'] = 'Account aliassen';
|
| | | $wb['Email Blacklist'] = 'E-mail blacklist';
|
| | | $wb['Blacklist'] = 'Blacklist';
|
| | | $wb['Mail Content Filter'] = 'Mail content filter';
|
| | | $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['Spamfilter'] = 'Spamfilter';
|
| | | $wb['Email Routing'] = 'Routing';
|
| | | $wb['Email transport'] = 'E-mail transport';
|
| | | $wb['Mailbox'] = 'E-mailaccount';
|
| | | $wb['Autoresponder'] = 'Autoresponder';
|
| | | $wb['Mail Filter'] = 'Mail filter';
|
| | | $wb['Custom Rules'] = 'Aangepaste regels';
|
| | | $wb['Email filter'] = 'E-mail filter';
|
| | | $wb['Email Whitelist'] = 'E-mail whitelist';
|
| | | $wb['Whitelist'] = 'Whitelist';
|
| | | $wb['Spamfilter blacklist'] = 'Spamfilter blacklist';
|
| | | $wb['Spamfilter Config'] = 'Spamfilter config';
|
| | | $wb['Server'] = 'Server';
|
| | | $wb['Spamfilter policy'] = 'Spamfilter policy';
|
| | | $wb['Policy'] = 'Policy';
|
| | | $wb['Quarantine'] = 'Quarantine';
|
| | | $wb['Tag-Level'] = 'Tag-Level';
|
| | | $wb['Other'] = 'Overige';
|
| | | $wb['Spamfilter users'] = 'Spamfilter gebruikers';
|
| | | $wb['Users'] = 'Gebruikers';
|
| | | $wb['Spamfilter Whitelist'] = 'Spamfilter whitelist';
|
| | | $wb['Email'] = 'E-mail';
|
| | | $wb['Email Mailbox'] = 'Accounts';
|
| | | $wb['Email Accounts'] = 'E-mail';
|
| | | $wb['User / Domain'] = 'Gebruiker / domein';
|
| | | $wb['Server Settings'] = 'Server instellingen';
|
| | | $wb['Fetchmail'] = 'Fetchmail';
|
| | | $wb['Mailbox traffic'] = 'E-mailaccount dataverkeer';
|
| | | $wb['Statistics'] = 'Statistieken';
|
| | | $wb['Postfix Whitelist'] = 'Postfix whitelist';
|
| | | $wb['Postfix Blacklist'] = 'Postfix blacklist';
|
| | | $wb['Content Filter'] = 'Content filter';
|
| | | $wb['Global Filters'] = 'Globale filters';
|
| | | $wb['Relay Recipients'] = 'Relay ontvangers';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['Email Alias'] = 'Account aliassen'; |
| | | $wb['Email Blacklist'] = 'E-mail blacklist'; |
| | | $wb['Blacklist'] = 'Blacklist'; |
| | | $wb['Mail Content Filter'] = 'Mail content filter'; |
| | | $wb['Filter'] = 'Filter'; |
| | | $wb['Mail Domain'] = 'E-mail domein'; |
| | | $wb['Domain'] = 'Domeinen'; |
| | | $wb['Email Catchall'] = 'Catch-all records'; |
| | | $wb['Email Forward'] = 'Doorstuur records'; |
| | | $wb['Get Email'] = 'Ontvang e-mail'; |
| | | $wb['Spamfilter'] = 'Spamfilter'; |
| | | $wb['Email Routing'] = 'Routing'; |
| | | $wb['Email transport'] = 'E-mail transport'; |
| | | $wb['Mailbox'] = 'E-mailaccount'; |
| | | $wb['Autoresponder'] = 'Autoresponder'; |
| | | $wb['Mail Filter'] = 'Mail filter'; |
| | | $wb['Custom Rules'] = 'Aangepaste regels'; |
| | | $wb['Email filter'] = 'E-mail filter'; |
| | | $wb['Email Whitelist'] = 'E-mail whitelist'; |
| | | $wb['Whitelist'] = 'Whitelist'; |
| | | $wb['Spamfilter blacklist'] = 'Spamfilter blacklist'; |
| | | $wb['Spamfilter Config'] = 'Spamfilter config'; |
| | | $wb['Server'] = 'Server'; |
| | | $wb['Spamfilter policy'] = 'Spamfilter policy'; |
| | | $wb['Policy'] = 'Policy'; |
| | | $wb['Quarantine'] = 'Quarantine'; |
| | | $wb['Tag-Level'] = 'Tag-Level'; |
| | | $wb['Other'] = 'Overige'; |
| | | $wb['Spamfilter users'] = 'Spamfilter gebruikers'; |
| | | $wb['Users'] = 'Gebruikers'; |
| | | $wb['Spamfilter Whitelist'] = 'Spamfilter whitelist'; |
| | | $wb['Email'] = 'E-mail'; |
| | | $wb['Email Mailbox'] = 'Accounts'; |
| | | $wb['Email Accounts'] = 'E-mail'; |
| | | $wb['User / Domain'] = 'Gebruiker / domein'; |
| | | $wb['Server Settings'] = 'Server instellingen'; |
| | | $wb['Fetchmail'] = 'Fetchmail'; |
| | | $wb['Mailbox traffic'] = 'E-mailaccount dataverkeer'; |
| | | $wb['Statistics'] = 'Statistieken'; |
| | | $wb['Postfix Whitelist'] = 'Postfix whitelist'; |
| | | $wb['Postfix Blacklist'] = 'Postfix blacklist'; |
| | | $wb['Content Filter'] = 'Content filter'; |
| | | $wb['Global Filters'] = 'Globale filters'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['destination_txt'] = 'Doorsturen aan account';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['email_error_isemail'] = 'E-mailadres is ongeldig.';
|
| | | $wb['email_error_unique'] = 'E-mailadres is reeds toegevoegd.';
|
| | | $wb['no_domain_perm'] = 'U heeft geen toestemming voor het aanmaken van een alias op dit domein.';
|
| | | $wb['destination_error_isemail'] = 'E-mailadres geadresseerde is ongeldig.';
|
| | | $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.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['destination_txt'] = 'Doorsturen aan account'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['email_error_isemail'] = 'E-mailadres is ongeldig.'; |
| | | $wb['email_error_unique'] = 'E-mailadres is reeds toegevoegd.'; |
| | | $wb['no_domain_perm'] = 'U heeft geen toestemming voor het aanmaken van een alias op dit domein.'; |
| | | $wb['destination_error_isemail'] = 'E-mailadres geadresseerde is ongeldig.'; |
| | | $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.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'E-mail account aliassen';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['source_txt'] = 'Geadresseerde';
|
| | | $wb['destination_txt'] = 'Doorsturen naar account';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe e-mailalias toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'E-mail account aliassen'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['source_txt'] = 'Geadresseerde'; |
| | | $wb['destination_txt'] = 'Doorsturen naar account'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe e-mailalias toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['source_txt'] = 'Herkomst';
|
| | | $wb['destination_txt'] = 'Bestemming';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['no_domain_perm'] = 'U heeft geen toegang tot dit domein.';
|
| | | $wb['limit_mailaliasdomain_txt'] = 'Het maximum aantal e-mail domeinaliassen van uw account is bereikt.';
|
| | | $wb['source_destination_identical_txt'] = 'Herkomst en bestemming zijn hetzelfde.';
|
| | | $wb['source_error_empty'] = 'Herkomst is niet geselecteerd.';
|
| | | $wb['source_error_unique'] = 'Domeinnaam bij Herkomst is al elders gebruikt.';
|
| | | $wb['source_error_regex'] = 'Ongeldige herkomst domeinnaam';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['source_txt'] = 'Herkomst'; |
| | | $wb['destination_txt'] = 'Bestemming'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['no_domain_perm'] = 'U heeft geen toegang tot dit domein.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'Het maximum aantal e-mail domeinaliassen van uw account is bereikt.'; |
| | | $wb['source_destination_identical_txt'] = 'Herkomst en bestemming zijn hetzelfde.'; |
| | | $wb['source_error_empty'] = 'Herkomst is niet geselecteerd.'; |
| | | $wb['source_error_unique'] = 'Domeinnaam bij Herkomst is al elders gebruikt.'; |
| | | $wb['source_error_regex'] = 'Ongeldige herkomst domeinnaam'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'E-mail domeinaliassen';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['source_txt'] = 'Geadresseerd aan';
|
| | | $wb['destination_txt'] = 'Doorsturen naar';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe domeinalias toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'E-mail domeinaliassen'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['source_txt'] = 'Geadresseerd aan'; |
| | | $wb['destination_txt'] = 'Doorsturen naar'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe domeinalias toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['source_txt'] = 'Blacklist adres';
|
| | | $wb['recipient_txt'] = 'Ontvanger';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['source_error_notempty'] = 'Adres is leeg.';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['limit_mailfilter_txt'] = 'Het max. aantal e-mailfilters voor uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Blacklist adres'; |
| | | $wb['recipient_txt'] = 'Ontvanger'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['source_error_notempty'] = 'Adres is leeg.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'Het max. aantal e-mailfilters voor uw account is bereikt.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'E-mail blacklist';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['source_txt'] = 'Blacklisted adres';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['recipient_txt'] = 'Ontvanger';
|
| | | $wb['add_new_record_txt'] = 'Nieuw blacklist record toevoegen';
|
| | | $wb['access_txt'] = 'Toegang';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'E-mail blacklist'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Blacklisted adres'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['recipient_txt'] = 'Ontvanger'; |
| | | $wb['add_new_record_txt'] = 'Nieuw blacklist record toevoegen'; |
| | | $wb['access_txt'] = 'Toegang'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['type_txt'] = 'Filter';
|
| | | $wb['pattern_txt'] = 'Regexp. Patroon';
|
| | | $wb['data_txt'] = 'Data';
|
| | | $wb['action_txt'] = 'Actie';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['pattern_error_empty'] = 'Patroon is leeg.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['type_txt'] = 'Filter'; |
| | | $wb['pattern_txt'] = 'Regexp. Patroon'; |
| | | $wb['data_txt'] = 'Data'; |
| | | $wb['action_txt'] = 'Actie'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['pattern_error_empty'] = 'Patroon is leeg.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Postfix header en body checks';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['pattern_txt'] = 'Patroon';
|
| | | $wb['action_txt'] = 'Actie';
|
| | | $wb['add_new_record_txt'] = 'Nieuw content filter toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Postfix header en body checks'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['pattern_txt'] = 'Patroon'; |
| | | $wb['action_txt'] = 'Actie'; |
| | | $wb['add_new_record_txt'] = 'Nieuw content filter toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['domain_txt'] = 'Domeinnaam';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['domain_error_empty'] = 'Domeinnaam is leeg.';
|
| | | $wb['domain_error_unique'] = 'Domeinnaam is reeds aanwezig.';
|
| | | $wb['domain_error_regex'] = 'Ongeldige domeinnaam.';
|
| | | $wb['client_txt'] = 'Klant';
|
| | | $wb['limit_maildomain_txt'] = 'Het max. aantal aan e-maildomeinen voor uw account is bereikt.';
|
| | | $wb['policy_txt'] = 'Spamfilter';
|
| | | $wb['no_policy'] = '- niet ingeschakeld -';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domeinnaam'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['domain_error_empty'] = 'Domeinnaam is leeg.'; |
| | | $wb['domain_error_unique'] = 'Domeinnaam is reeds aanwezig.'; |
| | | $wb['domain_error_regex'] = 'Ongeldige domeinnaam.'; |
| | | $wb['client_txt'] = 'Klant'; |
| | | $wb['limit_maildomain_txt'] = 'Het max. aantal aan e-maildomeinen voor uw account is bereikt.'; |
| | | $wb['policy_txt'] = 'Spamfilter'; |
| | | $wb['no_policy'] = '- niet ingeschakeld -'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['domain_txt'] = 'Domeinnaam';
|
| | | $wb['destination_txt'] = 'Doorsturen naar account';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['domain_error_unique'] = 'Er is al een catch-all record voor dit domein.';
|
| | | $wb['no_domain_perm'] = 'U heeft geen toegangsrechten voor dit domein.';
|
| | | $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.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['domain_txt'] = 'Domeinnaam'; |
| | | $wb['destination_txt'] = 'Doorsturen naar account'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['domain_error_unique'] = 'Er is al een catch-all record voor dit domein.'; |
| | | $wb['no_domain_perm'] = 'U heeft geen toegangsrechten voor dit domein.'; |
| | | $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.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'E-mail catch-all records';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['source_txt'] = 'Domeinnaam';
|
| | | $wb['destination_txt'] = 'Doorsturen naar account';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['domain_txt'] = 'Domeinnaam';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe catch-all toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'E-mail catch-all records'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['source_txt'] = 'Domeinnaam'; |
| | | $wb['destination_txt'] = 'Doorsturen naar account'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domeinnaam'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe catch-all toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'E-mail domeinen';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['domain_txt'] = 'Domeinnaam';
|
| | | $wb['add_new_record_txt'] = 'Nieuw domein toevoegen';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'E-mail domeinen'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domeinnaam'; |
| | | $wb['add_new_record_txt'] = 'Nieuw domein toevoegen'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['destination_txt'] = 'Doorsturen naar e-mailadres';
|
| | | $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.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['destination_txt'] = 'Doorsturen naar e-mailadres'; |
| | | $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.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'E-mail doorsturen naar account';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['source_txt'] = 'Geadresseerde';
|
| | | $wb['destination_txt'] = 'Doorsturen naar e-mailadres';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe e-mail forward toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'E-mail doorsturen naar account'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['source_txt'] = 'Geadresseerde'; |
| | | $wb['destination_txt'] = 'Doorsturen naar e-mailadres'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe e-mail forward toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['type_txt'] = 'Type server';
|
| | | $wb['source_server_txt'] = 'POP3/IMAP server';
|
| | | $wb['source_username_txt'] = 'Gebruikersnaam';
|
| | | $wb['source_password_txt'] = 'Wachtwoord';
|
| | | $wb['source_delete_txt'] = 'E-mailberichten na ontvangst verwijderen';
|
| | | $wb['destination_txt'] = 'Doorsturen naar account';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_fetchmail_txt'] = 'Het max. aantal Fetchmail records voor uw domein is bereikt.';
|
| | | $wb['source_server_error_isempty'] = 'Server is leeg.';
|
| | | $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.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['type_txt'] = 'Type server'; |
| | | $wb['source_server_txt'] = 'POP3/IMAP server'; |
| | | $wb['source_username_txt'] = 'Gebruikersnaam'; |
| | | $wb['source_password_txt'] = 'Wachtwoord'; |
| | | $wb['source_delete_txt'] = 'E-mailberichten na ontvangst verwijderen'; |
| | | $wb['destination_txt'] = 'Doorsturen naar account'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_fetchmail_txt'] = 'Het max. aantal Fetchmail records voor uw domein is bereikt.'; |
| | | $wb['source_server_error_isempty'] = 'Server is leeg.'; |
| | | $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.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'E-mails ophalen van externe POP3 / IMAP servers';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['source_server_txt'] = 'Externe server';
|
| | | $wb['source_username_txt'] = 'Gebruikersnaam';
|
| | | $wb['destination_txt'] = 'Bestemming';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe account toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'E-mails ophalen van externe POP3 / IMAP servers'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_server_txt'] = 'Externe server'; |
| | | $wb['source_username_txt'] = 'Gebruikersnaam'; |
| | | $wb['destination_txt'] = 'Bestemming'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe account toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['source_txt'] = 'Relay ontvanger';
|
| | | $wb['recipient_txt'] = 'Ontvanger';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['source_error_notempty'] = 'E-mailadres van de ontvanger is leeg.';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['limit_mailfilter_txt'] = 'Het maximum aantal e-mailfilters van uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Relay ontvanger'; |
| | | $wb['recipient_txt'] = 'Ontvanger'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['source_error_notempty'] = 'E-mailadres van de ontvanger is leeg.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'Het maximum aantal e-mailfilters van uw account is bereikt.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Relay ontvangers';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['source_txt'] = 'E-mailadres verzender';
|
| | | $wb['recipient_txt'] = 'E-mailadres ontvanger';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe relay ontvanger toevoegen';
|
| | | $wb['access_txt'] = 'Toegang';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Relay ontvangers'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'E-mailadres verzender'; |
| | | $wb['recipient_txt'] = 'E-mailadres ontvanger'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe relay ontvanger toevoegen'; |
| | | $wb['access_txt'] = 'Toegang'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['spam_rewrite_score_int_txt'] = 'Herschrijf score';
|
| | | $wb['spam_redirect_score_int_txt'] = 'Verplaats score';
|
| | | $wb['spam_delete_score_int_txt'] = 'Verwijdering score';
|
| | | $wb['spam_rewrite_subject_txt'] = 'Herschrijf onderwerp';
|
| | | $wb['spam_redirect_maildir_txt'] = 'Verplaats naar map';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['spam_rewrite_txt'] = 'Herschrijf e-mail onderwerp boven deze score.';
|
| | | $wb['spam_redirect_txt'] = 'Verplaats e-mail boven deze score naar de geselecteerde map.';
|
| | | $wb['spam_delete_txt'] = 'Verwijder e-mail boven deze score.';
|
| | | $wb['disable_txt'] = 'Hint: Om de filteroptie uit te schakelen, zet de score op 0.00.';
|
| | | $wb['email_error_isemail'] = 'E-mailadres is ongeldig.';
|
| | | $wb['email_error_unique'] = 'Er is al een spamfilter record voor dit e-mailadres.';
|
| | | $wb['spam_redirect_maildir_purge_txt'] = 'Leeg map na';
|
| | | $wb['days_txt'] = 'dagen.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['spam_rewrite_score_int_txt'] = 'Herschrijf score'; |
| | | $wb['spam_redirect_score_int_txt'] = 'Verplaats score'; |
| | | $wb['spam_delete_score_int_txt'] = 'Verwijdering score'; |
| | | $wb['spam_rewrite_subject_txt'] = 'Herschrijf onderwerp'; |
| | | $wb['spam_redirect_maildir_txt'] = 'Verplaats naar map'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['spam_rewrite_txt'] = 'Herschrijf e-mail onderwerp boven deze score.'; |
| | | $wb['spam_redirect_txt'] = 'Verplaats e-mail boven deze score naar de geselecteerde map.'; |
| | | $wb['spam_delete_txt'] = 'Verwijder e-mail boven deze score.'; |
| | | $wb['disable_txt'] = 'Hint: Om de filteroptie uit te schakelen, zet de score op 0.00.'; |
| | | $wb['email_error_isemail'] = 'E-mailadres is ongeldig.'; |
| | | $wb['email_error_unique'] = 'Er is al een spamfilter record voor dit e-mailadres.'; |
| | | $wb['spam_redirect_maildir_purge_txt'] = 'Leeg map na'; |
| | | $wb['days_txt'] = 'dagen.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Spamfilter';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['server_name_txt'] = 'Servernaam';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['add_new_record_txt'] = 'Spamfilter record toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Spamfilter'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['server_name_txt'] = 'Servernaam'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['add_new_record_txt'] = 'Spamfilter record toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['domain_txt'] = 'Domeinnaam';
|
| | | $wb['destination_txt'] = 'Bestemming';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['mx_txt'] = 'MX lookup uitschakelen';
|
| | | $wb['sort_order_txt'] = 'Gesorteerd op';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_mailrouting_txt'] = 'Het max. aantal routes voor uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domeinnaam'; |
| | | $wb['destination_txt'] = 'Bestemming'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['mx_txt'] = 'MX lookup uitschakelen'; |
| | | $wb['sort_order_txt'] = 'Gesorteerd op'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_mailrouting_txt'] = 'Het max. aantal routes voor uw account is bereikt.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Geavanceerde e-mail routing';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['domain_txt'] = 'Domeinnaam';
|
| | | $wb['transport_txt'] = 'Bestemming';
|
| | | $wb['sort_order_txt'] = 'Sorteren op';
|
| | | $wb['add_new_record_txt'] = 'Nieuw e-mail route toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Geavanceerde e-mail routing'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domeinnaam'; |
| | | $wb['transport_txt'] = 'Bestemming'; |
| | | $wb['sort_order_txt'] = 'Sorteren op'; |
| | | $wb['add_new_record_txt'] = 'Nieuw e-mail route toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['custom_mailfilter_txt'] = 'Aangepaste mail-filter instellingen';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['cryptpwd_txt'] = 'Wachtwoord';
|
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['email_error_isemail'] = 'E-mailadres is ongeldig.';
|
| | | $wb['email_error_unique'] = 'E-mailadres bestaat reeds.';
|
| | | $wb['autoresponder_text_txt'] = 'Tekst';
|
| | | $wb['autoresponder_txt'] = 'Autoresponder';
|
| | | $wb['no_domain_perm'] = 'U heeft geen toestemming om dit domein te beheren.';
|
| | | $wb['error_no_pwd'] = 'Wachtwoord is leeg.';
|
| | | $wb['quota_error_isint'] = 'Schijfruimte limiet e-mailaccount moet een numerieke waarde zijn.';
|
| | | $wb['quota_txt'] = 'Schijfruimte limiet';
|
| | | $wb['server_id_txt'] = 'Server ID';
|
| | | $wb['password_txt'] = 'Wachtwoord';
|
| | | $wb['maildir_txt'] = 'Maildir';
|
| | | $wb['postfix_txt'] = 'Inschakelen ontvangen';
|
| | | $wb['access_txt'] = 'Inschakelen toegang';
|
| | | $wb['policy_txt'] = 'Spamfilter';
|
| | | $wb['no_policy'] = '- niet ingeschakeld -';
|
| | | $wb['limit_mailbox_txt'] = 'Het max. aantal aan e-mailaccounts voor uw account is bereikt.';
|
| | | $wb['limit_mailquota_txt'] = 'De max. ruimte voor e-mailaccounts is bereikt. De max. beschikbare ruimte in MB is';
|
| | | $wb['welcome_mail_subject'] = 'Welkom bij uw nieuwe e-mailaccount.';
|
| | | $wb['welcome_mail_message'] = 'Welkom in uw nieuwe e-mailaccount.';
|
| | | $wb['disableimap_txt'] = 'Uitschakelen IMAP';
|
| | | $wb['disablepop3_txt'] = 'Uitschakelen POP3';
|
| | | $wb['welcome_mail_fromname_txt'] = 'ISPConfig3';
|
| | | $wb['welcome_mail_fromemail_txt'] = 'webmaster@localhost.tld';
|
| | | $wb['duplicate_alias_or_forward_txt'] = 'Er is al een e-mailalias of een forward ingesteld voor dit e-mailadres.';
|
| | | $wb['quota_error_value'] = 'Ongeldige schijfruimte-limiet. Toegestaan zijn: -1 (onbeperkt) of cijfers (>1)';
|
| | | $wb['autoresponder_start_date_txt'] = 'Begin';
|
| | | $wb['autoresponder_start_date_isfuture'] = 'Begin-datum kan niet in het verleden liggen.';
|
| | | $wb['autoresponder_end_date_txt'] = 'Einde';
|
| | | $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';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['custom_mailfilter_txt'] = 'Aangepaste mail-filter instellingen'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['cryptpwd_txt'] = 'Wachtwoord'; |
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['email_error_isemail'] = 'E-mailadres is ongeldig.'; |
| | | $wb['email_error_unique'] = 'E-mailadres bestaat reeds.'; |
| | | $wb['autoresponder_text_txt'] = 'Tekst'; |
| | | $wb['autoresponder_txt'] = 'Autoresponder'; |
| | | $wb['no_domain_perm'] = 'U heeft geen toestemming om dit domein te beheren.'; |
| | | $wb['error_no_pwd'] = 'Wachtwoord is leeg.'; |
| | | $wb['quota_error_isint'] = 'Schijfruimte limiet e-mailaccount moet een numerieke waarde zijn.'; |
| | | $wb['quota_txt'] = 'Schijfruimte limiet'; |
| | | $wb['server_id_txt'] = 'Server ID'; |
| | | $wb['password_txt'] = 'Wachtwoord'; |
| | | $wb['maildir_txt'] = 'Maildir'; |
| | | $wb['postfix_txt'] = 'Inschakelen ontvangen'; |
| | | $wb['access_txt'] = 'Inschakelen toegang'; |
| | | $wb['policy_txt'] = 'Spamfilter'; |
| | | $wb['no_policy'] = '- niet ingeschakeld -'; |
| | | $wb['limit_mailbox_txt'] = 'Het max. aantal aan e-mailaccounts voor uw account is bereikt.'; |
| | | $wb['limit_mailquota_txt'] = 'De max. ruimte voor e-mailaccounts is bereikt. De max. beschikbare ruimte in MB is'; |
| | | $wb['welcome_mail_subject'] = 'Welkom bij uw nieuwe e-mailaccount.'; |
| | | $wb['welcome_mail_message'] = 'Welkom in uw nieuwe e-mailaccount.'; |
| | | $wb['disableimap_txt'] = 'Uitschakelen IMAP'; |
| | | $wb['disablepop3_txt'] = 'Uitschakelen POP3'; |
| | | $wb['welcome_mail_fromname_txt'] = 'ISPConfig3'; |
| | | $wb['welcome_mail_fromemail_txt'] = 'webmaster@localhost.tld'; |
| | | $wb['duplicate_alias_or_forward_txt'] = 'Er is al een e-mailalias of een forward ingesteld voor dit e-mailadres.'; |
| | | $wb['quota_error_value'] = 'Ongeldige schijfruimte-limiet. Toegestaan zijn: -1 (onbeperkt) of cijfers (>1)'; |
| | | $wb['autoresponder_start_date_txt'] = 'Begin'; |
| | | $wb['autoresponder_start_date_isfuture'] = 'Begin-datum kan niet in het verleden liggen.'; |
| | | $wb['autoresponder_end_date_txt'] = 'Einde'; |
| | | $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'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['rulename_txt'] = 'Naam';
|
| | | $wb['action_txt'] = 'Actie';
|
| | | $wb['target_txt'] = 'Map';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['rulename_error_empty'] = 'Naam is leeg.';
|
| | | $wb['searchterm_is_empty'] = 'Zoekterm is leeg.';
|
| | | $wb['source_txt'] = 'Bron';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['rulename_txt'] = 'Naam'; |
| | | $wb['action_txt'] = 'Actie'; |
| | | $wb['target_txt'] = 'Map'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $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 _'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['rulename_txt'] = 'Naam';
|
| | | $wb['add_new_record_txt'] = 'Filter toevoegen';
|
| | | $wb['page_txt'] = 'Pagina';
|
| | | $wb['page_of_txt'] = 'van';
|
| | | $wb['delete_confirmation'] = 'Weet u zeker dat u deze e-mailfilter wilt verwijderen?';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['rulename_txt'] = 'Naam'; |
| | | $wb['add_new_record_txt'] = 'Filter toevoegen'; |
| | | $wb['page_txt'] = 'Pagina'; |
| | | $wb['page_of_txt'] = 'van'; |
| | | $wb['delete_confirmation'] = 'Weet u zeker dat u deze e-mailfilter wilt verwijderen?'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'E-mail accounts';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['autoresponder_txt'] = 'Autoresponder';
|
| | | $wb['add_new_record_txt'] = 'Nieuw e-mailaccount toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'E-mail accounts'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['autoresponder_txt'] = 'Autoresponder'; |
| | | $wb['add_new_record_txt'] = 'Nieuw e-mailaccount toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'E-mail verkeer';
|
| | | $wb['email_txt'] = 'E-mailaccount';
|
| | | $wb['this_month_txt'] = 'Deze maand';
|
| | | $wb['last_month_txt'] = 'Vorige maand';
|
| | | $wb['this_year_txt'] = 'Dit jaar';
|
| | | $wb['last_year_txt'] = 'Vorig jaar';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'E-mail verkeer'; |
| | | $wb['email_txt'] = 'E-mailaccount'; |
| | | $wb['this_month_txt'] = 'Deze maand'; |
| | | $wb['last_month_txt'] = 'Vorige maand'; |
| | | $wb['this_year_txt'] = 'Dit jaar'; |
| | | $wb['last_year_txt'] = 'Vorig jaar'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['source_txt'] = 'Whitelist adres';
|
| | | $wb['recipient_txt'] = 'Ontvanger';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['source_error_notempty'] = 'Adres is niet ingevuld.';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['limit_mailfilter_txt'] = 'Het max. aantal e-mailfilters voor uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Whitelist adres'; |
| | | $wb['recipient_txt'] = 'Ontvanger'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['source_error_notempty'] = 'Adres is niet ingevuld.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'Het max. aantal e-mailfilters voor uw account is bereikt.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'E-mail whitelist';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['source_txt'] = 'Whitelisted adres';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['recipient_txt'] = 'Ontvanger';
|
| | | $wb['add_new_record_txt'] = 'Nieuw whitelist record toevoegen';
|
| | | $wb['access_txt'] = 'Toegang';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'E-mail whitelist'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Whitelisted adres'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['recipient_txt'] = 'Ontvanger'; |
| | | $wb['add_new_record_txt'] = 'Nieuw whitelist record toevoegen'; |
| | | $wb['access_txt'] = 'Toegang'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['wb_txt'] = 'wb';
|
| | | $wb['rid_txt'] = 'Gebruiker';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['priority_txt'] = 'Prioriteit';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_spamfilter_wblist_txt'] = 'Het max. aantal white- en blacklist-records van uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['wb_txt'] = 'wb'; |
| | | $wb['rid_txt'] = 'Gebruiker'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['priority_txt'] = 'Prioriteit'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Het max. aantal white- en blacklist-records van uw account is bereikt.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Spamfilter blacklist';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['priority_txt'] = 'Prioriteit';
|
| | | $wb['rid_txt'] = 'Gebruiker';
|
| | | $wb['email_txt'] = 'Whitelisted e-mail';
|
| | | $wb['add_new_record_txt'] = 'Blacklist record toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Spamfilter blacklist'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['priority_txt'] = 'Prioriteit'; |
| | | $wb['rid_txt'] = 'Gebruiker'; |
| | | $wb['email_txt'] = 'Whitelisted e-mail'; |
| | | $wb['add_new_record_txt'] = 'Blacklist record toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['getmail_config_dir_txt'] = 'Getmail Config Pad';
|
| | | $wb['ip_address_txt'] = 'IP Adres';
|
| | | $wb['netmask_txt'] = 'Netmask';
|
| | | $wb['gateway_txt'] = 'Gateway';
|
| | | $wb['hostname_txt'] = 'Hostnaam';
|
| | | $wb['nameservers_txt'] = 'Nameservers';
|
| | | $wb['module_txt'] = 'Server Module';
|
| | | $wb['maildir_path_txt'] = 'Maildir Pad';
|
| | | $wb['homedir_path_txt'] = 'Homedir Pad';
|
| | | $wb['mailuser_uid_txt'] = 'Mailgebruiker UID';
|
| | | $wb['mailuser_gid_txt'] = 'Mailgebruiker GID';
|
| | | $wb['mailuser_name_txt'] = 'Mailgebuiker Naam';
|
| | | $wb['mailuser_group_txt'] = 'Mailgebruiker Groep';
|
| | | $wb['relayhost_txt'] = 'Relayhost';
|
| | | $wb['relayhost_user_txt'] = 'Relayhost Gebruiker';
|
| | | $wb['relayhost_password_txt'] = 'Relayhost Wachtwoord';
|
| | | $wb['mailbox_size_limit_txt'] = 'Mailboxgrootte Limiet';
|
| | | $wb['message_size_limit_txt'] = 'Berichtgrootte Limiet';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['getmail_config_dir_txt'] = 'Getmail Config Pad'; |
| | | $wb['ip_address_txt'] = 'IP Adres'; |
| | | $wb['netmask_txt'] = 'Netmask'; |
| | | $wb['gateway_txt'] = 'Gateway'; |
| | | $wb['hostname_txt'] = 'Hostnaam'; |
| | | $wb['nameservers_txt'] = 'Nameservers'; |
| | | $wb['module_txt'] = 'Server Module'; |
| | | $wb['maildir_path_txt'] = 'Maildir Pad'; |
| | | $wb['homedir_path_txt'] = 'Homedir Pad'; |
| | | $wb['mailuser_uid_txt'] = 'Mailgebruiker UID'; |
| | | $wb['mailuser_gid_txt'] = 'Mailgebruiker GID'; |
| | | $wb['mailuser_name_txt'] = 'Mailgebuiker Naam'; |
| | | $wb['mailuser_group_txt'] = 'Mailgebruiker Groep'; |
| | | $wb['relayhost_txt'] = 'Relayhost'; |
| | | $wb['relayhost_user_txt'] = 'Relayhost Gebruiker'; |
| | | $wb['relayhost_password_txt'] = 'Relayhost Wachtwoord'; |
| | | $wb['mailbox_size_limit_txt'] = 'Mailboxgrootte Limiet'; |
| | | $wb['message_size_limit_txt'] = 'Berichtgrootte Limiet'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Serverconfiguratie';
|
| | | $wb['server_name_txt'] = 'Server';
|
| | | $wb['server_id_txt'] = 'server ID';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Serverconfiguratie'; |
| | | $wb['server_name_txt'] = 'Server'; |
| | | $wb['server_id_txt'] = 'server ID'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['policy_name_txt'] = 'Policy Naam';
|
| | | $wb['virus_lover_txt'] = 'Virus liefhebber';
|
| | | $wb['spam_lover_txt'] = 'SPAM liefhebber';
|
| | | $wb['banned_files_lover_txt'] = 'Banned bestand liefhebber';
|
| | | $wb['bad_header_lover_txt'] = 'Bad header liefhebber';
|
| | | $wb['bypass_virus_checks_txt'] = 'Omleiding virus checks';
|
| | | $wb['bypass_banned_checks_txt'] = 'Omleiding banned checks';
|
| | | $wb['bypass_header_checks_txt'] = 'Omleiding header checks';
|
| | | $wb['virus_quarantine_to_txt'] = 'Doorsturen virus naar e-mailadres';
|
| | | $wb['spam_quarantine_to_txt'] = 'Doorsturen spam naar e-mailadres';
|
| | | $wb['banned_quarantine_to_txt'] = 'Doorsturen banned naar e-mailadres';
|
| | | $wb['bad_header_quarantine_to_txt'] = 'Doorsturen bad header naar e-mailadres';
|
| | | $wb['clean_quarantine_to_txt'] = 'Doorsturen clean naar e-mailadres';
|
| | | $wb['other_quarantine_to_txt'] = 'Doorsturen overige naar e-mailadres';
|
| | | $wb['spam_tag_level_txt'] = 'SPAM tag niveau';
|
| | | $wb['spam_tag2_level_txt'] = 'SPAM tag2 niveau';
|
| | | $wb['spam_kill_level_txt'] = 'SPAM kill niveau';
|
| | | $wb['spam_dsn_cutoff_level_txt'] = 'SPAM dsn cutoff niveau';
|
| | | $wb['spam_quarantine_cutoff_level_txt'] = 'SPAM quarantine cutoff niveau';
|
| | | $wb['spam_modifies_subj_txt'] = 'SPAM onderwerp wijziging';
|
| | | $wb['spam_subject_tag_txt'] = 'SPAM onderwerp tag';
|
| | | $wb['spam_subject_tag2_txt'] = 'SPAM onderwerp tag2';
|
| | | $wb['addr_extension_virus_txt'] = 'Addr. extensie virus';
|
| | | $wb['addr_extension_spam_txt'] = 'Addr. extensie SPAM';
|
| | | $wb['addr_extension_banned_txt'] = 'Addr. extensie banned';
|
| | | $wb['addr_extension_bad_header_txt'] = 'Addr. extensie bad header';
|
| | | $wb['warnvirusrecip_txt'] = 'Waarschuw virus geadresseerde';
|
| | | $wb['warnbannedrecip_txt'] = 'Waarschuw banned geadresseerde';
|
| | | $wb['warnbadhrecip_txt'] = 'Waarschuw bad header geadresseerde';
|
| | | $wb['newvirus_admin_txt'] = 'Nieuw virus admin';
|
| | | $wb['virus_admin_txt'] = 'Virus admin';
|
| | | $wb['banned_admin_txt'] = 'Banned admin';
|
| | | $wb['bad_header_admin_txt'] = 'Bad header admin';
|
| | | $wb['spam_admin_txt'] = 'SPAM admin';
|
| | | $wb['message_size_limit_txt'] = 'Berichtgrootte limiet';
|
| | | $wb['banned_rulenames_txt'] = 'Verboden regelnaam';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['policy_name_txt'] = 'Policy Naam'; |
| | | $wb['virus_lover_txt'] = 'Virus liefhebber'; |
| | | $wb['spam_lover_txt'] = 'SPAM liefhebber'; |
| | | $wb['banned_files_lover_txt'] = 'Banned bestand liefhebber'; |
| | | $wb['bad_header_lover_txt'] = 'Bad header liefhebber'; |
| | | $wb['bypass_virus_checks_txt'] = 'Omleiding virus checks'; |
| | | $wb['bypass_banned_checks_txt'] = 'Omleiding banned checks'; |
| | | $wb['bypass_header_checks_txt'] = 'Omleiding header checks'; |
| | | $wb['virus_quarantine_to_txt'] = 'Doorsturen virus naar e-mailadres'; |
| | | $wb['spam_quarantine_to_txt'] = 'Doorsturen spam naar e-mailadres'; |
| | | $wb['banned_quarantine_to_txt'] = 'Doorsturen banned naar e-mailadres'; |
| | | $wb['bad_header_quarantine_to_txt'] = 'Doorsturen bad header naar e-mailadres'; |
| | | $wb['clean_quarantine_to_txt'] = 'Doorsturen clean naar e-mailadres'; |
| | | $wb['other_quarantine_to_txt'] = 'Doorsturen overige naar e-mailadres'; |
| | | $wb['spam_tag_level_txt'] = 'SPAM tag niveau'; |
| | | $wb['spam_tag2_level_txt'] = 'SPAM tag2 niveau'; |
| | | $wb['spam_kill_level_txt'] = 'SPAM kill niveau'; |
| | | $wb['spam_dsn_cutoff_level_txt'] = 'SPAM dsn cutoff niveau'; |
| | | $wb['spam_quarantine_cutoff_level_txt'] = 'SPAM quarantine cutoff niveau'; |
| | | $wb['spam_modifies_subj_txt'] = 'SPAM onderwerp wijziging'; |
| | | $wb['spam_subject_tag_txt'] = 'SPAM onderwerp tag'; |
| | | $wb['spam_subject_tag2_txt'] = 'SPAM onderwerp tag2'; |
| | | $wb['addr_extension_virus_txt'] = 'Addr. extensie virus'; |
| | | $wb['addr_extension_spam_txt'] = 'Addr. extensie SPAM'; |
| | | $wb['addr_extension_banned_txt'] = 'Addr. extensie banned'; |
| | | $wb['addr_extension_bad_header_txt'] = 'Addr. extensie bad header'; |
| | | $wb['warnvirusrecip_txt'] = 'Waarschuw virus geadresseerde'; |
| | | $wb['warnbannedrecip_txt'] = 'Waarschuw banned geadresseerde'; |
| | | $wb['warnbadhrecip_txt'] = 'Waarschuw bad header geadresseerde'; |
| | | $wb['newvirus_admin_txt'] = 'Nieuw virus admin'; |
| | | $wb['virus_admin_txt'] = 'Virus admin'; |
| | | $wb['banned_admin_txt'] = 'Banned admin'; |
| | | $wb['bad_header_admin_txt'] = 'Bad header admin'; |
| | | $wb['spam_admin_txt'] = 'SPAM admin'; |
| | | $wb['message_size_limit_txt'] = 'Berichtgrootte limiet'; |
| | | $wb['banned_rulenames_txt'] = 'Verboden regelnaam'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Spamfilter policy';
|
| | | $wb['policy_name_txt'] = 'Naam';
|
| | | $wb['virus_lover_txt'] = 'Virus liefhebber';
|
| | | $wb['spam_lover_txt'] = 'Spam liefhebber';
|
| | | $wb['banned_files_lover_txt'] = 'Verbannen bestanden liefhebbers';
|
| | | $wb['bad_header_lover_txt'] = 'Verbannen header liefhebbers';
|
| | | $wb['add_new_record_txt'] = 'Policy record toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Spamfilter policy'; |
| | | $wb['policy_name_txt'] = 'Naam'; |
| | | $wb['virus_lover_txt'] = 'Virus liefhebber'; |
| | | $wb['spam_lover_txt'] = 'Spam liefhebber'; |
| | | $wb['banned_files_lover_txt'] = 'Verbannen bestanden liefhebbers'; |
| | | $wb['bad_header_lover_txt'] = 'Verbannen header liefhebbers'; |
| | | $wb['add_new_record_txt'] = 'Policy record toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['priority_txt'] = 'Prioriteit';
|
| | | $wb['policy_id_txt'] = 'Policy';
|
| | | $wb['email_txt'] = 'E-mail (patroon)';
|
| | | $wb['fullname_txt'] = 'Naam';
|
| | | $wb['local_txt'] = 'Lokaal';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['priority_txt'] = 'Prioriteit'; |
| | | $wb['policy_id_txt'] = 'Policy'; |
| | | $wb['email_txt'] = 'E-mail (patroon)'; |
| | | $wb['fullname_txt'] = 'Naam'; |
| | | $wb['local_txt'] = 'Lokaal'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Spamfilter gebruikers';
|
| | | $wb['local_txt'] = 'Lokaal';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['priority_txt'] = 'Prioriteit';
|
| | | $wb['policy_id_txt'] = 'Policy';
|
| | | $wb['fullname_txt'] = 'Naam';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['add_new_record_txt'] = 'Spamfilter gebruiker toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Spamfilter gebruikers'; |
| | | $wb['local_txt'] = 'Lokaal'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['priority_txt'] = 'Prioriteit'; |
| | | $wb['policy_id_txt'] = 'Policy'; |
| | | $wb['fullname_txt'] = 'Naam'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['add_new_record_txt'] = 'Spamfilter gebruiker toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['wb_txt'] = 'wb';
|
| | | $wb['rid_txt'] = 'Gebruiker';
|
| | | $wb['email_txt'] = 'E-mail';
|
| | | $wb['priority_txt'] = 'Prioriteit';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_spamfilter_wblist_txt'] = 'Het max. aantal white- en blacklist-records van uw account is bereikt.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['wb_txt'] = 'wb'; |
| | | $wb['rid_txt'] = 'Gebruiker'; |
| | | $wb['email_txt'] = 'E-mail'; |
| | | $wb['priority_txt'] = 'Prioriteit'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Het max. aantal white- en blacklist-records van uw account is bereikt.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Spamfilter whitelist';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['priority_txt'] = 'Prioriteit';
|
| | | $wb['rid_txt'] = 'Gebruiker';
|
| | | $wb['email_txt'] = 'Whitelisted e-mail';
|
| | | $wb['add_new_record_txt'] = 'Whitelist record toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Spamfilter whitelist'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['priority_txt'] = 'Prioriteit'; |
| | | $wb['rid_txt'] = 'Gebruiker'; |
| | | $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'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['Memory usage'] = 'Geheugengebruik';
|
| | | $wb['Server online since'] = 'Server online sinds';
|
| | | $wb['Users online'] = 'Gebruikers online';
|
| | | $wb['System load 1 minute'] = 'System load 1 minuut';
|
| | | $wb['System load 5 minutes'] = 'System load 5 minuten';
|
| | | $wb['System load 15 minutes'] = 'System load 15 minuten';
|
| | | $wb['Server Load'] = 'Server Load';
|
| | | $wb['Disk usage'] = 'Schrijfruimte gebruik';
|
| | | $wb['no_data_serverload_txt'] = 'Er zijn op dit moment geen gegevens van de server load. Probeer het later opnieuw.';
|
| | | $wb['no_data_memusage_txt'] = 'Er zijn op dit moment geen gegevens van het geheugengebruik. Probeer het later opnieuw.';
|
| | | $wb['no_data_diskusage_txt'] = 'Er zijn op dit moment geen gegevens van het schijfruimte gebruik. Probeer het later opnieuw.';
|
| | | $wb['no_data_cpuinfo_txt'] = 'Er is op dit moment geen informatie over de CPU beschikbaar. Probeer het later opnieuw.';
|
| | | $wb['no_data_services_txt'] = 'Er zijn op dit moment geen gegevens beschikbaar van de services. Probeer het later opnieuw.';
|
| | | $wb['no_logdata_txt'] = 'Er zijn op dit moment geen logboekgegevens beschikbaar. Probeer het later opnieuw.';
|
| | | $wb['Monitoring'] = 'Controle';
|
| | | $wb['Server to Monitor'] = 'Details-status server';
|
| | | $wb['Logfiles'] = 'Toon logbestanden';
|
| | | $wb['Status of services'] = 'Status van de services';
|
| | | $wb['No Refresh'] = 'Niet vernieuwen';
|
| | | $wb['minutes'] = 'minuten';
|
| | | $wb['Show Overview'] = 'Totaaloverzicht';
|
| | | $wb['System State (All Servers)'] = 'Statussen van alle servers';
|
| | | $wb['Hardware-Information'] = 'Hardware informatie';
|
| | | $wb['Show CPU info'] = 'CPU informatie';
|
| | | $wb['Server State'] = 'Server status';
|
| | | $wb['Show Update State'] = 'Updates';
|
| | | $wb['Show RAID state'] = 'RAID status';
|
| | | $wb['Show Server load'] = 'Server load';
|
| | | $wb['Show Disk usage'] = 'Schijfruimte gebruik';
|
| | | $wb['Show Memory usage'] = 'Geheugen gebruik';
|
| | | $wb['Show Services'] = 'Services';
|
| | | $wb['Show Mail-Queue'] = 'E-mail wachtrij';
|
| | | $wb['Show Mail-Log'] = 'E-Mail mail-log';
|
| | | $wb['Show Mail warn-Log'] = 'E-Mail warn-log';
|
| | | $wb['Show Mail err-Log'] = 'E-Mail mail-err-log';
|
| | | $wb['Show System-Log'] = 'Systeem logboek';
|
| | | $wb['Show Freshclam-Log'] = 'Freshclam-log';
|
| | | $wb['Show Clamav-Log'] = 'Clamav-Log';
|
| | | $wb['Show ISPConfig-Log'] = 'ISPConfig-log';
|
| | | $wb['Show RKHunter-Log'] = 'Rootkit Hunter-log';
|
| | | $wb['Show Jobqueue'] = 'ISPConfig taak-wachtrij';
|
| | | $wb['Show ISPC Cron-Log'] = 'ISPConfig Cron-log';
|
| | | $wb['no_data_updates_txt'] = 'Er zijn op dit moment geen gegevens beschikbaar. Probeer het later opnieuw.';
|
| | | $wb['no_data_raid_txt'] = 'Er is op dit moment geen RAID informatie bekend. Probeer het later opnieuw.';
|
| | | $wb['no_data_rkhunter_txt'] = 'Er is op dit moment geen informatie beschikbaar over de Rootkit Hunter. Probeer het later opnieuw.';
|
| | | $wb['no_data_mailq_txt'] = 'Er is op dit moment geen informatie van de mail wachtrij beschikbaar. Probeer het later opnieuw.';
|
| | | $wb['monitor_general_serverstate_txt'] = 'Server status';
|
| | | $wb['monitor_general_systemstate_txt'] = 'Systeemstatus';
|
| | | $wb['monitor_diskusage_filesystem_txt'] = 'Bestandssysteem';
|
| | | $wb['monitor_diskusage_type_txt'] = 'Type';
|
| | | $wb['monitor_diskusage_size_txt'] = 'Grootte';
|
| | | $wb['monitor_diskusage_used_txt'] = 'Gebruikt';
|
| | | $wb['monitor_diskusage_available_txt'] = 'Beschikbaar';
|
| | | $wb['monitor_diskusage_usage_txt'] = '% Gebruikt';
|
| | | $wb['monitor_diskusage_mounted_txt'] = 'Gekoppeld aan';
|
| | | $wb['monitor_logs_mail_txt'] = 'Mail - Log';
|
| | | $wb['monitor_logs_mailwarn_txt'] = 'Mail-Warn - Log';
|
| | | $wb['monitor_logs_mailerr_txt'] = 'Mail-Error - Log';
|
| | | $wb['monitor_logs_messages_txt'] = 'Systemberichten - Log';
|
| | | $wb['monitor_logs_ispccron_txt'] = 'ISPConfig Cron - Log';
|
| | | $wb['monitor_logs_freshclam_txt'] = 'Freshclam - Log';
|
| | | $wb['monitor_logs_clamav_txt'] = 'Clamav - Log';
|
| | | $wb['monitor_logs_ispc_txt'] = 'ISPConfig - Log';
|
| | | $wb['monitor_nomdadm_txt'] = 'mdadm is niet geinstalleerd of deze server ondersteunt/gebruikt geen software RAID.';
|
| | | $wb['monitor_norkhunter_txt'] = 'RKHunter is niet geinstalleerd. Hierdoor is er geen informatie beschikbaar.';
|
| | | $wb['monitor_serverstate_server_txt'] = 'Server';
|
| | | $wb['monitor_serverstate_state_txt'] = 'status';
|
| | | $wb['monitor_serverstate_unknown_txt'] = 'onbekend';
|
| | | $wb['monitor_serverstate_info_txt'] = 'info';
|
| | | $wb['monitor_serverstate_warning_txt'] = 'waarschuwing';
|
| | | $wb['monitor_serverstate_critical_txt'] = 'kritiek';
|
| | | $wb['monitor_serverstate_error_txt'] = 'fout';
|
| | | $wb['monitor_serverstate_moreinfo_txt'] = 'Meer informatie...';
|
| | | $wb['monitor_serverstate_more_txt'] = 'Meer...';
|
| | | $wb['monitor_serverstate_fclamok_txt'] = 'Anti-virus beveiliging werkt correct.';
|
| | | $wb['monitor_serverstate_fclamoutdated_txt'] = 'Anti-virus software is verouderd.';
|
| | | $wb['monitor_serverstate_fclamunknown_txt'] = 'Freshclam: ???!';
|
| | | $wb['monitor_serverstate_hdok_txt'] = 'Harde schijf status is OK';
|
| | | $wb['monitor_serverstate_hdgoingfull_txt'] = 'Schrijfruimte raakt geleidelijk vol';
|
| | | $wb['monitor_serverstate_hdnearlyfull_txt'] = 'Er is nauwelijks schijfruimte beschikbaar';
|
| | | $wb['monitor_serverstate_hdveryfull_txt'] = 'Er is zeer weinig schijfruimte beschikbaar';
|
| | | $wb['monitor_serverstate_hdfull_txt'] = 'Er is geen schijfruimte beschikbaar';
|
| | | $wb['monitor_serverstate_hdunknown_txt'] = 'Harde schijf: ???';
|
| | | $wb['monitor_serverstate_listok_txt'] = 'ok';
|
| | | $wb['monitor_serverstate_listinfo_txt'] = 'info';
|
| | | $wb['monitor_serverstate_listwarning_txt'] = 'waarschuwing';
|
| | | $wb['monitor_serverstate_listcritical_txt'] = 'kritiek';
|
| | | $wb['monitor_serverstate_listerror_txt'] = 'fout';
|
| | | $wb['monitor_serverstate_listunknown_txt'] = 'onbekend';
|
| | | $wb['monitor_serverstate_loadok_txt'] = 'Server load binnen veilige marges';
|
| | | $wb['monitor_serverstate_loadheavy_txt'] = 'Server wordt bovengemiddeld belast';
|
| | | $wb['monitor_serverstate_loadhigh_txt'] = 'Server wordt zwaar belast';
|
| | | $wb['monitor_serverstate_loaghigher_txt'] = 'Server wordt erg zwaar belast';
|
| | | $wb['monitor_serverstate_loadhighest_txt'] = 'Server wordt zeer zwaar belast';
|
| | | $wb['monitor_serverstate_loadunknown_txt'] = 'Server load: ???';
|
| | | $wb['monitor_serverstate_mailqok_txt'] = 'Mailq load binnen veilige marges';
|
| | | $wb['monitor_serverstate_mailqheavy_txt'] = 'Mailq wordt bovengemiddeld belast';
|
| | | $wb['monitor_serverstate_mailqhigh_txt'] = 'Your Mailq wordt zwaar belast';
|
| | | $wb['monitor_serverstate_mailqhigher_txt'] = 'Your Mailq wordt erg zwaar belast';
|
| | | $wb['monitor_serverstate_mailqhighest_txt'] = 'Your Mailq wordt zeer zwaar belast';
|
| | | $wb['monitor_serverstate_mailqunknown_txt'] = 'Mailq: ???';
|
| | | $wb['monitor_serverstate_raidok_txt'] = 'RAID functioneert correct';
|
| | | $wb['monitor_serverstate_raidresync_txt'] = 'RAID-array wordt gesynchroniseerd (RESYNC mode)';
|
| | | $wb['monitor_serverstate_raidfault_txt'] = 'RAID-array heeft een defecte schijf. Zo spoedig mogelijk vervangen!';
|
| | | $wb['monitor_serverstate_raiderror_txt'] = 'RAID-configuratie is uitgeschakeld!';
|
| | | $wb['monitor_serverstate_raidunknown_txt'] = 'RAID status: ???';
|
| | | $wb['monitor_serverstate_servicesonline_txt'] = 'Alle vereiste services zijn online';
|
| | | $wb['monitor_serverstate_servicesoffline_txt'] = 'Een of meerdere vereiste services zijn offline';
|
| | | $wb['monitor_serverstate_servicesunknown_txt'] = 'Services :???';
|
| | | $wb['monitor_serverstate_syslogok_txt'] = 'Systeem logboek is ok';
|
| | | $wb['monitor_serverstate_syslogwarning_txt'] = 'Er komen waarschuwingen voor in System-Log';
|
| | | $wb['monitor_serverstate_syslogerror_txt'] = 'Er komen fouten voor in System-Log';
|
| | | $wb['monitor_serverstate_syslogunknown_txt'] = 'sys-log:???';
|
| | | $wb['monitor_serverstate_updatesok_txt'] = 'Systeem is up-to-date';
|
| | | $wb['monitor_serverstate_updatesneeded_txt'] = 'Een of meerdere onderdelen moeten worden bijgewerkt';
|
| | | $wb['monitor_serverstate_updatesunknown_txt'] = 'Systeem-Update:???';
|
| | | $wb['monitor_services_online_txt'] = 'Online';
|
| | | $wb['monitor_services_offline_txt'] = 'Offline';
|
| | | $wb['monitor_services_web_txt'] = 'Web Server:';
|
| | | $wb['monitor_services_ftp_txt'] = 'FTP Server:';
|
| | | $wb['monitor_services_smtp_txt'] = 'SMTP Server:';
|
| | | $wb['monitor_services_pop_txt'] = 'POP3 Server:';
|
| | | $wb['monitor_services_imap_txt'] = 'IMAP Server:';
|
| | | $wb['monitor_services_mydns_txt'] = 'myDNS Server:';
|
| | | $wb['monitor_services_mysql_txt'] = 'MySQL Server:';
|
| | | $wb['monitor_settings_datafromdate_txt'] = 'Data vanaf: ';
|
| | | $wb['monitor_settings_datetimeformat_txt'] = 'Y-m-d H:i';
|
| | | $wb['monitor_settings_refreshsq_txt'] = 'Vernieuwingsfrequentie:';
|
| | | $wb['monitor_settings_server_txt'] = 'Server';
|
| | | $wb['monitor_title_cpuinfo_txt'] = 'CPU Informatie';
|
| | | $wb['monitor_title_updatestate_txt'] = 'Status update';
|
| | | $wb['monitor_title_mailq_txt'] = 'E-mail wachtrij';
|
| | | $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';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['Memory usage'] = 'Geheugengebruik'; |
| | | $wb['Server online since'] = 'Server online sinds'; |
| | | $wb['Users online'] = 'Gebruikers online'; |
| | | $wb['System load 1 minute'] = 'System load 1 minuut'; |
| | | $wb['System load 5 minutes'] = 'System load 5 minuten'; |
| | | $wb['System load 15 minutes'] = 'System load 15 minuten'; |
| | | $wb['Server Load'] = 'Server Load'; |
| | | $wb['Disk usage'] = 'Schrijfruimte gebruik'; |
| | | $wb['no_data_serverload_txt'] = 'Er zijn op dit moment geen gegevens van de server load. Probeer het later opnieuw.'; |
| | | $wb['no_data_memusage_txt'] = 'Er zijn op dit moment geen gegevens van het geheugengebruik. Probeer het later opnieuw.'; |
| | | $wb['no_data_diskusage_txt'] = 'Er zijn op dit moment geen gegevens van het schijfruimte gebruik. Probeer het later opnieuw.'; |
| | | $wb['no_data_cpuinfo_txt'] = 'Er is op dit moment geen informatie over de CPU beschikbaar. Probeer het later opnieuw.'; |
| | | $wb['no_data_services_txt'] = 'Er zijn op dit moment geen gegevens beschikbaar van de services. Probeer het later opnieuw.'; |
| | | $wb['no_logdata_txt'] = 'Er zijn op dit moment geen logboekgegevens beschikbaar. Probeer het later opnieuw.'; |
| | | $wb['Monitoring'] = 'Controle'; |
| | | $wb['Server to Monitor'] = 'Details-status server'; |
| | | $wb['Logfiles'] = 'Toon logbestanden'; |
| | | $wb['Status of services'] = 'Status van de services'; |
| | | $wb['No Refresh'] = 'Niet vernieuwen'; |
| | | $wb['minutes'] = 'minuten'; |
| | | $wb['Show Overview'] = 'Totaaloverzicht'; |
| | | $wb['System State (All Servers)'] = 'Statussen van alle servers'; |
| | | $wb['Hardware-Information'] = 'Hardware informatie'; |
| | | $wb['Show CPU info'] = 'CPU informatie'; |
| | | $wb['Server State'] = 'Server status'; |
| | | $wb['Show Update State'] = 'Updates'; |
| | | $wb['Show RAID state'] = 'RAID status'; |
| | | $wb['Show Server load'] = 'Server load'; |
| | | $wb['Show Disk usage'] = 'Schijfruimte gebruik'; |
| | | $wb['Show Memory usage'] = 'Geheugen gebruik'; |
| | | $wb['Show Services'] = 'Services'; |
| | | $wb['Show Mail-Queue'] = 'E-mail wachtrij'; |
| | | $wb['Show Mail-Log'] = 'E-Mail mail-log'; |
| | | $wb['Show Mail warn-Log'] = 'E-Mail warn-log'; |
| | | $wb['Show Mail err-Log'] = 'E-Mail mail-err-log'; |
| | | $wb['Show System-Log'] = 'Systeem logboek'; |
| | | $wb['Show Freshclam-Log'] = 'Freshclam-log'; |
| | | $wb['Show Clamav-Log'] = 'Clamav-Log'; |
| | | $wb['Show ISPConfig-Log'] = 'ISPConfig-log'; |
| | | $wb['Show RKHunter-Log'] = 'Rootkit Hunter-log'; |
| | | $wb['Show Jobqueue'] = 'ISPConfig taak-wachtrij'; |
| | | $wb['Show ISPC Cron-Log'] = 'ISPConfig Cron-log'; |
| | | $wb['no_data_updates_txt'] = 'Er zijn op dit moment geen gegevens beschikbaar. Probeer het later opnieuw.'; |
| | | $wb['no_data_raid_txt'] = 'Er is op dit moment geen RAID informatie bekend. Probeer het later opnieuw.'; |
| | | $wb['no_data_rkhunter_txt'] = 'Er is op dit moment geen informatie beschikbaar over de Rootkit Hunter. Probeer het later opnieuw.'; |
| | | $wb['no_data_mailq_txt'] = 'Er is op dit moment geen informatie van de mail wachtrij beschikbaar. Probeer het later opnieuw.'; |
| | | $wb['monitor_general_serverstate_txt'] = 'Server status'; |
| | | $wb['monitor_general_systemstate_txt'] = 'Systeemstatus'; |
| | | $wb['monitor_diskusage_filesystem_txt'] = 'Bestandssysteem'; |
| | | $wb['monitor_diskusage_type_txt'] = 'Type'; |
| | | $wb['monitor_diskusage_size_txt'] = 'Grootte'; |
| | | $wb['monitor_diskusage_used_txt'] = 'Gebruikt'; |
| | | $wb['monitor_diskusage_available_txt'] = 'Beschikbaar'; |
| | | $wb['monitor_diskusage_usage_txt'] = '% Gebruikt'; |
| | | $wb['monitor_diskusage_mounted_txt'] = 'Gekoppeld aan'; |
| | | $wb['monitor_logs_mail_txt'] = 'Mail - Log'; |
| | | $wb['monitor_logs_mailwarn_txt'] = 'Mail-Warn - Log'; |
| | | $wb['monitor_logs_mailerr_txt'] = 'Mail-Error - Log'; |
| | | $wb['monitor_logs_messages_txt'] = 'Systemberichten - Log'; |
| | | $wb['monitor_logs_ispccron_txt'] = 'ISPConfig Cron - Log'; |
| | | $wb['monitor_logs_freshclam_txt'] = 'Freshclam - Log'; |
| | | $wb['monitor_logs_clamav_txt'] = 'Clamav - Log'; |
| | | $wb['monitor_logs_ispc_txt'] = 'ISPConfig - Log'; |
| | | $wb['monitor_nomdadm_txt'] = 'mdadm is niet geinstalleerd of deze server ondersteunt/gebruikt geen software RAID.'; |
| | | $wb['monitor_norkhunter_txt'] = 'RKHunter is niet geinstalleerd. Hierdoor is er geen informatie beschikbaar.'; |
| | | $wb['monitor_serverstate_server_txt'] = 'Server'; |
| | | $wb['monitor_serverstate_state_txt'] = 'status'; |
| | | $wb['monitor_serverstate_unknown_txt'] = 'onbekend'; |
| | | $wb['monitor_serverstate_info_txt'] = 'info'; |
| | | $wb['monitor_serverstate_warning_txt'] = 'waarschuwing'; |
| | | $wb['monitor_serverstate_critical_txt'] = 'kritiek'; |
| | | $wb['monitor_serverstate_error_txt'] = 'fout'; |
| | | $wb['monitor_serverstate_moreinfo_txt'] = 'Meer informatie...'; |
| | | $wb['monitor_serverstate_more_txt'] = 'Meer...'; |
| | | $wb['monitor_serverstate_fclamok_txt'] = 'Anti-virus beveiliging werkt correct.'; |
| | | $wb['monitor_serverstate_fclamoutdated_txt'] = 'Anti-virus software is verouderd.'; |
| | | $wb['monitor_serverstate_fclamunknown_txt'] = 'Freshclam: ???!'; |
| | | $wb['monitor_serverstate_hdok_txt'] = 'Harde schijf status is OK'; |
| | | $wb['monitor_serverstate_hdgoingfull_txt'] = 'Schrijfruimte raakt geleidelijk vol'; |
| | | $wb['monitor_serverstate_hdnearlyfull_txt'] = 'Er is nauwelijks schijfruimte beschikbaar'; |
| | | $wb['monitor_serverstate_hdveryfull_txt'] = 'Er is zeer weinig schijfruimte beschikbaar'; |
| | | $wb['monitor_serverstate_hdfull_txt'] = 'Er is geen schijfruimte beschikbaar'; |
| | | $wb['monitor_serverstate_hdunknown_txt'] = 'Harde schijf: ???'; |
| | | $wb['monitor_serverstate_listok_txt'] = 'ok'; |
| | | $wb['monitor_serverstate_listinfo_txt'] = 'info'; |
| | | $wb['monitor_serverstate_listwarning_txt'] = 'waarschuwing'; |
| | | $wb['monitor_serverstate_listcritical_txt'] = 'kritiek'; |
| | | $wb['monitor_serverstate_listerror_txt'] = 'fout'; |
| | | $wb['monitor_serverstate_listunknown_txt'] = 'onbekend'; |
| | | $wb['monitor_serverstate_loadok_txt'] = 'Server load binnen veilige marges'; |
| | | $wb['monitor_serverstate_loadheavy_txt'] = 'Server wordt bovengemiddeld belast'; |
| | | $wb['monitor_serverstate_loadhigh_txt'] = 'Server wordt zwaar belast'; |
| | | $wb['monitor_serverstate_loaghigher_txt'] = 'Server wordt erg zwaar belast'; |
| | | $wb['monitor_serverstate_loadhighest_txt'] = 'Server wordt zeer zwaar belast'; |
| | | $wb['monitor_serverstate_loadunknown_txt'] = 'Server load: ???'; |
| | | $wb['monitor_serverstate_mailqok_txt'] = 'Mailq load binnen veilige marges'; |
| | | $wb['monitor_serverstate_mailqheavy_txt'] = 'Mailq wordt bovengemiddeld belast'; |
| | | $wb['monitor_serverstate_mailqhigh_txt'] = 'Your Mailq wordt zwaar belast'; |
| | | $wb['monitor_serverstate_mailqhigher_txt'] = 'Your Mailq wordt erg zwaar belast'; |
| | | $wb['monitor_serverstate_mailqhighest_txt'] = 'Your Mailq wordt zeer zwaar belast'; |
| | | $wb['monitor_serverstate_mailqunknown_txt'] = 'Mailq: ???'; |
| | | $wb['monitor_serverstate_raidok_txt'] = 'RAID functioneert correct'; |
| | | $wb['monitor_serverstate_raidresync_txt'] = 'RAID-array wordt gesynchroniseerd (RESYNC mode)'; |
| | | $wb['monitor_serverstate_raidfault_txt'] = 'RAID-array heeft een defecte schijf. Zo spoedig mogelijk vervangen!'; |
| | | $wb['monitor_serverstate_raiderror_txt'] = 'RAID-configuratie is uitgeschakeld!'; |
| | | $wb['monitor_serverstate_raidunknown_txt'] = 'RAID status: ???'; |
| | | $wb['monitor_serverstate_servicesonline_txt'] = 'Alle vereiste services zijn online'; |
| | | $wb['monitor_serverstate_servicesoffline_txt'] = 'Een of meerdere vereiste services zijn offline'; |
| | | $wb['monitor_serverstate_servicesunknown_txt'] = 'Services :???'; |
| | | $wb['monitor_serverstate_syslogok_txt'] = 'Systeem logboek is ok'; |
| | | $wb['monitor_serverstate_syslogwarning_txt'] = 'Er komen waarschuwingen voor in System-Log'; |
| | | $wb['monitor_serverstate_syslogerror_txt'] = 'Er komen fouten voor in System-Log'; |
| | | $wb['monitor_serverstate_syslogunknown_txt'] = 'sys-log:???'; |
| | | $wb['monitor_serverstate_updatesok_txt'] = 'Systeem is up-to-date'; |
| | | $wb['monitor_serverstate_updatesneeded_txt'] = 'Een of meerdere onderdelen moeten worden bijgewerkt'; |
| | | $wb['monitor_serverstate_updatesunknown_txt'] = 'Systeem-Update:???'; |
| | | $wb['monitor_services_online_txt'] = 'Online'; |
| | | $wb['monitor_services_offline_txt'] = 'Offline'; |
| | | $wb['monitor_services_web_txt'] = 'Web Server:'; |
| | | $wb['monitor_services_ftp_txt'] = 'FTP Server:'; |
| | | $wb['monitor_services_smtp_txt'] = 'SMTP Server:'; |
| | | $wb['monitor_services_pop_txt'] = 'POP3 Server:'; |
| | | $wb['monitor_services_imap_txt'] = 'IMAP Server:'; |
| | | $wb['monitor_services_mydns_txt'] = 'myDNS Server:'; |
| | | $wb['monitor_services_mysql_txt'] = 'MySQL Server:'; |
| | | $wb['monitor_settings_datafromdate_txt'] = 'Data vanaf: '; |
| | | $wb['monitor_settings_datetimeformat_txt'] = 'Y-m-d H:i'; |
| | | $wb['monitor_settings_refreshsq_txt'] = 'Vernieuwingsfrequentie:'; |
| | | $wb['monitor_settings_server_txt'] = 'Server'; |
| | | $wb['monitor_title_cpuinfo_txt'] = 'CPU Informatie'; |
| | | $wb['monitor_title_updatestate_txt'] = 'Status update'; |
| | | $wb['monitor_title_mailq_txt'] = 'E-mail wachtrij'; |
| | | $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'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'ISPConfig taak-wachtrij';
|
| | | $wb['tstamp_txt'] = 'Datum';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['dbtable_txt'] = 'Database tabel';
|
| | | $wb['action_txt'] = 'Actie';
|
| | | $wb['status_txt'] = 'Status';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'ISPConfig taak-wachtrij'; |
| | | $wb['tstamp_txt'] = 'Datum'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['dbtable_txt'] = 'Database tabel'; |
| | | $wb['action_txt'] = 'Actie'; |
| | | $wb['status_txt'] = 'Status'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'ISPConfig logboek';
|
| | | $wb['tstamp_txt'] = 'Datum';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['loglevel_txt'] = 'Loglevel';
|
| | | $wb['message_txt'] = 'Bericht';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'ISPConfig logboek'; |
| | | $wb['tstamp_txt'] = 'Datum'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $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'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['Database'] = 'Databases';
|
| | | $wb['Options'] = 'Opties';
|
| | | $wb['Shell User'] = 'Shell gebruiker';
|
| | | $wb['Domain'] = 'Overzicht';
|
| | | $wb['Redirect'] = 'Redirect';
|
| | | $wb['SSL'] = 'SSL';
|
| | | $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';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['Database'] = 'Databases'; |
| | | $wb['Options'] = 'Opties'; |
| | | $wb['Shell User'] = 'Shell gebruiker'; |
| | | $wb['Domain'] = 'Overzicht'; |
| | | $wb['Redirect'] = 'Redirect'; |
| | | $wb['SSL'] = 'SSL'; |
| | | $wb['Subdomain'] = 'Website subdomeinen'; |
| | | $wb['Sites'] = 'Sites'; |
| | | $wb['Aliasdomain'] = 'Website domeinaliassen'; |
| | | $wb['FTP-User'] = 'FTP gebruikers'; |
| | | $wb['FTP'] = 'FTP'; |
| | | $wb['Shell-User'] = 'Shell gebruikers'; |
| | | $wb['Shell'] = 'Shell'; |
| | | $wb['Websites'] = 'Websites'; |
| | | $wb['Stats'] = 'Statistieken'; |
| | | $wb['Website'] = 'Website'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['parent_domain_id_txt'] = 'Website';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['client_txt'] = 'Klant';
|
| | | $wb['run_min_txt'] = 'Minuten';
|
| | | $wb['run_hour_txt'] = 'Uren';
|
| | | $wb['run_mday_txt'] = 'Dagen van maand';
|
| | | $wb['run_month_txt'] = 'Maanden';
|
| | | $wb['run_wday_txt'] = 'Dagen van week';
|
| | | $wb['command_txt'] = 'Uit te voeren commando<br />(Shell-commando -> sh, URL -> wget)';
|
| | | $wb['limit_cron_txt'] = 'Het max. aantal toegestane Cron taken is bereikt.';
|
| | | $wb['limit_cron_frequency_txt'] = 'De cronjob frequentie overschrijdt de toegestaande limiet.';
|
| | | $wb['run_min_error_format'] = 'Ongeldige indeling voor minuten.';
|
| | | $wb['run_hour_error_format'] = 'Ongeldige indeling voor uren.';
|
| | | $wb['run_mday_error_format'] = 'Ongeldige indeling voor dagen van maand.';
|
| | | $wb['run_month_error_format'] = 'Ongeldige indeling maand.';
|
| | | $wb['run_wday_error_format'] = 'Ongeldige indeling voor dagen van week.';
|
| | | $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.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['client_txt'] = 'Klant'; |
| | | $wb['run_min_txt'] = 'Minuten'; |
| | | $wb['run_hour_txt'] = 'Uren'; |
| | | $wb['run_mday_txt'] = 'Dagen van maand'; |
| | | $wb['run_month_txt'] = 'Maanden'; |
| | | $wb['run_wday_txt'] = 'Dagen van week'; |
| | | $wb['command_txt'] = 'Uit te voeren commando<br />(Shell-commando -> sh, URL -> wget)'; |
| | | $wb['limit_cron_txt'] = 'Het max. aantal toegestane Cron taken is bereikt.'; |
| | | $wb['limit_cron_frequency_txt'] = 'De cronjob frequentie overschrijdt de toegestaande limiet.'; |
| | | $wb['run_min_error_format'] = 'Ongeldige indeling voor minuten.'; |
| | | $wb['run_hour_error_format'] = 'Ongeldige indeling voor uren.'; |
| | | $wb['run_mday_error_format'] = 'Ongeldige indeling voor dagen van maand.'; |
| | | $wb['run_month_error_format'] = 'Ongeldige indeling maand.'; |
| | | $wb['run_wday_error_format'] = 'Ongeldige indeling voor dagen van week.'; |
| | | $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.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Cron takenoverzicht';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['run_min_txt'] = 'Minuut';
|
| | | $wb['run_hour_txt'] = 'Uur';
|
| | | $wb['run_mday_txt'] = 'Dag van maand';
|
| | | $wb['run_month_txt'] = 'Maand';
|
| | | $wb['run_wday_txt'] = 'Dag van week';
|
| | | $wb['command_txt'] = 'Commando';
|
| | | $wb['add_new_cron_txt'] = 'Nieuwe Cron taak toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Cron takenoverzicht'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['run_min_txt'] = 'Minuut'; |
| | | $wb['run_hour_txt'] = 'Uur'; |
| | | $wb['run_mday_txt'] = 'Dag van maand'; |
| | | $wb['run_month_txt'] = 'Maand'; |
| | | $wb['run_wday_txt'] = 'Dag van week'; |
| | | $wb['command_txt'] = 'Commando'; |
| | | $wb['add_new_cron_txt'] = 'Nieuwe Cron taak toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['database_name_txt'] = 'Databasenaam';
|
| | | $wb['database_user_txt'] = 'Database gebruikersnaam';
|
| | | $wb['database_password_txt'] = 'Database wachtwoord';
|
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte';
|
| | | $wb['database_charset_txt'] = 'Database karakterset';
|
| | | $wb['remote_access_txt'] = 'Externe toegang';
|
| | | $wb['client_txt'] = 'Klant';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['database_name_error_empty'] = 'Databasenaam is leeg.';
|
| | | $wb['database_name_error_unique'] = 'De databasenaam is al in gebruik. Kies een andere naam. U zou bijv. ook uw domeinnaam als databasenaam kunnen gebruiken.';
|
| | | $wb['database_name_error_regex'] = 'Ongeldige databasenaam. Gebruik alleen deze karakters: a-z, A-Z, 0-9 en de underscore. Lengte: 2 - 64 karakters.';
|
| | | $wb['database_user_error_empty'] = 'Gebruikersnaam niet ingevuld.';
|
| | | $wb['database_user_error_unique'] = 'Er bestaat al een database gebruiker met deze naam op de server. Om een unieke naam te verkrijgen, kunt u bijv. uw domeinnaam als gebruikersnaam gebruiken.';
|
| | | $wb['database_user_error_regex'] = 'Ongeldige gebruikersnaam. Gebruik alleen deze karakters: a-z, A-Z, 0-9 en de underscore. Lengte: 2 - 64 karakters.';
|
| | | $wb['limit_database_txt'] = 'The max. aantal databases is bereikt.';
|
| | | $wb['database_name_change_txt'] = 'De databasenaam kan niet worden gewijzigd.';
|
| | | $wb['database_charset_change_txt'] = 'De database karakterset kan niet gewijzigd worden.';
|
| | | $wb['remote_ips_txt'] = 'Externe toegang IP-adressen.<br />(Komma-gescheiden, lege waarden = iedereen accepteren)';
|
| | | $wb['database_remote_error_ips'] = 'Tenminste 1 IP-adres is ongeldig.';
|
| | | $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.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['database_name_txt'] = 'Databasenaam'; |
| | | $wb['database_user_txt'] = 'Database gebruikersnaam'; |
| | | $wb['database_password_txt'] = 'Database wachtwoord'; |
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte'; |
| | | $wb['database_charset_txt'] = 'Database karakterset'; |
| | | $wb['remote_access_txt'] = 'Externe toegang'; |
| | | $wb['client_txt'] = 'Klant'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['database_name_error_empty'] = 'Databasenaam is leeg.'; |
| | | $wb['database_name_error_unique'] = 'De databasenaam is al in gebruik. Kies een andere naam. U zou bijv. ook uw domeinnaam als databasenaam kunnen gebruiken.'; |
| | | $wb['database_name_error_regex'] = 'Ongeldige databasenaam. Gebruik alleen deze karakters: a-z, A-Z, 0-9 en de underscore. Lengte: 2 - 64 karakters.'; |
| | | $wb['database_user_error_empty'] = 'Gebruikersnaam niet ingevuld.'; |
| | | $wb['database_user_error_unique'] = 'Er bestaat al een database gebruiker met deze naam op de server. Om een unieke naam te verkrijgen, kunt u bijv. uw domeinnaam als gebruikersnaam gebruiken.'; |
| | | $wb['database_user_error_regex'] = 'Ongeldige gebruikersnaam. Gebruik alleen deze karakters: a-z, A-Z, 0-9 en de underscore. Lengte: 2 - 64 karakters.'; |
| | | $wb['limit_database_txt'] = 'The max. aantal databases is bereikt.'; |
| | | $wb['database_name_change_txt'] = 'De databasenaam kan niet worden gewijzigd.'; |
| | | $wb['database_charset_change_txt'] = 'De database karakterset kan niet gewijzigd worden.'; |
| | | $wb['remote_ips_txt'] = 'Externe toegang IP-adressen.<br />(Komma-gescheiden, lege waarden = iedereen accepteren)'; |
| | | $wb['database_remote_error_ips'] = 'Tenminste 1 IP-adres is ongeldig.'; |
| | | $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.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Databases';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['remote_access_txt'] = 'Externe toegang';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['database_name_txt'] = 'Databasenaam';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe database toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Databases'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['remote_access_txt'] = 'Externe toegang'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['database_name_txt'] = 'Databasenaam'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe database toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['uid_txt'] = 'UID';
|
| | | $wb['gid_txt'] = 'GID';
|
| | | $wb['dir_txt'] = 'Directory';
|
| | | $wb['quota_files_txt'] = '# Bestanden';
|
| | | $wb['ul_ratio_txt'] = 'Upload-limiet';
|
| | | $wb['dl_ratio_txt'] = 'Download-limiet';
|
| | | $wb['ul_bandwidth_txt'] = 'Max. upload snelheid';
|
| | | $wb['dl_bandwidth_txt'] = 'Max. download snelheid';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['parent_domain_id_txt'] = 'Website';
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['password_txt'] = 'Wachtwoord';
|
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte';
|
| | | $wb['quota_size_txt'] = 'Schijfruimte-limiet';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['limit_ftp_user_txt'] = 'Het max. aantal FTP gebruikers voor uw account is bereikt.';
|
| | | $wb['username_error_empty'] = 'Gebruikersnaam is leeg.';
|
| | | $wb['username_error_unique'] = 'De gebruikersnaam moet uniek zijn.';
|
| | | $wb['username_error_regex'] = 'De gebruikersnaam bevat ongeldige karakters.';
|
| | | $wb['quota_size_error_empty'] = 'Schijfruimte-limiet is leeg.';
|
| | | $wb['uid_error_empty'] = 'GID is leeg.';
|
| | | $wb['directory_error_empty'] = 'Directory is leeg.';
|
| | | $wb['quota_files_unity_txt'] = 'bestanden';
|
| | | $wb['directory_error_notinweb'] = 'Directory is niet binnen de website-root directory.';
|
| | | $wb['parent_domain_id_error_empty'] = 'Geen website geselecteerd.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['uid_txt'] = 'UID'; |
| | | $wb['gid_txt'] = 'GID'; |
| | | $wb['dir_txt'] = 'Directory'; |
| | | $wb['quota_files_txt'] = '# Bestanden'; |
| | | $wb['ul_ratio_txt'] = 'Upload-limiet'; |
| | | $wb['dl_ratio_txt'] = 'Download-limiet'; |
| | | $wb['ul_bandwidth_txt'] = 'Max. upload snelheid'; |
| | | $wb['dl_bandwidth_txt'] = 'Max. download snelheid'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | $wb['password_txt'] = 'Wachtwoord'; |
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte'; |
| | | $wb['quota_size_txt'] = 'Schijfruimte-limiet'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['limit_ftp_user_txt'] = 'Het max. aantal FTP gebruikers voor uw account is bereikt.'; |
| | | $wb['username_error_empty'] = 'Gebruikersnaam is leeg.'; |
| | | $wb['username_error_unique'] = 'De gebruikersnaam moet uniek zijn.'; |
| | | $wb['username_error_regex'] = 'De gebruikersnaam bevat ongeldige karakters.'; |
| | | $wb['quota_size_error_empty'] = 'Schijfruimte-limiet is leeg.'; |
| | | $wb['uid_error_empty'] = 'GID is leeg.'; |
| | | $wb['directory_error_empty'] = 'Directory is leeg.'; |
| | | $wb['quota_files_unity_txt'] = 'bestanden'; |
| | | $wb['directory_error_notinweb'] = 'Directory is niet binnen de website-root directory.'; |
| | | $wb['parent_domain_id_error_empty'] = 'Geen website geselecteerd.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'FTP gebruikers';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['parent_domain_id_txt'] = 'Website';
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe FTP-gebruiker toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'FTP gebruikers'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe FTP-gebruiker toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['uid_txt'] = 'Website gebruikersnaam';
|
| | | $wb['gid_txt'] = 'Website groep';
|
| | | $wb['shell_txt'] = 'Shell';
|
| | | $wb['dir_txt'] = 'Directory';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['parent_domain_id_txt'] = 'Website';
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['password_txt'] = 'Wachtwoord';
|
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte';
|
| | | $wb['chroot_txt'] = 'Chroot Shell';
|
| | | $wb['quota_size_txt'] = 'Schijfruimte limiet';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['username_error_empty'] = 'Gebruikersnaam is leeg.';
|
| | | $wb['username_error_unique'] = 'De gebruikersnaam moet uniek zijn.';
|
| | | $wb['username_error_regex'] = 'De gebruikersnaam bevat karakters die niet zijn toegestaan.';
|
| | | $wb['quota_size_error_empty'] = 'Schijfruimte limiet is leeg.';
|
| | | $wb['uid_error_empty'] = 'GID leeg.';
|
| | | $wb['directory_error_empty'] = 'Directory leeg.';
|
| | | $wb['limit_shell_user_txt'] = 'Het maximum aantal shell gebruikers is bereikt.';
|
| | | $wb['parent_domain_id_error_empty'] = 'Geen website geselecteerd.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['uid_txt'] = 'Website gebruikersnaam'; |
| | | $wb['gid_txt'] = 'Website groep'; |
| | | $wb['shell_txt'] = 'Shell'; |
| | | $wb['dir_txt'] = 'Directory'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | $wb['password_txt'] = 'Wachtwoord'; |
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte'; |
| | | $wb['chroot_txt'] = 'Chroot Shell'; |
| | | $wb['quota_size_txt'] = 'Schijfruimte limiet'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['username_error_empty'] = 'Gebruikersnaam is leeg.'; |
| | | $wb['username_error_unique'] = 'De gebruikersnaam moet uniek zijn.'; |
| | | $wb['username_error_regex'] = 'De gebruikersnaam bevat karakters die niet zijn toegestaan.'; |
| | | $wb['quota_size_error_empty'] = 'Schijfruimte limiet is leeg.'; |
| | | $wb['uid_error_empty'] = 'GID leeg.'; |
| | | $wb['directory_error_empty'] = 'Directory leeg.'; |
| | | $wb['limit_shell_user_txt'] = 'Het maximum aantal shell gebruikers is bereikt.'; |
| | | $wb['parent_domain_id_error_empty'] = 'Geen website geselecteerd.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Shell gebruikers';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['parent_domain_id_txt'] = 'Website';
|
| | | $wb['username_txt'] = 'Gebruikersnaam';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe Shell gebruiker toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Shell gebruikers'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['username_txt'] = 'Gebruikersnaam'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe Shell gebruiker toevoegen'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Website domeinaliassen';
|
| | | $wb['active_txt'] = 'Actief';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['parent_domain_id_txt'] = 'Website';
|
| | | $wb['domain_txt'] = 'Domeinalias';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe domeinalias toevoegen';
|
| | | $wb['domain_error_empty'] = 'Domein is leeg.';
|
| | | $wb['domain_error_unique'] = 'Domein moet uniek zijn.';
|
| | | $wb['domain_error_regex'] = 'Domeinnaam is ongeldig.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Website domeinaliassen'; |
| | | $wb['active_txt'] = 'Actief'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['domain_txt'] = 'Domeinalias'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe domeinalias toevoegen'; |
| | | $wb['domain_error_empty'] = 'Domein is leeg.'; |
| | | $wb['domain_error_unique'] = 'Domein moet uniek zijn.'; |
| | | $wb['domain_error_regex'] = 'Domeinnaam is ongeldig.'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['ssl_state_txt'] = 'Provincie';
|
| | | $wb['ssl_locality_txt'] = 'Plaats';
|
| | | $wb['ssl_organisation_txt'] = 'Organisatie';
|
| | | $wb['ssl_organisation_unit_txt'] = 'Organisatie afdeling';
|
| | | $wb['ssl_country_txt'] = 'Land';
|
| | | $wb['ssl_request_txt'] = 'SSL verzoek';
|
| | | $wb['ssl_cert_txt'] = 'SSL certificaat';
|
| | | $wb['ssl_bundle_txt'] = 'SSL bundel';
|
| | | $wb['ssl_action_txt'] = 'SSL actie';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['domain_txt'] = 'Domeinnaam';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['parent_domain_id_txt'] = 'Koppelen aan website';
|
| | | $wb['redirect_type_txt'] = 'Redirect type';
|
| | | $wb['redirect_path_txt'] = 'Redirect pad';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['document_root_txt'] = 'Documentroot';
|
| | | $wb['system_user_txt'] = 'Linux gebruiker';
|
| | | $wb['system_group_txt'] = 'Linux groep';
|
| | | $wb['ip_address_txt'] = 'IP-adres';
|
| | | $wb['vhost_type_txt'] = 'VHost type';
|
| | | $wb['hd_quota_txt'] = 'Schijfruimte limiet';
|
| | | $wb['traffic_quota_txt'] = 'Dataverkeer limiet';
|
| | | $wb['cgi_txt'] = 'CGI scripts';
|
| | | $wb['ssi_txt'] = 'SSI (CGI)';
|
| | | $wb['ssl_txt'] = 'SSL';
|
| | | $wb['suexec_txt'] = 'SuEXEC';
|
| | | $wb['php_txt'] = 'PHP5 module';
|
| | | $wb['client_txt'] = 'Klant';
|
| | | $wb['limit_web_domain_txt'] = 'Het max. aantal web domeinen voor uw account is bereikt.';
|
| | | $wb['limit_web_aliasdomain_txt'] = 'Het max. aantal domeinaliassen voor uw account is bereikt.';
|
| | | $wb['limit_web_subdomain_txt'] = 'Het max. aantal web subdomeinen voor uw account is bereikt.';
|
| | | $wb['apache_directives_txt'] = 'Apache richtlijnen';
|
| | | $wb['domain_error_empty'] = 'Domeinnaam is leeg.';
|
| | | $wb['domain_error_unique'] = 'Domein moet uniek zijn.';
|
| | | $wb['domain_error_regex'] = 'Domeinnaam is ongeldig.';
|
| | | $wb['hd_quota_error_empty'] = 'Schijfruimte limiet is leeg.';
|
| | | $wb['traffic_quota_error_empty'] = 'Dataverkeer limiet is leeg.';
|
| | | $wb['errordocs_txt'] = 'Eigen fout-paginas';
|
| | | $wb['error_ssl_state_empty'] = 'SSL: provincie is leeg.';
|
| | | $wb['error_ssl_locality_empty'] = 'SSL: plaats is leeg.';
|
| | | $wb['error_ssl_organisation_empty'] = 'SSL: organisatie is leeg.';
|
| | | $wb['error_ssl_organisation_unit_empty'] = 'SSL: organsatie afdeling is leeg.';
|
| | | $wb['error_ssl_country_empty'] = 'SSL: Land is leeg.';
|
| | | $wb['subdomain_txt'] = 'Automatische subdomeinen';
|
| | | $wb['client_group_id_txt'] = 'Klant';
|
| | | $wb['stats_password_txt'] = 'Website statistieken wachtwoord';
|
| | | $wb['ssl_domain_txt'] = 'SSL Domein';
|
| | | $wb['allow_override_txt'] = 'Optie: Allow Override';
|
| | | $wb['limit_web_quota_free_txt'] = 'Maximale beschikbare schijfruimte-gebruik';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['ssl_state_txt'] = 'Provincie'; |
| | | $wb['ssl_locality_txt'] = 'Plaats'; |
| | | $wb['ssl_organisation_txt'] = 'Organisatie'; |
| | | $wb['ssl_organisation_unit_txt'] = 'Organisatie afdeling'; |
| | | $wb['ssl_country_txt'] = 'Land'; |
| | | $wb['ssl_request_txt'] = 'SSL verzoek'; |
| | | $wb['ssl_cert_txt'] = 'SSL certificaat'; |
| | | $wb['ssl_bundle_txt'] = 'SSL bundel'; |
| | | $wb['ssl_action_txt'] = 'SSL actie'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domeinnaam'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['parent_domain_id_txt'] = 'Koppelen aan website'; |
| | | $wb['redirect_type_txt'] = 'Redirect type'; |
| | | $wb['redirect_path_txt'] = 'Redirect pad'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['document_root_txt'] = 'Documentroot'; |
| | | $wb['system_user_txt'] = 'Linux gebruiker'; |
| | | $wb['system_group_txt'] = 'Linux groep'; |
| | | $wb['ip_address_txt'] = 'IP-adres'; |
| | | $wb['vhost_type_txt'] = 'VHost type'; |
| | | $wb['hd_quota_txt'] = 'Schijfruimte limiet'; |
| | | $wb['traffic_quota_txt'] = 'Dataverkeer limiet'; |
| | | $wb['cgi_txt'] = 'CGI scripts'; |
| | | $wb['ssi_txt'] = 'SSI (CGI)'; |
| | | $wb['ssl_txt'] = 'SSL'; |
| | | $wb['suexec_txt'] = 'SuEXEC'; |
| | | $wb['php_txt'] = 'PHP5 module'; |
| | | $wb['client_txt'] = 'Klant'; |
| | | $wb['limit_web_domain_txt'] = 'Het max. aantal web domeinen voor uw account is bereikt.'; |
| | | $wb['limit_web_aliasdomain_txt'] = 'Het max. aantal domeinaliassen voor uw account is bereikt.'; |
| | | $wb['limit_web_subdomain_txt'] = 'Het max. aantal web subdomeinen voor uw account is bereikt.'; |
| | | $wb['apache_directives_txt'] = 'Apache richtlijnen'; |
| | | $wb['domain_error_empty'] = 'Domeinnaam is leeg.'; |
| | | $wb['domain_error_unique'] = 'Domein moet uniek zijn.'; |
| | | $wb['domain_error_regex'] = 'Domeinnaam is ongeldig.'; |
| | | $wb['hd_quota_error_empty'] = 'Schijfruimte limiet is leeg.'; |
| | | $wb['traffic_quota_error_empty'] = 'Dataverkeer limiet is leeg.'; |
| | | $wb['errordocs_txt'] = 'Eigen fout-paginas'; |
| | | $wb['error_ssl_state_empty'] = 'SSL: provincie is leeg.'; |
| | | $wb['error_ssl_locality_empty'] = 'SSL: plaats is leeg.'; |
| | | $wb['error_ssl_organisation_empty'] = 'SSL: organisatie is leeg.'; |
| | | $wb['error_ssl_organisation_unit_empty'] = 'SSL: organsatie afdeling is leeg.'; |
| | | $wb['error_ssl_country_empty'] = 'SSL: Land is leeg.'; |
| | | $wb['subdomain_txt'] = 'Automatische subdomeinen'; |
| | | $wb['client_group_id_txt'] = 'Klant'; |
| | | $wb['stats_password_txt'] = 'Website statistieken wachtwoord'; |
| | | $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'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Website overzicht';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['domain_txt'] = 'Domein';
|
| | | $wb['add_new_record_txt'] = 'Nieuwe website toevoegen';
|
| | | $wb['domain_id_txt'] = 'ID';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Website overzicht'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domein'; |
| | | $wb['add_new_record_txt'] = 'Nieuwe website toevoegen'; |
| | | $wb['domain_id_txt'] = 'ID'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Website statistieken';
|
| | | $wb['domain_txt'] = 'Website domein';
|
| | | $wb['this_month_txt'] = 'Deze maand';
|
| | | $wb['last_month_txt'] = 'Laatste maand';
|
| | | $wb['this_year_txt'] = 'Dit jaar';
|
| | | $wb['last_year_txt'] = 'Vorig jaar';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Website statistieken'; |
| | | $wb['domain_txt'] = 'Website domein'; |
| | | $wb['this_month_txt'] = 'Deze maand'; |
| | | $wb['last_month_txt'] = 'Laatste maand'; |
| | | $wb['this_year_txt'] = 'Dit jaar'; |
| | | $wb['last_year_txt'] = 'Vorig jaar'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['ssl_state_txt'] = 'Provincie';
|
| | | $wb['ssl_locality_txt'] = 'Plaats';
|
| | | $wb['ssl_organisation_txt'] = 'Organisatie';
|
| | | $wb['ssl_organisation_unit_txt'] = 'Organisatie afdeling';
|
| | | $wb['ssl_country_txt'] = 'Land';
|
| | | $wb['ssl_request_txt'] = 'SSL verzoek';
|
| | | $wb['ssl_cert_txt'] = 'SSL certificaat';
|
| | | $wb['ssl_bundle_txt'] = 'SSL bundel';
|
| | | $wb['ssl_action_txt'] = 'SSL actie';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['domain_txt'] = 'Domein';
|
| | | $wb['type_txt'] = 'Type';
|
| | | $wb['parent_domain_id_txt'] = 'Gekoppeld aan website';
|
| | | $wb['redirect_type_txt'] = 'Redirect type';
|
| | | $wb['redirect_path_txt'] = 'Redirect pad';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['document_root_txt'] = 'Documentroot';
|
| | | $wb['system_user_txt'] = 'Linux gebruiker';
|
| | | $wb['system_group_txt'] = 'Linux groep';
|
| | | $wb['ip_address_txt'] = 'IP-adres';
|
| | | $wb['vhost_type_txt'] = 'VHost type';
|
| | | $wb['hd_quota_txt'] = 'Schijfruimte limiet';
|
| | | $wb['traffic_quota_txt'] = 'Dataverkeer limiet';
|
| | | $wb['cgi_txt'] = 'CGI';
|
| | | $wb['ssi_txt'] = 'SSI (CGI)';
|
| | | $wb['ssl_txt'] = 'SSL';
|
| | | $wb['suexec_txt'] = 'SuEXEC';
|
| | | $wb['php_txt'] = 'PHP5 module';
|
| | | $wb['client_txt'] = 'Klant';
|
| | | $wb['limit_web_domain_txt'] = 'Het max. aantal web domainen voor uw account is bereikt.';
|
| | | $wb['limit_web_aliasdomain_txt'] = 'Het max. aantal domeinaliassen voor uw account is bereikt.';
|
| | | $wb['limit_web_subdomain_txt'] = 'Het max. aantal web subdomeinen voor uw account is bereikt.';
|
| | | $wb['apache_directives_txt'] = 'Apache directives';
|
| | | $wb['domain_error_empty'] = 'Domein is leeg.';
|
| | | $wb['domain_error_unique'] = 'Domein moet uniek zijn.';
|
| | | $wb['domain_error_regex'] = 'Domeinnaam ongeldig.';
|
| | | $wb['host_txt'] = 'Hostnaam';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['ssl_state_txt'] = 'Provincie'; |
| | | $wb['ssl_locality_txt'] = 'Plaats'; |
| | | $wb['ssl_organisation_txt'] = 'Organisatie'; |
| | | $wb['ssl_organisation_unit_txt'] = 'Organisatie afdeling'; |
| | | $wb['ssl_country_txt'] = 'Land'; |
| | | $wb['ssl_request_txt'] = 'SSL verzoek'; |
| | | $wb['ssl_cert_txt'] = 'SSL certificaat'; |
| | | $wb['ssl_bundle_txt'] = 'SSL bundel'; |
| | | $wb['ssl_action_txt'] = 'SSL actie'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domein'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['parent_domain_id_txt'] = 'Gekoppeld aan website'; |
| | | $wb['redirect_type_txt'] = 'Redirect type'; |
| | | $wb['redirect_path_txt'] = 'Redirect pad'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['document_root_txt'] = 'Documentroot'; |
| | | $wb['system_user_txt'] = 'Linux gebruiker'; |
| | | $wb['system_group_txt'] = 'Linux groep'; |
| | | $wb['ip_address_txt'] = 'IP-adres'; |
| | | $wb['vhost_type_txt'] = 'VHost type'; |
| | | $wb['hd_quota_txt'] = 'Schijfruimte limiet'; |
| | | $wb['traffic_quota_txt'] = 'Dataverkeer limiet'; |
| | | $wb['cgi_txt'] = 'CGI'; |
| | | $wb['ssi_txt'] = 'SSI (CGI)'; |
| | | $wb['ssl_txt'] = 'SSL'; |
| | | $wb['suexec_txt'] = 'SuEXEC'; |
| | | $wb['php_txt'] = 'PHP5 module'; |
| | | $wb['client_txt'] = 'Klant'; |
| | | $wb['limit_web_domain_txt'] = 'Het max. aantal web domainen voor uw account is bereikt.'; |
| | | $wb['limit_web_aliasdomain_txt'] = 'Het max. aantal domeinaliassen voor uw account is bereikt.'; |
| | | $wb['limit_web_subdomain_txt'] = 'Het max. aantal web subdomeinen voor uw account is bereikt.'; |
| | | $wb['apache_directives_txt'] = 'Apache directives'; |
| | | $wb['domain_error_empty'] = 'Domein is leeg.'; |
| | | $wb['domain_error_unique'] = 'Domein moet uniek zijn.'; |
| | | $wb['domain_error_regex'] = 'Domeinnaam ongeldig.'; |
| | | $wb['host_txt'] = 'Hostnaam'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Website subdomeinen';
|
| | | $wb['active_txt'] = 'Actief?';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['parent_domain_id_txt'] = 'Website';
|
| | | $wb['domain_txt'] = 'Subdomein';
|
| | | $wb['add_new_record_txt'] = 'Nieuw subdomein toevoegen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Website subdomeinen'; |
| | | $wb['active_txt'] = 'Actief?'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $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"] = ''; |
| | |
| | | <?php
|
| | | $wb['password_strength_0_txt'] = 'Te kort';
|
| | | $wb['password_strength_1_txt'] = 'Zwak';
|
| | | $wb['password_strength_2_txt'] = 'Redelijk';
|
| | | $wb['password_strength_3_txt'] = 'Goed';
|
| | | $wb['password_strength_4_txt'] = 'Sterk';
|
| | | $wb['password_strength_5_txt'] = 'Zeer sterk';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['password_strength_0_txt'] = 'Te kort'; |
| | | $wb['password_strength_1_txt'] = 'Zwak'; |
| | | $wb['password_strength_2_txt'] = 'Redelijk'; |
| | | $wb['password_strength_3_txt'] = 'Goed'; |
| | | $wb['password_strength_4_txt'] = 'Sterk'; |
| | | $wb['password_strength_5_txt'] = 'Zeer sterk'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['User Settings'] = 'Gebruikersinstellingen';
|
| | | $wb['Settings'] = 'Instellingen';
|
| | | $wb['ISPConfig Tools'] = 'ISPConfig Tools';
|
| | | $wb['Password and Language'] = 'Wachtwoord en taal';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['User Settings'] = 'Gebruikersinstellingen'; |
| | | $wb['Settings'] = 'Instellingen'; |
| | | $wb['ISPConfig Tools'] = 'ISPConfig Tools'; |
| | | $wb['Password and Language'] = 'Wachtwoord en taal'; |
| | | ?> |
| | |
| | | <?php
|
| | | $wb['passwort_txt'] = 'Wachtwoord';
|
| | | $wb['language_txt'] = 'Teksten tonen in de taal';
|
| | | $wb['password_mismatch'] = 'Het wachtwoord in het tweede veld komt niet overeen met het eerste wachtwoord.';
|
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte';
|
| | | $wb['Form to edit the user password and language.'] = 'Wijzig in het onderstaande formulier het wachtwoord en/of taal.';
|
| | | $wb['Settings'] = 'Instellingen';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['passwort_txt'] = 'Wachtwoord'; |
| | | $wb['language_txt'] = 'Teksten tonen in de taal'; |
| | | $wb['password_mismatch'] = 'Het wachtwoord in het tweede veld komt niet overeen met het eerste wachtwoord.'; |
| | | $wb['password_strength_txt'] = 'Wachtwoord sterkte'; |
| | | $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'; |