From 8ab3cdc09cfbac3157e996664616c229214f6c8d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 21 Oct 2011 06:03:56 -0400
Subject: [PATCH] Merged revisions 2681-2739 from 3.0.4 stable branch.

---
 interface/lib/lang/hr.lng |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/interface/lib/lang/hr.lng b/interface/lib/lang/hr.lng
index 820a689..937d88a 100644
--- a/interface/lib/lang/hr.lng
+++ b/interface/lib/lang/hr.lng
@@ -33,6 +33,12 @@
 $wb['top_menu_dashboard'] = 'Početna';
 $wb['toolsarea_head_txt'] = 'Postavke';
 $wb['latest_news_txt'] = 'Vijesti';
+$wb['error_301'] = 'Ne možete koristiti ovaj modul.';
+$wb['error_302'] = 'Greška u modulu.';
+$wb['error_1001'] = 'Korisničko ime i šifra ne mogu biti prazni!';
+$wb['error_1002'] = 'Korisničko ime i/ili šifra nisu ispravni!';
+$wb['error_1003'] = 'Korisničko ime je deaktivirano!';
+$wb['top_menu_vm'] = 'VServer';
 $wb['daynamesmin_su'] = 'Su';
 $wb['daynamesmin_mo'] = 'Mo';
 $wb['daynamesmin_tu'] = 'Tu';
@@ -61,10 +67,4 @@
 $wb['monthnamesshort_dec'] = 'Dec';
 $wb['datepicker_nextText'] = 'Next';
 $wb['datepicker_prevText'] = 'Prev';
-$wb['error_301'] = 'Module not permitted for the current user.';
-$wb['error_302'] = 'Module invalid.';
-$wb['error_1001'] = 'The username and password cannot be empty !';
-$wb['error_1002'] = 'The username and/or password are not correct !';
-$wb['error_1003'] = 'The username is deactivated!';
-$wb['top_menu_vm'] = 'VServer';
 ?>

--
Gitblit v1.9.1