From e485d0a26f0e3fbb7d6f02555a527183e5b44f2d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 03 Jan 2012 07:52:40 -0500
Subject: [PATCH] Updated: FS#1881 - Update croatian language files

---
 interface/web/sites/lib/lang/hr_shell_user.lng |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/interface/web/sites/lib/lang/hr_shell_user.lng b/interface/web/sites/lib/lang/hr_shell_user.lng
index c4d822d..020026f 100644
--- a/interface/web/sites/lib/lang/hr_shell_user.lng
+++ b/interface/web/sites/lib/lang/hr_shell_user.lng
@@ -5,12 +5,12 @@
 $wb['dir_txt'] = 'Dir';
 $wb['server_id_txt'] = 'Server';
 $wb['parent_domain_id_txt'] = 'Site';
-$wb['username_txt'] = 'Username';
-$wb['password_txt'] = 'Password';
+$wb['username_txt'] = 'Korisničko ime';
+$wb['password_txt'] = 'Šifra';
 $wb['password_strength_txt'] = 'Password strength';
 $wb['chroot_txt'] = 'Chroot Shell';
 $wb['quota_size_txt'] = 'Quota';
-$wb['active_txt'] = 'Active';
+$wb['active_txt'] = 'Aktivno';
 $wb['username_error_empty'] = 'Username is empty.';
 $wb['username_error_unique'] = 'The username must be unique.';
 $wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
@@ -21,3 +21,4 @@
 $wb['parent_domain_id_error_empty'] = 'No website selected.';
 $wb['ssh_rsa_txt'] = 'SSH-RSA Public Key (for key-based logins)';
 ?>
+

--
Gitblit v1.9.1