From dee987b263b021b990ea4c62cb15be47c6d61fb5 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 05 Jan 2015 08:30:12 -0500
Subject: [PATCH] Merge branch 'master' into 'master'

---
 interface/web/tools/lib/lang/pl_resync.lng |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/interface/web/tools/lib/lang/pl_resync.lng b/interface/web/tools/lib/lang/pl_resync.lng
index f4cbf0d..77e656d 100644
--- a/interface/web/tools/lib/lang/pl_resync.lng
+++ b/interface/web/tools/lib/lang/pl_resync.lng
@@ -1,13 +1,19 @@
 <?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['head_txt'] = 'Resynchronizacja ustawień';
+$wb['legend_txt'] = 'Resynchronizacja';
+$wb['resync_sites_txt'] = 'Resynchronizacja stron www';
+$wb['resync_ftp_txt'] = 'Resynchronizacja kont FTP';
+$wb['resync_shell_txt'] = 'Resynchronizacja kont shell';
+$wb['resync_cron_txt'] = 'Resynchronizacja zadań cron';
+$wb['resync_db_txt'] = 'Resynchronizacja użytkowników bazy';
+$wb['resync_mailbox_txt'] = 'Resynchronizacja skrzynek e-mail';
+$wb['resync_dns_txt'] = 'Resynchronizacja rekordów DNS';
 $wb['btn_start_txt'] = 'Start';
-$wb['btn_cancel_txt'] = 'Cancel';
-?>
\ No newline at end of file
+$wb['btn_cancel_txt'] = 'Anuluj';
+$wb['resync_client_txt'] = 'Resync Client records';
+$wb['resync_webdav_txt'] = 'Resync WebDAV-Users';
+$wb['resync_mail_txt'] = 'Resync Maildomains';
+$wb['resync_vserver_txt'] = 'Resync vServer';
+$wb['resync_firewall_txt'] = 'Resync Firewall';
+$wb['resync_no_server_txt'] = 'No active server found';
+?>

--
Gitblit v1.9.1