Skip to content

Commit

Permalink
Use https instead of http
Browse files Browse the repository at this point in the history
  • Loading branch information
thom committed Sep 16, 2020
1 parent e2968df commit caf8845
Show file tree
Hide file tree
Showing 393 changed files with 445 additions and 446 deletions.
5 changes: 2 additions & 3 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -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
https://git.ispconfig.org/ispconfig/ispconfig3/issues
2 changes: 1 addition & 1 deletion docs/INSTALL.txt
Original file line number Diff line number Diff line change
@@ -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


2 changes: 1 addition & 1 deletion docs/under_development/DEV_CHROOTED_DEBIAN_5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install/tpl/config.inc.php.master
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion interface/lib/classes/tools_monitor.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ function showFail2ban() {
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 {
Expand Down
2 changes: 1 addition & 1 deletion interface/lib/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
//** 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';

Expand Down
6 changes: 3 additions & 3 deletions interface/web/admin/form/system_config.tform.php
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
1 => array( 'event' => 'SAVE',
'type' => 'STRIPNL')
),
'default' => 'http://www.ispconfig.org/atom',
'default' => 'https://www.ispconfig.org/atom',
'value' => ''
),
'dashboard_atom_url_reseller' => array (
Expand All @@ -580,7 +580,7 @@
1 => array( 'event' => 'SAVE',
'type' => 'STRIPNL')
),
'default' => 'http://www.ispconfig.org/atom',
'default' => 'https://www.ispconfig.org/atom',
'value' => ''
),
'dashboard_atom_url_client' => array (
Expand All @@ -592,7 +592,7 @@
1 => array( 'event' => 'SAVE',
'type' => 'STRIPNL')
),
'default' => 'http://www.ispconfig.org/atom',
'default' => 'https://www.ispconfig.org/atom',
'value' => ''
),
'tab_change_discard' => array (
Expand Down
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/ar_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/ar_remote_action.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/bg_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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)';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/bg_remote_action.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/br_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/br_remote_action.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/ca_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/ca_remote_action.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/cz_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/cz_remote_action.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/de_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/de_remote_action.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/dk_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/dk_remote_action.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/el_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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'] = 'Επιστροφή';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/el_remote_action.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/en_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/en_remote_action.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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>";
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/es_language_add.lng
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/fi_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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)';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/fi_remote_action.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
?>
2 changes: 1 addition & 1 deletion interface/web/admin/lib/lang/fr_language_add.lng
Original file line number Diff line number Diff line change
Expand Up @@ -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)';
?>
Loading

0 comments on commit caf8845

Please sign in to comment.