From 3ba56480d4e7ba4f9fffa2062dbca5cb41a5bb01 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Fri, 03 Jan 2014 09:26:34 -0500 Subject: [PATCH] Implemented: FS#2837 - New functions for the API --- interface/web/admin/lib/lang/es_software_repo.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/lib/lang/es_software_repo.lng b/interface/web/admin/lib/lang/es_software_repo.lng index 574dd11..b8487cf 100644 --- a/interface/web/admin/lib/lang/es_software_repo.lng +++ b/interface/web/admin/lib/lang/es_software_repo.lng @@ -1,7 +1,8 @@ <?php -$wb['repo_name_txt'] = 'Repository'; +$wb['repo_name_txt'] = 'Repositorio'; $wb['repo_url_txt'] = 'URL'; -$wb['repo_username_txt'] = 'User (optional)'; -$wb['repo_password_txt'] = 'Password (optional)'; -$wb['active_txt'] = 'Active'; +$wb['repo_username_txt'] = 'Usuario (opcional)'; +$wb['repo_password_txt'] = 'ContraseƱa (opcional)'; +$wb['active_txt'] = 'Activar'; +$wb['Software Repository which may contain addons or updates'] = 'Software Repository which may contain addons or updates'; ?> -- Gitblit v1.9.1