From 473f0615eb7adeea7433328274d38446f13d3e11 Mon Sep 17 00:00:00 2001 From: CSoellinger <dev@csoellinger.at> Date: Wed, 27 Apr 2016 16:09:06 -0400 Subject: [PATCH] Updating SSL options at ispconfig vhost based on the mozilla ssl configuration generator https://mozilla.github.io/server-side-tls/ssl-config-generator/ --- interface/web/admin/lib/lang/it_software_update_list.lng | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/web/admin/lib/lang/it_software_update_list.lng b/interface/web/admin/lib/lang/it_software_update_list.lng index d45ee9a..cc264b8 100644 --- a/interface/web/admin/lib/lang/it_software_update_list.lng +++ b/interface/web/admin/lib/lang/it_software_update_list.lng @@ -1,8 +1,9 @@ <?php -$wb['list_head_txt'] = 'Aggiornamenti programmi'; +$wb['list_head_txt'] = 'Aggiornamento programmi'; $wb['installed_txt'] = 'Azione'; $wb['update_title_txt'] = 'Aggiornamento'; $wb['version_txt'] = 'Versione'; $wb['action_txt'] = 'Azione'; -$wb['server_select_txt'] = 'Select server'; +$wb['server_select_txt'] = 'Selezionare server'; +$wb['no_updates_txt'] = 'Nessun aggiornamento disponibile'; ?> -- Gitblit v1.9.1