From 7972151d0448b99e0ba28c819a698757c27c1d55 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 23 Oct 2014 13:13:09 -0400
Subject: [PATCH] Merge branch 'stable-3.0.5'
---
interface/web/mailuser/lib/lang/hr_mail_user_filter.lng | 38 ++++++++++++++++++++------------------
1 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/interface/web/mailuser/lib/lang/hr_mail_user_filter.lng b/interface/web/mailuser/lib/lang/hr_mail_user_filter.lng
index 2e74ffd..3367931 100644
--- a/interface/web/mailuser/lib/lang/hr_mail_user_filter.lng
+++ b/interface/web/mailuser/lib/lang/hr_mail_user_filter.lng
@@ -1,20 +1,22 @@
<?php
-$wb['rulename_txt'] = 'Name';
-$wb['action_txt'] = 'Action';
-$wb['target_txt'] = 'Folder';
-$wb['active_txt'] = 'Active';
-$wb['rulename_error_empty'] = 'Name is empty.';
-$wb['searchterm_is_empty'] = 'Search term is empty.';
-$wb['source_txt'] = 'Source';
-$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
-$wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
-$wb['subject_txt'] = 'Subject';
-$wb['from_txt'] = 'From';
-$wb['to_txt'] = 'To';
-$wb['contains_txt'] = 'Contains';
-$wb['is_txt'] = 'Is';
-$wb['begins_with_txt'] = 'Begins with';
-$wb['ends_with_txt'] = 'Ends with';
-$wb['move_to_txt'] = 'Move to';
-$wb['delete_txt'] = 'Delete';
+$wb['rulename_txt'] = 'Naziv';
+$wb['action_txt'] = 'Akcija';
+$wb['target_txt'] = 'Direktorij';
+$wb['active_txt'] = 'Aktivno';
+$wb['rulename_error_empty'] = 'Naziv je prazan.';
+$wb['searchterm_is_empty'] = 'Traženi pojam je prazan.';
+$wb['source_txt'] = 'Izvor';
+$wb['target_error_regex'] = 'Odredište može sadržavati samo ove znakove: a-z, 0-9, -, ., _, i {space}';
+$wb['limit_mailfilter_txt'] = 'Iskoristili ste maksimalan broj mail filtera.';
+$wb['subject_txt'] = 'Naslov';
+$wb['from_txt'] = 'Od';
+$wb['to_txt'] = 'Za';
+$wb['contains_txt'] = 'Sadrži';
+$wb['is_txt'] = 'je';
+$wb['begins_with_txt'] = 'Počinje sa';
+$wb['ends_with_txt'] = 'Završava sa';
+$wb['move_to_txt'] = 'Prebaci u ';
+$wb['delete_txt'] = 'Obriši';
?>
+
+
--
Gitblit v1.9.1