From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- Plugins/CsvImport/CsvImport_pl.ts | 97 --------------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 Plugins/CsvImport/CsvImport_pl.ts (limited to 'Plugins/CsvImport/CsvImport_pl.ts') diff --git a/Plugins/CsvImport/CsvImport_pl.ts b/Plugins/CsvImport/CsvImport_pl.ts deleted file mode 100644 index d53af99..0000000 --- a/Plugins/CsvImport/CsvImport_pl.ts +++ /dev/null @@ -1,97 +0,0 @@ - - - - - CsvImport - - - Cannot read file %1 - Nie można odczytać pliku %1 - - - - Could not find any data in the file %1. - Nie znaleziono danych w pliku %1. - - - - Enter the custom separator character. - Wprowadź własny znak separatora. - - - Enter the value that will be interpreted as a NULL. - Wprowadź wartość, która będzie interpretowana jako NULL. - - - - CSV files (*.csv);;Text files (*.txt);;All files (*) - Pliki CSV (*.csv);;Pliki tekstowe (*.txt);;Wszystkie pliki (*) - - - - csvImportOptions - - - , (comma) - , (przecinek) - - - - ; (semicolon) - ; (średnik) - - - - \t (tab) - \t (znak tabulacji) - - - - (whitespace) - (spacja) - - - - Custom: - Własny: - - - - <p>Enable this if the first data line in your CSV file represents column names. You don't want column names to be imported into the table as a regular data.</p> - <p>Włącz to, jeśli pierwsza linia danych w twoim pliku CSV reprezentuje nazwy kolumn. Nie chcesz, aby nazwy kolumn zostały zaimportowane jako zwykłe dane.</p> - - - - First line represents CSV column names - Pierwsza linia reprezentuje nazwy kolumn CSV - - - Skip first row of data - Pomiń pierwszy wiersz danych - - - First row represents column names - Pierwszy wiersz reprezentuje nazwy kolumn - - - - Field separator: - Separator pól: - - - - If enabled, then text value provided on the right will be interpreted as NULL - Kiedy włączone, to wartość tekstowa podana z prawej strony będzie interpretowana jako NULL - - - - NULL values: - Wartości NULL: - - - - If your CSV data contains null values, define how are they represented in the CSV. - Jeśli twoje dane CSV zawierają wartości null, zdefiniuj jak są one reprezentowane w CSV. - - - -- cgit v1.2.3