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/tools/lib/lang/hr_resync.lng | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) diff --git a/interface/web/tools/lib/lang/hr_resync.lng b/interface/web/tools/lib/lang/hr_resync.lng index dd8a216..8a97ae4 100644 --- a/interface/web/tools/lib/lang/hr_resync.lng +++ b/interface/web/tools/lib/lang/hr_resync.lng @@ -1,14 +1,16 @@ <?php -$wb['head_txt'] = 'Resync Tool'; -$wb['legend_txt'] = 'Resync'; -$wb['resync_sites_txt'] = 'Resync Websites'; -$wb['resync_ftp_txt'] = 'Resync FTP users'; -$wb['resync_shell_txt'] = 'Resync shell users'; -$wb['resync_cron_txt'] = 'Resync cronjobs'; -$wb['resync_db_txt'] = 'Resync clientdb config'; -$wb['resync_mailbox_txt'] = 'Resync Mailboxes'; -$wb['resync_dns_txt'] = 'Resync DNS records'; -$wb['btn_start_txt'] = 'Start'; -$wb['btn_cancel_txt'] = 'Cancel'; -$wb['resync_client_txt'] = 'Resync Client records'; +$wb['head_txt'] = 'Sinkronizacija'; +$wb['legend_txt'] = 'Sinkroniziraj'; +$wb['resync_sites_txt'] = 'Sinkroniziraj web stranice'; +$wb['resync_ftp_txt'] = 'Sinkroniziraj FTP korisnike'; +$wb['resync_shell_txt'] = 'Sinkroniziraj shell korisnike'; +$wb['resync_cron_txt'] = 'Sinkroniziraj cron zadatke'; +$wb['resync_db_txt'] = 'Sinkroniziraj clientdb konfiguraciju'; +$wb['resync_mailbox_txt'] = 'Sinkroniziraj email sandučiće'; +$wb['resync_dns_txt'] = 'Sinkroniziraj DNS zapise'; +$wb['btn_start_txt'] = 'Pokreni'; +$wb['btn_cancel_txt'] = 'Odustani'; +$wb['resync_client_txt'] = 'Sinkroniziraj klijente'; ?> + + -- Gitblit v1.9.1