From a71b8a0f44cd4b05800c96dac304fc1de3d79515 Mon Sep 17 00:00:00 2001
From: Sergio Cambra <sergio@programatica.es>
Date: Tue, 01 Jul 2014 09:49:55 -0400
Subject: [PATCH] reseller has_clients if limit_client is != 0, e.g. -1 or > 0

---
 interface/web/admin/lib/lang/es_software_repo.lng |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/interface/web/admin/lib/lang/es_software_repo.lng b/interface/web/admin/lib/lang/es_software_repo.lng
index 2504466..b8487cf 100644
--- a/interface/web/admin/lib/lang/es_software_repo.lng
+++ b/interface/web/admin/lib/lang/es_software_repo.lng
@@ -1,10 +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['btn_save_txt'] = 'Save';
-$wb['btn_cancel_txt'] = 'Cancel';
+$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