From d4446a1a67a79d45f8be9d3abcdf523a5c29d373 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 07 Mar 2013 09:04:55 -0500 Subject: [PATCH] Updated pl language files. --- interface/web/tools/lib/lang/pl_import_ispconfig.lng | 43 ++++++++++++++++++++++--------------------- 1 files changed, 22 insertions(+), 21 deletions(-) diff --git a/interface/web/tools/lib/lang/pl_import_ispconfig.lng b/interface/web/tools/lib/lang/pl_import_ispconfig.lng index ce47c4d..bae9417 100644 --- a/interface/web/tools/lib/lang/pl_import_ispconfig.lng +++ b/interface/web/tools/lib/lang/pl_import_ispconfig.lng @@ -1,23 +1,24 @@ <?php -$wb['head_txt'] = 'Import email configuration from ISPConfig 3'; -$wb['legend_txt'] = 'Remote server connection details'; -$wb['legend2_txt'] = 'Import email domain'; -$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 Import'; -$wb['btn_connect_txt'] = 'Connect to remote server'; -$wb['btn_cancel_txt'] = 'Cancel'; -$wb['client_group_id_txt'] = 'Local client'; -$wb['mail_domain_txt'] = 'Remote email domain'; -$wb['import_mailbox_txt'] = 'Import mailbox'; -$wb['import_aliasdomain_txt'] = 'Import alias domain'; -$wb['import_alias_txt'] = 'Import email alias'; -$wb['import_forward_txt'] = 'Import forward'; -$wb['import_user_filter_txt'] = 'Import user filter'; -$wb['import_spamfilter_txt'] = 'Import spamfilter'; +$wb['head_txt'] = 'Import konfiguracji poczty z serwera ISPConfig 3'; +$wb['legend_txt'] = 'Szczegóły połączenia ze zdalnym serwerem'; +$wb['legend2_txt'] = 'Domena importowanej poczty'; +$wb['resync_sites_txt'] = 'Resynchronizuj strony www'; +$wb['resync_ftp_txt'] = 'Resynchronizuj konta FTP'; +$wb['resync_shell_txt'] = 'Resynchronizuj konta shell'; +$wb['resync_cron_txt'] = 'Resynchronizuj zadania cron'; +$wb['resync_db_txt'] = 'Resynchronizuj użytkowników bazy'; +$wb['resync_mailbox_txt'] = 'Resynchronizuj skrzynki pocztowe'; +$wb['resync_dns_txt'] = 'Resynchronizuj rekordy DNS'; +$wb['btn_start_txt'] = 'Uruchom import'; +$wb['btn_connect_txt'] = 'Połączenie do zdalnego serwera'; +$wb['btn_cancel_txt'] = 'Anuluj'; +$wb['client_group_id_txt'] = 'Klient lokalny'; +$wb['mail_domain_txt'] = 'Zdalna domena poczty'; +$wb['import_mailbox_txt'] = 'Import skrzynek pocztowych'; +$wb['import_aliasdomain_txt'] = 'Import aliasów domen'; +$wb['import_alias_txt'] = 'Import aliasów email'; +$wb['import_forward_txt'] = 'Import przekierowań'; +$wb['import_user_filter_txt'] = 'Import filtrów użytkownika'; +$wb['import_spamfilter_txt'] = 'Import filtrów spamu'; ?> + -- Gitblit v1.9.1