diff options
| author | 2017-02-09 04:36:04 -0500 | |
|---|---|---|
| committer | 2017-02-09 04:36:04 -0500 | |
| commit | d9aa870e5d509cc7309ab82dd102a937ab58613a (patch) | |
| tree | d92d03d76b5c390b335f1cfd761f1a0b59ec8496 /Plugins/RegExpImport | |
| parent | 68ee4cbcbe424b95969c70346283a9f217f63825 (diff) | |
Imported Upstream version 3.1.1+dfsg1upstream/3.1.1+dfsg1
Diffstat (limited to 'Plugins/RegExpImport')
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport.pro | 6 | ||||
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport_de.ts | 2 | ||||
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport_es.ts | 2 | ||||
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport_fr.qm | bin | 3636 -> 2312 bytes | |||
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport_fr.ts | 23 | ||||
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport_it.ts | 2 | ||||
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport_pl.ts | 2 | ||||
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport_pt_BR.ts | 2 | ||||
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport_ru.ts | 2 | ||||
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport_sk.ts | 2 | ||||
| -rw-r--r-- | Plugins/RegExpImport/RegExpImport_zh_CN.ts | 2 | ||||
| -rw-r--r-- | Plugins/RegExpImport/regexpimport.qrc | 6 |
12 files changed, 28 insertions, 23 deletions
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 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.0" language="de_DE"> +<TS version="2.1" language="de_DE"> <context> <name>RegExpImport</name> <message> 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 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.0" language="es_ES"> +<TS version="2.1" language="es_ES"> <context> <name>RegExpImport</name> <message> diff --git a/Plugins/RegExpImport/RegExpImport_fr.qm b/Plugins/RegExpImport/RegExpImport_fr.qm Binary files differindex e0370da..2843e37 100644 --- a/Plugins/RegExpImport/RegExpImport_fr.qm +++ b/Plugins/RegExpImport/RegExpImport_fr.qm 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 @@ <message> <location filename="regexpimport.cpp" line="53"/> <source>Cannot read file %1</source> - <translation>Impossible de lire le fichier: %1</translation> + <translation>Impossible de lire le fichier : %1</translation> </message> <message> <location filename="regexpimport.cpp" line="161"/> @@ -21,17 +21,17 @@ <message> <location filename="regexpimport.cpp" line="169"/> <source>Invalid pattern: %1</source> - <translation>Expression invalide: %1</translation> + <translation>Expression invalide : %1</translation> </message> <message> <location filename="regexpimport.cpp" line="189"/> <source>Requested capture index %1 is out of range.</source> - <translation>Allocation d’index %1 hors limites.</translation> + <translation>Allocation d’index %1 hors limites.</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><p>Requested capture group name '%1', but it's not defined in the pattern: <pre>%2</pre></p></translation> + <translation></translation> </message> </context> <context> @@ -49,38 +49,35 @@ <message> <location filename="regexpimport.ui" line="39"/> <source>Import only following groups:</source> - <translation>Importer seulement les groupes suivant:</translation> + <translation>Importer seulement les groupes suivant :</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><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> + <translation></translation> </message> <message> <location filename="regexpimport.ui" line="56"/> <source>Example: 1, 3, 4</source> - <translation>Exemple: 1, 3, 4</translation> + <translation>Exemple : 1, 3, 4</translation> </message> <message> <location filename="regexpimport.ui" line="69"/> <source>Pattern:</source> - <translation>Modéle:</translation> + <translation>Modèle :</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><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> + <translation></translation> </message> <message> <location filename="regexpimport.ui" line="81"/> <source>Example: (\d+)\s+((\d+)\w+)\s+(\w+)</source> - <translation>Exemple: (\d+)\s+((\d+)\w+)\s+(\w+)</translation> + <translation>Exemple : (\d+)\s+((\d+)\w+)\s+(\w+)</translation> </message> </context> </TS> 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 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.0" language="it_IT"> +<TS version="2.1" language="it_IT"> <context> <name>RegExpImport</name> <message> 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 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.0" language="pl_PL"> +<TS version="2.1" language="pl_PL"> <context> <name>RegExpImport</name> <message> 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 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.0" language="pt_BR"> +<TS version="2.1" language="pt_BR"> <context> <name>RegExpImport</name> <message> 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 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.0" language="ru_RU"> +<TS version="2.1" language="ru_RU"> <context> <name>RegExpImport</name> <message> 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 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.0" language="sk_SK"> +<TS version="2.1" language="sk_SK"> <context> <name>RegExpImport</name> <message> 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 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.0" language="zh_CN"> +<TS version="2.1" language="zh_CN"> <context> <name>RegExpImport</name> <message> 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 @@ <file>regexpimport.ui</file> </qresource> <qresource prefix="/msg"> + <file>RegExpImport_de.qm</file> + + <file>RegExpImport_pl.qm</file> <file>RegExpImport_ru.qm</file> <file>RegExpImport_fr.qm</file> @@ -10,3 +13,6 @@ <file>RegExpImport_zh_CN.qm</file> </qresource> </RCC> + + + |
