From b3e3f863dbb1d8bdc1dbd16a3132338add17fe13 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 11 Apr 2016 12:50:36 -0400
Subject: [PATCH] Updated CZ language files.

---
 interface/web/admin/lib/lang/es_software_repo.lng |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/interface/web/admin/lib/lang/es_software_repo.lng b/interface/web/admin/lib/lang/es_software_repo.lng
old mode 100644
new mode 100755
index 2504466..46675a6
--- 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['active_txt'] = 'Habilitado';
+$wb['repo_name_txt'] = 'Repositorio';
+$wb['repo_password_txt'] = 'ContraseƱa (opcional)';
 $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['Software Repository which may contain addons or updates'] = 'Repositorio de aplicaciones que puede contener complementos o actualizaciones';
+?>
\ No newline at end of file

--
Gitblit v1.9.1