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/RegExpImport/RegExpImport_es.ts | 83 --------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 Plugins/RegExpImport/RegExpImport_es.ts (limited to 'Plugins/RegExpImport/RegExpImport_es.ts') diff --git a/Plugins/RegExpImport/RegExpImport_es.ts b/Plugins/RegExpImport/RegExpImport_es.ts deleted file mode 100644 index c58d204..0000000 --- a/Plugins/RegExpImport/RegExpImport_es.ts +++ /dev/null @@ -1,83 +0,0 @@ - - - - - RegExpImport - - - Text files (*.txt);;All files (*) - - - - - Cannot read file %1 - - - - - Enter the regular expression pattern. - - - - - Invalid pattern: %1 - - - - - Requested capture index %1 is out of range. - - - - - <p>Requested capture group name '%1', but it's not defined in the pattern: <pre>%2</pre></p> - - - - - RegExpImportConfig - - - Capture groups - - - - - Treat all RegExp capture groups as columns - - - - - Import only following groups: - - - - - <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> - - - - - Example: 1, 3, 4 - - - - - Pattern: - - - - - <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> - - - - - Example: (\d+)\s+((\d+)\w+)\s+(\w+) - - - - -- cgit v1.2.3