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.pro | 4 ++ Plugins/RegExpImport/RegExpImport_pl.qm | Bin 0 -> 3752 bytes Plugins/RegExpImport/RegExpImport_pl.ts | 86 ++++++++++++++++++++++++++++++++ Plugins/RegExpImport/regexpimport.qrc | 3 ++ Plugins/RegExpImport/regexpimport.ui | 14 +++--- 5 files changed, 100 insertions(+), 7 deletions(-) create mode 100644 Plugins/RegExpImport/RegExpImport_pl.qm create mode 100644 Plugins/RegExpImport/RegExpImport_pl.ts (limited to 'Plugins/RegExpImport') diff --git a/Plugins/RegExpImport/RegExpImport.pro b/Plugins/RegExpImport/RegExpImport.pro index 99c884e..6b3b955 100644 --- a/Plugins/RegExpImport/RegExpImport.pro +++ b/Plugins/RegExpImport/RegExpImport.pro @@ -26,3 +26,7 @@ FORMS += \ RESOURCES += \ regexpimport.qrc + + +TRANSLATIONS += RegExpImport_pl.ts + diff --git a/Plugins/RegExpImport/RegExpImport_pl.qm b/Plugins/RegExpImport/RegExpImport_pl.qm new file mode 100644 index 0000000..b71fbf8 Binary files /dev/null and b/Plugins/RegExpImport/RegExpImport_pl.qm differ 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+) + + + diff --git a/Plugins/RegExpImport/regexpimport.qrc b/Plugins/RegExpImport/regexpimport.qrc index 9ece86e..0d545ab 100644 --- a/Plugins/RegExpImport/regexpimport.qrc +++ b/Plugins/RegExpImport/regexpimport.qrc @@ -2,4 +2,7 @@ regexpimport.ui + + RegExpImport_pl.qm + diff --git a/Plugins/RegExpImport/regexpimport.ui b/Plugins/RegExpImport/regexpimport.ui index d1287cb..3844a40 100644 --- a/Plugins/RegExpImport/regexpimport.ui +++ b/Plugins/RegExpImport/regexpimport.ui @@ -11,7 +11,7 @@ - Form + Form @@ -26,10 +26,10 @@ Treat all RegExp capture groups as columns - all + all - RegExpImport.GroupsMode + RegExpImport.GroupsMode @@ -39,10 +39,10 @@ Import only following groups: - custom + custom - RegExpImport.GroupsMode + RegExpImport.GroupsMode @@ -56,7 +56,7 @@ Example: 1, 3, 4 - RegExpImport.CustomGroupList + RegExpImport.CustomGroupList @@ -81,7 +81,7 @@ You can use named groups and refer to them in group list below. To name a group Example: (\d+)\s+((\d+)\w+)\s+(\w+) - RegExpImport.Pattern + RegExpImport.Pattern -- cgit v1.2.3