From d9aa870e5d509cc7309ab82dd102a937ab58613a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 9 Feb 2017 04:36:04 -0500 Subject: Imported Upstream version 3.1.1+dfsg1 --- Plugins/RegExpImport/RegExpImport.pro | 6 ++++-- Plugins/RegExpImport/RegExpImport_de.ts | 2 +- Plugins/RegExpImport/RegExpImport_es.ts | 2 +- Plugins/RegExpImport/RegExpImport_fr.qm | Bin 3636 -> 2312 bytes Plugins/RegExpImport/RegExpImport_fr.ts | 23 ++++++++++------------- Plugins/RegExpImport/RegExpImport_it.ts | 2 +- Plugins/RegExpImport/RegExpImport_pl.ts | 2 +- Plugins/RegExpImport/RegExpImport_pt_BR.ts | 2 +- Plugins/RegExpImport/RegExpImport_ru.ts | 2 +- Plugins/RegExpImport/RegExpImport_sk.ts | 2 +- Plugins/RegExpImport/RegExpImport_zh_CN.ts | 2 +- Plugins/RegExpImport/regexpimport.qrc | 6 ++++++ 12 files changed, 28 insertions(+), 23 deletions(-) (limited to 'Plugins/RegExpImport') diff --git a/Plugins/RegExpImport/RegExpImport.pro b/Plugins/RegExpImport/RegExpImport.pro index 8ef5298..b72ec67 100644 --- a/Plugins/RegExpImport/RegExpImport.pro +++ b/Plugins/RegExpImport/RegExpImport.pro @@ -28,10 +28,10 @@ RESOURCES += \ regexpimport.qrc -TRANSLATIONS += RegExpImport_it.ts \ +TRANSLATIONS += RegExpImport_de.ts \ + RegExpImport_it.ts \ RegExpImport_zh_CN.ts \ RegExpImport_sk.ts \ - RegExpImport_de.ts \ RegExpImport_ru.ts \ RegExpImport_pt_BR.ts \ RegExpImport_fr.ts \ @@ -50,3 +50,5 @@ TRANSLATIONS += RegExpImport_it.ts \ + + diff --git a/Plugins/RegExpImport/RegExpImport_de.ts b/Plugins/RegExpImport/RegExpImport_de.ts index e73d909..2a30835 100644 --- a/Plugins/RegExpImport/RegExpImport_de.ts +++ b/Plugins/RegExpImport/RegExpImport_de.ts @@ -1,6 +1,6 @@ - + RegExpImport diff --git a/Plugins/RegExpImport/RegExpImport_es.ts b/Plugins/RegExpImport/RegExpImport_es.ts index fd5ae74..c58d204 100644 --- a/Plugins/RegExpImport/RegExpImport_es.ts +++ b/Plugins/RegExpImport/RegExpImport_es.ts @@ -1,6 +1,6 @@ - + RegExpImport diff --git a/Plugins/RegExpImport/RegExpImport_fr.qm b/Plugins/RegExpImport/RegExpImport_fr.qm index e0370da..2843e37 100644 Binary files a/Plugins/RegExpImport/RegExpImport_fr.qm and b/Plugins/RegExpImport/RegExpImport_fr.qm differ diff --git a/Plugins/RegExpImport/RegExpImport_fr.ts b/Plugins/RegExpImport/RegExpImport_fr.ts index dc300ee..b7f0aef 100644 --- a/Plugins/RegExpImport/RegExpImport_fr.ts +++ b/Plugins/RegExpImport/RegExpImport_fr.ts @@ -11,7 +11,7 @@ Cannot read file %1 - Impossible de lire le fichier: %1 + Impossible de lire le fichier : %1 @@ -21,17 +21,17 @@ Invalid pattern: %1 - Expression invalide: %1 + Expression invalide : %1 Requested capture index %1 is out of range. - Allocation d’index %1 hors limites. + 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> + @@ -49,38 +49,35 @@ Import only following groups: - Importer seulement les groupes suivant: + 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 + Exemple : 1, 3, 4 Pattern: - Modéle: + 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+) + Exemple : (\d+)\s+((\d+)\w+)\s+(\w+) diff --git a/Plugins/RegExpImport/RegExpImport_it.ts b/Plugins/RegExpImport/RegExpImport_it.ts index d7624a6..00869f1 100644 --- a/Plugins/RegExpImport/RegExpImport_it.ts +++ b/Plugins/RegExpImport/RegExpImport_it.ts @@ -1,6 +1,6 @@ - + RegExpImport diff --git a/Plugins/RegExpImport/RegExpImport_pl.ts b/Plugins/RegExpImport/RegExpImport_pl.ts index a5d567c..d55ed25 100644 --- a/Plugins/RegExpImport/RegExpImport_pl.ts +++ b/Plugins/RegExpImport/RegExpImport_pl.ts @@ -1,6 +1,6 @@ - + RegExpImport diff --git a/Plugins/RegExpImport/RegExpImport_pt_BR.ts b/Plugins/RegExpImport/RegExpImport_pt_BR.ts index b861545..0af41e7 100644 --- a/Plugins/RegExpImport/RegExpImport_pt_BR.ts +++ b/Plugins/RegExpImport/RegExpImport_pt_BR.ts @@ -1,6 +1,6 @@ - + RegExpImport diff --git a/Plugins/RegExpImport/RegExpImport_ru.ts b/Plugins/RegExpImport/RegExpImport_ru.ts index 09ad9a9..edcd7f4 100644 --- a/Plugins/RegExpImport/RegExpImport_ru.ts +++ b/Plugins/RegExpImport/RegExpImport_ru.ts @@ -1,6 +1,6 @@ - + RegExpImport diff --git a/Plugins/RegExpImport/RegExpImport_sk.ts b/Plugins/RegExpImport/RegExpImport_sk.ts index 9b34ed7..25068a5 100644 --- a/Plugins/RegExpImport/RegExpImport_sk.ts +++ b/Plugins/RegExpImport/RegExpImport_sk.ts @@ -1,6 +1,6 @@ - + RegExpImport diff --git a/Plugins/RegExpImport/RegExpImport_zh_CN.ts b/Plugins/RegExpImport/RegExpImport_zh_CN.ts index 97a39d5..c361148 100644 --- a/Plugins/RegExpImport/RegExpImport_zh_CN.ts +++ b/Plugins/RegExpImport/RegExpImport_zh_CN.ts @@ -1,6 +1,6 @@ - + RegExpImport diff --git a/Plugins/RegExpImport/regexpimport.qrc b/Plugins/RegExpImport/regexpimport.qrc index 2fb1a4f..ad6ace8 100644 --- a/Plugins/RegExpImport/regexpimport.qrc +++ b/Plugins/RegExpImport/regexpimport.qrc @@ -3,6 +3,9 @@ regexpimport.ui + RegExpImport_de.qm + + RegExpImport_pl.qm RegExpImport_ru.qm RegExpImport_fr.qm @@ -10,3 +13,6 @@ RegExpImport_zh_CN.qm + + + -- cgit v1.2.3