From ad955792a8ade5c0015aa3d68f86b1035c1acc31 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Wed, 22 Jan 2014 11:30:52 -0500 Subject: [PATCH] Fixed bug from previous commit --- 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