From 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 14:30:28 -0400 Subject: [PATCH] Implemented: FS#757 - Add "custom" option to transports --- interface/web/sites/lib/lang/it_shell_user_list.lng | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/sites/lib/lang/it_shell_user_list.lng b/interface/web/sites/lib/lang/it_shell_user_list.lng index 4a9d7cb..e6fc063 100644 --- a/interface/web/sites/lib/lang/it_shell_user_list.lng +++ b/interface/web/sites/lib/lang/it_shell_user_list.lng @@ -1,8 +1,8 @@ <?php -$wb['list_head_txt'] = 'Shell User'; -$wb['active_txt'] = 'Active'; +$wb['list_head_txt'] = 'Utente Shell'; +$wb['active_txt'] = 'Attivo'; $wb['server_id_txt'] = 'Server'; -$wb['parent_domain_id_txt'] = 'Site'; +$wb['parent_domain_id_txt'] = 'Sito'; $wb['username_txt'] = 'Username'; -$wb['add_new_record_txt'] = 'Add new Shell-User'; +$wb['add_new_record_txt'] = 'Aggiungi nuovo Shell'; ?> -- Gitblit v1.9.1