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/sites/lib/lang/pl_aps_update_packagelist.lng | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/web/sites/lib/lang/pl_aps_update_packagelist.lng b/interface/web/sites/lib/lang/pl_aps_update_packagelist.lng index 20a7360..b1facb1 100644 --- a/interface/web/sites/lib/lang/pl_aps_update_packagelist.lng +++ b/interface/web/sites/lib/lang/pl_aps_update_packagelist.lng @@ -1,7 +1,7 @@ <?php -$wb['head_txt'] = 'Update Packagelist'; +$wb['head_txt'] = 'Aktualizacja listy pakietów'; $wb['list_desc_txt'] = ''; -$wb['btn_start_txt'] = 'Update Packagelist'; -$wb['btn_cancel_txt'] = 'Cancel'; -$wb['legend_txt'] = 'Here you can update the list of available packages. Please note that this can take up to five minutes. You can leave this page if you like; the process will continue in the background.'; -?> \ No newline at end of file +$wb['btn_start_txt'] = 'Uaktualnij listę'; +$wb['btn_cancel_txt'] = 'Anuluj'; +$wb['legend_txt'] = 'Tutaj możesz uaktualnić listę dostępnych pakietów. Może to zająć nawet do pięciu minut. Możesz opuścić tę stronę jeżeli chcesz - proces aktualizacji wykona się w tle.'; +?> -- Gitblit v1.9.1