From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/mail/lib/lang/hr_mail_transport.lng | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/interface/web/mail/lib/lang/hr_mail_transport.lng b/interface/web/mail/lib/lang/hr_mail_transport.lng index a4d7bbc..c27687f 100644 --- a/interface/web/mail/lib/lang/hr_mail_transport.lng +++ b/interface/web/mail/lib/lang/hr_mail_transport.lng @@ -1,10 +1,11 @@ <?php $wb['server_id_txt'] = 'Server'; -$wb['domain_txt'] = 'Domain'; -$wb['destination_txt'] = 'Destination'; -$wb['type_txt'] = 'Type'; -$wb['mx_txt'] = 'No MX lookup'; -$wb['sort_order_txt'] = 'Sort by'; -$wb['active_txt'] = 'Active'; -$wb['limit_mailrouting_txt'] = 'The max. number of routes for your account is reached.'; +$wb['domain_txt'] = 'Domena'; +$wb['destination_txt'] = 'Odredište'; +$wb['type_txt'] = 'Vrsta'; +$wb['mx_txt'] = 'Nema MX lookup-a'; +$wb['sort_order_txt'] = 'Sortiraj'; +$wb['active_txt'] = 'Aktivno'; +$wb['limit_mailrouting_txt'] = 'Iskorišten je maksimalan broj ruta.'; +$wb['transport_txt'] = 'Transport'; ?> -- Gitblit v1.9.1