From 90b0d0d52c416f2ae30eb0885c63ca35b2bfa4fb Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 24 Jan 2017 13:37:12 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/firefly.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 8ef1afeee1..a37d5ddd42 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -923,7 +923,7 @@ return [ 'import_finish_configuration' => 'Zakończ konfigurację', 'settings_for_import' => 'Ustawienia', 'import_status' => 'Status importu', - 'import_status_text' => 'The import is currently running, or will start momentarily.', + 'import_status_text' => 'Import jest aktualnie uruchomiony, lub rozpocznie się chwilę.', 'import_complete' => 'Zakończono import konfiguracji!', 'import_complete_text' => 'The import is ready to start. All the configuration you needed to do has been done. Please download the configuration file. It will help you with the import should it not go as planned. To actually run the import, you can either execute the following command in your console, or run the web-based import. Depending on your configuration, the console import will give you more feedback.', 'import_download_config' => 'Pobierz konfigurację', @@ -935,25 +935,25 @@ return [ 'import_status_settings_complete' => 'Import jest gotowy do uruchomienia.', 'import_status_import_complete' => 'Import został zakończony.', 'import_status_import_running' => 'Import jest aktualnie uruchomiony. Proszę o cierpliwość.', - 'import_status_header' => 'Import status and progress', + 'import_status_header' => 'Status oraz postęp importu', 'import_status_errors' => 'Błędy importu', 'import_status_report' => 'Raport z importu', 'import_finished' => 'Import został zakończony', 'import_error_single' => 'Wystąpił błąd podczas importu.', 'import_error_multi' => 'Wystąpiły błędy podczas importu.', - 'import_error_fatal' => 'There was an error during the import routine. Please check the log files. The error seems to be:', - 'import_error_timeout' => 'The import seems to have timed out. If this error persists, please import your data using the console command.', + 'import_error_fatal' => 'Wystąpił błąd podczas procedury importu. Proszę sprawdzić pliki dziennika błędów. Błąd wydaje się być:', + 'import_error_timeout' => 'Wygląda na to że został przekroczony limit czasu dla importu. Jeżeli bład będzie się powtarzał, należy zaimportować dane przy użyciu polecenia z konsoli.', 'import_double' => 'Row #:row: This row has been imported before, and is stored in :description.', 'import_finished_all' => 'The import has finished. Please check out the results below.', - 'import_with_key' => 'Import with key \':key\'', + 'import_with_key' => 'Import z kluczem \':key\'', 'import_share_configuration' => 'Please consider downloading your configuration and sharing it at the import configuration center. This will allow other users of Firefly III to import their files more easily.', 'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ', 'import_finished_link' => 'The transactions imported can be found in tag :tag.', - 'need_at_least_one_account' => 'You need at least one asset account to be able to create piggy banks', + 'need_at_least_one_account' => 'Potrzebujesz przynajmniej jednego konta aktywów, aby móc tworzyć skarbonki', 'see_help_top_right' => 'For more information, please check out the help pages using the icon in the top right corner of the page.', 'bread_crumb_import_complete' => 'Import ":key" complete', 'bread_crumb_configure_import' => 'Configure import ":key"', - 'bread_crumb_import_finished' => 'Import ":key" finished', + 'bread_crumb_import_finished' => 'Import ":key" został zakończony', 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the tag that was created for this import.',