diff --git a/TODO.txt b/TODO.txt index 17f2a20ceb5c3e4cb8a4f9f0d10cabee190d4aaa..407d7d3d4f69cd09989ff599de031b7fd96ce310 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,4 +1,3 @@ +Please see our GitLab issues for feature requests and bug reports. -Please see issue tracker for feature requests and bug reports. - -http://git.ispconfig.org/ispconfig/ispconfig3/issues \ No newline at end of file +https://git.ispconfig.org/ispconfig/ispconfig3/issues diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt index 5e49c4a4c89f714d8f0e119cf25faa72e40a98b9..c4cc7862ddb5d8f386acce23f3a03b693880fe44 100644 --- a/docs/INSTALL.txt +++ b/docs/INSTALL.txt @@ -1,6 +1,6 @@ The installation instructions for ISPConfig can be found here: -http://www.ispconfig.org/page/en/documentation.html +https://www.ispconfig.org/page/en/documentation.html diff --git a/docs/under_development/DEV_CHROOTED_DEBIAN_5.0.txt b/docs/under_development/DEV_CHROOTED_DEBIAN_5.0.txt index df220aaca068db1279864ef1f5809990528c17f2..f43167e6086cbfb8caf24ebcf2310a5efe614a72 100644 --- a/docs/under_development/DEV_CHROOTED_DEBIAN_5.0.txt +++ b/docs/under_development/DEV_CHROOTED_DEBIAN_5.0.txt @@ -96,7 +96,7 @@ echo "ChrootDir /var/www" > /etc/apache2/conf.d/mod_chroot.conf # Install ISPConfig cd /tmp -wget http://www.ispconfig.org/downloads/ISPConfig-3.0.1.4-beta-2.tar.gz +wget https://www.ispconfig.org/downloads/ISPConfig-3.0.1.4-beta-2.tar.gz tar xvfz ISPConfig-3.0.1.4-beta-2.tar.gz cd ispconfig3_install/install/ php -q install.php diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index 2c2e040a4b298c0ddb32d660d9d4fbb36d0a4ab0..946a3ee50509afc9238c782a65e6ca0fb2e81003 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -117,7 +117,7 @@ define('CLASSES_ROOT',INCLUDE_ROOT.FS_DIV.'classes'); //** Server $conf['app_title'] = ISPC_APP_TITLE; $conf['app_version'] = ISPC_APP_VERSION; -$conf['app_link'] = 'http://www.ispconfig.org/'; +$conf['app_link'] = 'https://www.ispconfig.org/'; $conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help'; $conf['server_id'] = '{server_id}'; $conf['init_scripts'] = '/etc/init.d'; diff --git a/interface/lib/classes/tools_monitor.inc.php b/interface/lib/classes/tools_monitor.inc.php index 435ee220a8066070ac0a0801a6f27f4b8361a2b7..d57b9b7a3f425a291c842ef089183aea1f59a3f4 100644 --- a/interface/lib/classes/tools_monitor.inc.php +++ b/interface/lib/classes/tools_monitor.inc.php @@ -490,7 +490,7 @@ class tools_monitor { if ($data == '') { $html .= '<p>'. 'fail2ban is not installed on this server.<br />' . - 'See more (for debian) <a href="http://www.howtoforge.com/fail2ban_debian_etch" target="htf">here...</a>'. + 'See more (for debian) <a href="https://www.howtoforge.com/fail2ban_debian_etch" target="htf">here...</a>'. '</p>'; } else { diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php index dcaf2e53583d6b91de641ee5193b16e761436690..ccda3717e1ed7a3857e6f23939cb807c54c0b870 100644 --- a/interface/lib/config.inc.php +++ b/interface/lib/config.inc.php @@ -105,7 +105,7 @@ define('CLASSES_ROOT', INCLUDE_ROOT.FS_DIV.'classes'); //** Server $conf['app_title'] = ISPC_APP_TITLE; $conf['app_version'] = ISPC_APP_VERSION; -$conf['app_link'] = 'http://www.howtoforge.com/forums/showthread.php?t=26988'; +$conf['app_link'] = 'https://www.howtoforge.com/forums/showthread.php?t=26988'; $conf['modules_available'] = 'admin,mail,sites,monitor,client,dns,help'; $conf['server_id'] = '1'; diff --git a/interface/web/admin/form/system_config.tform.php b/interface/web/admin/form/system_config.tform.php index d998c46015cc8c85b6b1bc44909c45f8becb89a7..6b9b59b5e4f7f43426be0ff8803840888c5bee65 100644 --- a/interface/web/admin/form/system_config.tform.php +++ b/interface/web/admin/form/system_config.tform.php @@ -568,7 +568,7 @@ $form["tabs"]['misc'] = array ( 1 => array( 'event' => 'SAVE', 'type' => 'STRIPNL') ), - 'default' => 'http://www.ispconfig.org/atom', + 'default' => 'https://www.ispconfig.org/atom', 'value' => '' ), 'dashboard_atom_url_reseller' => array ( @@ -580,7 +580,7 @@ $form["tabs"]['misc'] = array ( 1 => array( 'event' => 'SAVE', 'type' => 'STRIPNL') ), - 'default' => 'http://www.ispconfig.org/atom', + 'default' => 'https://www.ispconfig.org/atom', 'value' => '' ), 'dashboard_atom_url_client' => array ( @@ -592,7 +592,7 @@ $form["tabs"]['misc'] = array ( 1 => array( 'event' => 'SAVE', 'type' => 'STRIPNL') ), - 'default' => 'http://www.ispconfig.org/atom', + 'default' => 'https://www.ispconfig.org/atom', 'value' => '' ), 'tab_change_discard' => array ( diff --git a/interface/web/admin/lib/lang/ar_language_add.lng b/interface/web/admin/lib/lang/ar_language_add.lng index dc6b2d1b725f9fc83a09377176200713adf99cb0..7c9464f47a31515213e738c04a8460b97c3674ad 100644 --- a/interface/web/admin/lib/lang/ar_language_add.lng +++ b/interface/web/admin/lib/lang/ar_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Add new language'; $wb['language_select_txt'] = 'Select language basis'; $wb['language_new_txt'] = 'New language'; -$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Create new language file set'; $wb['btn_cancel_txt'] = 'Back'; ?> diff --git a/interface/web/admin/lib/lang/ar_remote_action.lng b/interface/web/admin/lib/lang/ar_remote_action.lng index 3fc3eaf81f5d63a057aa0eecf965bfbdaf6af701..3f8948e19f602408715f9554606f5478359bec9a 100644 --- a/interface/web/admin/lib/lang/ar_remote_action.lng +++ b/interface/web/admin/lib/lang/ar_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select $wb['action_scheduled'] = 'The action is scheduled for execution'; $wb['select_all_server'] = 'All server'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/bg_language_add.lng b/interface/web/admin/lib/lang/bg_language_add.lng index 037d5458c2ff13efa7bbe8cb49c5c3042508c579..5171446e435ff4b6595539f777c6e70da5c28345 100644 --- a/interface/web/admin/lib/lang/bg_language_add.lng +++ b/interface/web/admin/lib/lang/bg_language_add.lng @@ -4,5 +4,5 @@ $wb['language_select_txt'] = 'Изберете изходен език'; $wb['language_new_txt'] = 'Ðов език'; $wb['btn_save_txt'] = 'Създаване на файловете за Ð½Ð¾Ð²Ð¸Ñ ÐµÐ·Ð¸Ðº'; $wb['btn_cancel_txt'] = 'Отказ'; -$wb['language_new_hint_txt'] = '2 знака ISO 639-1 език, код (Виж http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 знака ISO 639-1 език, код (Виж https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; ?> diff --git a/interface/web/admin/lib/lang/bg_remote_action.lng b/interface/web/admin/lib/lang/bg_remote_action.lng index 48f35054fc43c2408dd6037e5ebd6fd35a03634e..6925ec260dbfa4b48ac2b93884f0358ef28cb892 100644 --- a/interface/web/admin/lib/lang/bg_remote_action.lng +++ b/interface/web/admin/lib/lang/bg_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Това дейÑтвие прави ISPConfig 3 о $wb['action_scheduled'] = 'Това дейÑтвие е наÑрочено за изпълнение'; $wb['select_all_server'] = 'Ð¦ÐµÐ»Ð¸Ñ Ñървър'; $wb['ispconfig_update_title'] = 'ISPConfig ъпдейт инÑтрукции'; -$wb['ispconfig_update_text'] = 'Логнете Ñе като root потребител през шелла на вашиÑÑ‚ Ñървър използвайте командата<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />за да Ñтартирате ISPConfig обновÑване.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Логнете Ñе като root потребител през шелла на вашиÑÑ‚ Ñървър използвайте командата<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />за да Ñтартирате ISPConfig обновÑване.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/br_language_add.lng b/interface/web/admin/lib/lang/br_language_add.lng index f63441c55dea31b4a503f78a564a5ceb514a9cfe..dbffcc8425acc8ad459d08b193d7e8e05d8e1062 100644 --- a/interface/web/admin/lib/lang/br_language_add.lng +++ b/interface/web/admin/lib/lang/br_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Adicionar novo idioma'; $wb['language_select_txt'] = 'Selecionar idioma base'; $wb['language_new_txt'] = 'Novo idioma'; -$wb['language_new_hint_txt'] = '2 caracteres ISO 639-1 para o código do idioma (veja em http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 caracteres ISO 639-1 para o código do idioma (veja em https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Adicionar novo conjunto de idiomas'; $wb['btn_cancel_txt'] = 'Voltar'; ?> diff --git a/interface/web/admin/lib/lang/br_remote_action.lng b/interface/web/admin/lib/lang/br_remote_action.lng index 80d3a05c53a19e767bd43ed2ea1d9cd4b3651173..fa66af6168e150d7501759865a56900c8175327b 100644 --- a/interface/web/admin/lib/lang/br_remote_action.lng +++ b/interface/web/admin/lib/lang/br_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Esta ação atualizará o ISPConfig3 no servidor se $wb['action_scheduled'] = 'A ação foi agendada.'; $wb['select_all_server'] = 'Todos os servidores'; $wb['ispconfig_update_title'] = 'Instruções de atualização do ISPConfig'; -$wb['ispconfig_update_text'] = 'Acesse com o usuário root no shell do servidor e execute o comando<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />para iniciar a atualização do ISPConfig.<br /><br /><a href=\'http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\' target=\'_blank\'>Clique aqui para instruções detalhadas</a>'; +$wb['ispconfig_update_text'] = 'Acesse com o usuário root no shell do servidor e execute o comando<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />para iniciar a atualização do ISPConfig.<br /><br /><a href=\'https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\' target=\'_blank\'>Clique aqui para instruções detalhadas</a>'; ?> diff --git a/interface/web/admin/lib/lang/ca_language_add.lng b/interface/web/admin/lib/lang/ca_language_add.lng index dc6b2d1b725f9fc83a09377176200713adf99cb0..7c9464f47a31515213e738c04a8460b97c3674ad 100644 --- a/interface/web/admin/lib/lang/ca_language_add.lng +++ b/interface/web/admin/lib/lang/ca_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Add new language'; $wb['language_select_txt'] = 'Select language basis'; $wb['language_new_txt'] = 'New language'; -$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Create new language file set'; $wb['btn_cancel_txt'] = 'Back'; ?> diff --git a/interface/web/admin/lib/lang/ca_remote_action.lng b/interface/web/admin/lib/lang/ca_remote_action.lng index a3fff837b81d0b56ddb20ece485411b1c7cadcd2..cb7800aca6db155da59f335f2070c2a7bb64c43b 100644 --- a/interface/web/admin/lib/lang/ca_remote_action.lng +++ b/interface/web/admin/lib/lang/ca_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select $wb['action_scheduled'] = 'The action is scheduled for execution'; $wb['select_all_server'] = 'All servers'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=\'http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\' target=\'_blank\'>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=\'https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\' target=\'_blank\'>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/cz_language_add.lng b/interface/web/admin/lib/lang/cz_language_add.lng index 21dcf629497af8d98a03879da07182cf88f019b8..e0d381051f81c6c847d6ae704f06bed0d5f7425f 100644 --- a/interface/web/admin/lib/lang/cz_language_add.lng +++ b/interface/web/admin/lib/lang/cz_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'VytvoÅ™it nový jazyk'; $wb['language_select_txt'] = 'Vybrat jazykový základ'; $wb['language_new_txt'] = 'Název nového jazyka'; -$wb['language_new_hint_txt'] = '2 znakové ISO 639-1 jazykové kódy (Viz: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 znakové ISO 639-1 jazykové kódy (Viz: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'VytvoÅ™it novou jazykovou sadu souborů'; $wb['btn_cancel_txt'] = 'ZruÅ¡it'; ?> diff --git a/interface/web/admin/lib/lang/cz_remote_action.lng b/interface/web/admin/lib/lang/cz_remote_action.lng index e1908e2d04fe0259ee7258ae0be1506dc6a7982c..aa3316aa46bc700e9f4b995c3c161d07a2661f56 100644 --- a/interface/web/admin/lib/lang/cz_remote_action.lng +++ b/interface/web/admin/lib/lang/cz_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Tato akce provede \\"ISPConfig 3\\" aktualizaci na $wb['action_scheduled'] = 'Akce je naplánována na provedenÃ'; $wb['select_all_server'] = 'VÅ¡echny servery'; $wb['ispconfig_update_title'] = 'ISPConfig pokyny k aktualizaci'; -$wb['ispconfig_update_text'] = 'PÅ™ihlaste se jako uživatel root na terminal (shell) serveru a proveÄte pÅ™Ãkaz<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />spustà se ISPConfig aktualizace.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>KliknÄ›te zde pro podrobnÄ›jÅ¡Ã informace o provedenà aktualizace</a>'; +$wb['ispconfig_update_text'] = 'PÅ™ihlaste se jako uživatel root na terminal (shell) serveru a proveÄte pÅ™Ãkaz<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />spustà se ISPConfig aktualizace.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>KliknÄ›te zde pro podrobnÄ›jÅ¡Ã informace o provedenà aktualizace</a>'; ?> diff --git a/interface/web/admin/lib/lang/de_language_add.lng b/interface/web/admin/lib/lang/de_language_add.lng index 2973bf17381570691f4900aeb4116e563276e483..c8eb7973f1d31a1a6344ba9b8c7a0117a3fa429a 100644 --- a/interface/web/admin/lib/lang/de_language_add.lng +++ b/interface/web/admin/lib/lang/de_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Neue Sprache hinzufügen'; $wb['language_select_txt'] = 'Sprachbasis auswählen'; $wb['language_new_txt'] = 'Neue Sprache'; -$wb['language_new_hint_txt'] = '2 Buchstaben ISO 639-1 Sprachcode (siehe http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 Buchstaben ISO 639-1 Sprachcode (siehe https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Neues Sprachdateiset erstellen'; $wb['btn_cancel_txt'] = 'Abbrechen'; ?> diff --git a/interface/web/admin/lib/lang/de_remote_action.lng b/interface/web/admin/lib/lang/de_remote_action.lng index 786f03e0ad2c08353348499b054113c1a44ed923..3bb968d0137b30626b02e80c92b42566d6fbcbec 100644 --- a/interface/web/admin/lib/lang/de_remote_action.lng +++ b/interface/web/admin/lib/lang/de_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Diese Aktion wird ein Update des ISPConfig 3 System $wb['action_scheduled'] = 'Die Aktion wurde zur Ausführung vorgemerkt'; $wb['select_all_server'] = 'Alle Server'; $wb['ispconfig_update_title'] = 'ISPConfig 3 Update Anweisungen'; -$wb['ispconfig_update_text'] = 'Melden Sie sich auf Ihrem Server als root an und führen Sie folgendes Kommando auf der Shell aus<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />um das ISPConfig Update zu starten.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Klicken Sie hier um eine detailierte Beschreibung zu erhalten</a>'; +$wb['ispconfig_update_text'] = 'Melden Sie sich auf Ihrem Server als root an und führen Sie folgendes Kommando auf der Shell aus<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />um das ISPConfig Update zu starten.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Klicken Sie hier um eine detailierte Beschreibung zu erhalten</a>'; ?> diff --git a/interface/web/admin/lib/lang/dk_language_add.lng b/interface/web/admin/lib/lang/dk_language_add.lng index c9bb1a0b43b4809f2f397994c840bcc838277cea..f0cc6857d13fa095862695204e786a64f57b5783 100644 --- a/interface/web/admin/lib/lang/dk_language_add.lng +++ b/interface/web/admin/lib/lang/dk_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Tilføj nyt sprog'; $wb['language_select_txt'] = 'Vælg basis sprog'; $wb['language_new_txt'] = 'Nyt sprog'; -$wb['language_new_hint_txt'] = '2 karakters ISO 639-1 sprog-kode (See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 karakters ISO 639-1 sprog-kode (See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Opret nyt sprog fil-sæt'; $wb['btn_cancel_txt'] = 'Tilbage'; ?> diff --git a/interface/web/admin/lib/lang/dk_remote_action.lng b/interface/web/admin/lib/lang/dk_remote_action.lng index 5a118264abd154621560fca1cbc1d2646510a109..a5366d9175b4bab6be04a30686e6b3f732a70953 100644 --- a/interface/web/admin/lib/lang/dk_remote_action.lng +++ b/interface/web/admin/lib/lang/dk_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Denne Handling udfør en ISPConfig 3 opdatering pÃ¥ $wb['action_scheduled'] = 'Handlingen er planlagt til udførelse'; $wb['select_all_server'] = 'Alle servere'; $wb['ispconfig_update_title'] = 'ISPConfig opdateringsinstruktioner'; -$wb['ispconfig_update_text'] = 'Log ind som root-bruger pÃ¥ Shell af din server og udføre kommandoen<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />for at starte ISPConfig opdateringen.<br /><br /><a href=\'http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\' target=\'_blank\'>Klik her for detaljerede opdateringsinstruktioner</a>'; +$wb['ispconfig_update_text'] = 'Log ind som root-bruger pÃ¥ Shell af din server og udføre kommandoen<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />for at starte ISPConfig opdateringen.<br /><br /><a href=\'https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\' target=\'_blank\'>Klik her for detaljerede opdateringsinstruktioner</a>'; ?> diff --git a/interface/web/admin/lib/lang/el_language_add.lng b/interface/web/admin/lib/lang/el_language_add.lng index 604f3a7aba386c6d4efdfec24e94d88a4f32fc9a..576767d71b485f52270b5a43867fb1e97c5fb170 100644 --- a/interface/web/admin/lib/lang/el_language_add.lng +++ b/interface/web/admin/lib/lang/el_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'ÎÎα Γλώσσα'; $wb['language_select_txt'] = 'Επιλογή βασικής γλώσσας'; $wb['language_new_txt'] = 'ÎÎα Γλώσσα'; -$wb['language_new_hint_txt'] = 'Κωδικός γλώσσας 2 χαÏακτήÏων κατά ISO 639-1 (δείτε http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = 'Κωδικός γλώσσας 2 χαÏακτήÏων κατά ISO 639-1 (δείτε https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'ÎÎα ομάδα αÏχείων γλώσσας'; $wb['btn_cancel_txt'] = 'ΕπιστÏοφή'; ?> diff --git a/interface/web/admin/lib/lang/el_remote_action.lng b/interface/web/admin/lib/lang/el_remote_action.lng index e4f97cb228c1702267b178ff7f3f3b763f133d37..ff63fd59354a2d9870b3beda773a9ada68baf985 100644 --- a/interface/web/admin/lib/lang/el_remote_action.lng +++ b/interface/web/admin/lib/lang/el_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Αυτή η ενÎÏγεια κάνει αναβά $wb['action_scheduled'] = 'Η ενÎÏγεια Ï€ÏογÏαμματίστηκε για εκτÎλεση'; $wb['select_all_server'] = 'Σε όλους τους servers'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=\'http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\' target=\'_blank\'>Click here for detailed update instructins</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=\'https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\' target=\'_blank\'>Click here for detailed update instructins</a>'; ?> diff --git a/interface/web/admin/lib/lang/en_language_add.lng b/interface/web/admin/lib/lang/en_language_add.lng index 2b5e5a40f89e8977436a8b3aa315504224297b8b..1451cd321cf33f9da4bbdab63ab2ded9bf12ad59 100644 --- a/interface/web/admin/lib/lang/en_language_add.lng +++ b/interface/web/admin/lib/lang/en_language_add.lng @@ -2,7 +2,7 @@ $wb["list_head_txt"] = 'Add new language'; $wb["language_select_txt"] = 'Select language basis'; $wb["language_new_txt"] = 'New language'; -$wb["language_new_hint_txt"] = '2 characters ISO 639-1 language-code (See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb["language_new_hint_txt"] = '2 characters ISO 639-1 language-code (See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Create new language file set'; $wb['btn_cancel_txt'] = 'Back'; ?> \ No newline at end of file diff --git a/interface/web/admin/lib/lang/en_remote_action.lng b/interface/web/admin/lib/lang/en_remote_action.lng index 18c01863605cf2d45d9ab98420a7989abdd3ad3f..5662607e52b40328b833eb0c4283b508bffa7328 100644 --- a/interface/web/admin/lib/lang/en_remote_action.lng +++ b/interface/web/admin/lib/lang/en_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = "This action does a ISPConfig3 update at your select $wb['action_scheduled'] = "The action is scheduled for execution"; $wb['select_all_server'] = "All servers"; $wb['ispconfig_update_title'] = "ISPConfig update instructions"; -$wb['ispconfig_update_text'] = "Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href='http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/' target='_blank'>Click here for detailed update instructions</a>"; +$wb['ispconfig_update_text'] = "Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href='https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/' target='_blank'>Click here for detailed update instructions</a>"; ?> diff --git a/interface/web/admin/lib/lang/es_language_add.lng b/interface/web/admin/lib/lang/es_language_add.lng index 00ec3a860e646ce9e400b36076917d7aa0d47f1c..97d4f04584256778700f6f6b8e913495603d98b7 100644 --- a/interface/web/admin/lib/lang/es_language_add.lng +++ b/interface/web/admin/lib/lang/es_language_add.lng @@ -1,7 +1,7 @@ <?php $wb['btn_cancel_txt'] = 'Volver'; $wb['btn_save_txt'] = 'Crear nuevo conjunto de archivos de idioma'; -$wb['language_new_hint_txt'] = 'Código de idioma de 2 caracteres ISO 639-1 (Vea http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = 'Código de idioma de 2 caracteres ISO 639-1 (Vea https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['language_new_txt'] = 'Nuevo idioma'; $wb['language_select_txt'] = 'Seleccione el idioma base'; $wb['list_head_txt'] = 'Añadir idioma'; diff --git a/interface/web/admin/lib/lang/fi_language_add.lng b/interface/web/admin/lib/lang/fi_language_add.lng index 24efb7e4e09ebc32c7d53d529c477321c808fb94..d933f52ef8aefd974b9d6eecd3f4dc0d3ac03b01 100644 --- a/interface/web/admin/lib/lang/fi_language_add.lng +++ b/interface/web/admin/lib/lang/fi_language_add.lng @@ -4,5 +4,5 @@ $wb['language_select_txt'] = 'Valitse peruskieli'; $wb['language_new_txt'] = 'Lisää uusi kieli'; $wb['btn_save_txt'] = 'Luo uudet kielitiedostot'; $wb['btn_cancel_txt'] = 'Keskeytä'; -$wb['language_new_hint_txt'] = '2-merkkinen ISO 639-1 kielikoodi (Katso http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2-merkkinen ISO 639-1 kielikoodi (Katso https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; ?> diff --git a/interface/web/admin/lib/lang/fi_remote_action.lng b/interface/web/admin/lib/lang/fi_remote_action.lng index 3fc3eaf81f5d63a057aa0eecf965bfbdaf6af701..3f8948e19f602408715f9554606f5478359bec9a 100644 --- a/interface/web/admin/lib/lang/fi_remote_action.lng +++ b/interface/web/admin/lib/lang/fi_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select $wb['action_scheduled'] = 'The action is scheduled for execution'; $wb['select_all_server'] = 'All server'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/fr_language_add.lng b/interface/web/admin/lib/lang/fr_language_add.lng index f60bdacc362c352d7d7af5d6b0cb15aba290b8f2..b554d42dfcc8826746f7f76f25dae2f08dbbabfc 100644 --- a/interface/web/admin/lib/lang/fr_language_add.lng +++ b/interface/web/admin/lib/lang/fr_language_add.lng @@ -4,5 +4,5 @@ $wb['language_select_txt'] = 'Sélectionnez la base du langage'; $wb['language_new_txt'] = 'Nouveau langage'; $wb['btn_save_txt'] = 'Créer un nouveau fichier de langue'; $wb['btn_cancel_txt'] = 'Précédent'; -$wb['language_new_hint_txt'] = 'Code langage à 2 caractères ISO 639-1 (Voir http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = 'Code langage à 2 caractères ISO 639-1 (Voir https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; ?> diff --git a/interface/web/admin/lib/lang/fr_remote_action.lng b/interface/web/admin/lib/lang/fr_remote_action.lng index bb3443b40a40f7477e7ebaa22997240ed969a0b2..640c17af9011b93ca5ff543242916f5db27057f2 100644 --- a/interface/web/admin/lib/lang/fr_remote_action.lng +++ b/interface/web/admin/lib/lang/fr_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Cette action met à jour ISPConfig3 sur le serveur $wb['action_scheduled'] = 'L’action est marquée pour exécution'; $wb['select_all_server'] = 'Tout serveur'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=\\"http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\\" target=\\"_blank\\">Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=\\"https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\\" target=\\"_blank\\">Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/hr_language_add.lng b/interface/web/admin/lib/lang/hr_language_add.lng index d4a3e1bd85405a96273a70d848b51cbb5b5631ec..8fa97caa963176ff38464fd3444320338e8d3ff4 100644 --- a/interface/web/admin/lib/lang/hr_language_add.lng +++ b/interface/web/admin/lib/lang/hr_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Dodaj novi jezik'; $wb['language_select_txt'] = 'Izaberi baziÄni jezik'; $wb['language_new_txt'] = 'Novi jezik'; -$wb['language_new_hint_txt'] = '2 znaka ISO 639-1 jeziÄnog-koda (Pogledaj http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 znaka ISO 639-1 jeziÄnog-koda (Pogledaj https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Kreiraj novu jeziÄnu datoteku'; $wb['btn_cancel_txt'] = 'Natrag'; ?> diff --git a/interface/web/admin/lib/lang/hr_remote_action.lng b/interface/web/admin/lib/lang/hr_remote_action.lng index fd1444fbdd39e3046af7bb2b5e2cba8f5177c5eb..6b10a83f5340b8aa65be2a7a0a365337e9c1add3 100644 --- a/interface/web/admin/lib/lang/hr_remote_action.lng +++ b/interface/web/admin/lib/lang/hr_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Ovime pokrećete nadogradnju ISPConfig3-a na izabra $wb['action_scheduled'] = 'Nadogradnja je dodana u planer poslova'; $wb['select_all_server'] = 'Svi serveri'; $wb['ispconfig_update_title'] = 'Upute za ISPConfig nadogradnju'; -$wb['ispconfig_update_text'] = 'Logiraj se kao root korisnik na server (SSH) i pokreni:<br /><br /><strong>ispconfig_update.sh</strong><br /><br /><a href=\'http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\' target=\'_blank\'>Pogledaj detaljne upute ovdje</a>'; +$wb['ispconfig_update_text'] = 'Logiraj se kao root korisnik na server (SSH) i pokreni:<br /><br /><strong>ispconfig_update.sh</strong><br /><br /><a href=\'https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/\' target=\'_blank\'>Pogledaj detaljne upute ovdje</a>'; ?> diff --git a/interface/web/admin/lib/lang/hu_language_add.lng b/interface/web/admin/lib/lang/hu_language_add.lng index a4370bc91664f7bdc79c30e051975b8e97a6abeb..94ed5d3fb7583ca604e5b99ed09b5bd092c3c226 100644 --- a/interface/web/admin/lib/lang/hu_language_add.lng +++ b/interface/web/admin/lib/lang/hu_language_add.lng @@ -4,5 +4,5 @@ $wb['language_select_txt'] = 'Válasszony nyelvet'; $wb['language_new_txt'] = 'Új nyelv'; $wb['btn_save_txt'] = 'Új nyelvi csomag összeállÃtása'; $wb['btn_cancel_txt'] = 'Vissza'; -$wb['language_new_hint_txt'] = '2 karakteres ISO 639-1 nyelvi kód (Lásd http://hu.wikipedia.org/wiki/ISO_639-1)'; +$wb['language_new_hint_txt'] = '2 karakteres ISO 639-1 nyelvi kód (Lásd https://hu.wikipedia.org/wiki/ISO_639-1)'; ?> diff --git a/interface/web/admin/lib/lang/hu_remote_action.lng b/interface/web/admin/lib/lang/hu_remote_action.lng index 6ef0ebe02e70b59cca765dd4537ff336f5813e22..6c31b4fd0dd31a54209267f38515009eb0e3fd86 100644 --- a/interface/web/admin/lib/lang/hu_remote_action.lng +++ b/interface/web/admin/lib/lang/hu_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select $wb['action_scheduled'] = 'The action is scheduled for execution'; $wb['select_all_server'] = 'Összes szerver'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/id_language_add.lng b/interface/web/admin/lib/lang/id_language_add.lng index 5f44d5e6b194f689f9be75eb6bf77b8bbe18c1f8..8a8a4f75ad637f63e0f1d7f704ab7747cecb64f2 100644 --- a/interface/web/admin/lib/lang/id_language_add.lng +++ b/interface/web/admin/lib/lang/id_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Tambah Bahasa Baru'; $wb['language_select_txt'] = 'Pilih basis bahasa'; $wb['language_new_txt'] = 'Bahasa baru'; -$wb['language_new_hint_txt'] = '2 karakter kode bahasa ISO 639-1 (Lihat http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 karakter kode bahasa ISO 639-1 (Lihat https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Buat kumpulan berkas bahasa baru'; $wb['btn_cancel_txt'] = 'Kembali'; ?> diff --git a/interface/web/admin/lib/lang/id_remote_action.lng b/interface/web/admin/lib/lang/id_remote_action.lng index bfe758aeaf88bde6e64c75b93f4d345488a2d8c6..9e3eccb30885730125e874407887b4322cc08b06 100644 --- a/interface/web/admin/lib/lang/id_remote_action.lng +++ b/interface/web/admin/lib/lang/id_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Tindakan ini melakukan pemutakhiran ISPConfig3 di s $wb['action_scheduled'] = 'Tindakan dijadwalkan untuk dijalankan'; $wb['select_all_server'] = 'Semua server'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/it_language_add.lng b/interface/web/admin/lib/lang/it_language_add.lng index d157e08f6f7b7a2b9788f849efb1d7974edfa1e7..a5219f6d2c728032f5ac9d5f1f592c4b39628c43 100644 --- a/interface/web/admin/lib/lang/it_language_add.lng +++ b/interface/web/admin/lib/lang/it_language_add.lng @@ -4,5 +4,5 @@ $wb['language_select_txt'] = 'Seleziona lingua base'; $wb['language_new_txt'] = 'Nuova lingua'; $wb['btn_save_txt'] = 'Crea file della nuova lingua'; $wb['btn_cancel_txt'] = 'Annulla'; -$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; ?> diff --git a/interface/web/admin/lib/lang/it_remote_action.lng b/interface/web/admin/lib/lang/it_remote_action.lng index 7a3abe9bfd0e9eb43e082a196754e075029503cd..08d02db6a33163db54081c2a556c4721457d93f7 100644 --- a/interface/web/admin/lib/lang/it_remote_action.lng +++ b/interface/web/admin/lib/lang/it_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select $wb['action_scheduled'] = 'The action is scheduled for execution'; $wb['select_all_server'] = 'All server'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructins</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructins</a>'; ?> diff --git a/interface/web/admin/lib/lang/ja_language_add.lng b/interface/web/admin/lib/lang/ja_language_add.lng index c704242c92eaba0b83c224d9e677044e484cfaee..e9b4c09ed1c743c2be80f26cda4ecf832a9b44ee 100644 --- a/interface/web/admin/lib/lang/ja_language_add.lng +++ b/interface/web/admin/lib/lang/ja_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'æ–°ã—ã„è¨€èªžã‚’è¿½åŠ ã™ã‚‹'; $wb['language_select_txt'] = 'ベースã«ã™ã‚‹è¨€èªžã‚’é¸ã‚“ã§ãã ã•ã„'; $wb['language_new_txt'] = 'æ–°ã—ã„言語'; -$wb['language_new_hint_txt'] = '2æ–‡å—ã® ISO 639-1 言語コード(http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ã‚’å‚ç…§ã—ã¦ãã ã•ã„)'; +$wb['language_new_hint_txt'] = '2æ–‡å—ã® ISO 639-1 言語コード(https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ã‚’å‚ç…§ã—ã¦ãã ã•ã„)'; $wb['btn_save_txt'] = 'æ–°ã—ã„言語ファイルセットを作る'; $wb['btn_cancel_txt'] = '戻る'; ?> diff --git a/interface/web/admin/lib/lang/ja_remote_action.lng b/interface/web/admin/lib/lang/ja_remote_action.lng index 3fc3eaf81f5d63a057aa0eecf965bfbdaf6af701..3f8948e19f602408715f9554606f5478359bec9a 100644 --- a/interface/web/admin/lib/lang/ja_remote_action.lng +++ b/interface/web/admin/lib/lang/ja_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select $wb['action_scheduled'] = 'The action is scheduled for execution'; $wb['select_all_server'] = 'All server'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/nl_language_add.lng b/interface/web/admin/lib/lang/nl_language_add.lng index f1541093e673fd0b7c926a8452a390eea000c914..acb120e60ba1763db37c799d1e62f29ec0bb54cb 100644 --- a/interface/web/admin/lib/lang/nl_language_add.lng +++ b/interface/web/admin/lib/lang/nl_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Nieuwe taal toevoegen'; $wb['language_select_txt'] = 'Selecteer basistaal'; $wb['language_new_txt'] = 'Nieuwe taal'; -$wb['language_new_hint_txt'] = '2 karakters ISO 639-1 taal-code (Zie http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 karakters ISO 639-1 taal-code (Zie https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Maak nieuwe taalbestanden aan'; $wb['btn_cancel_txt'] = 'Terug'; ?> diff --git a/interface/web/admin/lib/lang/nl_remote_action.lng b/interface/web/admin/lib/lang/nl_remote_action.lng index ae286d9ea401105080acada056852d64ed816458..6f1521152f65b993d7a1344369c19c72c5470701 100644 --- a/interface/web/admin/lib/lang/nl_remote_action.lng +++ b/interface/web/admin/lib/lang/nl_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Deze actie voert een ISPConfig3 update uit op de so $wb['action_scheduled'] = 'Deze actie is ingepland om uitgevoerd te worden'; $wb['select_all_server'] = 'Alle servers'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/pl_language_add.lng b/interface/web/admin/lib/lang/pl_language_add.lng index 82e42ef720eea1c0c5e7387249693933b41b68bc..cc84c68bfdd4d315cbc0a7defb88653982ecda61 100644 --- a/interface/web/admin/lib/lang/pl_language_add.lng +++ b/interface/web/admin/lib/lang/pl_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Dodaj nowy jÄ™zyk'; $wb['language_select_txt'] = 'Wybierz domyÅ›lny jÄ™zyk'; $wb['language_new_txt'] = 'Nowy jÄ™zyk'; -$wb['language_new_hint_txt'] = '2 znakowe kodowanie jÄ™zyka ISO 639-1 (Zobacz http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 znakowe kodowanie jÄ™zyka ISO 639-1 (Zobacz https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Utwórz nowy zbiór plików z jÄ™zykami'; $wb['btn_cancel_txt'] = 'Wróć'; ?> diff --git a/interface/web/admin/lib/lang/pl_remote_action.lng b/interface/web/admin/lib/lang/pl_remote_action.lng index 83fbc9e282a01a83ca99b4b1d15d6395af0613ed..67a819febba341362353e1d375255b698b4b3a06 100644 --- a/interface/web/admin/lib/lang/pl_remote_action.lng +++ b/interface/web/admin/lib/lang/pl_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Ta akcja przeprowadzi aktualizacjÄ™ ISPConfig3 na w $wb['action_scheduled'] = 'Akcja zaplanowana do wykonania'; $wb['select_all_server'] = 'Wszystkie serwery'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/pt_language_add.lng b/interface/web/admin/lib/lang/pt_language_add.lng index 7924ca3dc77e9f94f3359a0e20f8b3000550689e..4b0af663d0b3a240c80c94693fd352756a382fa5 100644 --- a/interface/web/admin/lib/lang/pt_language_add.lng +++ b/interface/web/admin/lib/lang/pt_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Adicionar Idioma'; $wb['language_select_txt'] = 'Seleccione o idioma base'; $wb['language_new_txt'] = 'Novo Idioma'; -$wb['language_new_hint_txt'] = '2 letras código ISO 639-1 (Veja http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 letras código ISO 639-1 (Veja https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Criar um novo conjunto de idioma'; $wb['btn_cancel_txt'] = 'Voltar'; ?> diff --git a/interface/web/admin/lib/lang/pt_remote_action.lng b/interface/web/admin/lib/lang/pt_remote_action.lng index 3fc3eaf81f5d63a057aa0eecf965bfbdaf6af701..3f8948e19f602408715f9554606f5478359bec9a 100644 --- a/interface/web/admin/lib/lang/pt_remote_action.lng +++ b/interface/web/admin/lib/lang/pt_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select $wb['action_scheduled'] = 'The action is scheduled for execution'; $wb['select_all_server'] = 'All server'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/ro_language_add.lng b/interface/web/admin/lib/lang/ro_language_add.lng index dc6b2d1b725f9fc83a09377176200713adf99cb0..7c9464f47a31515213e738c04a8460b97c3674ad 100644 --- a/interface/web/admin/lib/lang/ro_language_add.lng +++ b/interface/web/admin/lib/lang/ro_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Add new language'; $wb['language_select_txt'] = 'Select language basis'; $wb['language_new_txt'] = 'New language'; -$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Create new language file set'; $wb['btn_cancel_txt'] = 'Back'; ?> diff --git a/interface/web/admin/lib/lang/ro_remote_action.lng b/interface/web/admin/lib/lang/ro_remote_action.lng index 3fc3eaf81f5d63a057aa0eecf965bfbdaf6af701..3f8948e19f602408715f9554606f5478359bec9a 100644 --- a/interface/web/admin/lib/lang/ro_remote_action.lng +++ b/interface/web/admin/lib/lang/ro_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select $wb['action_scheduled'] = 'The action is scheduled for execution'; $wb['select_all_server'] = 'All server'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/ru_remote_action.lng b/interface/web/admin/lib/lang/ru_remote_action.lng index fdd0037fabfef10eb712ea7650f099cdb8c20779..858d96b02ef558f5841015886d5d1bbf9ca4c9ee 100644 --- a/interface/web/admin/lib/lang/ru_remote_action.lng +++ b/interface/web/admin/lib/lang/ru_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'Ðто дейÑтвие выполнит обнов $wb['action_scheduled'] = 'ДейÑтвие запланировано на выполнение'; $wb['select_all_server'] = 'Ð’Ñе Ñервера'; $wb['ispconfig_update_title'] = 'ИнÑтрукции по обновлению ISPConfig'; -$wb['ispconfig_update_text'] = 'Войдите в ÑиÑтему вашего Ñервера как корневой пользователь Shell и выполнить команду<br><br> <strong>ispconfig_update.sh</strong><br><br>чтобы начать обновление ISPConfig.<br><br><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Ðажмите здеÑÑŒ Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð´Ñ€Ð¾Ð±Ð½Ñ‹Ñ… инÑтрукций по обновлению</a>'; +$wb['ispconfig_update_text'] = 'Войдите в ÑиÑтему вашего Ñервера как корневой пользователь Shell и выполнить команду<br><br> <strong>ispconfig_update.sh</strong><br><br>чтобы начать обновление ISPConfig.<br><br><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Ðажмите здеÑÑŒ Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð´Ñ€Ð¾Ð±Ð½Ñ‹Ñ… инÑтрукций по обновлению</a>'; ?> diff --git a/interface/web/admin/lib/lang/se_language_add.lng b/interface/web/admin/lib/lang/se_language_add.lng index 59dbeeed35038e102bc698f94b3b5424d257d549..ccf696d7bf5d6bad9601e6049220a14f0fba124f 100644 --- a/interface/web/admin/lib/lang/se_language_add.lng +++ b/interface/web/admin/lib/lang/se_language_add.lng @@ -4,5 +4,5 @@ $wb['language_select_txt'] = 'Välj sprÃ¥kbas'; $wb['language_new_txt'] = 'Nytt sprÃ¥k'; $wb['btn_save_txt'] = 'Skapa nya sprÃ¥kfiler'; $wb['btn_cancel_txt'] = 'Tillbaka'; -$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; ?> diff --git a/interface/web/admin/lib/lang/se_remote_action.lng b/interface/web/admin/lib/lang/se_remote_action.lng index 68d2bbd4c3aa3ffde593609e81df370c381fc0d5..fe6a849905a143f773ec78e3ac2dab2af6233223 100644 --- a/interface/web/admin/lib/lang/se_remote_action.lng +++ b/interface/web/admin/lib/lang/se_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select $wb['action_scheduled'] = 'Handlingen är schemalagd att utföras'; $wb['select_all_server'] = 'Alla servrar'; $wb['ispconfig_update_title'] = 'ISPConfig uppdateringsinstruktioner'; -$wb['ispconfig_update_text'] = 'Logga in som root pÃ¥ din server och kör kommandot<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />för att pÃ¥börja ISPConfig-uppdateringen.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Klicka här för detaljerade instruktioner</a>'; +$wb['ispconfig_update_text'] = 'Logga in som root pÃ¥ din server och kör kommandot<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />för att pÃ¥börja ISPConfig-uppdateringen.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Klicka här för detaljerade instruktioner</a>'; ?> diff --git a/interface/web/admin/lib/lang/sk_language_add.lng b/interface/web/admin/lib/lang/sk_language_add.lng index d7dbd28fbcd7ad36b86778af8d6e493097a8c754..484fa384562856a58c995924ee5fef1e31d9ce47 100644 --- a/interface/web/admin/lib/lang/sk_language_add.lng +++ b/interface/web/admin/lib/lang/sk_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'PridaÅ¥ nový jazyk'; $wb['language_select_txt'] = 'Vyberte základ jazyka'; $wb['language_new_txt'] = 'Nový jazyk'; -$wb['language_new_hint_txt'] = '2 znaky ISO 639-1 jazyka-kódu (See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 znaky ISO 639-1 jazyka-kódu (See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'VytvoriÅ¥ nový jazykový súbor'; $wb['btn_cancel_txt'] = 'Späť'; ?> diff --git a/interface/web/admin/lib/lang/sk_remote_action.lng b/interface/web/admin/lib/lang/sk_remote_action.lng index 3fc3eaf81f5d63a057aa0eecf965bfbdaf6af701..3f8948e19f602408715f9554606f5478359bec9a 100644 --- a/interface/web/admin/lib/lang/sk_remote_action.lng +++ b/interface/web/admin/lib/lang/sk_remote_action.lng @@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select $wb['action_scheduled'] = 'The action is scheduled for execution'; $wb['select_all_server'] = 'All server'; $wb['ispconfig_update_title'] = 'ISPConfig update instructions'; -$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; +$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>'; ?> diff --git a/interface/web/admin/lib/lang/tr_language_add.lng b/interface/web/admin/lib/lang/tr_language_add.lng index deaf9c141a280a1c1231ae3e740df5d7d4281c01..1480a69573fecb4a6be6fdb67ba52f09e612f128 100644 --- a/interface/web/admin/lib/lang/tr_language_add.lng +++ b/interface/web/admin/lib/lang/tr_language_add.lng @@ -2,7 +2,7 @@ $wb['list_head_txt'] = 'Dil Ekleme'; $wb['language_select_txt'] = 'Dil Kaynağını Seçin'; $wb['language_new_txt'] = 'Eklenecek Dil Kodu'; -$wb['language_new_hint_txt'] = '2 karakterden oluÅŸan ISO 639-1 dil kodu (Ayrıntılı bilgi almak için: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; +$wb['language_new_hint_txt'] = '2 karakterden oluÅŸan ISO 639-1 dil kodu (Ayrıntılı bilgi almak için: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)'; $wb['btn_save_txt'] = 'Dil Paketi OluÅŸtur'; $wb['btn_cancel_txt'] = 'Geri'; ?> diff --git a/interface/web/client/form/client.tform.php b/interface/web/client/form/client.tform.php index 523507b108a981ad24c6315488a45479c4e955c9..0801ae3515a3c6631790726e5b211949c6aa4bcd 100644 --- a/interface/web/client/form/client.tform.php +++ b/interface/web/client/form/client.tform.php @@ -413,7 +413,7 @@ $form["tabs"]['address'] = array ( 1 => array( 'event' => 'SAVE', 'type' => 'STRIPNL') ), - 'default' => 'http://', + 'default' => 'https://', 'value' => '', 'separator' => '', 'width' => '30', diff --git a/interface/web/client/form/reseller.tform.php b/interface/web/client/form/reseller.tform.php index 174c18081df4ff04139ec21642e045d71c1d899a..3c559c78d67bdfd2453c4c878ed9ce1ac19677c2 100644 --- a/interface/web/client/form/reseller.tform.php +++ b/interface/web/client/form/reseller.tform.php @@ -411,7 +411,7 @@ $form["tabs"]['address'] = array ( 1 => array( 'event' => 'SAVE', 'type' => 'STRIPNL') ), - 'default' => 'http://', + 'default' => 'https://', 'value' => '', 'separator' => '', 'width' => '30', diff --git a/interface/web/sites/lib/lang/ar_cron.lng b/interface/web/sites/lib/lang/ar_cron.lng index 13bd5afb07b31ade3e1065f978a03c39cd8e2178..5cdf5ee15f86892a3bec44533013d44f13f27349 100644 --- a/interface/web/sites/lib/lang/ar_cron.lng +++ b/interface/web/sites/lib/lang/ar_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Invalid format for days of the week.'; $wb['command_error_format'] = 'Invalid command format. Please note that in case of an url call only http/https is allowed.'; $wb['unknown_fieldtype_error'] = 'An unknown field type has been used.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/ar_web_aliasdomain.lng b/interface/web/sites/lib/lang/ar_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/ar_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/ar_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ar_web_childdomain.lng b/interface/web/sites/lib/lang/ar_web_childdomain.lng index 95c9944f124ac962747005782b28dd4848613006..ac527cfc061638df41ed9372938fcadde05a8e61 100644 --- a/interface/web/sites/lib/lang/ar_web_childdomain.lng +++ b/interface/web/sites/lib/lang/ar_web_childdomain.lng @@ -37,7 +37,7 @@ $wb['domain_error_unique'] = 'There is already a website or sub / aliasdomain wi $wb['domain_error_regex'] = 'Domain name invalid.'; $wb['domain_error_acme_invalid'] = 'Domain name acme.invalid not permitted.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/ar_web_domain.lng b/interface/web/sites/lib/lang/ar_web_domain.lng index 11247be982e25fc479e038e4e11cfe9022997020..24e21f60cffb5a68704899ec50e7c90047e2606a 100644 --- a/interface/web/sites/lib/lang/ar_web_domain.lng +++ b/interface/web/sites/lib/lang/ar_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/ar_web_subdomain.lng b/interface/web/sites/lib/lang/ar_web_subdomain.lng index c5fa1711bbbecf45e91322c7c5192b51a25d24b2..7d0e55e3a1aba91626be40810c74aa79d21c46fe 100644 --- a/interface/web/sites/lib/lang/ar_web_subdomain.lng +++ b/interface/web/sites/lib/lang/ar_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Domain is empty.'; $wb['domain_error_unique'] = 'There is already a website or sub / aliasdomain with this domain name.'; $wb['domain_error_regex'] = 'Domain name invalid.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/ar_web_vhost_domain.lng b/interface/web/sites/lib/lang/ar_web_vhost_domain.lng index bed4b80e07da4333ff0be5aeb426ff4561eea141..7c37854607df2b6224d8dc134cec21af108feb15 100644 --- a/interface/web/sites/lib/lang/ar_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/ar_web_vhost_domain.lng @@ -57,7 +57,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/ar_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/ar_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/ar_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/ar_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/bg_cron.lng b/interface/web/sites/lib/lang/bg_cron.lng index c382019943159a81967b6770bf52560b90bb5021..2ab58ec6d2204368a6409c0e8ad2f71827843dde 100644 --- a/interface/web/sites/lib/lang/bg_cron.lng +++ b/interface/web/sites/lib/lang/bg_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Грешен формат за ден от Ñе $wb['command_error_format'] = 'Invalid command format. Please note that in case of an url call only http/https is allowed.'; $wb['unknown_fieldtype_error'] = 'An unknown field type has been used.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/bg_web_aliasdomain.lng b/interface/web/sites/lib/lang/bg_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/bg_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/bg_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/bg_web_childdomain.lng b/interface/web/sites/lib/lang/bg_web_childdomain.lng index e62b0af4d5a2d212c38412e41f100cd95626d258..730e802e406614ed8bfe5a6b57c70101a38d3b1d 100644 --- a/interface/web/sites/lib/lang/bg_web_childdomain.lng +++ b/interface/web/sites/lib/lang/bg_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Ðе е поÑочен домейн.'; $wb['domain_error_unique'] = 'Вече ÑъщеÑтвува такъв домейн.'; $wb['domain_error_regex'] = 'Ðевалидно име на домейн.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Грешен път за редирект. ВалидниÑÑ‚ Ð°Ð´Ñ€ÐµÑ Ñ‚Ñ€Ñбва да бъде примерно: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Грешен път за редирект. ВалидниÑÑ‚ Ð°Ð´Ñ€ÐµÑ Ñ‚Ñ€Ñбва да бъде примерно: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Без редирект'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/bg_web_domain.lng b/interface/web/sites/lib/lang/bg_web_domain.lng index 2146229cd01cf02b3da2ba7fe845176c009ac727..e5fde7b07a4f353bc7fc1d2ee9014b5dbbf6ac39 100644 --- a/interface/web/sites/lib/lang/bg_web_domain.lng +++ b/interface/web/sites/lib/lang/bg_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Трафик квота'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Трафик квота exceeded'; $wb['backup_interval_txt'] = 'Интервал за бекъп'; diff --git a/interface/web/sites/lib/lang/bg_web_subdomain.lng b/interface/web/sites/lib/lang/bg_web_subdomain.lng index 0df1e505940ccbaafa12c94215122392ad71534c..371a19cba522e3bb3ecad3070cc3717f4184d09c 100644 --- a/interface/web/sites/lib/lang/bg_web_subdomain.lng +++ b/interface/web/sites/lib/lang/bg_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Ðе е поÑочен домейн.'; $wb['domain_error_unique'] = 'Вече ÑъщеÑтвува такъв домейн.'; $wb['domain_error_regex'] = 'Ðевалидно име на домейн.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Грешен път за редирект. ВалидниÑÑ‚ Ð°Ð´Ñ€ÐµÑ Ñ‚Ñ€Ñбва да бъде примерно: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Грешен път за редирект. ВалидниÑÑ‚ Ð°Ð´Ñ€ÐµÑ Ñ‚Ñ€Ñбва да бъде примерно: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Без редирект'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/bg_web_vhost_domain.lng b/interface/web/sites/lib/lang/bg_web_vhost_domain.lng index 7e2c91f0c77e89b62f27bbeb9a3909e4776bc89a..a5b5961c4e9a263008e2e8eaa080b35db703cee2 100644 --- a/interface/web/sites/lib/lang/bg_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/bg_web_vhost_domain.lng @@ -56,7 +56,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Трафик квота'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Трафик квота exceeded'; $wb['backup_interval_txt'] = 'Интервал за бекъп'; diff --git a/interface/web/sites/lib/lang/bg_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/bg_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/bg_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/bg_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/br_cron.lng b/interface/web/sites/lib/lang/br_cron.lng index 98d98efa25b2c75cd21b0dc46496e560952b43b4..3f62c0629ffd81cb3af9bea5c74ca78d9fc14d08 100644 --- a/interface/web/sites/lib/lang/br_cron.lng +++ b/interface/web/sites/lib/lang/br_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Formato inválido para dias da semana.'; $wb['command_error_format'] = 'Comando possui formato inválido. Por favor, observe que em alguns casos somente chamadas http/https são permitidas.'; $wb['unknown_fieldtype_error'] = 'Um tipo de campo desconhecido foi utilizado.'; $wb['server_id_error_empty'] = 'O servidor está em branco.'; -$wb['command_hint_txt'] = 'ex.: /var/www/clients/clientX/webY/myscript.sh ou http://www.dominio.com.br/caminho/script.php, você pode utilizar a área reservada [web_root] para substituir /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'ex.: /var/www/clients/clientX/webY/myscript.sh ou https://www.dominio.com.br/caminho/script.php, você pode utilizar a área reservada [web_root] para substituir /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Gravar saÃda do log'; -$wb['limit_cron_url_txt'] = 'Somente URL no cron. Por favor insira uma URL iniciando com http:// como um comando no cron.'; +$wb['limit_cron_url_txt'] = 'Somente URL no cron. Por favor insira uma URL iniciando com https:// como um comando no cron.'; $wb['command_error_empty'] = 'Comando a executar está em branco.'; ?> diff --git a/interface/web/sites/lib/lang/br_web_aliasdomain.lng b/interface/web/sites/lib/lang/br_web_aliasdomain.lng index 779d2c2383dd64795a4fbe77e707e6f69c9a37aa..a996b897cffd5a5c01f5547c966a26e25b734542 100644 --- a/interface/web/sites/lib/lang/br_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/br_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'O campo "Empresa" é inválido. São cara $wb['ssl_organistaion_unit_error_regex'] = 'O campo "Departamento" é inválido. São caracteres válidos: "a-z", "0-9", ".", "-", e "_".'; $wb['ssl_country_error_regex'] = 'O campo "PaÃs" é inválido. São caracteres válidos: "A-Z".'; $wb['limit_traffic_quota_free_txt'] = 'Limite da cota de tráfego disponÃvel'; -$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. São redirecionamentos válidos, por exemplo, /teste/ ou http://www.dominio.com.br/teste/'; +$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. São redirecionamentos válidos, por exemplo, /teste/ ou https://www.dominio.com.br/teste/'; $wb['php_open_basedir_txt'] = 'Diretório open_basedir do php'; $wb['traffic_quota_exceeded_txt'] = 'O limite da cota de tráfego foi alcançado.'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/br_web_childdomain.lng b/interface/web/sites/lib/lang/br_web_childdomain.lng index fc5f31a2ec26c0743f7cce2e54c9fbf7abba64b1..67b8f6f73242eb7f4f435dd83902cf52cca03481 100644 --- a/interface/web/sites/lib/lang/br_web_childdomain.lng +++ b/interface/web/sites/lib/lang/br_web_childdomain.lng @@ -38,7 +38,7 @@ $wb['domain_error_regex'] = 'O domÃnio é inválido.'; $wb['domain_error_acme_invalid'] = 'DomÃnio genérico inválido não permitido.'; $wb['domain_error_wildcard'] = 'Curingas não são permitidos para subdomÃnios.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. Redirecionamentos válidos são, por ex.: /teste/ ou http://www.dominio.com.br/teste/'; +$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. Redirecionamentos válidos são, por ex.: /teste/ ou https://www.dominio.com.br/teste/'; $wb['no_redirect_txt'] = 'Sem redirecionamento'; $wb['no_flag_txt'] = 'Sem marcas'; $wb['proxy_directives_txt'] = 'Diretivas do proxy'; diff --git a/interface/web/sites/lib/lang/br_web_domain.lng b/interface/web/sites/lib/lang/br_web_domain.lng index 31b39974f19d11b7137866aca6aea10b2a378780..bf23ab808901ea4d318656d39d28d71f3b27eb0f 100644 --- a/interface/web/sites/lib/lang/br_web_domain.lng +++ b/interface/web/sites/lib/lang/br_web_domain.lng @@ -61,7 +61,7 @@ $wb['ssl_organisation_error_regex'] = 'O campo "Empresa" é inválido. São cara $wb['ssl_organistaion_unit_error_regex'] = 'O campo "Departamento" é inválido. São caracteres válidos: "a-z", "0-9", ".", "-", e "_".'; $wb['ssl_country_error_regex'] = 'O campo "PaÃs" é inválido. São caracteres válidos: "A-Z".'; $wb['limit_traffic_quota_free_txt'] = 'Limite da cota de tráfego disponÃvel'; -$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. Redirecionamentos válidos são, por ex.: /teste/ ou http://www.dominio.com.br/teste/'; +$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. Redirecionamentos válidos são, por ex.: /teste/ ou https://www.dominio.com.br/teste/'; $wb['php_open_basedir_txt'] = 'Diretório open_basedir do php'; $wb['traffic_quota_exceeded_txt'] = 'O limite da cota de tráfego foi alcançado.'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/br_web_subdomain.lng b/interface/web/sites/lib/lang/br_web_subdomain.lng index 53cb94ab5459f590e418071ea2111d08b8e0f464..abe78830272cc3b17aad2e5107473560cb375dc6 100644 --- a/interface/web/sites/lib/lang/br_web_subdomain.lng +++ b/interface/web/sites/lib/lang/br_web_subdomain.lng @@ -37,7 +37,7 @@ $wb['domain_error_unique'] = 'Já existe um site, subdomÃnio ou alias de domÃn $wb['domain_error_regex'] = 'O domÃnio é inválido.'; $wb['domain_error_wildcard'] = 'Curingas não são permitidos para subdomÃnios.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. Redirecionamentos válidos são, por ex.: /teste/ ou http://www.dominio.com.br/teste/'; +$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. Redirecionamentos válidos são, por ex.: /teste/ ou https://www.dominio.com.br/teste/'; $wb['no_redirect_txt'] = 'Sem redirecionamento'; $wb['no_flag_txt'] = 'Sem marcas'; $wb['proxy_directives_txt'] = 'Diretivas do proxy'; diff --git a/interface/web/sites/lib/lang/br_web_vhost_domain.lng b/interface/web/sites/lib/lang/br_web_vhost_domain.lng index c8eb7f6b822041c44b9dc80283a4accc23cb01cd..415c59820ef4e31ab1da90fbc4d5ea1e0409af80 100644 --- a/interface/web/sites/lib/lang/br_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/br_web_vhost_domain.lng @@ -63,7 +63,7 @@ $wb['ssl_organisation_error_regex'] = 'O campo "Empresa" é inválido. São cara $wb['ssl_organistaion_unit_error_regex'] = 'O campo "Departamento" é inválido. São caracteres válidos: "a-z", "0-9", ".", "-", e "_".'; $wb['ssl_country_error_regex'] = 'O campo "PaÃs" é inválido. São caracteres válidos: "A-Z".'; $wb['limit_traffic_quota_free_txt'] = 'Limite da cota de tráfego disponÃvel'; -$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. Redirecionamentos válidos são, por ex.: /teste/ ou http://www.dominio.com.br/teste/'; +$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. Redirecionamentos válidos são, por ex.: /teste/ ou https://www.dominio.com.br/teste/'; $wb['php_open_basedir_txt'] = 'Diretório open_basedir do php'; $wb['traffic_quota_exceeded_txt'] = 'O limite da cota de tráfego foi alcançado.'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/br_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/br_web_vhost_subdomain.lng index 03526d049b00b294c6dba728d85944e1ee8c87c5..90558b0af7bf00062ce633056df9c3d85e707c49 100644 --- a/interface/web/sites/lib/lang/br_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/br_web_vhost_subdomain.lng @@ -67,7 +67,7 @@ $wb['ssl_organisation_error_regex'] = 'O campo "Empresa" é inválido. Caractere $wb['ssl_organistaion_unit_error_regex'] = 'O campo "Departamento" é inválido. Caracteres válidos são: "a-z", "0-9", ".", "-", e "_".'; $wb['ssl_country_error_regex'] = 'O campo "PaÃs" é inválido. Caracteres válidos são: "A-Z".'; $wb['limit_traffic_quota_free_txt'] = 'Limite da cota de tráfego disponÃvel'; -$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. Redirecionamentos válidos são, por ex.: /teste/ ou http://www.dominio.com.br/teste/'; +$wb['redirect_error_regex'] = 'Caminho de redirecionamento inválido. Redirecionamentos válidos são, por ex.: /teste/ ou https://www.dominio.com.br/teste/'; $wb['php_open_basedir_txt'] = 'Diretório open_basedir do php'; $wb['traffic_quota_exceeded_txt'] = 'O limite da cota de tráfego foi alcançado.'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ca_cron.lng b/interface/web/sites/lib/lang/ca_cron.lng index a5388ffa9032667eac38f05ca4d551b2b8f6708f..85a27b23194e49457b87674a24096c21b7d52422 100644 --- a/interface/web/sites/lib/lang/ca_cron.lng +++ b/interface/web/sites/lib/lang/ca_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Format invalide pour les jours du mois.'; $wb['command_error_format'] = 'Format de la commande invalide.'; $wb['unknown_fieldtype_error'] = 'Un champ inconnu a été utilisé'; $wb['server_id_error_empty'] = 'ID serveur non renseigné'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/ca_web_aliasdomain.lng b/interface/web/sites/lib/lang/ca_web_aliasdomain.lng index 990a5342ccaefe08ff10312f532989909a2e06b4..f604bb84a9dd0e5852d44ee839eafcaca1da64fd 100644 --- a/interface/web/sites/lib/lang/ca_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/ca_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'L\'entreprise SSL est invalide. Les carac $wb['ssl_organistaion_unit_error_regex'] = 'Le service d\'entreprise SSL est invalide. Les caractères valides sont : a-z, 0-9 et .,-_'; $wb['ssl_country_error_regex'] = 'Pays SSL invalide. Les caractères valides sont : A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Quota de trafic maximal disponible'; -$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemple de chemins de redirection valides : /test/ ou http://www.domaine.tld/test/'; +$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemple de chemins de redirection valides : /test/ ou https://www.domaine.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Quota de trafic dépassé'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ca_web_childdomain.lng b/interface/web/sites/lib/lang/ca_web_childdomain.lng index c766bae8818d3b1c3583a72f0c85cf8a6bd261b0..ce3fde0ace226c2b576aaf625d2bb25b54497dac 100644 --- a/interface/web/sites/lib/lang/ca_web_childdomain.lng +++ b/interface/web/sites/lib/lang/ca_web_childdomain.lng @@ -38,7 +38,7 @@ $wb['domain_error_regex'] = 'Domain name invalid.'; $wb['domain_error_acme_invalid'] = 'Domain name acme.invalid not permitted.'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['proxy_directives_txt'] = 'Proxy Directives'; diff --git a/interface/web/sites/lib/lang/ca_web_domain.lng b/interface/web/sites/lib/lang/ca_web_domain.lng index c240d5c349f1eba4fce560515d81c0c19bceac11..780d3f899e0363b38eb4598c75ae4b8759518210 100644 --- a/interface/web/sites/lib/lang/ca_web_domain.lng +++ b/interface/web/sites/lib/lang/ca_web_domain.lng @@ -58,7 +58,7 @@ $wb['ssl_organisation_error_regex'] = 'Organisation SSL invalide. Les caractère $wb['ssl_organistaion_unit_error_regex'] = 'Unité dorganisation SSL invalide. Les caractères valides sont: a-z, 0-9 et .,-_'; $wb['ssl_country_error_regex'] = 'Pays SSL invalide. Les caractères valides sont: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Quota de trafic max disponible'; -$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemple de redirections valides: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemple de redirections valides: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'open_basedir PHP'; $wb['traffic_quota_exceeded_txt'] = 'Quota de trafic dépassé'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ca_web_subdomain.lng b/interface/web/sites/lib/lang/ca_web_subdomain.lng index 13fd0d66efaf327ed79e07fd60b6ddab019cf93e..44a6c822f465851ad8321c0f52a10d1eb8d35314 100644 --- a/interface/web/sites/lib/lang/ca_web_subdomain.lng +++ b/interface/web/sites/lib/lang/ca_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_unique'] = 'Le nom de domaine doit être unique.'; $wb['domain_error_regex'] = 'Le nom de domaine est invalide.'; $wb['host_txt'] = 'Hôte'; $wb['traffic_quota_txt'] = 'Quota de trafic'; -$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemples de redirections valides: /test/ ou http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemples de redirections valides: /test/ ou https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Aucune redirecton'; $wb['no_flag_txt'] = 'Aucun flag'; $wb['domain_error_wildcard'] = 'Les sous-domaines joker ne sont pas autorisés.'; diff --git a/interface/web/sites/lib/lang/ca_web_vhost_domain.lng b/interface/web/sites/lib/lang/ca_web_vhost_domain.lng index 171a20b442664f6a92cdf4bd4bef6c2649e8aa1f..1801b61a11c0445df9c5bba7a66886b88ebea306 100644 --- a/interface/web/sites/lib/lang/ca_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/ca_web_vhost_domain.lng @@ -63,7 +63,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ca_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/ca_web_vhost_subdomain.lng index faae8ba2b0f89f3d777366f7d8d75db1bdf5e356..e59ff9496f66b037d0a33ec9a9d94d4538e5059b 100644 --- a/interface/web/sites/lib/lang/ca_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/ca_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/cz_cron.lng b/interface/web/sites/lib/lang/cz_cron.lng index 64cbea961cbb15d6f4a3173ddc7f4d58ba3efd3d..61666a1823070d33b7c881f1e6a0ae4c79e2da72 100644 --- a/interface/web/sites/lib/lang/cz_cron.lng +++ b/interface/web/sites/lib/lang/cz_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Chybný formát pro dny týdne.'; $wb['command_error_format'] = 'Chybná formát pÅ™Ãkazu. V pÅ™ÃpadÄ› URL je povoleno volánà pouze http/https.'; $wb['unknown_fieldtype_error'] = 'Bylo použito pole neznámého typu.'; $wb['server_id_error_empty'] = 'ID serveru je prázdné.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/cz_web_aliasdomain.lng b/interface/web/sites/lib/lang/cz_web_aliasdomain.lng index 9861b62046170895e441dc45bd17a6d8a5de641a..8231f198e28224ee08e3747453c3baedc9b2ab02 100644 --- a/interface/web/sites/lib/lang/cz_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/cz_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Neplatný SSL řádek - Organizace. Platn $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/cz_web_childdomain.lng b/interface/web/sites/lib/lang/cz_web_childdomain.lng index 6838d351ee658c75f6c8f97af11c47cff8eaf6a2..c2befac393426080d4672b5c982b40d1d86280b9 100644 --- a/interface/web/sites/lib/lang/cz_web_childdomain.lng +++ b/interface/web/sites/lib/lang/cz_web_childdomain.lng @@ -43,7 +43,7 @@ $wb['domain_error_empty'] = 'Doména je prázdná.'; $wb['domain_error_unique'] = 'Webová stránka nebo sub / alias doména s tÃmto doménovým jménem již existuje.'; $wb['domain_error_regex'] = 'Neplatné doménové jméno.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Neplatná cesta pÅ™esmÄ›rovánÃ. Platné pÅ™esmÄ›rovánà je napÅ™Ãklad: /test/ nebo http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Neplatná cesta pÅ™esmÄ›rovánÃ. Platné pÅ™esmÄ›rovánà je napÅ™Ãklad: /test/ nebo https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Žádné pÅ™esmÄ›rovánÃ'; $wb['no_flag_txt'] = 'Žádný pÅ™Ãznak'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/cz_web_domain.lng b/interface/web/sites/lib/lang/cz_web_domain.lng index b61ca0741ae2f6ce1a29573f2cb97fab966d8f2e..eb500239df15211d41142193229c09001ed7e75f 100644 --- a/interface/web/sites/lib/lang/cz_web_domain.lng +++ b/interface/web/sites/lib/lang/cz_web_domain.lng @@ -54,7 +54,7 @@ $wb['ssl_organisation_error_regex'] = 'Neplatný SSL řádek - Organizace. Platn $wb['ssl_organistaion_unit_error_regex'] = 'Neplatná SSL organizaÄnà jednotka. Platné znaky jsou: a-z, 0-9 a .,-_'; $wb['ssl_country_error_regex'] = 'Neplatná SSL zemÄ›. Platné znaky jsou: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. dostupná pÅ™enosová kvóta'; -$wb['redirect_error_regex'] = 'Neplatná cesta pÅ™esmÄ›rovánÃ. Platné pÅ™esmÄ›rovánà je napÅ™Ãklad: /test/ nebo http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Neplatná cesta pÅ™esmÄ›rovánÃ. Platné pÅ™esmÄ›rovánà je napÅ™Ãklad: /test/ nebo https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'PÅ™enosová kvóta pÅ™ekroÄena'; $wb['backup_interval_txt'] = 'Interval zálohovánÃ'; diff --git a/interface/web/sites/lib/lang/cz_web_subdomain.lng b/interface/web/sites/lib/lang/cz_web_subdomain.lng index cd301db143fce58397c0a4e13fe37f07a4f436d4..208f0c5599df7b87db2eb49c2e5a8c096069a59a 100644 --- a/interface/web/sites/lib/lang/cz_web_subdomain.lng +++ b/interface/web/sites/lib/lang/cz_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Doména je prázdná.'; $wb['domain_error_unique'] = 'Webová stránka nebo sub / alias doména s tÃmto doménovým jménem již existuje.'; $wb['domain_error_regex'] = 'Neplatné doménové jméno.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Neplatná cesta pÅ™esmÄ›rovánÃ. Platné pÅ™esmÄ›rovánà je napÅ™Ãklad: /test/ nebo http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Neplatná cesta pÅ™esmÄ›rovánÃ. Platné pÅ™esmÄ›rovánà je napÅ™Ãklad: /test/ nebo https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Žádné pÅ™esmÄ›rovánÃ'; $wb['no_flag_txt'] = 'Žádný pÅ™Ãznak'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/cz_web_vhost_domain.lng b/interface/web/sites/lib/lang/cz_web_vhost_domain.lng index dd62c738254d7b45e1aedc4922be0d301bd97288..f40c212752fff9ff0e93657a47d5e1a8570019bd 100644 --- a/interface/web/sites/lib/lang/cz_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/cz_web_vhost_domain.lng @@ -61,7 +61,7 @@ $wb['ssl_organisation_error_regex'] = 'Neplatný SSL řádek - Organizace. Platn $wb['ssl_organistaion_unit_error_regex'] = 'Neplatná SSL organizaÄnà jednotka. Platné znaky jsou: a-z, 0-9 a .,-_'; $wb['ssl_country_error_regex'] = 'Neplatná SSL zemÄ›. Platné znaky jsou: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. dostupná pÅ™enosová kvóta'; -$wb['redirect_error_regex'] = 'Neplatná cesta pÅ™esmÄ›rovánÃ. Platné pÅ™esmÄ›rovánà je napÅ™Ãklad: /test/ nebo http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Neplatná cesta pÅ™esmÄ›rovánÃ. Platné pÅ™esmÄ›rovánà je napÅ™Ãklad: /test/ nebo https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'PÅ™enosová kvóta pÅ™ekroÄena'; $wb['errordocs_txt'] = 'Vlastnà Error (chybové) dokumenty'; diff --git a/interface/web/sites/lib/lang/cz_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/cz_web_vhost_subdomain.lng index e15b9c58633661206e08400f01b728c08e600045..2b13a2626b20428974fbc727e833c68445746af7 100644 --- a/interface/web/sites/lib/lang/cz_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/cz_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Neplatný SSL řádek - Organizace. Platn $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffik kvóta pÅ™ekroÄena'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/de_cron.lng b/interface/web/sites/lib/lang/de_cron.lng index 5a039f99f8b34c1e17ec974d11d547d7f8947103..535f7e7dca8a9b3fae443da5c63c81b2dab49225 100644 --- a/interface/web/sites/lib/lang/de_cron.lng +++ b/interface/web/sites/lib/lang/de_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Das Format für Wochentage ist nicht korrekt.'; $wb['command_error_format'] = 'Das Format für den Befehl ist nicht korrekt. Beachten Sie, dass bei einem URL Aufruf nur http und https erlaubt ist.'; $wb['unknown_fieldtype_error'] = 'Es wurde ein unbekanntes Feld verwendet.'; $wb['server_id_error_empty'] = 'Die Server-ID ist leer.'; -$wb['command_hint_txt'] = 'z. B. /var/www/clients/clientX/webY/myscript.sh oder http://www.mydomain.com/path/script.php. Der Platzhalter [web_root] wird durch /var/www/clients/clientX/webY/web ersetzt.'; +$wb['command_hint_txt'] = 'z. B. /var/www/clients/clientX/webY/myscript.sh oder https://www.mydomain.com/path/script.php. Der Platzhalter [web_root] wird durch /var/www/clients/clientX/webY/web ersetzt.'; $wb['log_output_txt'] = 'Ausgabe loggen'; -$wb['limit_cron_url_txt'] = 'Es sind nur URL cronjobs möglich. Der Cron-Befehl muss mit http:// beginnen.'; +$wb['limit_cron_url_txt'] = 'Es sind nur URL cronjobs möglich. Der Cron-Befehl muss mit https:// beginnen.'; $wb['command_error_empty'] = 'Befehl ist leer.'; ?> diff --git a/interface/web/sites/lib/lang/de_web_aliasdomain.lng b/interface/web/sites/lib/lang/de_web_aliasdomain.lng index 14e4c79d25ac03856dcb51a99b63fdcb67ea759d..d177a3bdc2a608bce3a52f69abfb2f62f3ab83af 100644 --- a/interface/web/sites/lib/lang/de_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/de_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Ungültige SSL-Firma. Mögliche Zeichen s $wb['ssl_organistaion_unit_error_regex'] = 'Ungültige SSL-Abteilung. Mögliche Zeichen sind: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Ungültiges SSL-Land. Mögliche Zeichen sind: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. verfügbarer Datentransfer'; -$wb['redirect_error_regex'] = 'Ungültiges Weiterleitungsziel. Gültige Weiterleitungsziele sind zum Beispiel: /test/ oder http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ungültiges Weiterleitungsziel. Gültige Weiterleitungsziele sind zum Beispiel: /test/ oder https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Datentransfervolumen überschritten'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/de_web_childdomain.lng b/interface/web/sites/lib/lang/de_web_childdomain.lng index 2f1248740ddf543942903d656b20f3b409f096af..7e2b6d274f9ecd2b6d84c0f5c117e6b23ea3936d 100644 --- a/interface/web/sites/lib/lang/de_web_childdomain.lng +++ b/interface/web/sites/lib/lang/de_web_childdomain.lng @@ -37,7 +37,7 @@ $wb['domain_error_unique'] = 'Domain muss eindeutig sein.'; $wb['domain_error_regex'] = 'Domain-Name ist ungültig.'; $wb['domain_error_wildcard'] = 'Wildcard Subdomains sind nicht erlaubt.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Ungültiger Redirect-Pfad. Gültige Pfade sind beispielsweise: /test/ oder http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ungültiger Redirect-Pfad. Gültige Pfade sind beispielsweise: /test/ oder https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Kein Redirect'; $wb['no_flag_txt'] = 'Kein Flag'; $wb['proxy_directives_txt'] = 'Proxy-Direktiven'; diff --git a/interface/web/sites/lib/lang/de_web_domain.lng b/interface/web/sites/lib/lang/de_web_domain.lng index b9c77a8b7bd98483c62f1fef9060b39d3c77fa1e..867ea6a851b6982db4949678e54e5d0f0da9d0ca 100644 --- a/interface/web/sites/lib/lang/de_web_domain.lng +++ b/interface/web/sites/lib/lang/de_web_domain.lng @@ -58,7 +58,7 @@ $wb['ssl_organisation_error_regex'] = 'Ungültige SSL-Firma. Gültige Zeichen si $wb['ssl_organistaion_unit_error_regex'] = 'Ungültige SSL-Abteilung. Gültige Zeichen sind: a-z, 0-9 und .,-_&äöüÄÖÜ'; $wb['ssl_country_error_regex'] = 'Ungültiges SSL-Land. Gültige Zeichen sind: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. mögliche Transfervolumenbeschränkung'; -$wb['redirect_error_regex'] = 'Ungültiger Weiterleitungspfad. Gültige Angaben sind beispielsweise: /test/ oder http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ungültiger Weiterleitungspfad. Gültige Angaben sind beispielsweise: /test/ oder https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['backup_interval_txt'] = 'Backup Intervall'; $wb['backup_copies_txt'] = 'Anzahl an Backups'; diff --git a/interface/web/sites/lib/lang/de_web_subdomain.lng b/interface/web/sites/lib/lang/de_web_subdomain.lng index 4f34874a11f1d7490f6c8536c502faabea09492a..7dcf2c19d80ce32df805402c516100013d7b10cd 100644 --- a/interface/web/sites/lib/lang/de_web_subdomain.lng +++ b/interface/web/sites/lib/lang/de_web_subdomain.lng @@ -37,7 +37,7 @@ $wb['domain_error_unique'] = 'Domain muss eindeutig sein.'; $wb['domain_error_regex'] = 'Domain-Name ist ungültig.'; $wb['domain_error_wildcard'] = 'Wildcard Subdomains sind nicht erlaubt.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Ungültiger Redirect-Pfad. Gültige Pfade sind beispielsweise: /test/ oder http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ungültiger Redirect-Pfad. Gültige Pfade sind beispielsweise: /test/ oder https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Kein Redirect'; $wb['no_flag_txt'] = 'Kein Flag'; $wb['proxy_directives_txt'] = 'Proxy-Direktiven'; diff --git a/interface/web/sites/lib/lang/de_web_vhost_domain.lng b/interface/web/sites/lib/lang/de_web_vhost_domain.lng index bb8682d2fed8f6d2c7d9529513a9a559b523c3dd..555d851ae2ba9446258b09cb6368ed4aa39e85a0 100644 --- a/interface/web/sites/lib/lang/de_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/de_web_vhost_domain.lng @@ -60,7 +60,7 @@ $wb['ssl_organisation_error_regex'] = 'Ungültige SSL-Firma. Gültige Zeichen si $wb['ssl_organistaion_unit_error_regex'] = 'Ungültige SSL-Abteilung. Gültige Zeichen sind: a-z, 0-9 und .,-_&äöüÄÖÜ'; $wb['ssl_country_error_regex'] = 'Ungültiges SSL-Land. Gültige Zeichen sind: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. mögliche Transfervolumenbeschränkung'; -$wb['redirect_error_regex'] = 'Ungültiger Weiterleitungspfad. Gültige Angaben sind beispielsweise: /test/ oder http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ungültiger Weiterleitungspfad. Gültige Angaben sind beispielsweise: /test/ oder https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['backup_interval_txt'] = 'Backup Intervall'; $wb['backup_copies_txt'] = 'Anzahl an Backups'; diff --git a/interface/web/sites/lib/lang/de_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/de_web_vhost_subdomain.lng index b2211e314bd94da3c5aaf6e19a1007597fe7ec2e..31002b7a17431cb4b62f2e2e4ed0f8582f55a517 100644 --- a/interface/web/sites/lib/lang/de_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/de_web_vhost_subdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Ungültige SSL-Firma. Gültige Zeichen si $wb['ssl_organistaion_unit_error_regex'] = 'Ungültige SSL-Abteilung. Gültige Zeichen sind: a-z, 0-9 und .,-_'; $wb['ssl_country_error_regex'] = 'Ungültiges SSL-Land. Gültige Zeichen sind: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. mögliches Traffic-Quota'; -$wb['redirect_error_regex'] = 'Ungültiger Redirect-Pfad. Gültige Angaben sind beispielsweise: /test/ oder http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ungültiger Redirect-Pfad. Gültige Angaben sind beispielsweise: /test/ oder https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['backup_interval_txt'] = 'Backup-Intervall'; $wb['backup_copies_txt'] = 'Anzahl an Backups'; diff --git a/interface/web/sites/lib/lang/dk_cron.lng b/interface/web/sites/lib/lang/dk_cron.lng index b1aa23fa696511f9ae947e69ede662afbe9eb2f9..ac290d40765caaa669ac2a332d7bd466cc1b9a4f 100644 --- a/interface/web/sites/lib/lang/dk_cron.lng +++ b/interface/web/sites/lib/lang/dk_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Ugyldigt format for days of the week.'; $wb['command_error_format'] = 'Ugyldigt command format. Please note that in case of an url call only http/https is allowed.'; $wb['unknown_fieldtype_error'] = 'An unknown field type has been used.'; $wb['server_id_error_empty'] = 'The server ID er tomt.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command er tom.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/dk_web_aliasdomain.lng b/interface/web/sites/lib/lang/dk_web_aliasdomain.lng index 6a324cca90843da819ed87294c0a462ad7788f0b..d1174a2fbfeccbe18587ce3af5f3679e150c5cd7 100644 --- a/interface/web/sites/lib/lang/dk_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/dk_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Ugyldigt SSL Organisation. Gyldige tegn e $wb['ssl_organistaion_unit_error_regex'] = 'Ugyldigt SSL Organisation Unit. Gyldige tegn er: a-z, 0-9 og .,-_'; $wb['ssl_country_error_regex'] = 'Ugyldigt SSL Land. Gyldige tegn er: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. tilgængelig Trafik Kvote'; -$wb['redirect_error_regex'] = 'Ugyldigt redirect path. Valid redirects are for example: /test/ eller http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ugyldigt redirect path. Valid redirects are for example: /test/ eller https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Trafik kvote exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/dk_web_childdomain.lng b/interface/web/sites/lib/lang/dk_web_childdomain.lng index c766bae8818d3b1c3583a72f0c85cf8a6bd261b0..ce3fde0ace226c2b576aaf625d2bb25b54497dac 100644 --- a/interface/web/sites/lib/lang/dk_web_childdomain.lng +++ b/interface/web/sites/lib/lang/dk_web_childdomain.lng @@ -38,7 +38,7 @@ $wb['domain_error_regex'] = 'Domain name invalid.'; $wb['domain_error_acme_invalid'] = 'Domain name acme.invalid not permitted.'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['proxy_directives_txt'] = 'Proxy Directives'; diff --git a/interface/web/sites/lib/lang/dk_web_domain.lng b/interface/web/sites/lib/lang/dk_web_domain.lng index 05920d39d228c475c1814d77b14b457dc0b1fcba..de29ea9dea9b2c2682917fdd6e994d0a56637ed1 100644 --- a/interface/web/sites/lib/lang/dk_web_domain.lng +++ b/interface/web/sites/lib/lang/dk_web_domain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Ugyldigt SSL Organisation. Gyldige tegn e $wb['ssl_organistaion_unit_error_regex'] = 'Ugyldigt SSL Organisation Unit. Gyldige tegn er: a-z, 0-9 og .,-_&äöüÄÖÜ'; $wb['ssl_country_error_regex'] = 'Ugyldigt SSL Land. Gyldige tegn er: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. tilgængelig Trafik Kvote'; -$wb['redirect_error_regex'] = 'Ugyldigt redirect path. Valid redirects are for example: /test/ eller http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ugyldigt redirect path. Valid redirects are for example: /test/ eller https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Trafik kvote exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/dk_web_subdomain.lng b/interface/web/sites/lib/lang/dk_web_subdomain.lng index c14a347263557dc79bd92308a7064f72fac66cbe..ad8b88171806a2173abb36f43ef81ac833e8533d 100644 --- a/interface/web/sites/lib/lang/dk_web_subdomain.lng +++ b/interface/web/sites/lib/lang/dk_web_subdomain.lng @@ -37,7 +37,7 @@ $wb['domain_error_unique'] = 'There is already a website eller sub / aliasdomain $wb['domain_error_regex'] = 'Domæne name ugyldigt.'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Ugyldigt redirect path. Valid redirects are for example: /test/ eller http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ugyldigt redirect path. Valid redirects are for example: /test/ eller https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Ingen redirect'; $wb['no_flag_txt'] = 'Ingen flag'; $wb['proxy_directives_txt'] = 'Proxy Directives'; diff --git a/interface/web/sites/lib/lang/dk_web_vhost_domain.lng b/interface/web/sites/lib/lang/dk_web_vhost_domain.lng index 171a20b442664f6a92cdf4bd4bef6c2649e8aa1f..1801b61a11c0445df9c5bba7a66886b88ebea306 100644 --- a/interface/web/sites/lib/lang/dk_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/dk_web_vhost_domain.lng @@ -63,7 +63,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/dk_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/dk_web_vhost_subdomain.lng index 18eebc266565947fe8ad41dba38b48b1936c8a34..5ee456f019c82bc00a8b3844cb540f48939f6d67 100644 --- a/interface/web/sites/lib/lang/dk_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/dk_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Ugyldigt SSL Organisation. Gyldige tegn e $wb['ssl_organistaion_unit_error_regex'] = 'Ugyldigt SSL Organisation Unit. Gyldige tegn er: a-z, 0-9 og .,-_'; $wb['ssl_country_error_regex'] = 'Ugyldigt SSL Land. Gyldige tegn er: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. tilgængelig Trafik Kvote'; -$wb['redirect_error_regex'] = 'Ugyldigt redirect path. Valid redirects are for example: /test/ eller http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ugyldigt redirect path. Valid redirects are for example: /test/ eller https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Trafik kvote exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/el_cron.lng b/interface/web/sites/lib/lang/el_cron.lng index cfdeec32dab15081f597f9e4d126a108afffdf02..9efec9d5ff03b1e23b6ad562711710d926a30b7b 100644 --- a/interface/web/sites/lib/lang/el_cron.lng +++ b/interface/web/sites/lib/lang/el_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Η μοÏφοποίηση για τις ημÎÏ $wb['command_error_format'] = 'Η μοÏφοποίηση για την εντολή δεν είναι ÎγκυÏη. ΠαÏακαλοÏμε σημειώστε ότι στην πεÏίπτωση του url μόνο τα http/https επιτÏÎπονται.'; $wb['unknown_fieldtype_error'] = 'ΧÏησιμοποιήθηκε άγνωστός Ï„Ïπος πεδίου.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/el_web_aliasdomain.lng b/interface/web/sites/lib/lang/el_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/el_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/el_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/el_web_childdomain.lng b/interface/web/sites/lib/lang/el_web_childdomain.lng index f6c2c743bff9d4b561f474ffc3e2e93d484e93d6..91d235178c0c4d696b5d8165ecd69edb81558a45 100644 --- a/interface/web/sites/lib/lang/el_web_childdomain.lng +++ b/interface/web/sites/lib/lang/el_web_childdomain.lng @@ -39,7 +39,7 @@ $wb['domain_error_empty'] = 'Το Domain δεν Îχει οÏιστεί.'; $wb['domain_error_unique'] = 'ΥπάÏχει ήδη Îνα website ή sub / aliasdomain με αυτό το όνομα.'; $wb['domain_error_regex'] = 'Το όνομα του Domain δεν είναι ÎγκυÏο.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Η διαδÏομή ανακατεÏθυνσης δεν είναι ÎγκυÏη. ΈγκυÏες διαδÏομÎÏ‚ είναι για παÏάδειγμα οι: /test/ ή http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Η διαδÏομή ανακατεÏθυνσης δεν είναι ÎγκυÏη. ΈγκυÏες διαδÏομÎÏ‚ είναι για παÏάδειγμα οι: /test/ ή https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'ΧωÏίς ΑνακατεÏθυνση'; $wb['no_flag_txt'] = 'ΧωÏίς Σημαία'; $wb['domain_error_wildcard'] = 'Wildcard subdomains δεν επιτÏÎπονται.'; diff --git a/interface/web/sites/lib/lang/el_web_domain.lng b/interface/web/sites/lib/lang/el_web_domain.lng index 1d067f9f8cb9a9646c0086757736867022b84fe0..34294a24708d8cf7298870a2d8b640f2e684715a 100644 --- a/interface/web/sites/lib/lang/el_web_domain.lng +++ b/interface/web/sites/lib/lang/el_web_domain.lng @@ -58,7 +58,7 @@ $wb['ssl_organisation_error_regex'] = 'ΆκυÏος ΟÏγανισμός SSL. $wb['ssl_organistaion_unit_error_regex'] = 'ΆκυÏη μονάδα οÏÎ³Î±Î½Î¹ÏƒÎ¼Î¿Ï SSL. ΈγκυÏοι χαÏακτήÏες: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'ΆκυÏη ΧώÏα SSL. ΈγκυÏοι χαÏακτήÏες: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'ÎŒÏιο κίνησης'; -$wb['redirect_error_regex'] = 'Μη ÎγκυÏη διαδÏομή ανακατεÏθυνσης. ΈγκυÏες τιμÎÏ‚ είναι: /test/ ή http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Μη ÎγκυÏη διαδÏομή ανακατεÏθυνσης. ΈγκυÏες τιμÎÏ‚ είναι: /test/ ή https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'ΞεπεÏάστηκε το ÏŒÏιο κίνησης δεδομÎνων'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/el_web_subdomain.lng b/interface/web/sites/lib/lang/el_web_subdomain.lng index 606137bc825bf4450916621784ec6221ec322d16..e668979c9367ed2fa1badc82e1a114f0b8dd2853 100644 --- a/interface/web/sites/lib/lang/el_web_subdomain.lng +++ b/interface/web/sites/lib/lang/el_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Το Domain δεν Îχει οÏιστεί.'; $wb['domain_error_unique'] = 'ΥπάÏχει ήδη Îνα website ή sub / aliasdomain με αυτό το όνομα.'; $wb['domain_error_regex'] = 'Το όνομα του Domain δεν είναι ÎγκυÏο.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Η διαδÏομή ανακατεÏθυνσης δεν είναι ÎγκυÏη. ΈγκυÏες διαδÏομÎÏ‚ είναι για παÏάδειγμα οι: /test/ ή http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Η διαδÏομή ανακατεÏθυνσης δεν είναι ÎγκυÏη. ΈγκυÏες διαδÏομÎÏ‚ είναι για παÏάδειγμα οι: /test/ ή https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'ΧωÏίς ΑνακατεÏθυνση'; $wb['no_flag_txt'] = 'ΧωÏίς Σημαία'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/el_web_vhost_domain.lng b/interface/web/sites/lib/lang/el_web_vhost_domain.lng index 490b39aa02875a17a749254f4d8936989c5b7bf7..603ab158b2dfc89ed841eac18484ad75ffd43d3c 100644 --- a/interface/web/sites/lib/lang/el_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/el_web_vhost_domain.lng @@ -60,7 +60,7 @@ $wb['ssl_organisation_error_regex'] = 'ΆκυÏος ΟÏγανισμός SSL. $wb['ssl_organistaion_unit_error_regex'] = 'ΆκυÏη μονάδα οÏÎ³Î±Î½Î¹ÏƒÎ¼Î¿Ï SSL. ΈγκυÏοι χαÏακτήÏες: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'ΆκυÏη ΧώÏα SSL. ΈγκυÏοι χαÏακτήÏες: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'ÎŒÏιο κίνησης'; -$wb['redirect_error_regex'] = 'Μη ÎγκυÏη διαδÏομή ανακατεÏθυνσης. ΈγκυÏες τιμÎÏ‚ είναι: /test/ ή http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Μη ÎγκυÏη διαδÏομή ανακατεÏθυνσης. ΈγκυÏες τιμÎÏ‚ είναι: /test/ ή https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'ΞεπεÏάστηκε το ÏŒÏιο κίνησης δεδομÎνων'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/el_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/el_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/el_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/el_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/en_cron.lng b/interface/web/sites/lib/lang/en_cron.lng index 2d224ba7778d0ecc1bfb8a9a0f8c83d177734b0c..dec9eff5d79ece22e016abfbbbd6f5760605f866 100644 --- a/interface/web/sites/lib/lang/en_cron.lng +++ b/interface/web/sites/lib/lang/en_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Invalid format for days of the week.'; $wb['command_error_format'] = 'Invalid command format. Please note that in case of an url call only http/https is allowed.'; $wb['unknown_fieldtype_error'] = 'An unknown field type has been used.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; ?> \ No newline at end of file diff --git a/interface/web/sites/lib/lang/en_web_aliasdomain.lng b/interface/web/sites/lib/lang/en_web_aliasdomain.lng index 5499768e06060d98e5a4503ccb8c036f9f9ffff9..0b9221eb3824435e2f178b41c0fa557d07e47847 100644 --- a/interface/web/sites/lib/lang/en_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/en_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb["ssl_organisation_error_regex"] = 'Invalid SSL Organisation. Valid character $wb["ssl_organistaion_unit_error_regex"] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb["ssl_country_error_regex"] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb["limit_traffic_quota_free_txt"] = 'Max. available Traffic Quota'; -$wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb["php_open_basedir_txt"] = 'PHP open_basedir'; $wb["traffic_quota_exceeded_txt"] = 'Traffic quota exceeded'; $wb["ruby_txt"] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/en_web_childdomain.lng b/interface/web/sites/lib/lang/en_web_childdomain.lng index b4dd9e9326fb6f6e8c4e68befc6def717ddedcd0..584913df44c8efa60c57b791d5bda7071fdc1b4c 100644 --- a/interface/web/sites/lib/lang/en_web_childdomain.lng +++ b/interface/web/sites/lib/lang/en_web_childdomain.lng @@ -38,7 +38,7 @@ $wb['domain_error_regex'] = 'Domain name invalid.'; $wb['domain_error_acme_invalid'] = 'Domain name acme.invalid not permitted.'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['proxy_directives_txt'] = 'Proxy Directives'; diff --git a/interface/web/sites/lib/lang/en_web_domain.lng b/interface/web/sites/lib/lang/en_web_domain.lng index 1785358209ba995c208cc490a547263f99dc37ee..b3365709437609cd77336fb525b6edd71628d1c1 100644 --- a/interface/web/sites/lib/lang/en_web_domain.lng +++ b/interface/web/sites/lib/lang/en_web_domain.lng @@ -62,7 +62,7 @@ $wb["ssl_organisation_error_regex"] = 'Invalid SSL Organisation. Valid character $wb["ssl_organistaion_unit_error_regex"] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ'; $wb["ssl_country_error_regex"] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb["limit_traffic_quota_free_txt"] = 'Max. available Traffic Quota'; -$wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb["php_open_basedir_txt"] = 'PHP open_basedir'; $wb["traffic_quota_exceeded_txt"] = 'Traffic quota exceeded'; $wb["ruby_txt"] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/en_web_subdomain.lng b/interface/web/sites/lib/lang/en_web_subdomain.lng index 91476e93e28db51651186afa3f61a7e4e7f6a1d0..ccba857f5d2c9eb5faf5ee49883409389ba56df5 100644 --- a/interface/web/sites/lib/lang/en_web_subdomain.lng +++ b/interface/web/sites/lib/lang/en_web_subdomain.lng @@ -37,7 +37,7 @@ $wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain wi $wb["domain_error_regex"] = 'Domain name invalid.'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; $wb["host_txt"] = 'Host'; -$wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['proxy_directives_txt'] = 'Proxy Directives'; diff --git a/interface/web/sites/lib/lang/en_web_vhost_domain.lng b/interface/web/sites/lib/lang/en_web_vhost_domain.lng index d1b41819f7a2246949f3cb1ec7e1e1bd064963a3..8edb071a9f3898fad1c525274f39bb9a13424249 100644 --- a/interface/web/sites/lib/lang/en_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/en_web_vhost_domain.lng @@ -63,7 +63,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/en_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/en_web_vhost_subdomain.lng index f8acd2d26b5ef25294b4aa23dd9adf88a5a3a8dc..da1fa27236e7f50707f4db0f8f54d7fcb69c4635 100644 --- a/interface/web/sites/lib/lang/en_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/en_web_vhost_subdomain.lng @@ -67,7 +67,7 @@ $wb["ssl_organisation_error_regex"] = 'Invalid SSL Organisation. Valid character $wb["ssl_organistaion_unit_error_regex"] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb["ssl_country_error_regex"] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb["limit_traffic_quota_free_txt"] = 'Max. available Traffic Quota'; -$wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb["php_open_basedir_txt"] = 'PHP open_basedir'; $wb["traffic_quota_exceeded_txt"] = 'Traffic quota exceeded'; $wb["ruby_txt"] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/es_cron.lng b/interface/web/sites/lib/lang/es_cron.lng index d11dfe2ac8a2cedf4ea11e08e4632e37203124ca..c8e2d567b409bee60aff97942bd975d86283581a 100644 --- a/interface/web/sites/lib/lang/es_cron.lng +++ b/interface/web/sites/lib/lang/es_cron.lng @@ -3,11 +3,11 @@ $wb['active_txt'] = 'Habilitado'; $wb['client_txt'] = 'Cliente'; $wb['command_error_empty'] = 'El comando está vacÃo.'; $wb['command_error_format'] = 'Formato inválido del comando. Por favor tenga presente que en caso de url solo http/https está permitido.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/miscript.sh o http://www.midominio.com/ruta/script.php, puedes usar el código [web_root] que será reemplazado por /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/miscript.sh o https://www.midominio.com/ruta/script.php, puedes usar el código [web_root] que será reemplazado por /var/www/clients/clientX/webY/web.'; $wb['command_txt'] = 'Comando a ejecutar (los comandos son ejecutados mediante sh, y las url mediante wget)'; $wb['limit_cron_frequency_txt'] = 'La frecuencia del trabajo programado excede los lÃmites permitidos.'; $wb['limit_cron_txt'] = 'Ha alcanzado el número máximo de trabajos programados permitidos.'; -$wb['limit_cron_url_txt'] = 'Solo cron mediante URL. Por favor ingrese como comando para cron una URL precedida por http://.'; +$wb['limit_cron_url_txt'] = 'Solo cron mediante URL. Por favor ingrese como comando para cron una URL precedida por https://.'; $wb['log_output_txt'] = 'Salida de registro'; $wb['parent_domain_id_txt'] = 'Sitio web principal'; $wb['run_hour_error_format'] = 'Formato inválido para las horas.'; diff --git a/interface/web/sites/lib/lang/es_web_aliasdomain.lng b/interface/web/sites/lib/lang/es_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/es_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/es_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/es_web_childdomain.lng b/interface/web/sites/lib/lang/es_web_childdomain.lng index 6cf662c2ffcc7ea9e6a767620c8659ed0795ceb6..fb4d5ee9951b21f1cb2b1dd285c3cf15ee61a815 100644 --- a/interface/web/sites/lib/lang/es_web_childdomain.lng +++ b/interface/web/sites/lib/lang/es_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'El dominio está vacÃo.'; $wb['domain_error_unique'] = 'El dominio debe ser único.'; $wb['domain_error_regex'] = 'El nombre de dominio no es válido.'; $wb['host_txt'] = 'Alojamiento'; -$wb['redirect_error_regex'] = 'Ruta de redirección no válida. Redirecciones válidas son, por ejemplo,: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ruta de redirección no válida. Redirecciones válidas son, por ejemplo,: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirigir'; $wb['no_flag_txt'] = 'Sin flag'; $wb['domain_error_wildcard'] = 'No se permiten subdominios comodÃn.'; diff --git a/interface/web/sites/lib/lang/es_web_domain.lng b/interface/web/sites/lib/lang/es_web_domain.lng index 2dfe3d6cac3805813c97c6936d7ae26c9ce7d42d..dd3aaebcde9647abfeb932581fbfddcb93546077 100644 --- a/interface/web/sites/lib/lang/es_web_domain.lng +++ b/interface/web/sites/lib/lang/es_web_domain.lng @@ -59,7 +59,7 @@ $wb['ssl_organisation_error_regex'] = 'Organización no válido SSL. Los caracte $wb['ssl_organistaion_unit_error_regex'] = 'Unidad de Organización no válido SSL. Los caracteres válidos son: a-z, 0-9 y,-_.'; $wb['ssl_country_error_regex'] = 'PaÃs no válido SSL. Los caracteres válidos son: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. Cuota de tráfico disponible'; -$wb['redirect_error_regex'] = 'Redirección no válida camino. Redirecciones válidos son, por ejemplo,: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Redirección no válida camino. Redirecciones válidos son, por ejemplo,: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Cuota de tráfico excedida'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/es_web_subdomain.lng b/interface/web/sites/lib/lang/es_web_subdomain.lng index 2221a749c2e07dd7c82d8852663ac4ab00c7003c..6def83f3fde86c203fad0ee56c37a95b27577dc4 100644 --- a/interface/web/sites/lib/lang/es_web_subdomain.lng +++ b/interface/web/sites/lib/lang/es_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'El dominio está vacÃo.'; $wb['domain_error_unique'] = 'El dominio debe ser único.'; $wb['domain_error_regex'] = 'El nombre de dominio no es válido.'; $wb['host_txt'] = 'Alojamiento'; -$wb['redirect_error_regex'] = 'Redirección no válida ruta. Redirecciones válidos son por ejemplo: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Redirección no válida ruta. Redirecciones válidos son por ejemplo: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirigir'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/es_web_vhost_domain.lng b/interface/web/sites/lib/lang/es_web_vhost_domain.lng index 7fdb2efa8a9572fbcddc62b0ac3cbf17c956828c..c747b6b86e396c07d70e7477499b2160b15f0d54 100644 --- a/interface/web/sites/lib/lang/es_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/es_web_vhost_domain.lng @@ -59,7 +59,7 @@ $wb['ssl_organisation_error_regex'] = 'Organización no válida. Los caracteres $wb['ssl_organistaion_unit_error_regex'] = 'Departamento de organización no válido. Los caracteres válidos son: a-z, 0-9 y,-_.'; $wb['ssl_country_error_regex'] = 'PaÃs no válido. Los caracteres válidos son: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Máxima cuota de tráfico disponible'; -$wb['redirect_error_regex'] = 'Ruta de redirección no válida. Redirecciones válidas son, por ejemplo,: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ruta de redirección no válida. Redirecciones válidas son, por ejemplo,: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Cuota de tráfico excedida'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/es_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/es_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/es_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/es_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/fi_cron.lng b/interface/web/sites/lib/lang/fi_cron.lng index 28d04144dce8048fe70ae69ad8d3c8e611f69d60..cb019571b45a3c4df86c8b09a4c768cf23bcc559 100644 --- a/interface/web/sites/lib/lang/fi_cron.lng +++ b/interface/web/sites/lib/lang/fi_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Viikonpäivä-asetus on vääranlainen'; $wb['command_error_format'] = 'Komento-asetus on vääranlainen. Huomaa että url-komennoissa vain http/https-osoitteet ovat sallittuja.'; $wb['unknown_fieldtype_error'] = 'Käytetty tuntematonta kenttätyyppiä.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/fi_web_aliasdomain.lng b/interface/web/sites/lib/lang/fi_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/fi_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/fi_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/fi_web_childdomain.lng b/interface/web/sites/lib/lang/fi_web_childdomain.lng index bbc12a35fd1a99a88399d7e450ffe0ccaf5a8dab..070d2266add3f58b7e3aab891e6fb615166fea8f 100644 --- a/interface/web/sites/lib/lang/fi_web_childdomain.lng +++ b/interface/web/sites/lib/lang/fi_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Verkkotunnus-kenttä on tyhjä.'; $wb['domain_error_unique'] = 'Tämä verkkotunnus on jo olemassa.'; $wb['domain_error_regex'] = 'Verkkotunnus on vääränlainen.'; $wb['host_txt'] = 'Isäntäkone'; -$wb['redirect_error_regex'] = 'VIrheellinen edelleenohjausosoite. Kelvollisia ovat esimerkiksi: /testi/ tai http://www.domain.tld/testi/'; +$wb['redirect_error_regex'] = 'VIrheellinen edelleenohjausosoite. Kelvollisia ovat esimerkiksi: /testi/ tai https://www.domain.tld/testi/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/fi_web_domain.lng b/interface/web/sites/lib/lang/fi_web_domain.lng index 38434653ef32eb37b981c740b61c784f016c307d..3ed5eea10ceca391f790cc960d7e6f2a853ff2c9 100644 --- a/interface/web/sites/lib/lang/fi_web_domain.lng +++ b/interface/web/sites/lib/lang/fi_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'Virheellinen SSL-organisaatio. Kelvollise $wb['ssl_organistaion_unit_error_regex'] = 'Virheellinen SSL-organisaatioyksikkö. Kelvolliset merkit ovat: a-z, 0-9 js .,-_'; $wb['ssl_country_error_regex'] = 'Virheellinen SSL-lääni. Kelvolliset merkit ovat: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Suurin sallittu liikennemäärä'; -$wb['redirect_error_regex'] = 'VIrheellinen edelleenohjausosoite. Kelvollisia ovat esimerkiksi: /testi/ tai http://www.domain.tld/testi/'; +$wb['redirect_error_regex'] = 'VIrheellinen edelleenohjausosoite. Kelvollisia ovat esimerkiksi: /testi/ tai https://www.domain.tld/testi/'; $wb['php_open_basedir_txt'] = 'PHP:n avoin peruskansio'; $wb['traffic_quota_exceeded_txt'] = 'Liikenneraja ylitetty'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/fi_web_subdomain.lng b/interface/web/sites/lib/lang/fi_web_subdomain.lng index 7fe710390556daabd815eff0742f3969fce22bf0..8889bd62a39e964dfb25a8c35367fa21158e710e 100644 --- a/interface/web/sites/lib/lang/fi_web_subdomain.lng +++ b/interface/web/sites/lib/lang/fi_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Verkkotunnus-kenttä on tyhjä.'; $wb['domain_error_unique'] = 'Tämä verkkotunnus on jo olemassa.'; $wb['domain_error_regex'] = 'Verkkotunnus on vääränlainen.'; $wb['host_txt'] = 'Isäntäkone'; -$wb['redirect_error_regex'] = 'VIrheellinen edelleenohjausosoite. Kelvollisia ovat esimerkiksi: /testi/ tai http://www.domain.tld/testi/'; +$wb['redirect_error_regex'] = 'VIrheellinen edelleenohjausosoite. Kelvollisia ovat esimerkiksi: /testi/ tai https://www.domain.tld/testi/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/fi_web_vhost_domain.lng b/interface/web/sites/lib/lang/fi_web_vhost_domain.lng index f2f7d732d0cbab1a8d2a48752281269cd2ab95a8..2c9d4ab7c6938140d291cb762645bb9916202bbd 100644 --- a/interface/web/sites/lib/lang/fi_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/fi_web_vhost_domain.lng @@ -56,7 +56,7 @@ $wb['ssl_organisation_error_regex'] = 'Virheellinen SSL-organisaatio. Kelvollise $wb['ssl_organistaion_unit_error_regex'] = 'Virheellinen SSL-organisaatioyksikkö. Kelvolliset merkit ovat: a-z, 0-9 js .,-_'; $wb['ssl_country_error_regex'] = 'Virheellinen SSL-lääni. Kelvolliset merkit ovat: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Suurin sallittu liikennemäärä'; -$wb['redirect_error_regex'] = 'VIrheellinen edelleenohjausosoite. Kelvollisia ovat esimerkiksi: /testi/ tai http://www.domain.tld/testi/'; +$wb['redirect_error_regex'] = 'VIrheellinen edelleenohjausosoite. Kelvollisia ovat esimerkiksi: /testi/ tai https://www.domain.tld/testi/'; $wb['php_open_basedir_txt'] = 'PHP:n avoin peruskansio'; $wb['traffic_quota_exceeded_txt'] = 'Liikenneraja ylitetty'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/fi_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/fi_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/fi_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/fi_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/fr_cron.lng b/interface/web/sites/lib/lang/fr_cron.lng index 672efe500d325c7601fe1bf8c344aa24d78f9a54..d50767c5bab1990cfa96303f3ef3e38965cc9078 100644 --- a/interface/web/sites/lib/lang/fr_cron.lng +++ b/interface/web/sites/lib/lang/fr_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Format invalide pour les jours du mois.'; $wb['command_error_format'] = 'Format de la commande invalide.'; $wb['unknown_fieldtype_error'] = 'Un champ inconnu a été utilisé'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/fr_web_aliasdomain.lng b/interface/web/sites/lib/lang/fr_web_aliasdomain.lng index 5ce638002b17efb91bdd67913dbfd039207f7897..6d301b64f6d1de53ded5ff850511500b2faa6119 100644 --- a/interface/web/sites/lib/lang/fr_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/fr_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'L’entreprise SSL est invalide. Les cara $wb['ssl_organistaion_unit_error_regex'] = 'Le service d’entreprise SSL est invalide. Les caractères valides sont : a-z, 0-9 et .,-_'; $wb['ssl_country_error_regex'] = 'Pays SSL invalide. Les caractères valides sont : A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Quota de trafic maximal disponible'; -$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemple de chemins de redirection valides : /test/ ou http://www.domaine.tld/test/'; +$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemple de chemins de redirection valides : /test/ ou https://www.domaine.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Quota de trafic dépassé'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/fr_web_childdomain.lng b/interface/web/sites/lib/lang/fr_web_childdomain.lng index d636dc2d487a27c175e4644a1b4fa4eb91f7575b..5a8cdcb0a1a4401ab8a1ef5ba5d14855989752ed 100644 --- a/interface/web/sites/lib/lang/fr_web_childdomain.lng +++ b/interface/web/sites/lib/lang/fr_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_unique'] = 'Le nom de domaine doit être unique.'; $wb['domain_error_regex'] = 'Le nom de domaine est invalide.'; $wb['host_txt'] = 'Hôte'; $wb['traffic_quota_txt'] = 'Quota de trafic'; -$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemples de redirections valides: /test/ ou http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemples de redirections valides: /test/ ou https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Aucune redirecton'; $wb['no_flag_txt'] = 'Aucun flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/fr_web_domain.lng b/interface/web/sites/lib/lang/fr_web_domain.lng index a0e6ff9847b919bd8101f0c76006cb929145538e..d5fcbc37c6a19b0f1fcc3633dfc27dd99ce996c1 100644 --- a/interface/web/sites/lib/lang/fr_web_domain.lng +++ b/interface/web/sites/lib/lang/fr_web_domain.lng @@ -58,7 +58,7 @@ $wb['ssl_organisation_error_regex'] = 'Organisation SSL invalide. Les caractère $wb['ssl_organistaion_unit_error_regex'] = 'Unité dorganisation SSL invalide. Les caractères valides sont: a-z, 0-9 et .,-_'; $wb['ssl_country_error_regex'] = 'Pays SSL invalide. Les caractères valides sont: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Quota de trafic max disponible'; -$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemple de redirections valides: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemple de redirections valides: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'open_basedir PHP'; $wb['traffic_quota_exceeded_txt'] = 'Quota de trafic dépassé'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/fr_web_subdomain.lng b/interface/web/sites/lib/lang/fr_web_subdomain.lng index 957dfbfed61013d176227758bafa7e8fa4399ad7..d57818e2d5f6ff7e6846333b35bb489ea3aeb7c2 100644 --- a/interface/web/sites/lib/lang/fr_web_subdomain.lng +++ b/interface/web/sites/lib/lang/fr_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_unique'] = 'Le nom de domaine doit être unique.'; $wb['domain_error_regex'] = 'Le nom de domaine est invalide.'; $wb['host_txt'] = 'Hôte'; $wb['traffic_quota_txt'] = 'Quota de trafic'; -$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemples de redirections valides: /test/ ou http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemples de redirections valides: /test/ ou https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Aucune redirecton'; $wb['no_flag_txt'] = 'Aucun flag'; $wb['domain_error_wildcard'] = 'Les sous-domaines joker ne sont pas autorisés.'; diff --git a/interface/web/sites/lib/lang/fr_web_vhost_domain.lng b/interface/web/sites/lib/lang/fr_web_vhost_domain.lng index cfee4ef3fb40e2c4c7abf606545fee09f2122e52..d18f942e305cac504431a9788fece83e4f4e5e90 100644 --- a/interface/web/sites/lib/lang/fr_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/fr_web_vhost_domain.lng @@ -59,7 +59,7 @@ $wb['ssl_organisation_error_regex'] = 'Organisation SSL invalide. Les caractère $wb['ssl_organistaion_unit_error_regex'] = 'Unité dorganisation SSL invalide. Les caractères valides sont: a-z, 0-9 et .,-_'; $wb['ssl_country_error_regex'] = 'Pays SSL invalide. Les caractères valides sont: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Quota de trafic max disponible'; -$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemple de redirections valides: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Chemin de redirection invalide. Exemple de redirections valides: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'open_basedir PHP'; $wb['traffic_quota_exceeded_txt'] = 'Quota de trafic dépassé'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/fr_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/fr_web_vhost_subdomain.lng index bdd704f93be621b43936c71c224d5478d1010589..433f4d029b2665d2ae413fcac843a3eef5ac629d 100644 --- a/interface/web/sites/lib/lang/fr_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/fr_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/hr_cron.lng b/interface/web/sites/lib/lang/hr_cron.lng index d52de9a83f225ed8eb1feac407d24922d932837f..6ae8d6d3b886c1d656ca519cbc72bf73a19bd185 100644 --- a/interface/web/sites/lib/lang/hr_cron.lng +++ b/interface/web/sites/lib/lang/hr_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'PogreÅ¡an format za dane u tjednu.'; $wb['command_error_format'] = 'PogreÅ¡an format komande. U sluÄaju pozivanja URL-a koristite samo http/https.'; $wb['unknown_fieldtype_error'] = 'Koristi se nepoznata vrsta polja.'; $wb['server_id_error_empty'] = 'ID servera je preazan.'; -$wb['limit_cron_url_txt'] = 'Samo za URL cron. Unesite URL koji poÄinje sa http:// kao cron naredba.'; +$wb['limit_cron_url_txt'] = 'Samo za URL cron. Unesite URL koji poÄinje sa https:// kao cron naredba.'; $wb['command_error_empty'] = 'Naredba je prazna.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/hr_web_aliasdomain.lng b/interface/web/sites/lib/lang/hr_web_aliasdomain.lng index 7a2df148e160932870394aeb0a5935b72bfa2716..6caba05f8129e472b7c70391e5a5124dc8ab955b 100644 --- a/interface/web/sites/lib/lang/hr_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/hr_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Neispravno polje SSL organizacija. Dozvol $wb['ssl_organistaion_unit_error_regex'] = 'Neispravno polje SSL organizacijska jedinica. Dozvoljeni znakovi su: a-z, 0-9 i .,-_'; $wb['ssl_country_error_regex'] = 'Neispravno polje SSL država. Dozvoljeni znakovi su: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Maksimalno moguća kvota prometa'; -$wb['redirect_error_regex'] = 'Neispravna redirekcijska putanja. Primjeri dozvoljene redirekcije: /test/ ili http://www.domena.tld/test/'; +$wb['redirect_error_regex'] = 'Neispravna redirekcijska putanja. Primjeri dozvoljene redirekcije: /test/ ili https://www.domena.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Kvota prometa je premaÅ¡ena'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/hr_web_childdomain.lng b/interface/web/sites/lib/lang/hr_web_childdomain.lng index b0f7a1f2db595d8efbd2dcffe4d7bcafb55064ca..760fe40724d9adcdf2cc189d9cfb14918299a3b8 100644 --- a/interface/web/sites/lib/lang/hr_web_childdomain.lng +++ b/interface/web/sites/lib/lang/hr_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Naziv domene je prazan.'; $wb['domain_error_unique'] = 'Već postoji web stranica ili poddomena / alias sa nazivom te domene.'; $wb['domain_error_regex'] = 'Naziv domene je neispravan.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Neispravna putanja redirekcije. Ispravne redirekcije su npr.: /test/ ili http://www.domena.tld/test/'; +$wb['redirect_error_regex'] = 'Neispravna putanja redirekcije. Ispravne redirekcije su npr.: /test/ ili https://www.domena.tld/test/'; $wb['no_redirect_txt'] = 'Bez redirekcije'; $wb['no_flag_txt'] = 'Bez markiranja'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/hr_web_domain.lng b/interface/web/sites/lib/lang/hr_web_domain.lng index 0b27cc5e65dee1d260b3bd78a51f98531317452b..a73bb164dd0885ccc0b61a9bc4527a6263cde1ca 100644 --- a/interface/web/sites/lib/lang/hr_web_domain.lng +++ b/interface/web/sites/lib/lang/hr_web_domain.lng @@ -58,7 +58,7 @@ $wb['ssl_organisation_error_regex'] = 'Neispravan unos organizacije. Dozvoljeni $wb['ssl_organistaion_unit_error_regex'] = 'Neispravan unos organizacijskog sektora. Dozvoljeni znakovi: a-z, 0-9 i .,-_'; $wb['ssl_country_error_regex'] = 'Neispravan unos države. Dozvoljeni znakovi: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Maksimalan limit prometa web stranice'; -$wb['redirect_error_regex'] = 'Neispravna putanja redirekcije. Ispravne redirekcije su npr.: /test/ ili http://www.domena.tld/test/'; +$wb['redirect_error_regex'] = 'Neispravna putanja redirekcije. Ispravne redirekcije su npr.: /test/ ili https://www.domena.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Iskoristili ste limit prometa web stranice.'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/hr_web_subdomain.lng b/interface/web/sites/lib/lang/hr_web_subdomain.lng index 76d7f39571b104bae09006e443bec1feba521fa6..76fb2901d9973621da550bc0a0fe2f07c9479e0c 100644 --- a/interface/web/sites/lib/lang/hr_web_subdomain.lng +++ b/interface/web/sites/lib/lang/hr_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Naziv domene je prazan.'; $wb['domain_error_unique'] = 'Već postoji web stranica ili poddomena / alias sa nazivom te domene.'; $wb['domain_error_regex'] = 'Naziv domene je neispravan.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Neispravna putanja redirekcije. Ispravne redirekcije su npr.: /test/ ili http://www.domena.tld/test/'; +$wb['redirect_error_regex'] = 'Neispravna putanja redirekcije. Ispravne redirekcije su npr.: /test/ ili https://www.domena.tld/test/'; $wb['no_redirect_txt'] = 'Bez redirekcije'; $wb['no_flag_txt'] = 'Bez markiranja'; $wb['domain_error_wildcard'] = 'Wildcard poddomene nisu dozvoljene.'; diff --git a/interface/web/sites/lib/lang/hr_web_vhost_domain.lng b/interface/web/sites/lib/lang/hr_web_vhost_domain.lng index fe46d3d2e25da33950bdb8264fca9f29c2b896d9..d3de93c69cd85be0467a763b3ae3c7f92fce3482 100644 --- a/interface/web/sites/lib/lang/hr_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/hr_web_vhost_domain.lng @@ -59,7 +59,7 @@ $wb['ssl_organisation_error_regex'] = 'Neispravan unos organizacije. Dozvoljeni $wb['ssl_organistaion_unit_error_regex'] = 'Neispravan unos organizacijskog sektora. Dozvoljeni znakovi: a-z, 0-9 i .,-_'; $wb['ssl_country_error_regex'] = 'Neispravan unos države. Dozvoljeni znakovi: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Maksimalan limit prometa web stranice'; -$wb['redirect_error_regex'] = 'Neispravna putanja redirekcije. Ispravne redirekcije su npr.: /test/ ili http://www.domena.tld/test/'; +$wb['redirect_error_regex'] = 'Neispravna putanja redirekcije. Ispravne redirekcije su npr.: /test/ ili https://www.domena.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Iskoristili ste limit prometa web stranice.'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/hr_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/hr_web_vhost_subdomain.lng index 5f5f74062fa3af954ac9a1415f78e0ce20cedd77..6463732d3b3a5eebdbceb2276bdb2aee211c3de5 100644 --- a/interface/web/sites/lib/lang/hr_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/hr_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Neispravno polje SSL organizacija. Dozvol $wb['ssl_organistaion_unit_error_regex'] = 'Neispravno polje SSL organizacijska jedinica. Dozvoljeni znakovi su: a-z, 0-9 i .,-_'; $wb['ssl_country_error_regex'] = 'Neispravno polje SSL država. Dozvoljeni znakovi su: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Neispravna redirekcijska putanja. Primjeri dozvoljene redirekcije: /test/ ili http://www.domena.tld/test/'; +$wb['redirect_error_regex'] = 'Neispravna redirekcijska putanja. Primjeri dozvoljene redirekcije: /test/ ili https://www.domena.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Kvota prometa je premaÅ¡ena'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/hu_cron.lng b/interface/web/sites/lib/lang/hu_cron.lng index 9ef984d57ef43de47e0622bcad852e944b283819..29d3f87be32143436156eecc0180a89d4d4e96e2 100644 --- a/interface/web/sites/lib/lang/hu_cron.lng +++ b/interface/web/sites/lib/lang/hu_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Invalid format for days of the week.'; $wb['command_error_format'] = 'Invalid command format. Please note that in case of an url call only http/https is allowed.'; $wb['unknown_fieldtype_error'] = 'An unknown field type has been used.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/hu_web_aliasdomain.lng b/interface/web/sites/lib/lang/hu_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/hu_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/hu_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/hu_web_childdomain.lng b/interface/web/sites/lib/lang/hu_web_childdomain.lng index a05534c4f70e3557376707b392abb053004b5ebf..31c87e6851fc49d633914a7b9289f18bdd098c77 100644 --- a/interface/web/sites/lib/lang/hu_web_childdomain.lng +++ b/interface/web/sites/lib/lang/hu_web_childdomain.lng @@ -38,7 +38,7 @@ $wb['domain_error_regex'] = 'A Domain név érvénytelen'; $wb['host_txt'] = 'Ãllomás'; $wb['no_redirect_txt'] = 'Nincs átirányÃtás'; $wb['no_flag_txt'] = 'No flag'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; diff --git a/interface/web/sites/lib/lang/hu_web_domain.lng b/interface/web/sites/lib/lang/hu_web_domain.lng index 711f0abee28d80fafdc3e70184ad7fc779699ee0..f229a4f42f23672fffa3bbe2f1c7723e5f4cb23a 100644 --- a/interface/web/sites/lib/lang/hu_web_domain.lng +++ b/interface/web/sites/lib/lang/hu_web_domain.lng @@ -56,7 +56,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Mentés idÅ‘pont'; diff --git a/interface/web/sites/lib/lang/hu_web_subdomain.lng b/interface/web/sites/lib/lang/hu_web_subdomain.lng index 84874b22c5d9113eeac41bf15e82b14abc7d2db8..15fd85e9b6bce4afddccf202f1b7958dca500349 100644 --- a/interface/web/sites/lib/lang/hu_web_subdomain.lng +++ b/interface/web/sites/lib/lang/hu_web_subdomain.lng @@ -38,7 +38,7 @@ $wb['domain_error_regex'] = 'A Domain név érvénytelen'; $wb['host_txt'] = 'Ãllomás'; $wb['no_redirect_txt'] = 'Nincs átirányÃtás'; $wb['no_flag_txt'] = 'No flag'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; diff --git a/interface/web/sites/lib/lang/hu_web_vhost_domain.lng b/interface/web/sites/lib/lang/hu_web_vhost_domain.lng index cceaa0d0051a653c1f3a213acd331b4e42abd137..aef50e04a971dfa6965362bfc0f62e5a0efd58ae 100644 --- a/interface/web/sites/lib/lang/hu_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/hu_web_vhost_domain.lng @@ -57,7 +57,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Mentés idÅ‘pont'; diff --git a/interface/web/sites/lib/lang/hu_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/hu_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/hu_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/hu_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/id_cron.lng b/interface/web/sites/lib/lang/id_cron.lng index c9124386925410fef16c23abd7ea2f560d89788d..d5e94fae214d190d521716f918492918d847549a 100644 --- a/interface/web/sites/lib/lang/id_cron.lng +++ b/interface/web/sites/lib/lang/id_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Format hari tidak valid.'; $wb['command_error_format'] = 'Format perintah tidak valid. Harap dicatat untuk kasus pemanggilan url hanya http/https yang diizinkan.'; $wb['unknown_fieldtype_error'] = 'Telah digunakan tipe kolom yang tidak dikenal.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/id_web_aliasdomain.lng b/interface/web/sites/lib/lang/id_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/id_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/id_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/id_web_childdomain.lng b/interface/web/sites/lib/lang/id_web_childdomain.lng index d839094ff93e1b4998f49e6f1e547a38f7490e6e..071bb54f6652221f35e08fd76803dcfddff3b580 100644 --- a/interface/web/sites/lib/lang/id_web_childdomain.lng +++ b/interface/web/sites/lib/lang/id_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Domain kosong.'; $wb['domain_error_unique'] = 'Sudah ada situs web atau sub / aliasdomain pada nama domain ini.'; $wb['domain_error_regex'] = 'Nama Domain tidak valid.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Path pengalihan tidak valid. Contoh pengalihan yang valid: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Path pengalihan tidak valid. Contoh pengalihan yang valid: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/id_web_domain.lng b/interface/web/sites/lib/lang/id_web_domain.lng index 1dbdae9059af86604cda6e5318e8846e7ac0c551..19a9edafb97bb958bc26924ba9674e3bc8adfe5b 100644 --- a/interface/web/sites/lib/lang/id_web_domain.lng +++ b/interface/web/sites/lib/lang/id_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'Organisasi SSL tidak valid. Karakter yang $wb['ssl_organistaion_unit_error_regex'] = 'Unit Organisasi SSL tidak valid. Karakter yang valid adalah: a-z, 0-9 dan .,-_'; $wb['ssl_country_error_regex'] = 'Negara SSL tidak valid. Karakter yang valid adalah: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Maks Kuota Trafik yang tersedia'; -$wb['redirect_error_regex'] = 'Path pengalihan tidak valid. Pengalihat yang valid adalah sebagai contoh: /test/ atau http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Path pengalihan tidak valid. Pengalihat yang valid adalah sebagai contoh: /test/ atau https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Kuota Trafik terlampaui'; $wb['backup_interval_txt'] = 'Interval Pencadangan'; diff --git a/interface/web/sites/lib/lang/id_web_subdomain.lng b/interface/web/sites/lib/lang/id_web_subdomain.lng index c2d007e693edb20d37e8555f7d148a658cff1b1d..7c7f6f717d30ec25d177839ae916fec40f625f34 100644 --- a/interface/web/sites/lib/lang/id_web_subdomain.lng +++ b/interface/web/sites/lib/lang/id_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Domain kosong.'; $wb['domain_error_unique'] = 'Sudah ada situs web atau sub / aliasdomain pada nama domain ini.'; $wb['domain_error_regex'] = 'Nama Domain tidak valid.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Path pengalihan tidak valid. Contoh pengalihan yang valid: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Path pengalihan tidak valid. Contoh pengalihan yang valid: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/id_web_vhost_domain.lng b/interface/web/sites/lib/lang/id_web_vhost_domain.lng index f0215d493220f6f9e65765683ed935131cc309e3..d6dbec4c6da1c3fa5ee78c2f5970d602eff5aa4e 100644 --- a/interface/web/sites/lib/lang/id_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/id_web_vhost_domain.lng @@ -56,7 +56,7 @@ $wb['ssl_organisation_error_regex'] = 'Organisasi SSL tidak valid. Karakter yang $wb['ssl_organistaion_unit_error_regex'] = 'Unit Organisasi SSL tidak valid. Karakter yang valid adalah: a-z, 0-9 dan .,-_'; $wb['ssl_country_error_regex'] = 'Negara SSL tidak valid. Karakter yang valid adalah: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Maks Kuota Trafik yang tersedia'; -$wb['redirect_error_regex'] = 'Path pengalihan tidak valid. Pengalihat yang valid adalah sebagai contoh: /test/ atau http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Path pengalihan tidak valid. Pengalihat yang valid adalah sebagai contoh: /test/ atau https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Kuota Trafik terlampaui'; $wb['backup_interval_txt'] = 'Interval Pencadangan'; diff --git a/interface/web/sites/lib/lang/id_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/id_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/id_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/id_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/it_cron.lng b/interface/web/sites/lib/lang/it_cron.lng index 2c01c6705533c4d5b975fe3e996873bf0382bd70..1ecf489fe6fed6713e8a05b8af201cb8c056a784 100644 --- a/interface/web/sites/lib/lang/it_cron.lng +++ b/interface/web/sites/lib/lang/it_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Formato non valido pergiorni della settimana.'; $wb['command_error_format'] = 'Formato comando non valido. Nota nel caso di una url è consentito richiamare solo http/https.'; $wb['unknown_fieldtype_error'] = 'Campo sconosciuto.'; $wb['server_id_error_empty'] = 'Server ID vuoto.'; -$wb['limit_cron_url_txt'] = 'Solo URL cron. Per cortesia inserire una URL che inizi con http:// come comando cron.'; +$wb['limit_cron_url_txt'] = 'Solo URL cron. Per cortesia inserire una URL che inizi con https:// come comando cron.'; $wb['command_error_empty'] = 'Command vuoto.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/it_web_aliasdomain.lng b/interface/web/sites/lib/lang/it_web_aliasdomain.lng index 0dc91e1371076bd976c7af459a5627d9db83391d..cd6950e25d4ddfa8e8aee94874ffba7f3e04ea86 100644 --- a/interface/web/sites/lib/lang/it_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/it_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Campo SSL Organisation non valido.. Car $wb['ssl_organistaion_unit_error_regex'] = 'Campo SSL Organisation Unit. Caratteri ammessi: a-z, 0-9 e .,-_'; $wb['ssl_country_error_regex'] = 'Campo SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Quota Traffico massimo disponibile'; -$wb['redirect_error_regex'] = 'Percorso reinderizzamento non valido. Percorsi di redirect sono ad esempio: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Percorso reinderizzamento non valido. Percorsi di redirect sono ad esempio: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Quota Traffico superato'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/it_web_childdomain.lng b/interface/web/sites/lib/lang/it_web_childdomain.lng index e10211cdf75969d2c3fde546538c0b2869196e20..4f386459620d6446d5880ae1ed64c727145f1855 100644 --- a/interface/web/sites/lib/lang/it_web_childdomain.lng +++ b/interface/web/sites/lib/lang/it_web_childdomain.lng @@ -37,7 +37,7 @@ $wb['domain_error_unique'] = 'Domain must be unique.'; $wb['domain_error_regex'] = 'Domain name invalid.'; $wb['domain_error_acme_invalid'] = 'Domain name acme.invalid not permitted.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/it_web_domain.lng b/interface/web/sites/lib/lang/it_web_domain.lng index 497f41d74c514770f243b5d0a3ee262f81b420fb..a4551002c0d79454bcfa66c2f0966974ce69e576 100644 --- a/interface/web/sites/lib/lang/it_web_domain.lng +++ b/interface/web/sites/lib/lang/it_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'SSL Organizzazione non valido. Caratteri $wb['ssl_organistaion_unit_error_regex'] = 'SSL Unità Organizzativa non valido. Caratteri ammessi: a-z, 0-9 e .,-_'; $wb['ssl_country_error_regex'] = 'SSL Codice Nazione. Caratteri ammessi: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Quota Traffico massima disponibile'; -$wb['redirect_error_regex'] = 'Percorso di reinderizzamento non valido. Reinderizzamenti validi sono ad esempio: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Percorso di reinderizzamento non valido. Reinderizzamenti validi sono ad esempio: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Quota Traffico superata'; $wb['backup_interval_txt'] = 'Intervallo Backup'; diff --git a/interface/web/sites/lib/lang/it_web_subdomain.lng b/interface/web/sites/lib/lang/it_web_subdomain.lng index 956b5c3be0c2840d92593b3c11c86909f09d4bb8..0b751623e39736dbd6a1a3ee4454d1ab531790b1 100644 --- a/interface/web/sites/lib/lang/it_web_subdomain.lng +++ b/interface/web/sites/lib/lang/it_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Dominio vuoto.'; $wb['domain_error_unique'] = 'Il dominio deve essere unico.'; $wb['domain_error_regex'] = 'Nome dominio non valido.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Percorso di reinderizzamento errato. esempi di reinderizzamento validi: /test/ o http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Percorso di reinderizzamento errato. esempi di reinderizzamento validi: /test/ o https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Nessun reinderizzamento'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Non sono ammessi caratteri jolly per i sottodomini.'; diff --git a/interface/web/sites/lib/lang/it_web_vhost_domain.lng b/interface/web/sites/lib/lang/it_web_vhost_domain.lng index 916f5d191ba3928690565e4a3cd52b1801d8fcee..52a2c34988bd6f45e69d90d36f0b0c63971e26c3 100644 --- a/interface/web/sites/lib/lang/it_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/it_web_vhost_domain.lng @@ -57,7 +57,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/it_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/it_web_vhost_subdomain.lng index d1bb71c625fd72d2ce0703eb76c39f8221beabe6..117145e22cede155b8d26ddb22e5a80e0fd3bef0 100644 --- a/interface/web/sites/lib/lang/it_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/it_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Caratteri ammes $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Caratteri ammessi: a-z, 0-9 e .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ja_cron.lng b/interface/web/sites/lib/lang/ja_cron.lng index 13bd5afb07b31ade3e1065f978a03c39cd8e2178..5cdf5ee15f86892a3bec44533013d44f13f27349 100644 --- a/interface/web/sites/lib/lang/ja_cron.lng +++ b/interface/web/sites/lib/lang/ja_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Invalid format for days of the week.'; $wb['command_error_format'] = 'Invalid command format. Please note that in case of an url call only http/https is allowed.'; $wb['unknown_fieldtype_error'] = 'An unknown field type has been used.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/ja_web_aliasdomain.lng b/interface/web/sites/lib/lang/ja_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/ja_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/ja_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ja_web_childdomain.lng b/interface/web/sites/lib/lang/ja_web_childdomain.lng index fb705f1af54611d0eb197604ed1212f9dac3c54a..4773557212bb6b62b0aeeff8a529e42f580f48f8 100644 --- a/interface/web/sites/lib/lang/ja_web_childdomain.lng +++ b/interface/web/sites/lib/lang/ja_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'ドメインを指定ã—ã¦ãã ã•ã„'; $wb['domain_error_unique'] = 'åŒåã®ã‚µãƒ–ドメインã¾ãŸã¯ã‚¨ã‚¤ãƒªã‚¢ã‚¹ãƒ‰ãƒ¡ã‚¤ãƒ³ãŒå˜åœ¨ã—ã¾ã™ã€‚'; $wb['domain_error_regex'] = 'ドメインåãŒä¸æ£ã§ã™ã€‚'; $wb['host_txt'] = 'ホスト'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/ja_web_domain.lng b/interface/web/sites/lib/lang/ja_web_domain.lng index 5582ad82a545dc34f14d228e6576e42d6aec870f..bbc5a1f883945de82138b0fbfb5cfd60990ed61a 100644 --- a/interface/web/sites/lib/lang/ja_web_domain.lng +++ b/interface/web/sites/lib/lang/ja_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/ja_web_subdomain.lng b/interface/web/sites/lib/lang/ja_web_subdomain.lng index 5eb45907eac37c5c6ac914d536ddf5d5003db1c7..1478b3c6571d0bc42b0bea5f832e57ba4b99f1db 100644 --- a/interface/web/sites/lib/lang/ja_web_subdomain.lng +++ b/interface/web/sites/lib/lang/ja_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'ドメインを指定ã—ã¦ãã ã•ã„'; $wb['domain_error_unique'] = 'åŒåã®ã‚µãƒ–ドメインã¾ãŸã¯ã‚¨ã‚¤ãƒªã‚¢ã‚¹ãƒ‰ãƒ¡ã‚¤ãƒ³ãŒå˜åœ¨ã—ã¾ã™ã€‚'; $wb['domain_error_regex'] = 'ドメインåãŒä¸æ£ã§ã™ã€‚'; $wb['host_txt'] = 'ホスト'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/ja_web_vhost_domain.lng b/interface/web/sites/lib/lang/ja_web_vhost_domain.lng index 2666f8bd4d30519635c9240272d8e78f9e85d607..8de627e7f02adf9cc82f1fde358d379e37fe152b 100644 --- a/interface/web/sites/lib/lang/ja_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/ja_web_vhost_domain.lng @@ -56,7 +56,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/ja_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/ja_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/ja_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/ja_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/nl_cron.lng b/interface/web/sites/lib/lang/nl_cron.lng index 76b9957dbab699f42020a1d3b6405243ab5c03f9..c79a3c2a0da826ce4e2411c5f0462e3ccc1f1f50 100644 --- a/interface/web/sites/lib/lang/nl_cron.lng +++ b/interface/web/sites/lib/lang/nl_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Ongeldig format voor dagen van de week.'; $wb['command_error_format'] = 'Ongeldig commando formaat. Opmerking: in het geval van een url call, alleen http/https is toegestaan.'; $wb['unknown_fieldtype_error'] = 'Een onbekend veld type is gebruikt.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/nl_web_aliasdomain.lng b/interface/web/sites/lib/lang/nl_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/nl_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/nl_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/nl_web_childdomain.lng b/interface/web/sites/lib/lang/nl_web_childdomain.lng index 9b73b148a2d3e8588f007c54d0caf221aaac38b3..2f2b897f026eee0ec7c5cdea216718fcef05c6e4 100644 --- a/interface/web/sites/lib/lang/nl_web_childdomain.lng +++ b/interface/web/sites/lib/lang/nl_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Domein is niet ingvuld.'; $wb['domain_error_unique'] = 'Er is al eenwebsite of sub / aliasdomein met deze domeinnaam.'; $wb['domain_error_regex'] = 'Domainnaam ongeldig.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Ongeldig redirect pad. Geldige redirects zijn bijvoorbeeld: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ongeldig redirect pad. Geldige redirects zijn bijvoorbeeld: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/nl_web_domain.lng b/interface/web/sites/lib/lang/nl_web_domain.lng index f50539ae7cf079f85b493ede8fab555130f999d9..bba9afd810cccc5f92420b38b32abe0c84fb47e5 100644 --- a/interface/web/sites/lib/lang/nl_web_domain.lng +++ b/interface/web/sites/lib/lang/nl_web_domain.lng @@ -57,7 +57,7 @@ $wb['ssl_organisation_error_regex'] = 'Ongeldige SSL Organisation. Geldige karak $wb['ssl_organistaion_unit_error_regex'] = 'Ongeldige SSL Organisation Unit. Geldige karakters zijn: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Ongeldige SSL land. Geldige karakters zijn: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. beschikbare traffic quota'; -$wb['redirect_error_regex'] = 'Ongeldig redirect pad. Heldige redirects zijn bijvoorbeeld: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ongeldig redirect pad. Heldige redirects zijn bijvoorbeeld: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota overschreden'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/nl_web_subdomain.lng b/interface/web/sites/lib/lang/nl_web_subdomain.lng index 2f4412afba96022ab02b3a6fbc79c813e6d9442d..8245760edec9f1f64b006bb5e166ea8a35caafc1 100644 --- a/interface/web/sites/lib/lang/nl_web_subdomain.lng +++ b/interface/web/sites/lib/lang/nl_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Domein is niet ingvuld.'; $wb['domain_error_unique'] = 'Er is al een website of sub / aliasdomein met deze domeinnaam.'; $wb['domain_error_regex'] = 'Domainnaam ongeldig.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Ongeldig redirect pad. Geldige redirects zijn bijvoorbeeld: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ongeldig redirect pad. Geldige redirects zijn bijvoorbeeld: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Geen redirect'; $wb['no_flag_txt'] = 'Geen flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomeinen zijn niet toegestaan.'; diff --git a/interface/web/sites/lib/lang/nl_web_vhost_domain.lng b/interface/web/sites/lib/lang/nl_web_vhost_domain.lng index b28a56d2a540be6dee66fa01b31772214581997c..939b937d7a7a2f95f62e629cc32bb472edd99a26 100644 --- a/interface/web/sites/lib/lang/nl_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/nl_web_vhost_domain.lng @@ -58,7 +58,7 @@ $wb['ssl_organisation_error_regex'] = 'Ongeldige SSL Organisation. Geldige karak $wb['ssl_organistaion_unit_error_regex'] = 'Ongeldige SSL Organisation Unit. Geldige karakters zijn: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Ongeldige SSL land. Geldige karakters zijn: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. beschikbare traffic quota'; -$wb['redirect_error_regex'] = 'Ongeldig redirect pad. Heldige redirects zijn bijvoorbeeld: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ongeldig redirect pad. Heldige redirects zijn bijvoorbeeld: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota overschreden'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/nl_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/nl_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/nl_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/nl_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/pl_cron.lng b/interface/web/sites/lib/lang/pl_cron.lng index e8bafacf0ed579d2f227406d2aae95467f38af61..d5f60d3e348910547383657db85987ccdf27e91c 100644 --- a/interface/web/sites/lib/lang/pl_cron.lng +++ b/interface/web/sites/lib/lang/pl_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Niepoprawny format dni w tygodniu.'; $wb['command_error_format'] = 'Niepoprawny format polecenia. W zbiorze url może być tylko adres http/https który ma pozwolenie.'; $wb['unknown_fieldtype_error'] = 'ZostaÅ‚ użyty niepoprawny format pola.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/pl_web_aliasdomain.lng b/interface/web/sites/lib/lang/pl_web_aliasdomain.lng index 618ae50e8426820c84a74adff93a8b6310fc7697..5aa998be20757133e964600d128fc77eab05d9cd 100644 --- a/interface/web/sites/lib/lang/pl_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/pl_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'NieprawidÅ‚owa organizacja SSL. Dozwolone $wb['ssl_organistaion_unit_error_regex'] = 'NieprawidÅ‚owa jednostka SSL. Dozwolone znaki to: a-z, 0-9 i .,-_'; $wb['ssl_country_error_regex'] = 'NieprawidÅ‚owy kraj SSL. Dozwolone znaki to: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Maks. dostÄ™pny limit transferu'; -$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. PrzykÅ‚adowe prawidÅ‚owe przekierowania: /test/ lub http://www.domena.pl/test/'; +$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. PrzykÅ‚adowe prawidÅ‚owe przekierowania: /test/ lub https://www.domena.pl/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Limit transferu zostaÅ‚ przekroczony'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/pl_web_childdomain.lng b/interface/web/sites/lib/lang/pl_web_childdomain.lng index ab3a61582a9797f860edf883fc477c8328f65ca6..5000369d19bf81d1687855d5796d910f835d2b03 100644 --- a/interface/web/sites/lib/lang/pl_web_childdomain.lng +++ b/interface/web/sites/lib/lang/pl_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Domena jest pusta.'; $wb['domain_error_unique'] = 'Istnieje już domena, alias lub subdomena o podanej nazwie.'; $wb['domain_error_regex'] = 'Nazwa domeny jest nieprawidÅ‚owa.'; $wb['host_txt'] = 'Serwer'; -$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. Poprawne przekierowanie to np.: /test/ lub http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. Poprawne przekierowanie to np.: /test/ lub https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Bez przekierowania'; $wb['no_flag_txt'] = 'Bez flagi'; $wb['domain_error_wildcard'] = 'Subdomeny typu wildcard nie sÄ… dozwolone'; diff --git a/interface/web/sites/lib/lang/pl_web_domain.lng b/interface/web/sites/lib/lang/pl_web_domain.lng index e615f70303f4540f5750346d06f7095671ec90c4..2aabd34099c4b64e1dbf59c664fe2313e123e413 100644 --- a/interface/web/sites/lib/lang/pl_web_domain.lng +++ b/interface/web/sites/lib/lang/pl_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'NieprawidÅ‚owa organizacja SSL. Dozwolone $wb['ssl_organistaion_unit_error_regex'] = 'NieprawidÅ‚owa jednostka organizacji SSL. Dozwolone znaki to: a-z, 0-9 oraz .,-_'; $wb['ssl_country_error_regex'] = 'NieprawidÅ‚owy kraj SSL. Dozwolone znaki to: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Maksymalny dostÄ™pny limit transferu'; -$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. Poprawne przekierowania to np.: /test/ lub http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. Poprawne przekierowania to np.: /test/ lub https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Limit transferu przekroczony.'; $wb['backup_interval_txt'] = 'OdstÄ™p miÄ™dzy kopiami zapasowymi'; diff --git a/interface/web/sites/lib/lang/pl_web_subdomain.lng b/interface/web/sites/lib/lang/pl_web_subdomain.lng index 904846ea92a66d298b98c748d50084fc6d03f8a8..491b38d036f45a1bd6a908d824f06406d9c2f387 100644 --- a/interface/web/sites/lib/lang/pl_web_subdomain.lng +++ b/interface/web/sites/lib/lang/pl_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Domena jest pusta.'; $wb['domain_error_unique'] = 'Istnieje już domena, alias lub subdomena o podanej nazwie.'; $wb['domain_error_regex'] = 'Nazwa domeny jest nieprawidÅ‚owa.'; $wb['host_txt'] = 'Serwer'; -$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. Poprawne przekierowanie to np.: /test/ lub http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. Poprawne przekierowanie to np.: /test/ lub https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Bez przekierowania'; $wb['no_flag_txt'] = 'Bez flagi'; $wb['domain_error_wildcard'] = 'Subdomeny typu wildcard nie sÄ… dozwolone'; diff --git a/interface/web/sites/lib/lang/pl_web_vhost_domain.lng b/interface/web/sites/lib/lang/pl_web_vhost_domain.lng index f0b797fb481377b561c45804d3f2ab1978b0c131..22c4c5d0b3b15760c57293d52c8e889bf3201889 100644 --- a/interface/web/sites/lib/lang/pl_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/pl_web_vhost_domain.lng @@ -56,7 +56,7 @@ $wb['ssl_organisation_error_regex'] = 'NieprawidÅ‚owa organizacja SSL. Dozwolone $wb['ssl_organistaion_unit_error_regex'] = 'NieprawidÅ‚owa jednostka organizacji SSL. Dozwolone znaki to: a-z, 0-9 oraz .,-_'; $wb['ssl_country_error_regex'] = 'NieprawidÅ‚owy kraj SSL. Dozwolone znaki to: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Maksymalny dostÄ™pny limit transferu'; -$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. Poprawne przekierowania to np.: /test/ lub http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. Poprawne przekierowania to np.: /test/ lub https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Limit transferu przekroczony.'; $wb['backup_interval_txt'] = 'OdstÄ™p miÄ™dzy kopiami zapasowymi'; diff --git a/interface/web/sites/lib/lang/pl_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/pl_web_vhost_subdomain.lng index 884210be39dfcc488d6e55f100d2879482de195e..63de4b9a64e6838bbe6dc449394ff89b51b7a3a2 100644 --- a/interface/web/sites/lib/lang/pl_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/pl_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'NieprawidÅ‚owa organizacja SSL. Dozwolone $wb['ssl_organistaion_unit_error_regex'] = 'NieprawidÅ‚owa jednostka SSL. Dozwolone znaki: a-z, 0-9 i .,-_'; $wb['ssl_country_error_regex'] = 'NieprawidÅ‚owy kraj SSL. Dozwolone znaki: a-z, 0-9 i .,-_'; $wb['limit_traffic_quota_free_txt'] = 'Maks. dostÄ™pny limit transferu'; -$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. PrzykÅ‚adowe prawidÅ‚owe przekierowania: /test/ lub http://www.domena.pl/test/'; +$wb['redirect_error_regex'] = 'NieprawidÅ‚owa Å›cieżka przekierowania. PrzykÅ‚adowe prawidÅ‚owe przekierowania: /test/ lub https://www.domena.pl/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Limit transferu zostaÅ‚ przekroczony'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/pt_cron.lng b/interface/web/sites/lib/lang/pt_cron.lng index 442ef092a0699740b202d226402a2f90f1846bb6..618f47fc8b005592a90e88ef790dd618bd00c17b 100644 --- a/interface/web/sites/lib/lang/pt_cron.lng +++ b/interface/web/sites/lib/lang/pt_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Formato dos dias da semana inválido.'; $wb['command_error_format'] = 'Formato de comando inválido. Apenas endereços url http/https são permitidos.'; $wb['unknown_fieldtype_error'] = 'Um tipo desconhecido de campo foi usado.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/pt_web_aliasdomain.lng b/interface/web/sites/lib/lang/pt_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/pt_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/pt_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/pt_web_childdomain.lng b/interface/web/sites/lib/lang/pt_web_childdomain.lng index 48ee53c85681c54bf5efd42a016a96ccfa92e4ea..56f715f7e22062ec6ae6d6ad91538c105ab84f76 100644 --- a/interface/web/sites/lib/lang/pt_web_childdomain.lng +++ b/interface/web/sites/lib/lang/pt_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'DomÃnio em branco.'; $wb['domain_error_unique'] = 'Já existe um alias ou sub-domÃnio com este nome.'; $wb['domain_error_regex'] = 'Nome de domÃnio inválido.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Pasta de redireccionamento inválida. Exemplos de redireccionamentos válidos: /test/ or http://www.dominio.pt/test/'; +$wb['redirect_error_regex'] = 'Pasta de redireccionamento inválida. Exemplos de redireccionamentos válidos: /test/ or https://www.dominio.pt/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/pt_web_domain.lng b/interface/web/sites/lib/lang/pt_web_domain.lng index 5ed2112e1ecf19145bd474819818cc081ec5ed8a..74ca235a269077aaf22d49811c115c01132bf225 100644 --- a/interface/web/sites/lib/lang/pt_web_domain.lng +++ b/interface/web/sites/lib/lang/pt_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'Empresa inválida para SSL. São caracter $wb['ssl_organistaion_unit_error_regex'] = 'Departamento inválido para SSL. São caracteres válidos: a-z, 0-9 e .,-_'; $wb['ssl_country_error_regex'] = 'PaÃs inválido para SSL. São caracteres válidos: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Cota máxima de Tráfego disponÃvel'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/pt_web_subdomain.lng b/interface/web/sites/lib/lang/pt_web_subdomain.lng index 8a4f1440fd1c4e925d5e467e28257f36b12db022..b705643f2afa3771eee772d2d805c33851a20d3e 100644 --- a/interface/web/sites/lib/lang/pt_web_subdomain.lng +++ b/interface/web/sites/lib/lang/pt_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'DomÃnio em branco.'; $wb['domain_error_unique'] = 'Já existe um alias ou sub-domÃnio com este nome.'; $wb['domain_error_regex'] = 'Nome de domÃnio inválido.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Pasta de redireccionamento inválida. Exemplos de redireccionamentos válidos: /test/ or http://www.dominio.pt/test/'; +$wb['redirect_error_regex'] = 'Pasta de redireccionamento inválida. Exemplos de redireccionamentos válidos: /test/ or https://www.dominio.pt/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/pt_web_vhost_domain.lng b/interface/web/sites/lib/lang/pt_web_vhost_domain.lng index 4314c959f9f91d53549fbc89d4a9a810e2a9071d..8da8112904c65a6b49bb950d76a00cbdabf57530 100644 --- a/interface/web/sites/lib/lang/pt_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/pt_web_vhost_domain.lng @@ -56,7 +56,7 @@ $wb['ssl_organisation_error_regex'] = 'Empresa inválida para SSL. São caracter $wb['ssl_organistaion_unit_error_regex'] = 'Departamento inválido para SSL. São caracteres válidos: a-z, 0-9 e .,-_'; $wb['ssl_country_error_regex'] = 'PaÃs inválido para SSL. São caracteres válidos: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Cota máxima de Tráfego disponÃvel'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/pt_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/pt_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/pt_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/pt_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ro_cron.lng b/interface/web/sites/lib/lang/ro_cron.lng index 13bd5afb07b31ade3e1065f978a03c39cd8e2178..5cdf5ee15f86892a3bec44533013d44f13f27349 100644 --- a/interface/web/sites/lib/lang/ro_cron.lng +++ b/interface/web/sites/lib/lang/ro_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Invalid format for days of the week.'; $wb['command_error_format'] = 'Invalid command format. Please note that in case of an url call only http/https is allowed.'; $wb['unknown_fieldtype_error'] = 'An unknown field type has been used.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/ro_web_aliasdomain.lng b/interface/web/sites/lib/lang/ro_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/ro_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/ro_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ro_web_childdomain.lng b/interface/web/sites/lib/lang/ro_web_childdomain.lng index c172b3d70f9b9d152fc898d5b3f67908b17d9991..93d642308f500dd8499bc3c03f0b1757b85906b0 100644 --- a/interface/web/sites/lib/lang/ro_web_childdomain.lng +++ b/interface/web/sites/lib/lang/ro_web_childdomain.lng @@ -37,7 +37,7 @@ $wb['domain_error_unique'] = 'exista deja un domeniu sau subdomeniu asemanator'; $wb['domain_error_regex'] = 'Domain name invalid.'; $wb['domain_error_acme_invalid'] = 'Domain name acme.invalid not permitted.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/ro_web_domain.lng b/interface/web/sites/lib/lang/ro_web_domain.lng index 3b3e8b339acbac459cc646d08c87a4563808e243..a0f7b6fe4129715b806369bd3d312467ef968ed7 100644 --- a/interface/web/sites/lib/lang/ro_web_domain.lng +++ b/interface/web/sites/lib/lang/ro_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/ro_web_subdomain.lng b/interface/web/sites/lib/lang/ro_web_subdomain.lng index f36685be8ab531f08ec462f59bbbdfba3abba07c..83e036c6bd984751b9f23004a14b51a65dcaed17 100644 --- a/interface/web/sites/lib/lang/ro_web_subdomain.lng +++ b/interface/web/sites/lib/lang/ro_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Domain necompletat'; $wb['domain_error_unique'] = 'exista deja un domeniu sau subdomeniu asemanator'; $wb['domain_error_regex'] = 'Domain name invalid.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/ro_web_vhost_domain.lng b/interface/web/sites/lib/lang/ro_web_vhost_domain.lng index c905f8913295f23de30f20481c952dbbbb3dfa32..9c62781b6f757d8e06588f2a7840c3248c0593a7 100644 --- a/interface/web/sites/lib/lang/ro_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/ro_web_vhost_domain.lng @@ -57,7 +57,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/ro_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/ro_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/ro_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/ro_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ru_cron.lng b/interface/web/sites/lib/lang/ru_cron.lng index b124fca318cf5d7b27776983da9f3f2378d5ffb1..46a5a7dac837bf1db29361e9542857fbc0522ce8 100644 --- a/interface/web/sites/lib/lang/ru_cron.lng +++ b/interface/web/sites/lib/lang/ru_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Ðекорректный формат Ð´Ð»Ñ Ð´ $wb['command_error_format'] = 'Ðекорректный формат команды. Обратите внимание, что в Ñлучае вызова URL-адреÑа допуÑкаетÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ http/https.'; $wb['unknown_fieldtype_error'] = 'был иÑпользован некорректный тип полÑ.'; $wb['server_id_error_empty'] = 'Сервер не выбран'; -$wb['limit_cron_url_txt'] = 'Только URL может быть в задании. ПожалуйÑта, введите URL-адреÑ, начинающийÑÑ Ñ http:// как команду Ð´Ð»Ñ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿Ð»Ð°Ð½Ð¸Ñ€Ð¾Ð²Ñ‰Ð¸ÐºÐ° задач.'; +$wb['limit_cron_url_txt'] = 'Только URL может быть в задании. ПожалуйÑта, введите URL-адреÑ, начинающийÑÑ Ñ https:// как команду Ð´Ð»Ñ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿Ð»Ð°Ð½Ð¸Ñ€Ð¾Ð²Ñ‰Ð¸ÐºÐ° задач.'; $wb['command_error_empty'] = 'Команда отÑутÑтвует.'; -$wb['command_hint_txt'] = 'Ðапример, /var/www/clients/clientX/webY/myscript.sh или http://www.mydomain.com/path/script.php, Ð’Ñ‹ можете иÑпользовать заполнитель [web_root], который заменÑетÑÑ Ð½Ð° /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'Ðапример, /var/www/clients/clientX/webY/myscript.sh или https://www.mydomain.com/path/script.php, Ð’Ñ‹ можете иÑпользовать заполнитель [web_root], который заменÑетÑÑ Ð½Ð° /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Журнал вывода'; ?> diff --git a/interface/web/sites/lib/lang/ru_web_aliasdomain.lng b/interface/web/sites/lib/lang/ru_web_aliasdomain.lng index e63d9b039fa62f1d85aabb319b42bf302f18f681..9b59281c2fcfc2aee94ebdee0d6428e237ea8351 100644 --- a/interface/web/sites/lib/lang/ru_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/ru_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Ðекорретное название $wb['ssl_organistaion_unit_error_regex'] = 'Ðекорретное название Ð¿Ð¾Ð´Ñ€Ð°Ð·Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸ SSL. ДопуÑтимые Ñимволы: a-z, 0-9 и .,-_'; $wb['ssl_country_error_regex'] = 'Ошибка в названии Ñтраны SSL. Разрешенные Ñимволы: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'МакÑ. доÑÑ‚ÑƒÐ¿Ð½Ð°Ñ ÐºÐ²Ð¾Ñ‚Ð° трафика'; -$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Квота трафика превышена'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/ru_web_childdomain.lng b/interface/web/sites/lib/lang/ru_web_childdomain.lng index ffe19805ab6749d8b7d1f9e6f79de5063686bde9..a5c5b4e55b8aa9046a007dd0da32f83bd9bc83b2 100644 --- a/interface/web/sites/lib/lang/ru_web_childdomain.lng +++ b/interface/web/sites/lib/lang/ru_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Домен пуÑтой.'; $wb['domain_error_unique'] = 'Ð˜Ð¼Ñ Ð´Ð¾Ð»Ð¶Ð½Ð¾ быть уникальным.'; $wb['domain_error_regex'] = 'Ðекорректное Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°.'; $wb['host_txt'] = 'ХоÑÑ‚'; -$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Без переадреÑации'; $wb['no_flag_txt'] = 'Ðет флага'; $wb['domain_error_wildcard'] = 'Wildcard поддомены не допуÑкаютÑÑ.'; diff --git a/interface/web/sites/lib/lang/ru_web_domain.lng b/interface/web/sites/lib/lang/ru_web_domain.lng index bc47bfff7ec282a0f9c82acb231436f39a06d6cd..be1e39e8a8d8d78522ac055102f9e20dabd2be0c 100644 --- a/interface/web/sites/lib/lang/ru_web_domain.lng +++ b/interface/web/sites/lib/lang/ru_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'Ðекорретное название $wb['ssl_organistaion_unit_error_regex'] = 'Ðекорретное название Ð¿Ð¾Ð´Ñ€Ð°Ð·Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸ SSL. ДопуÑтимые Ñимволы: a-z, 0-9 и .,-_'; $wb['ssl_country_error_regex'] = 'Ошибка в названии Ñтраны SSL. Разрешенные Ñимволы: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'МакÑ. доÑÑ‚ÑƒÐ¿Ð½Ð°Ñ ÐºÐ²Ð¾Ñ‚Ð° трафика'; -$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Квота трафика превышена'; $wb['backup_interval_txt'] = 'Интервал резервного копированиÑ'; diff --git a/interface/web/sites/lib/lang/ru_web_subdomain.lng b/interface/web/sites/lib/lang/ru_web_subdomain.lng index 376c789430848c851e7f886d68af8295a941b754..6efdee1ab7019e347b99b666e6e15f4f76b11178 100644 --- a/interface/web/sites/lib/lang/ru_web_subdomain.lng +++ b/interface/web/sites/lib/lang/ru_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Домен пуÑтой.'; $wb['domain_error_unique'] = 'Ð˜Ð¼Ñ Ð´Ð¾Ð»Ð¶Ð½Ð¾ быть уникальным.'; $wb['domain_error_regex'] = 'Ðекорректное Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°.'; $wb['host_txt'] = 'ХоÑÑ‚'; -$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Без переадреÑации'; $wb['no_flag_txt'] = 'Ðет флага'; $wb['domain_error_wildcard'] = 'Wildcard-поддомены не допуÑкаютÑÑ.'; diff --git a/interface/web/sites/lib/lang/ru_web_vhost_domain.lng b/interface/web/sites/lib/lang/ru_web_vhost_domain.lng index 25b05ff7f4d4bbad6d60353d8177a4960537bc5e..55bfd369a6ebc0fcc44a065b56eb71ef25c2705d 100644 --- a/interface/web/sites/lib/lang/ru_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/ru_web_vhost_domain.lng @@ -56,7 +56,7 @@ $wb['ssl_organisation_error_regex'] = 'Ðекорретное название $wb['ssl_organistaion_unit_error_regex'] = 'Ðекорретное название Ð¿Ð¾Ð´Ñ€Ð°Ð·Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸ SSL. ДопуÑтимые Ñимволы: a-z, 0-9 и .,-_'; $wb['ssl_country_error_regex'] = 'Ошибка в названии Ñтраны SSL. Разрешенные Ñимволы: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'МакÑ. доÑÑ‚ÑƒÐ¿Ð½Ð°Ñ ÐºÐ²Ð¾Ñ‚Ð° трафика'; -$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Квота трафика превышена'; $wb['backup_interval_txt'] = 'Интервал резервного копированиÑ'; diff --git a/interface/web/sites/lib/lang/ru_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/ru_web_vhost_subdomain.lng index e504af3dad5e31a2fcabc99e581c8079a96c758b..a679065ce6768c73424762ca7a7b24a38c7bbdd0 100644 --- a/interface/web/sites/lib/lang/ru_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/ru_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Ðекорретное название $wb['ssl_organistaion_unit_error_regex'] = 'Ðекорретное название Ð¿Ð¾Ð´Ñ€Ð°Ð·Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸ SSL. ДопуÑтимые Ñимволы: a-z, 0-9 и .,-_'; $wb['ssl_country_error_regex'] = 'Ошибка в названии Ñтраны SSL. Разрешенные Ñимволы: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'МакÑ. доÑÑ‚ÑƒÐ¿Ð½Ð°Ñ ÐºÐ²Ð¾Ñ‚Ð° трафика'; -$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Ðеверный путь переадреÑации. ДопуÑтимые перенаправлениÑ, например: /test/ или https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Квота трафика превышена'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/se_cron.lng b/interface/web/sites/lib/lang/se_cron.lng index 24722162bedea4a188751a9bdb557927cf2c85ef..de4cb1f9cb5829f91a7e36e25eec2e161b9dfe0d 100644 --- a/interface/web/sites/lib/lang/se_cron.lng +++ b/interface/web/sites/lib/lang/se_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Invalid format for days of the week.'; $wb['command_error_format'] = 'Invalid command format. Please note that in case of an url call only http/https is allowed.'; $wb['unknown_fieldtype_error'] = 'An unknown field type has been used.'; $wb['server_id_error_empty'] = 'Fältet för server-ID är tomt.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Kommandofältet är tomt.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/se_web_aliasdomain.lng b/interface/web/sites/lib/lang/se_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/se_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/se_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/se_web_childdomain.lng b/interface/web/sites/lib/lang/se_web_childdomain.lng index 42e459183578819ff03f8317ce2b85255b0beaed..e0d6e42476427903cd39764ed64dad32a1d21cfc 100644 --- a/interface/web/sites/lib/lang/se_web_childdomain.lng +++ b/interface/web/sites/lib/lang/se_web_childdomain.lng @@ -37,7 +37,7 @@ $wb['domain_error_unique'] = 'Domain must be unique.'; $wb['domain_error_regex'] = 'Domain name invalid.'; $wb['domain_error_acme_invalid'] = 'Domain name acme.invalid not permitted.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/se_web_domain.lng b/interface/web/sites/lib/lang/se_web_domain.lng index a293af77ea902036b48b5778c87855f102dea261..511a4bca81bb963e8d8c3d030684d4252439846e 100644 --- a/interface/web/sites/lib/lang/se_web_domain.lng +++ b/interface/web/sites/lib/lang/se_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/se_web_subdomain.lng b/interface/web/sites/lib/lang/se_web_subdomain.lng index ec784641e8366afc30c6b79670b5c10967df24a0..578755cf26afc54b5acd5a57ac9089e31abf26a1 100644 --- a/interface/web/sites/lib/lang/se_web_subdomain.lng +++ b/interface/web/sites/lib/lang/se_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Domänfältet är tomt'; $wb['domain_error_unique'] = 'Domännamnet mÃ¥ste vara unikt'; $wb['domain_error_regex'] = 'Domännamnet är ogiltigt'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Ingen omdirigering'; $wb['no_flag_txt'] = 'Ingan flagga'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/se_web_vhost_domain.lng b/interface/web/sites/lib/lang/se_web_vhost_domain.lng index 63c261cb03d16c740dd0fb7605a48b74fee3df7b..8038e53b990d6205e9e9e5d740b25d3e545a8e9d 100644 --- a/interface/web/sites/lib/lang/se_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/se_web_vhost_domain.lng @@ -57,7 +57,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['backup_interval_txt'] = 'Backup interval'; diff --git a/interface/web/sites/lib/lang/se_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/se_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/se_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/se_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/sk_cron.lng b/interface/web/sites/lib/lang/sk_cron.lng index 66dcca875a5c5858062603ff5a740101de2f9086..f510b7e0ad42dce007412d03e3b4c46a33c9dcdf 100644 --- a/interface/web/sites/lib/lang/sk_cron.lng +++ b/interface/web/sites/lib/lang/sk_cron.lng @@ -1,26 +1,26 @@ <?php $wb['server_id_txt'] = 'Server'; -$wb['parent_domain_id_txt'] = 'Rodi?ovská webstránka'; -$wb['active_txt'] = 'Aktívne'; +$wb['parent_domain_id_txt'] = 'Rodi?ovsk� webstr�nka'; +$wb['active_txt'] = 'Akt�vne'; $wb['client_txt'] = 'Klient'; -$wb['run_min_txt'] = 'Minúty'; +$wb['run_min_txt'] = 'Min�ty'; $wb['run_hour_txt'] = 'Hodiny'; $wb['run_mday_txt'] = 'Dni v mesiaci'; $wb['run_month_txt'] = 'Mesiace'; -$wb['run_wday_txt'] = 'Dni v týždni'; -$wb['command_txt'] = 'Príkaz na spustenie (príkazy sú vykonávané pomocou sh, urls cez wget)'; -$wb['limit_cron_txt'] = 'Maximálny po?et povolených cron pracovných miest bolo dosiahnuté.'; -$wb['limit_cron_frequency_txt'] = 'Cron frekvencia prekra?uje povolený limit.'; -$wb['run_min_error_format'] = 'Neplatný formát minút.'; -$wb['run_hour_error_format'] = 'Neplatný formát hodín.'; -$wb['run_mday_error_format'] = 'Neplatný formát pre dni v mesiaci.'; -$wb['run_month_error_format'] = 'Neplatný formát mesiaca.'; -$wb['run_wday_error_format'] = 'Neplatný formát pre dni v týždni.'; -$wb['command_error_format'] = 'Neplatný formát príkazu. Upozor?ujeme, že v prípade url volania iba http / https, sú povolené.'; -$wb['unknown_fieldtype_error'] = 'Neznámy druh pola bol použitý.'; +$wb['run_wday_txt'] = 'Dni v t��dni'; +$wb['command_txt'] = 'Pr�kaz na spustenie (pr�kazy s� vykon�van� pomocou sh, urls cez wget)'; +$wb['limit_cron_txt'] = 'Maxim�lny po?et povolen�ch cron pracovn�ch miest bolo dosiahnut�.'; +$wb['limit_cron_frequency_txt'] = 'Cron frekvencia prekra?uje povolen� limit.'; +$wb['run_min_error_format'] = 'Neplatn� form�t min�t.'; +$wb['run_hour_error_format'] = 'Neplatn� form�t hod�n.'; +$wb['run_mday_error_format'] = 'Neplatn� form�t pre dni v mesiaci.'; +$wb['run_month_error_format'] = 'Neplatn� form�t mesiaca.'; +$wb['run_wday_error_format'] = 'Neplatn� form�t pre dni v t��dni.'; +$wb['command_error_format'] = 'Neplatn� form�t pr�kazu. Upozor?ujeme, �e v pr�pade url volania iba http / https, s� povolen�.'; +$wb['unknown_fieldtype_error'] = 'Nezn�my druh pola bol pou�it�.'; $wb['server_id_error_empty'] = 'The server ID is empty.'; -$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['command_error_empty'] = 'Command is empty.'; -$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; +$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.'; $wb['log_output_txt'] = 'Log output'; ?> diff --git a/interface/web/sites/lib/lang/sk_web_aliasdomain.lng b/interface/web/sites/lib/lang/sk_web_aliasdomain.lng index 74697bdb33298e0eada396548274aebeacda4022..de094c30867b61ba67149f3989b38eb9fa26175e 100644 --- a/interface/web/sites/lib/lang/sk_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/sk_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/sk_web_childdomain.lng b/interface/web/sites/lib/lang/sk_web_childdomain.lng index d14f9815f6d0be5083924da7b73f49b5ebafee72..3d9a68638cc54b001b5cd1128944bedf0f06b972 100644 --- a/interface/web/sites/lib/lang/sk_web_childdomain.lng +++ b/interface/web/sites/lib/lang/sk_web_childdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Doména je prázdna.'; $wb['domain_error_unique'] = 'Existuje už webová stránka alebo sub / alias doména k tejto doméne.'; $wb['domain_error_regex'] = 'Doménové meno neplatné.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/sk_web_domain.lng b/interface/web/sites/lib/lang/sk_web_domain.lng index 2b18602008778a02f07802b1fa491691fd4cee4d..c4ba44a51ec4f5d2ca4854b39959d909517adbbc 100644 --- a/interface/web/sites/lib/lang/sk_web_domain.lng +++ b/interface/web/sites/lib/lang/sk_web_domain.lng @@ -55,7 +55,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['backup_interval_txt'] = 'Backup interval'; $wb['backup_copies_txt'] = 'Number of backup copies'; diff --git a/interface/web/sites/lib/lang/sk_web_subdomain.lng b/interface/web/sites/lib/lang/sk_web_subdomain.lng index f6bcffd901e7c9d7b93214c8337716400a286dab..1fb1ec65d0307be55c8e89b8d21e23c00698939a 100644 --- a/interface/web/sites/lib/lang/sk_web_subdomain.lng +++ b/interface/web/sites/lib/lang/sk_web_subdomain.lng @@ -36,7 +36,7 @@ $wb['domain_error_empty'] = 'Doména je prázdna.'; $wb['domain_error_unique'] = 'Existuje už webová stránka alebo sub / alias doména k tejto doméne.'; $wb['domain_error_regex'] = 'Doménové meno neplatné.'; $wb['host_txt'] = 'Host'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'No redirect'; $wb['no_flag_txt'] = 'No flag'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; diff --git a/interface/web/sites/lib/lang/sk_web_vhost_domain.lng b/interface/web/sites/lib/lang/sk_web_vhost_domain.lng index 6ff92e62e74764528c8d4379b88f74613ccafb8a..e0324c8076dd9588baa8804d34edb822b0f6564b 100644 --- a/interface/web/sites/lib/lang/sk_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/sk_web_vhost_domain.lng @@ -56,7 +56,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['backup_interval_txt'] = 'Backup interval'; $wb['backup_copies_txt'] = 'Number of backup copies'; diff --git a/interface/web/sites/lib/lang/sk_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/sk_web_vhost_subdomain.lng index 4ded131f4a7164181c1786bd1071c891cec2f252..47b9e1aff280e0184bcecbb9113415a64295d9d0 100644 --- a/interface/web/sites/lib/lang/sk_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/sk_web_vhost_subdomain.lng @@ -66,7 +66,7 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_'; $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota'; -$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/tr_cron.lng b/interface/web/sites/lib/lang/tr_cron.lng index d00e6868c7f0b0171a95094a79d1812db299d142..6e971521845456f9d453f124742bddaa068c3db7 100644 --- a/interface/web/sites/lib/lang/tr_cron.lng +++ b/interface/web/sites/lib/lang/tr_cron.lng @@ -19,8 +19,8 @@ $wb['run_wday_error_format'] = 'Haftanın günü biçimi geçersiz.'; $wb['command_error_format'] = 'Komut biçimi geçersiz. Ä°nternet adreslerinde yalnız http/https kullanılabilir.'; $wb['unknown_fieldtype_error'] = 'Bilinmeyen bir alan türü kullanılmış.'; $wb['server_id_error_empty'] = 'Sunucu kodu boÅŸ olamaz.'; -$wb['command_hint_txt'] = 'Örnek: /var/www/clients/musteriX/webY/betigim.sh ya da http://www.etkialanim.com/yol/betik.php, /var/www/clients/musteriX/webY/web yerine [web_root] kodunu kullanabilirsiniz.'; +$wb['command_hint_txt'] = 'Örnek: /var/www/clients/musteriX/webY/betigim.sh ya da https://www.etkialanim.com/yol/betik.php, /var/www/clients/musteriX/webY/web yerine [web_root] kodunu kullanabilirsiniz.'; $wb['log_output_txt'] = 'Günlük çıktısı'; -$wb['limit_cron_url_txt'] = 'Yalnız Ä°nternet adresli zamanlanmış görev kullanılabilir. Lütfen zamanlanmış görev komutu olarak http:// ile baÅŸlayan bir Ä°nternet adresi yazın.'; +$wb['limit_cron_url_txt'] = 'Yalnız Ä°nternet adresli zamanlanmış görev kullanılabilir. Lütfen zamanlanmış görev komutu olarak https:// ile baÅŸlayan bir Ä°nternet adresi yazın.'; $wb['command_error_empty'] = 'Komut boÅŸ olamaz.'; ?> diff --git a/interface/web/sites/lib/lang/tr_web_aliasdomain.lng b/interface/web/sites/lib/lang/tr_web_aliasdomain.lng index 108f1d9a67d7e3e4c66c8d831a3b0e06652c7a88..015f10d2fc95d90036e9cd967218dc85f8a22b95 100644 --- a/interface/web/sites/lib/lang/tr_web_aliasdomain.lng +++ b/interface/web/sites/lib/lang/tr_web_aliasdomain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'SSL kuruluÅŸu geçersiz. Kullanılabilece $wb['ssl_organistaion_unit_error_regex'] = 'SSL kuruluÅŸu birimi geçersiz. Kullanılabilecek karakterler: a-z, 0-9 ve .,-_&äöüÄÖÜ'; $wb['ssl_country_error_regex'] = 'SSL ülkesi geçersiz. Kullanılabilecek karakterler: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Kullanılabilecek en fazla trafik kotası'; -$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Geçerli örnekler: /test/ ya da http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Geçerli örnekler: /test/ ya da https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Trafik kotası aşıldı'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/tr_web_childdomain.lng b/interface/web/sites/lib/lang/tr_web_childdomain.lng index 55a82167d6dae5580bc87cd64c5bd32fd30fe9f0..1e8693389c5613fc3c29c0fe3735e919f0badc9a 100644 --- a/interface/web/sites/lib/lang/tr_web_childdomain.lng +++ b/interface/web/sites/lib/lang/tr_web_childdomain.lng @@ -38,7 +38,7 @@ $wb['domain_error_regex'] = 'Etki alanı adı geçersiz.'; $wb['domain_error_acme_invalid'] = 'acme.invalid etki alanı adı kullanılamaz.'; $wb['domain_error_wildcard'] = 'Genel alt etki alanları kullanılamaz.'; $wb['host_txt'] = 'Sunucu'; -$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Örnek yönlendirmeler: /test/ ya da http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Örnek yönlendirmeler: /test/ ya da https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Yönlendirme Yok'; $wb['no_flag_txt'] = 'Ä°ÅŸaret Yok'; $wb['proxy_directives_txt'] = 'Vekil Sunucu Yönergeleri'; diff --git a/interface/web/sites/lib/lang/tr_web_domain.lng b/interface/web/sites/lib/lang/tr_web_domain.lng index 4d20d3efad7eb5f88dbedac41ef6b7bfec71e815..7ebba4cd71c693bdb62516859589c39218d3ec8a 100644 --- a/interface/web/sites/lib/lang/tr_web_domain.lng +++ b/interface/web/sites/lib/lang/tr_web_domain.lng @@ -62,7 +62,7 @@ $wb['ssl_organisation_error_regex'] = 'SSL kuruluÅŸu geçersiz. Kullanılabilece $wb['ssl_organistaion_unit_error_regex'] = 'SSL kuruluÅŸu birimi geçersiz. Kullanılabilecek karakterler: a-z, 0-9 ve .,-_&äöüÄÖÜ'; $wb['ssl_country_error_regex'] = 'SSL ülkesi geçersiz. Kullanılabilecek karakterler: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Kullanılabilecek en fazla trafik kotası'; -$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Örnekler: /test/ ya da http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Örnekler: /test/ ya da https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Trafik kotası aşıldı'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/tr_web_subdomain.lng b/interface/web/sites/lib/lang/tr_web_subdomain.lng index 7d1cdcc5c0d2c06efe7f9a0e2361683af00cd515..5b703e3a3276dd6f6c3fd33621ad8ec25d035d1f 100644 --- a/interface/web/sites/lib/lang/tr_web_subdomain.lng +++ b/interface/web/sites/lib/lang/tr_web_subdomain.lng @@ -37,7 +37,7 @@ $wb['domain_error_unique'] = 'Aynı adlı bir web sitesi ya da alt/takma etki al $wb['domain_error_regex'] = 'Etki alanı geçersiz.'; $wb['domain_error_wildcard'] = 'Genel karakterler içeren alt etki alanları kullanılamaz.'; $wb['host_txt'] = 'Sunucu'; -$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Örnekler: /test/ ya da http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Örnekler: /test/ ya da https://www.domain.tld/test/'; $wb['no_redirect_txt'] = 'Yönlendirme yok'; $wb['no_flag_txt'] = 'Ä°ÅŸaret yok'; $wb['proxy_directives_txt'] = 'Vekil Sunucu Yönergeleri'; diff --git a/interface/web/sites/lib/lang/tr_web_vhost_domain.lng b/interface/web/sites/lib/lang/tr_web_vhost_domain.lng index dd1a8e0ca4760c031bd8bdde5b5cb328008c9ed0..d6da228de7229ee8ee35d2190328d2df773aca8b 100644 --- a/interface/web/sites/lib/lang/tr_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/tr_web_vhost_domain.lng @@ -63,7 +63,7 @@ $wb['ssl_organisation_error_regex'] = 'SSL kuruluÅŸu geçersiz. Kullanılabilece $wb['ssl_organistaion_unit_error_regex'] = 'SSL kuruluÅŸu birimi geçersiz. Kullanılabilecek karakterler: a-z, 0-9 ve .,-_&äöüÄÖÜ'; $wb['ssl_country_error_regex'] = 'SSL ülkesi geçersiz. Kullanılabilecek karakterler: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Kullanılabilecek en fazla trafik kotası'; -$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Geçerli örnekler: /test/ ya da http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Geçerli örnekler: /test/ ya da https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Trafik kotası aşıldı'; $wb['ruby_txt'] = 'Ruby'; diff --git a/interface/web/sites/lib/lang/tr_web_vhost_subdomain.lng b/interface/web/sites/lib/lang/tr_web_vhost_subdomain.lng index 7cdf15947a5935773654b863c7f506ebd5acb26a..e5f47865d495dcc3e4642cb94604668a6f007467 100644 --- a/interface/web/sites/lib/lang/tr_web_vhost_subdomain.lng +++ b/interface/web/sites/lib/lang/tr_web_vhost_subdomain.lng @@ -67,7 +67,7 @@ $wb['ssl_organisation_error_regex'] = 'SSL kuruluÅŸu geçersiz. Kullanılabilece $wb['ssl_organistaion_unit_error_regex'] = 'SSL kuruluÅŸu birimi geçersiz. Kullanılabilecek karakterler: a-z, 0-9 ve .,-_&äöüÄÖÜ'; $wb['ssl_country_error_regex'] = 'SSL ülkesi geçersiz. Kullanılabilecek karakterler: A-Z'; $wb['limit_traffic_quota_free_txt'] = 'Kullanılabilecek en fazla trafik kotası'; -$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Geçerli örnekler: /test/ ya da http://www.domain.tld/test/'; +$wb['redirect_error_regex'] = 'Yönlendirme yolu geçersiz. Geçerli örnekler: /test/ ya da https://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Trafik kotası aşıldı'; $wb['ruby_txt'] = 'Ruby'; diff --git a/server/conf/error/br/400.html b/server/conf/error/br/400.html index e89e706bb81d7de56067fa2b6b03ebe187d2f4ee..455a4bb5c00f938ddd2c37f6df933f59ae9b83e9 100644 --- a/server/conf/error/br/400.html +++ b/server/conf/error/br/400.html @@ -56,7 +56,7 @@ <P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/br/401.html b/server/conf/error/br/401.html index 99b20cbcab11cebe392d87891b1f15e71d9a07e8..7cc355ebd4915f9ade98e6543b30a020362d57ba 100644 --- a/server/conf/error/br/401.html +++ b/server/conf/error/br/401.html @@ -54,7 +54,7 @@ <P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/br/403.html b/server/conf/error/br/403.html index 5e466d89f72abe3108e417cc3ca5849ca0bf2d80..515e247c1b2eddeb3b8c00875d8bd14a852a1f6e 100644 --- a/server/conf/error/br/403.html +++ b/server/conf/error/br/403.html @@ -54,7 +54,7 @@ <P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/br/404.html b/server/conf/error/br/404.html index 1a8266f4844ddebee66571742024a5a40269358e..cd258ee736557377e9ebf053e92300f820b8b683 100644 --- a/server/conf/error/br/404.html +++ b/server/conf/error/br/404.html @@ -54,7 +54,7 @@ <P>Se tiver qualquer dúvida extra sobre este erro cheque por atualizações neste endereço ou contate seu webmaster.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/br/405.html b/server/conf/error/br/405.html index 6564ff227ba9ffa254ab7f6e7bf0112f710112f2..fa5194ccb4941d5a695be926d2010c4721336b27 100644 --- a/server/conf/error/br/405.html +++ b/server/conf/error/br/405.html @@ -54,7 +54,7 @@ <P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/br/500.html b/server/conf/error/br/500.html index ea72c3467177844e125dd37e338cb1e0164f50dd..142c4fbf88a19a13f5fdc45eae0810787b3ac29f 100644 --- a/server/conf/error/br/500.html +++ b/server/conf/error/br/500.html @@ -54,7 +54,7 @@ <P>Se está mensagem se repetir muitas vezes contate seu webmaster.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/br/502.html b/server/conf/error/br/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/br/502.html +++ b/server/conf/error/br/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/br/503.html b/server/conf/error/br/503.html index fe563ee72329fc7942edddd66385cae2d45f8686..ea4287da7598e12974dd0195b20251023f28fe2f 100644 --- a/server/conf/error/br/503.html +++ b/server/conf/error/br/503.html @@ -54,7 +54,7 @@ <P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/cz/400.html b/server/conf/error/cz/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/cz/400.html +++ b/server/conf/error/cz/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/cz/401.html b/server/conf/error/cz/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/cz/401.html +++ b/server/conf/error/cz/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/cz/403.html b/server/conf/error/cz/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/cz/403.html +++ b/server/conf/error/cz/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/cz/404.html b/server/conf/error/cz/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/cz/404.html +++ b/server/conf/error/cz/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/cz/405.html b/server/conf/error/cz/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/cz/405.html +++ b/server/conf/error/cz/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/cz/500.html b/server/conf/error/cz/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/cz/500.html +++ b/server/conf/error/cz/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/cz/502.html b/server/conf/error/cz/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/cz/502.html +++ b/server/conf/error/cz/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/cz/503.html b/server/conf/error/cz/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/cz/503.html +++ b/server/conf/error/cz/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/de/400.html b/server/conf/error/de/400.html index 05a3b3cb16642c0f2af70fcd4e88a211cd5e611e..df70160b407f33a04fc3fff8348680375fc95179 100644 --- a/server/conf/error/de/400.html +++ b/server/conf/error/de/400.html @@ -54,7 +54,7 @@ <p>Bei Problemen wenden Sie sich bitte an den <!--WEBMASTER//-->Webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/de/401.html b/server/conf/error/de/401.html index 3e84dc714c25119648d844ca77e2de65fc00e6df..74fecede65fa781eb9e184cda824ad941482cd03 100644 --- a/server/conf/error/de/401.html +++ b/server/conf/error/de/401.html @@ -54,7 +54,7 @@ <P>Bei weiteren Problemen wenden Sie sich bitte an den <!--WEBMASTER//-->Webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/de/403.html b/server/conf/error/de/403.html index c7d0da995ddb2bb3d42b31d7c1f58ea834e18e12..1ea413810f831205bfc31e678b52b0c7794a8635 100644 --- a/server/conf/error/de/403.html +++ b/server/conf/error/de/403.html @@ -54,7 +54,7 @@ <p>Bei weiteren Problemen wenden Sie sich bitte an den <!--WEBMASTER//-->Webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/de/404.html b/server/conf/error/de/404.html index c4760505f42f0023df14f0cbf065296c10f1a74a..2174cf1ef9109853a36247dbb417d99512ed0eec 100644 --- a/server/conf/error/de/404.html +++ b/server/conf/error/de/404.html @@ -54,7 +54,7 @@ <P>Bitte überprüfen Sie die Schreibweise der URL oder wenden Sie sich an den <!--WEBMASTER//-->Webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/de/405.html b/server/conf/error/de/405.html index cdada31a435b7442eb440737ec0fae41f4a0efcd..115ec20256875eb7e9a1b628e95694a1c9310d92 100644 --- a/server/conf/error/de/405.html +++ b/server/conf/error/de/405.html @@ -54,7 +54,7 @@ <p>Bei Problemen wenden Sie sich bitte an den <!--WEBMASTER//-->Webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/de/500.html b/server/conf/error/de/500.html index 99d2e4fb29b4c6ac6fa1556a75a276aa46b7eba8..e649203dec0754ad1205ad4686295afc86421aa5 100644 --- a/server/conf/error/de/500.html +++ b/server/conf/error/de/500.html @@ -54,7 +54,7 @@ <p>Sollten Sie diese Fehlermeldung öfter erhalten, wenden Sie sich bitte an den <!--WEBMASTER//-->Webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/de/502.html b/server/conf/error/de/502.html index 1d7afb304343abec534fa0de29bf53a3f909df08..14c71da4a0654d5421ff93bdc949538e101c8f70 100644 --- a/server/conf/error/de/502.html +++ b/server/conf/error/de/502.html @@ -54,7 +54,7 @@ <P>Sollten Sie diese Fehlermeldung öfter erhalten, wenden Sie sich bitte an den <!--WEBMASTER//-->Webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/de/503.html b/server/conf/error/de/503.html index 43dbef8c8cdc76a68d9bf718cdb76db0a8daab06..2144bf7f0ac41068880ca05708af16a2c71da423 100644 --- a/server/conf/error/de/503.html +++ b/server/conf/error/de/503.html @@ -55,7 +55,7 @@ <p>Sollten Sie diese Fehlermeldung öfter erhalten, wenden Sie sich bitte an den <!--WEBMASTER//-->Webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/en/400.html b/server/conf/error/en/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/en/400.html +++ b/server/conf/error/en/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/en/401.html b/server/conf/error/en/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/en/401.html +++ b/server/conf/error/en/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/en/403.html b/server/conf/error/en/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/en/403.html +++ b/server/conf/error/en/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/en/404.html b/server/conf/error/en/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/en/404.html +++ b/server/conf/error/en/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/en/405.html b/server/conf/error/en/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/en/405.html +++ b/server/conf/error/en/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/en/500.html b/server/conf/error/en/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/en/500.html +++ b/server/conf/error/en/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/en/502.html b/server/conf/error/en/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/en/502.html +++ b/server/conf/error/en/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/en/503.html b/server/conf/error/en/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/en/503.html +++ b/server/conf/error/en/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/es/400.html b/server/conf/error/es/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/es/400.html +++ b/server/conf/error/es/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/es/401.html b/server/conf/error/es/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/es/401.html +++ b/server/conf/error/es/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/es/403.html b/server/conf/error/es/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/es/403.html +++ b/server/conf/error/es/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/es/404.html b/server/conf/error/es/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/es/404.html +++ b/server/conf/error/es/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/es/405.html b/server/conf/error/es/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/es/405.html +++ b/server/conf/error/es/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/es/500.html b/server/conf/error/es/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/es/500.html +++ b/server/conf/error/es/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/es/502.html b/server/conf/error/es/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/es/502.html +++ b/server/conf/error/es/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/es/503.html b/server/conf/error/es/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/es/503.html +++ b/server/conf/error/es/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fi/400.html b/server/conf/error/fi/400.html index 821ec0a130aacdac048763aea33fd66f3ee3f67a..4cf14cb3a6a4f03dffcbc638c13360ef4036ea61 100644 --- a/server/conf/error/fi/400.html +++ b/server/conf/error/fi/400.html @@ -54,7 +54,7 @@ <P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fi/401.html b/server/conf/error/fi/401.html index 4d31371eb1246ca63c626d8e21d3fc09600edcac..ffb7bcd5fb232c50d035b4d5167b78f02faf58f2 100644 --- a/server/conf/error/fi/401.html +++ b/server/conf/error/fi/401.html @@ -54,7 +54,7 @@ <P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fi/403.html b/server/conf/error/fi/403.html index 465b668dfd2e01434bb868675187baa6bd173fcd..eafa38dcb5b2cb9abd9235c5bada1299eb228f49 100644 --- a/server/conf/error/fi/403.html +++ b/server/conf/error/fi/403.html @@ -54,7 +54,7 @@ <P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fi/404.html b/server/conf/error/fi/404.html index 7dbbe92a83dd31c3d8c9000d1b371eb18e58a963..a0d70a9c426f1808ec18a9aa675cad19883dd7a1 100644 --- a/server/conf/error/fi/404.html +++ b/server/conf/error/fi/404.html @@ -54,7 +54,7 @@ <P>Tarkista osoite tai ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fi/405.html b/server/conf/error/fi/405.html index 133289437ad2c598593e3b112762ec1279feb9f0..c66e7056369c15c2c04a95f13bcfc29156585067 100644 --- a/server/conf/error/fi/405.html +++ b/server/conf/error/fi/405.html @@ -54,7 +54,7 @@ <P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fi/500.html b/server/conf/error/fi/500.html index e84962a26fba900a8ea8b586c011272a6245643f..5f577c30862aa81ca9f7d9098a891cde541133ce 100644 --- a/server/conf/error/fi/500.html +++ b/server/conf/error/fi/500.html @@ -54,7 +54,7 @@ <P>Jos saat tämän virheen toistuvasti, ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fi/502.html b/server/conf/error/fi/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/fi/502.html +++ b/server/conf/error/fi/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fi/503.html b/server/conf/error/fi/503.html index 09d544dd3612ffb172abdc6552e914cf1e0232f0..5cd62616de8c4e9c602a2ae882ea712934dcafe0 100644 --- a/server/conf/error/fi/503.html +++ b/server/conf/error/fi/503.html @@ -54,7 +54,7 @@ <P>Ota yhteyttä <!--WEBMASTER//-->ylläpitoon<!--WEBMASTER//--> jos sinulla on kysyttävää.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fr/400.html b/server/conf/error/fr/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/fr/400.html +++ b/server/conf/error/fr/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fr/401.html b/server/conf/error/fr/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/fr/401.html +++ b/server/conf/error/fr/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fr/403.html b/server/conf/error/fr/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/fr/403.html +++ b/server/conf/error/fr/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fr/404.html b/server/conf/error/fr/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/fr/404.html +++ b/server/conf/error/fr/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fr/405.html b/server/conf/error/fr/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/fr/405.html +++ b/server/conf/error/fr/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fr/500.html b/server/conf/error/fr/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/fr/500.html +++ b/server/conf/error/fr/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fr/502.html b/server/conf/error/fr/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/fr/502.html +++ b/server/conf/error/fr/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/fr/503.html b/server/conf/error/fr/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/fr/503.html +++ b/server/conf/error/fr/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/gr/400.html b/server/conf/error/gr/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/gr/400.html +++ b/server/conf/error/gr/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/gr/401.html b/server/conf/error/gr/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/gr/401.html +++ b/server/conf/error/gr/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/gr/403.html b/server/conf/error/gr/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/gr/403.html +++ b/server/conf/error/gr/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/gr/404.html b/server/conf/error/gr/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/gr/404.html +++ b/server/conf/error/gr/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/gr/405.html b/server/conf/error/gr/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/gr/405.html +++ b/server/conf/error/gr/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/gr/500.html b/server/conf/error/gr/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/gr/500.html +++ b/server/conf/error/gr/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/gr/502.html b/server/conf/error/gr/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/gr/502.html +++ b/server/conf/error/gr/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/gr/503.html b/server/conf/error/gr/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/gr/503.html +++ b/server/conf/error/gr/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hr/400.html b/server/conf/error/hr/400.html index b0cf2530396e710e49a5f4850740dd2c2e074098..6141474b5504828065ff0acf3aa3de7df3a4e233 100644 --- a/server/conf/error/hr/400.html +++ b/server/conf/error/hr/400.html @@ -54,7 +54,7 @@ <P>Molimo vas kontaktirajte <!--WEBMASTER//-->webmajstora<!--WEBMASTER//--> ukoliko imate pitanja.</p> </div> <div id="footer"> - <p>Pokreće <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Pokreće <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hr/401.html b/server/conf/error/hr/401.html index c0afe60b28dd758849ab1f86c106e3beb66f3bd9..15cc68491f4f1b4f1854f9fb916ae31e215f60f1 100644 --- a/server/conf/error/hr/401.html +++ b/server/conf/error/hr/401.html @@ -54,7 +54,7 @@ <P>Molimo vas kontaktirajte <!--WEBMASTER//-->webmajstora<!--WEBMASTER//--> ukoliko imate pitanja.</p> </div> <div id="footer"> - <p>Pokreće <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Pokreće <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hr/403.html b/server/conf/error/hr/403.html index 01e29222de790c5414cd0207f2ca673395f29037..4845d4da886130256f10c1ecc256dd40f388750d 100644 --- a/server/conf/error/hr/403.html +++ b/server/conf/error/hr/403.html @@ -54,7 +54,7 @@ <P>Molimo vas kontaktirajte <!--WEBMASTER//-->webmajstora<!--WEBMASTER//--> ukoliko imate pitanja.</p> </div> <div id="footer"> - <p>Pokreće <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Pokreće <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hr/404.html b/server/conf/error/hr/404.html index 514a85309457829f4001af4754c5f5c4f077fd70..e367e7915457adee7b66ac5de4e9e496d057476e 100644 --- a/server/conf/error/hr/404.html +++ b/server/conf/error/hr/404.html @@ -54,7 +54,7 @@ <P>Provjerite da li je URL ispravan ili kontaktirajte <!--WEBMASTER//-->webmajstora<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Pokreće <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Pokreće <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hr/405.html b/server/conf/error/hr/405.html index 3c5d1c070268dc97690838c41f0f467b2c04aac4..7a8fb891537d1d44780de7585960459e492a4dc5 100644 --- a/server/conf/error/hr/405.html +++ b/server/conf/error/hr/405.html @@ -54,7 +54,7 @@ <P>Molimo vas kontaktirajte <!--WEBMASTER//-->webmajstora<!--WEBMASTER//--> ukoliko imate pitanja.</p> </div> <div id="footer"> - <p>Pokreće <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Pokreće <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hr/500.html b/server/conf/error/hr/500.html index 16cd1b3168a9f479714ecc1a878876286225d2dc..1f6239c99e5a7c8d58dd5bc0f359f612d4c1621f 100644 --- a/server/conf/error/hr/500.html +++ b/server/conf/error/hr/500.html @@ -54,7 +54,7 @@ <P>Ukoliko se ova poruka ponavlja kontaktirajte <!--WEBMASTER//-->webmajstora<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Pokreće <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Pokreće <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hr/502.html b/server/conf/error/hr/502.html index 09bf4071417837c7d5f900ca109aaa1dc00eabac..6b7f6ea25298c1296d406ca39776ef5bea31dd18 100644 --- a/server/conf/error/hr/502.html +++ b/server/conf/error/hr/502.html @@ -54,7 +54,7 @@ <P>Ukoliko se ova poruka ponavlja kontaktirajte <!--WEBMASTER//-->webmajstora<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Pokreće <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Pokreće <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hr/503.html b/server/conf/error/hr/503.html index 3d0be8391ee798cbdd82e86cfb7be4eff5d238b3..b5e758a2baca70f8a131e54df83f3d4faf3b031b 100644 --- a/server/conf/error/hr/503.html +++ b/server/conf/error/hr/503.html @@ -54,7 +54,7 @@ <P>Molimo vas kontaktirajte <!--WEBMASTER//-->webmajstora<!--WEBMASTER//--> ukoliko imate pitanja.</p> </div> <div id="footer"> - <p>Pokreće <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Pokreće <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hu/400.html b/server/conf/error/hu/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/hu/400.html +++ b/server/conf/error/hu/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hu/401.html b/server/conf/error/hu/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/hu/401.html +++ b/server/conf/error/hu/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hu/403.html b/server/conf/error/hu/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/hu/403.html +++ b/server/conf/error/hu/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hu/404.html b/server/conf/error/hu/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/hu/404.html +++ b/server/conf/error/hu/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hu/405.html b/server/conf/error/hu/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/hu/405.html +++ b/server/conf/error/hu/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hu/500.html b/server/conf/error/hu/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/hu/500.html +++ b/server/conf/error/hu/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hu/502.html b/server/conf/error/hu/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/hu/502.html +++ b/server/conf/error/hu/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/hu/503.html b/server/conf/error/hu/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/hu/503.html +++ b/server/conf/error/hu/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/it/400.html b/server/conf/error/it/400.html index db47b3106ded917a1300957f56e74af4b7cced20..b3bc46ac1059d7e856cbe6cc1aba294ee7e72b96 100644 --- a/server/conf/error/it/400.html +++ b/server/conf/error/it/400.html @@ -54,7 +54,7 @@ <p>Contatta il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/it/401.html b/server/conf/error/it/401.html index 97230f48747da7f098508fe5567e88f25de831be..ad7f9ad7d7eecc24e5fe9ef29767e9e0b70b921f 100644 --- a/server/conf/error/it/401.html +++ b/server/conf/error/it/401.html @@ -54,7 +54,7 @@ <p>Contatta il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/it/403.html b/server/conf/error/it/403.html index 4827e06c96ed215df25b84669307e05235b071df..688463d101e2bb239a036cf8a0a4d68117f4c600 100644 --- a/server/conf/error/it/403.html +++ b/server/conf/error/it/403.html @@ -54,7 +54,7 @@ <p>Contatta il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/it/404.html b/server/conf/error/it/404.html index d3246fa87d4e7247df2b6e6c3ffd4c4b76735111..6bebd94cb6089f7197439192b6c5f782a2d4420f 100644 --- a/server/conf/error/it/404.html +++ b/server/conf/error/it/404.html @@ -54,7 +54,7 @@ <p>Contatta il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/it/405.html b/server/conf/error/it/405.html index 05ba2c2f73c48b4407037217265d0a1dc722199b..161a0a0ece2e6730a099dc38e85ee55f08ba85e1 100644 --- a/server/conf/error/it/405.html +++ b/server/conf/error/it/405.html @@ -54,7 +54,7 @@ <p>Contatta il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/it/500.html b/server/conf/error/it/500.html index 5a3dd04d1ece6737d11edccfaa68169ae6146787..dc189afe5bf14b55b05eee71b2b5ad8b18c37c83 100644 --- a/server/conf/error/it/500.html +++ b/server/conf/error/it/500.html @@ -54,7 +54,7 @@ <p>Se questo messaggio si ripete, contattare il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/it/502.html b/server/conf/error/it/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/it/502.html +++ b/server/conf/error/it/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/it/503.html b/server/conf/error/it/503.html index e2445f9129824a573e6807c4159ed9d6545784cc..e05ba31058a0e5e3078d2f228501e42699eb3fb4 100644 --- a/server/conf/error/it/503.html +++ b/server/conf/error/it/503.html @@ -54,7 +54,7 @@ <p>Contatta il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/nl/400.html b/server/conf/error/nl/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/nl/400.html +++ b/server/conf/error/nl/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/nl/401.html b/server/conf/error/nl/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/nl/401.html +++ b/server/conf/error/nl/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/nl/403.html b/server/conf/error/nl/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/nl/403.html +++ b/server/conf/error/nl/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/nl/404.html b/server/conf/error/nl/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/nl/404.html +++ b/server/conf/error/nl/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/nl/405.html b/server/conf/error/nl/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/nl/405.html +++ b/server/conf/error/nl/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/nl/500.html b/server/conf/error/nl/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/nl/500.html +++ b/server/conf/error/nl/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/nl/502.html b/server/conf/error/nl/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/nl/502.html +++ b/server/conf/error/nl/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/nl/503.html b/server/conf/error/nl/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/nl/503.html +++ b/server/conf/error/nl/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/pl/400.html b/server/conf/error/pl/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/pl/400.html +++ b/server/conf/error/pl/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/pl/401.html b/server/conf/error/pl/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/pl/401.html +++ b/server/conf/error/pl/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/pl/403.html b/server/conf/error/pl/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/pl/403.html +++ b/server/conf/error/pl/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/pl/404.html b/server/conf/error/pl/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/pl/404.html +++ b/server/conf/error/pl/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/pl/405.html b/server/conf/error/pl/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/pl/405.html +++ b/server/conf/error/pl/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/pl/500.html b/server/conf/error/pl/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/pl/500.html +++ b/server/conf/error/pl/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/pl/502.html b/server/conf/error/pl/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/pl/502.html +++ b/server/conf/error/pl/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/pl/503.html b/server/conf/error/pl/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/pl/503.html +++ b/server/conf/error/pl/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/se/400.html b/server/conf/error/se/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/se/400.html +++ b/server/conf/error/se/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/se/401.html b/server/conf/error/se/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/se/401.html +++ b/server/conf/error/se/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/se/403.html b/server/conf/error/se/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/se/403.html +++ b/server/conf/error/se/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/se/404.html b/server/conf/error/se/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/se/404.html +++ b/server/conf/error/se/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/se/405.html b/server/conf/error/se/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/se/405.html +++ b/server/conf/error/se/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/se/500.html b/server/conf/error/se/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/se/500.html +++ b/server/conf/error/se/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/se/502.html b/server/conf/error/se/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/se/502.html +++ b/server/conf/error/se/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/se/503.html b/server/conf/error/se/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/se/503.html +++ b/server/conf/error/se/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/si/400.html b/server/conf/error/si/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/si/400.html +++ b/server/conf/error/si/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/si/401.html b/server/conf/error/si/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/si/401.html +++ b/server/conf/error/si/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/si/403.html b/server/conf/error/si/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/si/403.html +++ b/server/conf/error/si/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/si/404.html b/server/conf/error/si/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/si/404.html +++ b/server/conf/error/si/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/si/405.html b/server/conf/error/si/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/si/405.html +++ b/server/conf/error/si/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/si/500.html b/server/conf/error/si/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/si/500.html +++ b/server/conf/error/si/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/si/502.html b/server/conf/error/si/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/si/502.html +++ b/server/conf/error/si/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/si/503.html b/server/conf/error/si/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/si/503.html +++ b/server/conf/error/si/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/sr/400.html b/server/conf/error/sr/400.html index 39fd16337ef3e07a826a54fd45dae0857856fb70..1b55e269931b5b905a58a7ca7588998991da7e0c 100644 --- a/server/conf/error/sr/400.html +++ b/server/conf/error/sr/400.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/sr/401.html b/server/conf/error/sr/401.html index 28fc2a038904dff7d0dcca146ee1bfd33325c6a2..2b7d8a0b232ee6c4627a45c651b3255a626cfd02 100644 --- a/server/conf/error/sr/401.html +++ b/server/conf/error/sr/401.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/sr/403.html b/server/conf/error/sr/403.html index 676f7133ef948cd73ac223d6cf4c907bd00902db..ab630edd444311ee234bc645dc5e09f86da7ae6c 100644 --- a/server/conf/error/sr/403.html +++ b/server/conf/error/sr/403.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/sr/404.html b/server/conf/error/sr/404.html index 78452ba45987a469945fd3aaf1a6c06abe5f582c..62f6ddd5f2709e80b1f4bec4f56a408fe1e10286 100644 --- a/server/conf/error/sr/404.html +++ b/server/conf/error/sr/404.html @@ -54,7 +54,7 @@ <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/sr/405.html b/server/conf/error/sr/405.html index c9ed8f622c82469d2430d9be52bcaf1ad2bc0587..dade7de0204fb7ee9ac815143a32c0654c2498b2 100644 --- a/server/conf/error/sr/405.html +++ b/server/conf/error/sr/405.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/sr/500.html b/server/conf/error/sr/500.html index 43864a7a6e0cd59741175cd6898a6cfb3f8e94b0..549a06d43608db1ca106395696a5175030b56c9d 100644 --- a/server/conf/error/sr/500.html +++ b/server/conf/error/sr/500.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/sr/502.html b/server/conf/error/sr/502.html index 62a1b0246927a90bb235107e93c9158f615b67d5..11f4b1e91bda8d5a8e660a5b7ddc43cec4476ee1 100644 --- a/server/conf/error/sr/502.html +++ b/server/conf/error/sr/502.html @@ -54,7 +54,7 @@ <P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/error/sr/503.html b/server/conf/error/sr/503.html index eb55a56e19cd877d60a9c16c500b43364541e76e..a25d071dbe4bbcc510b4410d5d6114ab96775483 100644 --- a/server/conf/error/sr/503.html +++ b/server/conf/error/sr/503.html @@ -54,7 +54,7 @@ <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_bg b/server/conf/index/standard_index.html_bg index 63808928e56ce4e080ca78898e18adba6f220db0..d98bda676053973cbc5f834b16530ee62313db40 100644 --- a/server/conf/index/standard_index.html_bg +++ b/server/conf/index/standard_index.html_bg @@ -53,7 +53,7 @@ <p>Ðко имате въпроÑи или проблеми може да Ñе Ñвържете Ñ <!--SUPPORT//-->поддръжката<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Задвижван от <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Задвижван от <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_br b/server/conf/index/standard_index.html_br index abce2afd36f56b48d8a32cf671c7f1c70008ef47..9fdaa4581dbd1bd3db945ea228d1dead05a5a9df 100644 --- a/server/conf/index/standard_index.html_br +++ b/server/conf/index/standard_index.html_br @@ -53,7 +53,7 @@ <p>Tendo quaisquer dúvidas ou problemas contate o <!--SUPPORT//-->suporte<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_cz b/server/conf/index/standard_index.html_cz index f9077b41ce5db2e4ea1d93601dc4f941cf4ae06a..65c5aaea586e016884f6eb30b3c9cd5e26249f02 100644 --- a/server/conf/index/standard_index.html_cz +++ b/server/conf/index/standard_index.html_cz @@ -53,7 +53,7 @@ <p>Pokud mate jakekoliv dotazy prosim kontaktuje <!--SUPPORT//-->Support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_de b/server/conf/index/standard_index.html_de index ad56618315773979069531dfd124cdfbc18f41c0..13e1f523b99fd8f8b7035508556b41b5cd083cdd 100644 --- a/server/conf/index/standard_index.html_de +++ b/server/conf/index/standard_index.html_de @@ -53,7 +53,7 @@ <p>Bei Fragen oder Problemen wenden Sie sich bitte an den <!--SUPPORT//-->Support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_en b/server/conf/index/standard_index.html_en index 186ea25bd73e4818de23fcc94f2cd4360d064615..266094d0ba421b2544c1dfa366ba837bdefad5d7 100644 --- a/server/conf/index/standard_index.html_en +++ b/server/conf/index/standard_index.html_en @@ -53,7 +53,7 @@ <p>For questions or problems please contact <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_es b/server/conf/index/standard_index.html_es index 5db368c40928e7a969421b6e7a83790dfcfcbab3..ad45952cbf4cba49465e0e3acdd8d94b0b99e709 100644 --- a/server/conf/index/standard_index.html_es +++ b/server/conf/index/standard_index.html_es @@ -53,7 +53,7 @@ <p>Si tiene dudas o problemas, porfavor contacte al <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_fi b/server/conf/index/standard_index.html_fi index e34f57a276f5aaf41fb141fa38f40e5a8ba1e23f..b2dc06e09e4caf8607d3bd645e54e5169bad3d8c 100644 --- a/server/conf/index/standard_index.html_fi +++ b/server/conf/index/standard_index.html_fi @@ -53,7 +53,7 @@ <p>Jos sinulla on ongelmia tai kysyttävää, ota yhteyttä <!--SUPPORT//-->asiakastukeen<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_fr b/server/conf/index/standard_index.html_fr index b943854bded96b3dbb8efbe633ec02c247392c9c..ba8a2723584b58a55707471f5d8c94e0c9c09173 100644 --- a/server/conf/index/standard_index.html_fr +++ b/server/conf/index/standard_index.html_fr @@ -53,7 +53,7 @@ <p>Pour tous problèmes ou questions, merci de contacter le <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_gr b/server/conf/index/standard_index.html_gr index 41751e1696bc7a33287955345ca281ccb18bf97a..d6b58395ed3ea2612d704295a433599e9c2e8c1c 100644 --- a/server/conf/index/standard_index.html_gr +++ b/server/conf/index/standard_index.html_gr @@ -53,7 +53,7 @@ <p>Ãéá áðïñßåò Þ ðñïâëÞìáôá ðáñáêáëþ åðéêïéÃùÃÞóôå ìå ôï <!--SUPPORT//-->äéá÷åéñéóôÞ<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_hr b/server/conf/index/standard_index.html_hr index 2960aa1d4fa20bb6eb3a871350f60801054b29c3..4270b4dda31c15fec32923a0c4684caffbf065c0 100644 --- a/server/conf/index/standard_index.html_hr +++ b/server/conf/index/standard_index.html_hr @@ -53,7 +53,7 @@ <p>Za sva pitanja ili probleme molimo vas kontaktirajte <!--SUPPORT//-->podrÅ¡ku<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Pokreće <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Pokreće <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_hu b/server/conf/index/standard_index.html_hu index 33444ec7b7ee03dd1aaf7de098be3228ff1a12fa..0465bcc38f79566eac46b82e9f706db5a64625de 100644 --- a/server/conf/index/standard_index.html_hu +++ b/server/conf/index/standard_index.html_hu @@ -53,7 +53,7 @@ <p>Kérdéseivel, kérjük, forduljon a <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_it b/server/conf/index/standard_index.html_it index 141bbb9e25d0f7806fc306ed4ab9052e0981fb99..bec16c304029fc62fbf2a416db6d4ecfef90695c 100644 --- a/server/conf/index/standard_index.html_it +++ b/server/conf/index/standard_index.html_it @@ -53,7 +53,7 @@ <p>Per domande o problemi contattate il <!--SUPPORT//-->supporto<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_nl b/server/conf/index/standard_index.html_nl index ea2255fc2018d12afd98680f8c4d5ec9a3230888..3345bedc1f9dae37967754ac2a74addbeb12f713 100644 --- a/server/conf/index/standard_index.html_nl +++ b/server/conf/index/standard_index.html_nl @@ -53,7 +53,7 @@ <p>Voor vragen of problemen kunt u contact opnemen met de <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_pl b/server/conf/index/standard_index.html_pl index e657b3842654e56c318613217f5bccbddd79992e..538edc37e930c00bc43767bbb1ee9383093b9d1a 100644 --- a/server/conf/index/standard_index.html_pl +++ b/server/conf/index/standard_index.html_pl @@ -53,7 +53,7 @@ <p>For questions or problems please contact the <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_se b/server/conf/index/standard_index.html_se index 6a217475a59525969b99004900ca81debe5cddd5..deaaf5e2a673935062148f0be88f1ed6c1335ad4 100644 --- a/server/conf/index/standard_index.html_se +++ b/server/conf/index/standard_index.html_se @@ -53,7 +53,7 @@ <p>För frÃ¥gor eller problem runt detta kontakta <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/standard_index.html_sr b/server/conf/index/standard_index.html_sr index eaa8c062bebf811005bc9f4589661329ea9a9431..c094e1e5ba4fe372ee075f50e19878b87396d8cc 100644 --- a/server/conf/index/standard_index.html_sr +++ b/server/conf/index/standard_index.html_sr @@ -53,7 +53,7 @@ <p>Kontaktirajte <!--SUPPORT//-->support<!--SUPPORT//--> u vezi pitanja i problema.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_br b/server/conf/index/user_standard_index.html_br index 88cc913e97d4ecea71d4769553275bc93e4265c3..cb9d192d4815fe1814920dd61c7b1b9f49b9a8d6 100644 --- a/server/conf/index/user_standard_index.html_br +++ b/server/conf/index/user_standard_index.html_br @@ -53,7 +53,7 @@ <p>Tendo quaisquer dúvidas ou problemas contate o <!--SUPPORT//-->suporte<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_cz b/server/conf/index/user_standard_index.html_cz index 0be2ca0ad8a2bf10af2950d60a052763dcf2a775..0f193b209926802fa65a05c15ff651e5a7d1b894 100644 --- a/server/conf/index/user_standard_index.html_cz +++ b/server/conf/index/user_standard_index.html_cz @@ -53,7 +53,7 @@ <p>Pokud mate jakekoliv dotazy prosim kontaktuje <!--SUPPORT//-->Support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_de b/server/conf/index/user_standard_index.html_de index 6264631b4edb01ca204b8411ddc2347bee6cdad5..784c4ac46da7f480cb40bf2b35e3d277b3ae6328 100644 --- a/server/conf/index/user_standard_index.html_de +++ b/server/conf/index/user_standard_index.html_de @@ -53,7 +53,7 @@ <p>Bei Fragen oder Problemen wenden Sie sich bitte an den <!--SUPPORT//-->Support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_en b/server/conf/index/user_standard_index.html_en index bb3a7aa5a34589d16655fd304d8f80f240aa9995..b51fb3982f7ddf2d33bf62c2afeeddfe9ca48250 100644 --- a/server/conf/index/user_standard_index.html_en +++ b/server/conf/index/user_standard_index.html_en @@ -53,7 +53,7 @@ <p>For questions or problems please contact the <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_es b/server/conf/index/user_standard_index.html_es index d2bb462be808e938e825629d838555711385fa03..36cb34eb7f9666af39ace40dda9e594aeb6f541b 100644 --- a/server/conf/index/user_standard_index.html_es +++ b/server/conf/index/user_standard_index.html_es @@ -53,7 +53,7 @@ <p>Si tiene dudas o problemas, porfavor contacte al <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_fi b/server/conf/index/user_standard_index.html_fi index 14cd51576e44bf2835291759d95236e24252a826..dec5edc88176b4a28dce521777d162ca06096279 100644 --- a/server/conf/index/user_standard_index.html_fi +++ b/server/conf/index/user_standard_index.html_fi @@ -53,7 +53,7 @@ <p>Jos sinulla on ongelmia tai kysyttävää, ota yhteyttä <!--SUPPORT//-->asiakastukeen<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_fr b/server/conf/index/user_standard_index.html_fr index 908b87c02d3e18d45518c4322b5de82668ef180b..1e9321548864bd49f5b3bf4eca0034c598ae260b 100644 --- a/server/conf/index/user_standard_index.html_fr +++ b/server/conf/index/user_standard_index.html_fr @@ -53,7 +53,7 @@ <p>Pour tous problèmes ou questions, merci de contacter le <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_gr b/server/conf/index/user_standard_index.html_gr index 63f16a46f5888d6faed28c4fca719c148b5a766e..d2a377a0cf83adb0ba18bd5135345abef986ea2b 100644 --- a/server/conf/index/user_standard_index.html_gr +++ b/server/conf/index/user_standard_index.html_gr @@ -53,7 +53,7 @@ <p>Ãéá áðïñßåò Þ ðñïâëÞìáôá ðáñáêáëþ åðéêïéÃùÃÞóôå ìå ôï <!--SUPPORT//-->äéá÷åéñéóôÞ<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_hr b/server/conf/index/user_standard_index.html_hr index 4459e8d1f8edf7c93573a87018af822ec41fb2ac..5f56666fc4ff4dba74dbd7b4ffb5aeca042f02c2 100644 --- a/server/conf/index/user_standard_index.html_hr +++ b/server/conf/index/user_standard_index.html_hr @@ -53,7 +53,7 @@ <p>Za sva pitanja ili probleme molimo vas kontaktirajte <!--SUPPORT//-->podrÅ¡ku<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Pokreće <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Pokreće <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_hu b/server/conf/index/user_standard_index.html_hu index 2ca87323e801f9e1b5c7762ed001d67bc352dce8..0dd90cb055d79889db52cdf3bf90d6ddfcba7012 100644 --- a/server/conf/index/user_standard_index.html_hu +++ b/server/conf/index/user_standard_index.html_hu @@ -53,7 +53,7 @@ <p>Kérdéseivel, kérjük, forduljon a <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_it b/server/conf/index/user_standard_index.html_it index 6f253f04fbec0f204e0bc19f9f16e183c0ac5c8b..b891741cbdf73d811c1600ad8c8da7fd09c55bee 100644 --- a/server/conf/index/user_standard_index.html_it +++ b/server/conf/index/user_standard_index.html_it @@ -53,7 +53,7 @@ <p>Per domande o problemi contattate il <!--SUPPORT//-->supporto<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_nl b/server/conf/index/user_standard_index.html_nl index ec1b8be075f64865ed3764012f5f959287618dcf..55fe98e18d44761a3e8f5f1bc308f5bed3963c63 100644 --- a/server/conf/index/user_standard_index.html_nl +++ b/server/conf/index/user_standard_index.html_nl @@ -53,7 +53,7 @@ <p>Voor vragen of problemen kunt u contact opnemen met de <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_pl b/server/conf/index/user_standard_index.html_pl index bb3a7aa5a34589d16655fd304d8f80f240aa9995..b51fb3982f7ddf2d33bf62c2afeeddfe9ca48250 100644 --- a/server/conf/index/user_standard_index.html_pl +++ b/server/conf/index/user_standard_index.html_pl @@ -53,7 +53,7 @@ <p>For questions or problems please contact the <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_se b/server/conf/index/user_standard_index.html_se index ed9c9ae129ab405b6330f18dc5b4cd2750bfe6f6..5d29f7d40687a63ae77f3da4d08b380439b8392b 100644 --- a/server/conf/index/user_standard_index.html_se +++ b/server/conf/index/user_standard_index.html_se @@ -53,7 +53,7 @@ <p>För frÃ¥gor eller problem runt detta kontakta <!--SUPPORT//-->support<!--SUPPORT//-->.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/conf/index/user_standard_index.html_sr b/server/conf/index/user_standard_index.html_sr index 7a60fe070534c059fd6be35f29fb17322c896f6d..d86c12ac4e5746714030acb6ba9c765b862813cb 100644 --- a/server/conf/index/user_standard_index.html_sr +++ b/server/conf/index/user_standard_index.html_sr @@ -53,7 +53,7 @@ <p>Kontaktirajte <!--SUPPORT//-->support<!--SUPPORT//--> u vezi pitanja i problema.</p> </div> <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> diff --git a/server/lib/classes/system.inc.php b/server/lib/classes/system.inc.php index 72a16386ea3f947bac52abfb9d668a08d2fc006d..6974265c5ef67ccc4a253ac616d8cad3d6e61779 100644 --- a/server/lib/classes/system.inc.php +++ b/server/lib/classes/system.inc.php @@ -1531,7 +1531,7 @@ class system{ * */ function get_time(){ - $addr = 'http://www.ispconfig.org/'; + $addr = 'https://www.ispconfig.org/'; $timeout = 1; $url_parts = parse_url($addr); $path = $url_parts['path']; diff --git a/server/mods-available/remoteaction_core_module.inc.php b/server/mods-available/remoteaction_core_module.inc.php index a32f99f87f007b0926b5c21df54e0558fb9015a8..ef6e07e95e5160abe83f6d90984a7a8ea547b652 100644 --- a/server/mods-available/remoteaction_core_module.inc.php +++ b/server/mods-available/remoteaction_core_module.inc.php @@ -200,7 +200,7 @@ class remoteaction_core_module { /* * Get the version-number of the newest version */ - $new_version = @file_get_contents('http://www.ispconfig.org/downloads/ispconfig3_version.txt'); + $new_version = @file_get_contents('https://www.ispconfig.org/downloads/ispconfig3_version.txt'); $new_version = trim($new_version); /* @@ -216,7 +216,7 @@ class remoteaction_core_module { exec("rm /tmp/ispconfig3_install -R"); /* get the newest version */ - $app->system->exec_safe("wget ?", "http://www.ispconfig.org/downloads/ISPConfig-" . $new_version . ".tar.gz"); + $app->system->exec_safe("wget ?", "https://www.ispconfig.org/downloads/ISPConfig-" . $new_version . ".tar.gz"); /* extract the files */ $app->system->exec_safe("tar xvfz ?", "ISPConfig-" . $new_version . ".tar.gz"); diff --git a/server/scripts/ispconfig_patch b/server/scripts/ispconfig_patch index 4470552c137e7c5fc5c0ee62178c8492a2a463a4..c2adef9661e26aad3cd0befff21c2f5244c47226 100644 --- a/server/scripts/ispconfig_patch +++ b/server/scripts/ispconfig_patch @@ -44,7 +44,7 @@ function swriteln($text = '') { } function simple_query($query, $answers, $default) -{ +{ $finished = false; do { if(is_array($answers)) { @@ -54,25 +54,25 @@ function simple_query($query, $answers, $default) swrite($query.': '); } $input = sread(); - + //* Stop the installation if($input == 'quit') { swriteln("Patch terminated by user.\n"); die(); } - + //* Select the default if($input == '') { $answer = $default; $finished = true; } - + //* Set answer id valid if(!is_array($answers) || in_array($input, $answers)) { $answer = $input; $finished = true; } - + } while ($finished == false); swriteln(); return $answer; @@ -97,9 +97,9 @@ if(isset($cmd_opt['patch_id'])) { } echo "\n\n".str_repeat('-',80)."\n"; -echo " _____ ___________ _____ __ _ -|_ _/ ___| ___ \ / __ \ / _(_) - | | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _ +echo " _____ ___________ _____ __ _ +|_ _/ ___| ___ \ / __ \ / _(_) + | | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _ | | `--. \ __/ | | / _ \| '_ \| _| |/ _` | _| |_/\__/ / | | \__/\ (_) | | | | | | | (_| | \___/\____/\_| \____/\___/|_| |_|_| |_|\__, | @@ -127,13 +127,13 @@ if($patch_id == '') { die(); } -$patch_data = @file_get_contents('http://ispconfig.org/downloads/patches/' . $patch_id . '.diff'); +$patch_data = @file_get_contents('https://ispconfig.org/downloads/patches/' . $patch_id . '.diff'); if(!$patch_data) { swriteln("Patch with id " . $patch_id . " does not exist.\n"); die(); } -$patch_text = @file_get_contents('http://ispconfig.org/downloads/patches/' . $patch_id . '.txt'); +$patch_text = @file_get_contents('https://ispconfig.org/downloads/patches/' . $patch_id . '.txt'); if($patch_text) { if($auto) { $ok = 'y';