From b56d1a2a2bcea4e32a63982ce4e6c1ab78b5dbd9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 4 Oct 2017 20:20:07 +0200 Subject: [PATCH] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 7bf374756f..08935439cd 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -129,7 +129,7 @@ return [ 'transfer_exchange_rate_instructions' => 'Konto źródłowe "@source_name" obsługuje tylko transakcje w walucie @source_currency. Konto docelowe "@dest_name" obsługuje tylko transakcje w walucie @dest_currency. Musisz podać przelewaną kwotę w obu walutach.', 'transaction_data' => 'Dane transakcji', 'invalid_server_configuration' => 'Nieprawidłowa konfiguracja serwera', - 'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are instructions how to do this.', + 'invalid_locale_settings' => 'Firefly III nie może sformatować kwot, ponieważ brakuje wymaganych pakietów na Twoim serwerze. Sprawdźinstrukcje jak je zainstalować (po angielsku).', // search 'search' => 'Szukaj', @@ -152,7 +152,7 @@ return [ // export data: 'import_and_export' => 'Import / eksport', 'export_data' => 'Eksportuj dane', - 'export_and_backup_data' => 'Export and backup', + 'export_and_backup_data' => 'Eksport i kopia zapasowa', 'export_data_intro' => 'For backup purposes, when migrating to another system or when migrating to another Firefly III installation.', 'export_format' => 'Format eksportu', 'export_format_csv' => 'Wartości oddzielone przecinkami (plik CSV)', @@ -440,10 +440,10 @@ return [ 'secure_pw_should' => 'Czy powinienem zaznaczyć to pole?', 'secure_pw_long_password' => 'Jeśli wygenerowałeś długie, jednorazowe hasło dla Firefly III, używając pewnego rodzaju generatora haseł: no.', 'secure_pw_short' => 'Jeśli wpisałeś hasło, którego zawsze używasz: tak, proszę.', - 'personal_access_token' => 'Personal access token', + 'personal_access_token' => 'Osobisty kod dostępowy', 'explain_access_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your access token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.', - 'regenerate_access_token' => 'Regenerate access token', - 'token_regenerated' => 'A new token was generated', + 'regenerate_access_token' => 'Wygeneruj nowy kod', + 'token_regenerated' => 'Nowy kod dostępowy został wygenerowany', 'change_your_email' => 'Change your email address', 'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the Administration.', 'email_changed_logout' => 'Until you verify your email address, you cannot login.',