From ae57682196e45452a1578ac04825baa172d7bb16 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 24 Oct 2017 10:00:08 +0200 Subject: [PATCH] New translations csv.php (Polish) --- resources/lang/pl_PL/csv.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl_PL/csv.php b/resources/lang/pl_PL/csv.php index 2bfdd059a3..45c17fcee0 100644 --- a/resources/lang/pl_PL/csv.php +++ b/resources/lang/pl_PL/csv.php @@ -17,8 +17,8 @@ return [ 'initial_title' => 'Konfiguracja importu (1/3) - Podstawowa konfiguracja importu CSV', 'initial_text' => 'Abyś mógł poprawnie zaimportować plik, sprawdź poprawność poniższych opcji.', 'initial_box' => 'Podstawowa konfiguracja importu CSV', - 'initial_box_title' => 'Basic CSV import setup options', - 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', + 'initial_box_title' => 'Podstawowe opcje konfiguracji importu CSV', + 'initial_header_help' => 'Zaznacz to pole, jeśli pierwszy wiersz w pliku CSV to nazwy kolumn.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', 'initial_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.',