From 306d6d3ca9c9ad774d19135681a7f9805f77035f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Feb 2015 14:06:29 -0500 Subject: Imported Upstream version 3.0.3 --- Plugins/RegExpImport/RegExpImport.pro | 24 +++++++- Plugins/RegExpImport/RegExpImport_de.qm | Bin 0 -> 23 bytes Plugins/RegExpImport/RegExpImport_de.ts | 83 ++++++++++++++++++++++++++++ Plugins/RegExpImport/RegExpImport_es.qm | Bin 0 -> 23 bytes Plugins/RegExpImport/RegExpImport_es.ts | 83 ++++++++++++++++++++++++++++ Plugins/RegExpImport/RegExpImport_fr.qm | Bin 0 -> 3636 bytes Plugins/RegExpImport/RegExpImport_fr.ts | 86 +++++++++++++++++++++++++++++ Plugins/RegExpImport/RegExpImport_pt_BR.qm | Bin 0 -> 23 bytes Plugins/RegExpImport/RegExpImport_pt_BR.ts | 83 ++++++++++++++++++++++++++++ Plugins/RegExpImport/RegExpImport_ru.qm | Bin 0 -> 3785 bytes Plugins/RegExpImport/RegExpImport_ru.ts | 86 +++++++++++++++++++++++++++++ Plugins/RegExpImport/RegExpImport_sk.qm | Bin 0 -> 27 bytes Plugins/RegExpImport/RegExpImport_sk.ts | 83 ++++++++++++++++++++++++++++ Plugins/RegExpImport/RegExpImport_zh_CN.qm | 1 + Plugins/RegExpImport/RegExpImport_zh_CN.ts | 83 ++++++++++++++++++++++++++++ Plugins/RegExpImport/regexpimport.qrc | 2 + 16 files changed, 611 insertions(+), 3 deletions(-) create mode 100644 Plugins/RegExpImport/RegExpImport_de.qm create mode 100644 Plugins/RegExpImport/RegExpImport_de.ts create mode 100644 Plugins/RegExpImport/RegExpImport_es.qm create mode 100644 Plugins/RegExpImport/RegExpImport_es.ts create mode 100644 Plugins/RegExpImport/RegExpImport_fr.qm create mode 100644 Plugins/RegExpImport/RegExpImport_fr.ts create mode 100644 Plugins/RegExpImport/RegExpImport_pt_BR.qm create mode 100644 Plugins/RegExpImport/RegExpImport_pt_BR.ts create mode 100644 Plugins/RegExpImport/RegExpImport_ru.qm create mode 100644 Plugins/RegExpImport/RegExpImport_ru.ts create mode 100644 Plugins/RegExpImport/RegExpImport_sk.qm create mode 100644 Plugins/RegExpImport/RegExpImport_sk.ts create mode 100644 Plugins/RegExpImport/RegExpImport_zh_CN.qm create mode 100644 Plugins/RegExpImport/RegExpImport_zh_CN.ts (limited to 'Plugins/RegExpImport') diff --git a/Plugins/RegExpImport/RegExpImport.pro b/Plugins/RegExpImport/RegExpImport.pro index 6b3b955..aa790b2 100644 --- a/Plugins/RegExpImport/RegExpImport.pro +++ b/Plugins/RegExpImport/RegExpImport.pro @@ -4,10 +4,10 @@ # #------------------------------------------------- -include($$PWD/../../SQLiteStudio3/plugins.pri) - QT -= gui +include($$PWD/../../SQLiteStudio3/plugins.pri) + TARGET = RegExpImport TEMPLATE = lib @@ -28,5 +28,23 @@ RESOURCES += \ regexpimport.qrc -TRANSLATIONS += RegExpImport_pl.ts +TRANSLATIONS += RegExpImport_zh_CN.ts \ + RegExpImport_sk.ts \ + RegExpImport_de.ts \ + RegExpImport_ru.ts \ + RegExpImport_pt_BR.ts \ + RegExpImport_fr.ts \ + RegExpImport_es.ts \ + RegExpImport_pl.ts + + + + + + + + + + + diff --git a/Plugins/RegExpImport/RegExpImport_de.qm b/Plugins/RegExpImport/RegExpImport_de.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/RegExpImport/RegExpImport_de.qm differ diff --git a/Plugins/RegExpImport/RegExpImport_de.ts b/Plugins/RegExpImport/RegExpImport_de.ts new file mode 100644 index 0000000..e73d909 --- /dev/null +++ b/Plugins/RegExpImport/RegExpImport_de.ts @@ -0,0 +1,83 @@ + + + + + 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+) + + + + diff --git a/Plugins/RegExpImport/RegExpImport_es.qm b/Plugins/RegExpImport/RegExpImport_es.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/RegExpImport/RegExpImport_es.qm differ diff --git a/Plugins/RegExpImport/RegExpImport_es.ts b/Plugins/RegExpImport/RegExpImport_es.ts new file mode 100644 index 0000000..fd5ae74 --- /dev/null +++ b/Plugins/RegExpImport/RegExpImport_es.ts @@ -0,0 +1,83 @@ + + + + + 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+) + + + + diff --git a/Plugins/RegExpImport/RegExpImport_fr.qm b/Plugins/RegExpImport/RegExpImport_fr.qm new file mode 100644 index 0000000..e0370da Binary files /dev/null and b/Plugins/RegExpImport/RegExpImport_fr.qm differ diff --git a/Plugins/RegExpImport/RegExpImport_fr.ts b/Plugins/RegExpImport/RegExpImport_fr.ts new file mode 100644 index 0000000..6ab0b2e --- /dev/null +++ b/Plugins/RegExpImport/RegExpImport_fr.ts @@ -0,0 +1,86 @@ + + + + + RegExpImport + + + Text files (*.txt);;All files (*) + Fichiers (*.txt);;Tous les fichiers (*) + + + + Cannot read file %1 + Impossible de lire le fichier: %1 + + + + Enter the regular expression pattern. + Saisissez une expression valide. + + + + Invalid pattern: %1 + Expression invalide: %1 + + + + Requested capture index %1 is out of range. + Allocation d'index %1 hors limites. + + + + <p>Requested capture group name '%1', but it's not defined in the pattern: <pre>%2</pre></p> + <p>Requested capture group name '%1', but it's not defined in the pattern: <pre>%2</pre></p> + + + + RegExpImportConfig + + + Capture groups + Groupes sélectionnés + + + + Treat all RegExp capture groups as columns + Traiter tout RegExp de groupes sélectionnés comme des colonnes + + + + Import only following groups: + Importer seulement les groupes suivant: + + + + <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>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 + Exemple: 1, 3, 4 + + + + Pattern: + Modéle: + + + + <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>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+) + Exemple: (\d+)\s+((\d+)\w+)\s+(\w+) + + + diff --git a/Plugins/RegExpImport/RegExpImport_pt_BR.qm b/Plugins/RegExpImport/RegExpImport_pt_BR.qm new file mode 100644 index 0000000..c02994c Binary files /dev/null and b/Plugins/RegExpImport/RegExpImport_pt_BR.qm differ diff --git a/Plugins/RegExpImport/RegExpImport_pt_BR.ts b/Plugins/RegExpImport/RegExpImport_pt_BR.ts new file mode 100644 index 0000000..b861545 --- /dev/null +++ b/Plugins/RegExpImport/RegExpImport_pt_BR.ts @@ -0,0 +1,83 @@ + + + + + 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+) + + + + diff --git a/Plugins/RegExpImport/RegExpImport_ru.qm b/Plugins/RegExpImport/RegExpImport_ru.qm new file mode 100644 index 0000000..6b9c95d Binary files /dev/null and b/Plugins/RegExpImport/RegExpImport_ru.qm differ diff --git a/Plugins/RegExpImport/RegExpImport_ru.ts b/Plugins/RegExpImport/RegExpImport_ru.ts new file mode 100644 index 0000000..09ad9a9 --- /dev/null +++ b/Plugins/RegExpImport/RegExpImport_ru.ts @@ -0,0 +1,86 @@ + + + + + RegExpImport + + + Text files (*.txt);;All files (*) + Текстовые файлы (*.txt);;Все файлы (*) + + + + Cannot read file %1 + Невозможно прочитать файл %1 + + + + Enter the regular expression pattern. + Введите шаблон регулярного выражения. + + + + Invalid pattern: %1 + Некорректный шаблон: %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> + <p>Запрошено имя группы '%1', но оно не определено в шаблоне: <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> + <p>Введите разделённый запятыми список индексов групп. Индекс 0 служит для доступа ко всей найденной строке.</p> +<p>При использовании именованных групп в шаблоне, вы можете указывать имена групп вместо индексов. Имена групп и индексы можно использовать вместе.</p> + + + + Example: 1, 3, 4 + Пример: 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> + <p>Используйте группировку в регулярном выражении для выделения частей выражения, которые необходимо импортировать. Если необходимо использовать группу, исключаемую при импорте, используйте опцию "Импортировать только следующие группы" ниже. + +Можно также использовать именованные группы для использования в списке ниже. Для присвоения группе имени используйте: <pre>(?&lt;моёИмяГруппы&gt;\s+\d+\s+)</pre></p> + + + + Example: (\d+)\s+((\d+)\w+)\s+(\w+) + Пример: (\d+)\s+((\d+)\w+)\s+(\w+) + + + diff --git a/Plugins/RegExpImport/RegExpImport_sk.qm b/Plugins/RegExpImport/RegExpImport_sk.qm new file mode 100644 index 0000000..1776294 Binary files /dev/null and b/Plugins/RegExpImport/RegExpImport_sk.qm differ diff --git a/Plugins/RegExpImport/RegExpImport_sk.ts b/Plugins/RegExpImport/RegExpImport_sk.ts new file mode 100644 index 0000000..9b34ed7 --- /dev/null +++ b/Plugins/RegExpImport/RegExpImport_sk.ts @@ -0,0 +1,83 @@ + + + + + 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+) + + + + diff --git a/Plugins/RegExpImport/RegExpImport_zh_CN.qm b/Plugins/RegExpImport/RegExpImport_zh_CN.qm new file mode 100644 index 0000000..be651ee --- /dev/null +++ b/Plugins/RegExpImport/RegExpImport_zh_CN.qm @@ -0,0 +1 @@ + + + + + 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+) + + + + diff --git a/Plugins/RegExpImport/regexpimport.qrc b/Plugins/RegExpImport/regexpimport.qrc index 0d545ab..e1cb912 100644 --- a/Plugins/RegExpImport/regexpimport.qrc +++ b/Plugins/RegExpImport/regexpimport.qrc @@ -4,5 +4,7 @@ RegExpImport_pl.qm + RegExpImport_ru.qm + RegExpImport_fr.qm -- cgit v1.2.3