From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/mail/lib/lang/hr_mail_whitelist_list.lng | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/interface/web/mail/lib/lang/hr_mail_whitelist_list.lng b/interface/web/mail/lib/lang/hr_mail_whitelist_list.lng index f6f4554..7b65efa 100644 --- a/interface/web/mail/lib/lang/hr_mail_whitelist_list.lng +++ b/interface/web/mail/lib/lang/hr_mail_whitelist_list.lng @@ -1,11 +1,10 @@ <?php -$wb['list_head_txt'] = 'Email Whitelist'; -$wb['active_txt'] = 'Active'; +$wb['list_head_txt'] = 'Email whitelista'; +$wb['active_txt'] = 'Aktivno'; $wb['server_id_txt'] = 'Server'; -$wb['source_txt'] = 'Whitelisted address'; -$wb['type_txt'] = 'Type'; -$wb['recipient_txt'] = 'Recipient'; -$wb['add_new_record_txt'] = 'Add new Whitelist record'; -$wb['access_txt'] = 'access'; +$wb['source_txt'] = 'Whitelistana adresa'; +$wb['type_txt'] = 'Vrsta'; +$wb['recipient_txt'] = 'Primatelj'; +$wb['add_new_record_txt'] = 'Dodaj novu whitelistu'; +$wb['access_txt'] = 'pristup'; ?> - -- Gitblit v1.9.1