From 391e05cbee6ff84bce60b665be60b4e5f049ee7f Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Tue, 22 Oct 2013 12:48:51 -0400 Subject: [PATCH] - Display hostname next to IP (where available) in the jQuery IP suggestion box. --- interface/web/admin/lib/lang/it_software_repo.lng | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/interface/web/admin/lib/lang/it_software_repo.lng b/interface/web/admin/lib/lang/it_software_repo.lng index 5afe3d0..7adc6b0 100644 --- a/interface/web/admin/lib/lang/it_software_repo.lng +++ b/interface/web/admin/lib/lang/it_software_repo.lng @@ -1,9 +1,8 @@ <?php $wb['repo_name_txt'] = 'Repository'; $wb['repo_url_txt'] = 'URL'; -$wb['repo_username_txt'] = 'User (optional)'; -$wb['repo_password_txt'] = 'Password (optional)'; -$wb['active_txt'] = 'Active'; -$wb['btn_save_txt'] = 'Save'; -$wb['btn_cancel_txt'] = 'Cancel'; +$wb['repo_username_txt'] = 'Utente (facoltativo)'; +$wb['repo_password_txt'] = 'Password (facoltativa)'; +$wb['active_txt'] = 'Attivo'; +$wb['Software Repository which may contain addons or updates'] = 'Software Repository which may contain addons or updates'; ?> -- Gitblit v1.9.1