From 016003905ca0e8e459e3dc33e786beda8ec92f45 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 30 Jan 2015 17:00:07 -0500 Subject: Imported Upstream version 3.0.2 --- Plugins/RegExpImport/RegExpImport_pl.ts | 86 +++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 Plugins/RegExpImport/RegExpImport_pl.ts (limited to 'Plugins/RegExpImport/RegExpImport_pl.ts') diff --git a/Plugins/RegExpImport/RegExpImport_pl.ts b/Plugins/RegExpImport/RegExpImport_pl.ts new file mode 100644 index 0000000..a5d567c --- /dev/null +++ b/Plugins/RegExpImport/RegExpImport_pl.ts @@ -0,0 +1,86 @@ + + + + + RegExpImport + + + Text files (*.txt);;All files (*) + Pliki tekstowe (*.txt);;Wszystkie pliki (*) + + + + Cannot read file %1 + Nie można odczytać pliku %1 + + + + Enter the regular expression pattern. + Wprowadź wzorzec wyrażenia regularnego. + + + + Invalid pattern: %1 + Niepoprawny wzorzec: %1 + + + + Requested capture index %1 is out of range. + Żądany indeks przechwytywania %1 jest poza zakresem. + + + + <p>Requested capture group name '%1', but it's not defined in the pattern: <pre>%2</pre></p> + <p>Zażądano grupy do przechwycenia o nazwie '%1', ale nie jest ona zdefiniowana we wzorcu: <pre>%2</pre></p> + + + + RegExpImportConfig + + + Capture groups + Grupy przechwytujące + + + + Treat all RegExp capture groups as columns + Traktuj wszystkie grupy przechwytujące jako kolumny + + + + Import only following groups: + Importuj tylko następujące grupy: + + + + <p>Enter comma separated list of capture group indexes. The 0 index refers to the entire matched string.</p> +<p>If you used named groups in the pattern, you can use names instead of indexes. You can mix indexes and names in this list.</p> + <p>Wprowadź listę indeksów grup oddzieloną przecinkami. Indeks 0 odpowiada całemu dopasowanemu łańcuchowi.</p> +<p>Jeśli użyłeś nazwanych grup we wzorcu, to możesz używać nazw, zamiast indeksów. Możesz mieszać inseksy i nazwy na liście.</p> + + + + Example: 1, 3, 4 + Przykład: 1, 3, 4 + + + + Pattern: + Wzorzec: + + + + <p>Use Regular Expression groups to enclose parts of the expression that you want to import. If you want to use a group, that you don't want to import, then use "import only following groups" option below. + +You can use named groups and refer to them in group list below. To name a group use: <pre>(?&lt;myGroupName&gt;\s+\d+\s+)</pre></p> + <p>Użyj grup przechwytujących Wyrażeń Regularnych, aby otoczyć części wyrażenia, które chcesz zaimportować. Jeśli chcesz użyć grupy, której nie chcesz zaimportować, to użyj opcji "importuj tylko następujące grupy" poniżej. + +Możesz użyć grup nazwanych i odwoływać się do nich w liście grup poniżej. Aby nazwać grupę, użyj: <pre>(?&lt;nazwaGrupy&gt;\s+\d+\s+)</pre></p> + + + + Example: (\d+)\s+((\d+)\w+)\s+(\w+) + Przykład: (\d+)\s+((\d+)\w+)\s+(\w+) + + + -- cgit v1.2.3