diff options
Diffstat (limited to 'Plugins/RegExpImport/translations/RegExpImport_kaa.ts')
| -rw-r--r-- | Plugins/RegExpImport/translations/RegExpImport_kaa.ts | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/Plugins/RegExpImport/translations/RegExpImport_kaa.ts b/Plugins/RegExpImport/translations/RegExpImport_kaa.ts new file mode 100644 index 0000000..2f60651 --- /dev/null +++ b/Plugins/RegExpImport/translations/RegExpImport_kaa.ts @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="kaa" sourcelanguage="en"> + <context> + <name>RegExpImport</name> + <message> + <location filename="../regexpimport.cpp" line="37"/> + <source>Text files (*.txt);;All files (*)</source> + <translation type="unfinished">Text files (*.txt);;All files (*)</translation> + </message> + <message> + <location filename="../regexpimport.cpp" line="53"/> + <source>Cannot read file %1</source> + <translation type="unfinished">Cannot read file %1</translation> + </message> + <message> + <location filename="../regexpimport.cpp" line="161"/> + <source>Enter the regular expression pattern.</source> + <translation type="unfinished">Enter the regular expression pattern.</translation> + </message> + <message> + <location filename="../regexpimport.cpp" line="169"/> + <source>Invalid pattern: %1</source> + <translation type="unfinished">Invalid pattern: %1</translation> + </message> + <message> + <location filename="../regexpimport.cpp" line="189"/> + <source>Requested capture index %1 is out of range.</source> + <translation type="unfinished">Requested capture index %1 is out of range.</translation> + </message> + <message> + <location filename="../regexpimport.cpp" line="196"/> + <source><p>Requested capture group name '%1', but it's not defined in the pattern: <pre>%2</pre></p></source> + <translation type="unfinished"><p>Requested capture group name '%1', but it's not defined in the pattern: <pre>%2</pre></p></translation> + </message> + </context> + <context> + <name>RegExpImportConfig</name> + <message> + <location filename="../regexpimport.ui" line="20"/> + <source>Capture groups</source> + <translation type="unfinished">Capture groups</translation> + </message> + <message> + <location filename="../regexpimport.ui" line="26"/> + <source>Treat all RegExp capture groups as columns</source> + <translation type="unfinished">Treat all RegExp capture groups as columns</translation> + </message> + <message> + <location filename="../regexpimport.ui" line="39"/> + <source>Import only following groups:</source> + <translation type="unfinished">Import only following groups:</translation> + </message> + <message> + <location filename="../regexpimport.ui" line="52"/> + <source><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></source> + <translation type="unfinished"><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></translation> + </message> + <message> + <location filename="../regexpimport.ui" line="56"/> + <source>Example: 1, 3, 4</source> + <translation type="unfinished">Example: 1, 3, 4</translation> + </message> + <message> + <location filename="../regexpimport.ui" line="69"/> + <source>Pattern:</source> + <translation type="unfinished">Pattern:</translation> + </message> + <message> + <location filename="../regexpimport.ui" line="76"/> + <source><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></source> + <translation type="unfinished"><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></translation> + </message> + <message> + <location filename="../regexpimport.ui" line="81"/> + <source>Example: (\d+)\s+((\d+)\w+)\s+(\w+)</source> + <translation type="unfinished">Example: (\d+)\s+((\d+)\w+)\s+(\w+)</translation> + </message> + </context> +</TS> |
