From ebd0e986ed11f2a34fb58cdd33efbfab192083ad Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Fri, 22 Apr 2016 05:26:17 -0400 Subject: [PATCH] Added PHP 7 check in installer and updater. --- interface/web/tools/lib/lang/pl_resync.lng | 23 ++++++++++++----------- 1 files changed, 12 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..db7fac6 100644 --- a/interface/web/tools/lib/lang/pl_resync.lng +++ b/interface/web/tools/lib/lang/pl_resync.lng @@ -1,13 +1,14 @@ <?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'; +?> -- Gitblit v1.9.1