From edaa7c5d66ef52eec1c15f79ae4034fc3e67b9b7 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 25 Oct 2012 10:29:39 -0400
Subject: [PATCH] - Fixed: FS#2502 - Problem in web traffic accounting for large integers - Added intval function from interface functions library to server system library.

---
 interface/web/admin/lib/lang/hu_software_repo.lng |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/interface/web/admin/lib/lang/hu_software_repo.lng b/interface/web/admin/lib/lang/hu_software_repo.lng
index 8a30bc1..f05284f 100644
--- a/interface/web/admin/lib/lang/hu_software_repo.lng
+++ b/interface/web/admin/lib/lang/hu_software_repo.lng
@@ -1,8 +1,7 @@
 <?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['repo_url_txt'] = 'Cím';
+$wb['repo_username_txt'] = 'Felhasználó (opcionális)';
+$wb['repo_password_txt'] = 'Jelszó (opcionális)';
+$wb['active_txt'] = 'Aktív';
 ?>
-

--
Gitblit v1.9.1