summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php2
-rw-r--r--language/af.po6
-rw-r--r--language/ar.po2
-rw-r--r--language/bg.po2
-rw-r--r--language/bs.po4
-rw-r--r--language/ca.po2
-rw-r--r--language/cs.po2
-rw-r--r--language/da.po4
-rw-r--r--language/de.po4
-rw-r--r--language/dv.po2
-rw-r--r--language/el.po2
-rw-r--r--language/en-AU.po2
-rw-r--r--language/en-GB.po2
-rw-r--r--language/en-US.po2
-rw-r--r--language/es.po2
-rw-r--r--language/et.po2
-rw-r--r--language/fa.po2
-rw-r--r--language/fi.po2
-rw-r--r--language/fo.po2
-rw-r--r--language/fr-CA.po4
-rw-r--r--language/fr.po4
-rw-r--r--language/gl.po2
-rw-r--r--language/he.po2
-rw-r--r--language/hr.po4
-rw-r--r--language/hu.po4
-rw-r--r--language/id.po2
-rw-r--r--language/is.po2
-rw-r--r--language/it.po2
-rw-r--r--language/ja.po2
-rw-r--r--language/ka.po2
-rw-r--r--language/ko.po2
-rw-r--r--language/ln.po2
-rw-r--r--language/lt.po2
-rw-r--r--language/lv.po2
-rw-r--r--language/mi.po2
-rw-r--r--language/mr.po2
-rw-r--r--language/ms.po2
-rw-r--r--language/nb.po4
-rw-r--r--language/ne.po2
-rw-r--r--language/nl.po2
-rw-r--r--language/nn.po4
-rw-r--r--language/oc.po2
-rw-r--r--language/pl.po2
-rw-r--r--language/pt-BR.po2
-rw-r--r--language/pt.po2
-rw-r--r--language/ro.po2
-rw-r--r--language/ru.po2
-rw-r--r--language/sk.po2
-rw-r--r--language/sl.po2
-rw-r--r--language/sr-Latn.po2
-rw-r--r--language/sr.po2
-rw-r--r--language/sv.po4
-rw-r--r--language/sw.po2
-rw-r--r--language/ta.po2
-rw-r--r--language/tr.po2
-rw-r--r--language/tt.po4
-rw-r--r--language/uk.po2
-rw-r--r--language/vi.po4
-rw-r--r--language/yi.po2
-rw-r--r--language/zh-Hans.po2
-rw-r--r--language/zh-Hant.po2
61 files changed, 75 insertions, 75 deletions
diff --git a/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php b/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php
index 4b914f7c66..3aaced5822 100644
--- a/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php
+++ b/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php
@@ -123,7 +123,7 @@ class BatchUpdateSearchReplacePlugin extends BatchUpdateBasePlugin {
try {
preg_match('/' . $this->search . '/', null);
} catch (\ErrorException $ex) {
- $this->error = '<div class="alert alert-danger">' . I18N::translate('The regex appears to contain an error. It can’t be used.') . '</div>';
+ $this->error = '<div class="alert alert-danger">' . /* I18N: http://en.wikipedia.org/wiki/Regular_expression */ I18N::translate('The regular expression appears to contain an error. It can’t be used.') . '</div>';
}
break;
}
diff --git a/language/af.po b/language/af.po
index 94c1449164..84e2c6a001 100644
--- a/language/af.po
+++ b/language/af.po
@@ -11537,7 +11537,7 @@ msgid "Registry officer"
msgstr "Bevolkingsregister amptenaar"
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:165
-msgid "Regular expression"
+msgid "Regulært uttrykk"
msgstr "Gewone uitdrukking"
#. I18N: http://en.wikipedia.org/wiki/Regular_expression
@@ -14036,8 +14036,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Die rekords “%1$s” en “%2$s” is saamgevoeg."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "Die 'regex' blyk 'n fout te bevat. Dit kan nie gebruik word nie."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "Die reëlmatige uitdrukking blyk 'n fout te bevat. Dit kan nie gebruik word nie."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/ar.po b/language/ar.po
index 7507c5cd17..dc39c0772a 100644
--- a/language/ar.po
+++ b/language/ar.po
@@ -14169,7 +14169,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "صيغة التعبير النمطي يبدو أنها خاطئة. لا يمكن إستخدامها."
#: setup.php:151
diff --git a/language/bg.po b/language/bg.po
index f81b9a82dd..4e61cf2592 100644
--- a/language/bg.po
+++ b/language/bg.po
@@ -14036,7 +14036,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Regex съдържа грешка. Не може да бъде използван."
#: setup.php:151
diff --git a/language/bs.po b/language/bs.po
index 7904596109..a285d9cbd7 100644
--- a/language/bs.po
+++ b/language/bs.po
@@ -14068,8 +14068,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "Izgleda da regex sadrži grešku i ne može biti korišten."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "Izgleda da regularni izraz sadrži grešku i ne može biti korišten."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/ca.po b/language/ca.po
index d3340ae6a1..edee554b80 100644
--- a/language/ca.po
+++ b/language/ca.po
@@ -14040,7 +14040,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "S'han fusionat els registres “%1$s” i “%2$s”."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "L’expressió regular sembla contenir un error. No pot emprar-se."
#: setup.php:151
diff --git a/language/cs.po b/language/cs.po
index c8d203840e..aacff4462c 100644
--- a/language/cs.po
+++ b/language/cs.po
@@ -14075,7 +14075,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Záznamy “%1$s” a “%2$s” jsou sloučeny."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Regulární výraz obsahuje chybu. Nemůže se použít."
#: setup.php:151
diff --git a/language/da.po b/language/da.po
index f9ed2959c4..2058c9d327 100644
--- a/language/da.po
+++ b/language/da.po
@@ -14040,8 +14040,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Posterne “%1$s” og “%2$s” er blevet flettet."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "Denne regex indeholder tilsyneladende en fejl. Den kan ikke bruges."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "Denne regulært udtryk indeholder tilsyneladende en fejl. Den kan ikke bruges."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/de.po b/language/de.po
index f502e30a51..0ec0f1d3ff 100644
--- a/language/de.po
+++ b/language/de.po
@@ -14036,8 +14036,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Die Datensätze „%1$s“ und „%2$s“ wurden zusammengeführt."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "Dieser reguläre Ausdruck (regex) enthält Fehler und ist deshalb nicht brauchbar."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "Dieser reguläre Ausdruck enthält Fehler und ist deshalb nicht brauchbar."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/dv.po b/language/dv.po
index 3f11cb10f5..d91de3d35f 100644
--- a/language/dv.po
+++ b/language/dv.po
@@ -14002,7 +14002,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/el.po b/language/el.po
index 0f611492b2..82244cad8c 100644
--- a/language/el.po
+++ b/language/el.po
@@ -14041,7 +14041,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/en-AU.po b/language/en-AU.po
index c5b48d0f66..11439bfbf5 100644
--- a/language/en-AU.po
+++ b/language/en-AU.po
@@ -14036,7 +14036,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/en-GB.po b/language/en-GB.po
index 91fa2cc0b2..73946fcfc9 100644
--- a/language/en-GB.po
+++ b/language/en-GB.po
@@ -14066,7 +14066,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "The records ‘%1$s’ and ‘%2$s’ have been merged."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/en-US.po b/language/en-US.po
index 06ffc30533..68c63bda7d 100644
--- a/language/en-US.po
+++ b/language/en-US.po
@@ -14034,7 +14034,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/es.po b/language/es.po
index 3983a281c6..69bc74f7fb 100644
--- a/language/es.po
+++ b/language/es.po
@@ -14041,7 +14041,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Los registros “%1$s” y “%2$s” han sido combinados."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "La expresión regular parece contener un error. No puede utilizarse."
#: setup.php:151
diff --git a/language/et.po b/language/et.po
index 014478b1ca..08a05fe734 100644
--- a/language/et.po
+++ b/language/et.po
@@ -14041,7 +14041,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Kirjed “%1$s” ja “%2$s” on liidetud."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Regex sisaldab viga. Seda ei saa kasutada."
#: setup.php:151
diff --git a/language/fa.po b/language/fa.po
index 4f98872e2a..90ce3817cc 100644
--- a/language/fa.po
+++ b/language/fa.po
@@ -14016,7 +14016,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/fi.po b/language/fi.po
index 66700cc75d..2a2da4fec7 100644
--- a/language/fi.po
+++ b/language/fi.po
@@ -14036,7 +14036,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Tietueet ”%1$s”ja ”%2$s” on yhdistetty."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Normaalimuodossa on virhe. Sitä ei voi käyttää."
#: setup.php:151
diff --git a/language/fo.po b/language/fo.po
index fb25950e7b..7d6e003653 100644
--- a/language/fo.po
+++ b/language/fo.po
@@ -14037,7 +14037,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/fr-CA.po b/language/fr-CA.po
index 223532b856..6f1cd903ce 100644
--- a/language/fr-CA.po
+++ b/language/fr-CA.po
@@ -14038,8 +14038,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Les enregistrements «&nbsp;%1$s&nbsp;» et «&nbsp;%2$s&nbsp;» ont été fusionnés."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "L’expression régulière «&nbsp;regex&nbsp;» semble contenir une erreur. Elle ne peut pas être utilisée."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "L’expression régulière semble contenir une erreur. Elle ne peut pas être utilisée."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/fr.po b/language/fr.po
index c9e169fc10..17ecacd5b8 100644
--- a/language/fr.po
+++ b/language/fr.po
@@ -14040,8 +14040,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Les enregistrements «&nbsp;%1$s&nbsp;» et «&nbsp;%2$s&nbsp;» ont été fusionnés."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "L’expression régulière «&nbsp;regex&nbsp;» semble contenir une erreur. Elle ne peut pas être utilisée."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "L’expression régulière semble contenir une erreur. Elle ne peut pas être utilisée."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/gl.po b/language/gl.po
index 6cee6703e1..0571e0b4ae 100644
--- a/language/gl.po
+++ b/language/gl.po
@@ -14036,7 +14036,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "A expresión regular parece ter un erro. Non se pode usar."
#: setup.php:151
diff --git a/language/he.po b/language/he.po
index 9dd85ab76f..f324358773 100644
--- a/language/he.po
+++ b/language/he.po
@@ -14040,7 +14040,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "רשומות “%1$s” ו-“%2$s” מוזגו."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "נראה שבביטוי הרגיל יש שגיאה. לא ניתן להשתמש בו."
#: setup.php:151
diff --git a/language/hr.po b/language/hr.po
index 6f19f509e3..c0dd7ec10c 100644
--- a/language/hr.po
+++ b/language/hr.po
@@ -14072,8 +14072,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Zapisi “%1$s” i “%2$s” su spojeni."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "Izgleda da regex sadrži grešku. Ne može se koristiti."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "Izgleda da regular expression sadrži grešku. Ne može se koristiti."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/hu.po b/language/hu.po
index 644d9d32d7..12b9dd1697 100644
--- a/language/hu.po
+++ b/language/hu.po
@@ -11548,7 +11548,7 @@ msgstr "Reguláris kifejezés"
#. I18N: http://en.wikipedia.org/wiki/Regular_expression
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:142
msgid "Regular expressions are an advanced pattern matching technique."
-msgstr "A „reguláris kifejezés” (regex) egy speciális minta szerinti szövegegyeztetési eljárás."
+msgstr "A „reguláris kifejezés” egy speciális minta szerinti szövegegyeztetési eljárás."
#. I18N: Name of a module/report
#: app/Module/IndividualFamiliesReportModule.php:29
@@ -14041,7 +14041,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "A(z) „%1$s” és „%2$s” bejegyzések összefűzése megtörtént."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Úgy tűnik, a regex hibát tartalmaz, ezért nem használható."
#: setup.php:151
diff --git a/language/id.po b/language/id.po
index 8a7e2253fe..5034fff5e0 100644
--- a/language/id.po
+++ b/language/id.po
@@ -14009,7 +14009,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/is.po b/language/is.po
index 67763c72cd..731e2c810e 100644
--- a/language/is.po
+++ b/language/is.po
@@ -14036,7 +14036,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "„Regexið“ virðist innihalda villu. Ekki er hægt að nota það."
#: setup.php:151
diff --git a/language/it.po b/language/it.po
index 87b6c1e403..417268d3c1 100644
--- a/language/it.po
+++ b/language/it.po
@@ -14042,7 +14042,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Sembra che l’espressione regolare sia errata: non può essere utilizzata."
#: setup.php:151
diff --git a/language/ja.po b/language/ja.po
index d9ea1f339e..45671ac840 100644
--- a/language/ja.po
+++ b/language/ja.po
@@ -14004,7 +14004,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "正規表現に誤りがあるようです。使用できません。"
#: setup.php:151
diff --git a/language/ka.po b/language/ka.po
index 1ef0469457..232e8b118c 100644
--- a/language/ka.po
+++ b/language/ka.po
@@ -14004,7 +14004,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/ko.po b/language/ko.po
index 1404dcb9bc..03a89b71be 100644
--- a/language/ko.po
+++ b/language/ko.po
@@ -14004,7 +14004,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/ln.po b/language/ln.po
index 72990a6032..b4330cf38a 100644
--- a/language/ln.po
+++ b/language/ln.po
@@ -14036,7 +14036,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/lt.po b/language/lt.po
index d16fef812a..d1f10bf62f 100644
--- a/language/lt.po
+++ b/language/lt.po
@@ -14072,7 +14072,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Įrašai „%1$s“ ir „%2$s“ buvo sujungti."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Atrodo, kad reguliarusis reiškinys turi klaidą. Jis negali būti naudojamas."
#: setup.php:151
diff --git a/language/lv.po b/language/lv.po
index 33b4af44f9..c3a2ecc5e4 100644
--- a/language/lv.po
+++ b/language/lv.po
@@ -14066,7 +14066,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/mi.po b/language/mi.po
index 7cd21de47a..ef5be18c14 100644
--- a/language/mi.po
+++ b/language/mi.po
@@ -14034,7 +14034,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/mr.po b/language/mr.po
index c3e829fbc7..f5abce9231 100644
--- a/language/mr.po
+++ b/language/mr.po
@@ -14036,7 +14036,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/ms.po b/language/ms.po
index 593571c84a..1866304834 100644
--- a/language/ms.po
+++ b/language/ms.po
@@ -14011,7 +14011,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/nb.po b/language/nb.po
index 56eb746ddb..7b27751cd2 100644
--- a/language/nb.po
+++ b/language/nb.po
@@ -14036,8 +14036,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Postene “%1$s” og “%2$s” har blitt slått sammen."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "Din regex ser ut til å inneholde feil og kan ikke brukes."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "Din regulært uttrykk ser ut til å inneholde feil og kan ikke brukes."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/ne.po b/language/ne.po
index f874e3da64..547ce828d6 100644
--- a/language/ne.po
+++ b/language/ne.po
@@ -14036,7 +14036,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/nl.po b/language/nl.po
index 42d1216f63..b3967d90c1 100644
--- a/language/nl.po
+++ b/language/nl.po
@@ -14040,7 +14040,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "De records “%1$s” en “%2$s” zijn samengevoegd."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Deze reguliere expressie lijkt een fout te bevatten en is daarom niet bruikbaar."
#: setup.php:151
diff --git a/language/nn.po b/language/nn.po
index 96c7e69caa..358b2e0108 100644
--- a/language/nn.po
+++ b/language/nn.po
@@ -14040,8 +14040,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Postane “%1$s” and “%2$s” har blitt slegne saman."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "Din regex ser ut til å innehalde feil og kan ikkje brukast."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "Din regulære uttrykk ser ut til å innehalde feil og kan ikkje brukast."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/oc.po b/language/oc.po
index 22467b4bf4..a3941f412f 100644
--- a/language/oc.po
+++ b/language/oc.po
@@ -14249,7 +14249,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Los enregistraments «&nbsp;%1$s&nbsp;» e «&nbsp;%2$s&nbsp;» an estat combinats."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/pl.po b/language/pl.po
index d7051efb41..c23bcddda3 100644
--- a/language/pl.po
+++ b/language/pl.po
@@ -14073,7 +14073,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Wpisy „%1$s” i „%2$s” zostały połączone."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Wyrażenia regularne zawierają błąd i nie będą użyte."
#: setup.php:151
diff --git a/language/pt-BR.po b/language/pt-BR.po
index c98816a07b..b111fb630b 100644
--- a/language/pt-BR.po
+++ b/language/pt-BR.po
@@ -14040,7 +14040,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Os registros “%1$s” e “%2$s” foram mesclados."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "A expressão regular parece ter um erro. Ela não pode ser usada."
#: setup.php:151
diff --git a/language/pt.po b/language/pt.po
index 5c086aad08..21de402cae 100644
--- a/language/pt.po
+++ b/language/pt.po
@@ -14041,7 +14041,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "A expressão regular parece ter um erro. Ela não pode ser usada."
#: setup.php:151
diff --git a/language/ro.po b/language/ro.po
index 1bfdae894c..b277854206 100644
--- a/language/ro.po
+++ b/language/ro.po
@@ -14069,7 +14069,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Formula regex pare să conțină o eroare. Nu poate fi folosită."
#: setup.php:151
diff --git a/language/ru.po b/language/ru.po
index a3937c7925..b1b5d3bbf2 100644
--- a/language/ru.po
+++ b/language/ru.po
@@ -14077,7 +14077,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Записи “%1$s” и “%2$s” были объединены."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Регулярное выражение содержит ошибку. Оно не может быть использовано."
#: setup.php:151
diff --git a/language/sk.po b/language/sk.po
index a078fb44e5..ad23df5d4b 100644
--- a/language/sk.po
+++ b/language/sk.po
@@ -14073,7 +14073,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Regulárny výraz obsahuje chybu. Nemôže sa použiť."
#: setup.php:151
diff --git a/language/sl.po b/language/sl.po
index 52e6558d0a..ce35619572 100644
--- a/language/sl.po
+++ b/language/sl.po
@@ -14105,7 +14105,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/sr-Latn.po b/language/sr-Latn.po
index 7d7b1f2da6..cb8ef159f2 100644
--- a/language/sr-Latn.po
+++ b/language/sr-Latn.po
@@ -14073,7 +14073,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/sr.po b/language/sr.po
index 6b8f9063f8..4c4700d874 100644
--- a/language/sr.po
+++ b/language/sr.po
@@ -14073,7 +14073,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/sv.po b/language/sv.po
index 54e6f403b9..bdca3e282e 100644
--- a/language/sv.po
+++ b/language/sv.po
@@ -14040,8 +14040,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Posterna ”%1$s” och ”%2$s” har slagits samman."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "Denna regex innehåller ett fel. Den kan inte användas."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "Denna reguljärt uttryck innehåller ett fel. Den kan inte användas."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/sw.po b/language/sw.po
index 700ae7e904..a6f9b90937 100644
--- a/language/sw.po
+++ b/language/sw.po
@@ -14036,7 +14036,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/ta.po b/language/ta.po
index 8ed98a6868..8ff39737da 100644
--- a/language/ta.po
+++ b/language/ta.po
@@ -14034,7 +14034,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151
diff --git a/language/tr.po b/language/tr.po
index c222e2af8f..d1597fbcbe 100644
--- a/language/tr.po
+++ b/language/tr.po
@@ -14004,7 +14004,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "“%1$s” ve “%2$s” kayıtları birleştirildi."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Düzenli ifadede bir hata görünüyor. Kullanılamaz."
#: setup.php:151
diff --git a/language/tt.po b/language/tt.po
index 05fec6eace..243d746b98 100644
--- a/language/tt.po
+++ b/language/tt.po
@@ -14008,8 +14008,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "Эзләү аңлатмасы (regex) дөрес булмаганга охшаган. Аны кулланып булмый."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "Эзләү аңлатмасы дөрес булмаганга охшаган. Аны кулланып булмый."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/uk.po b/language/uk.po
index c3a0b891c8..456668d8ce 100644
--- a/language/uk.po
+++ b/language/uk.po
@@ -14070,7 +14070,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Записи \"%1$s\" і \"%2$s\" було об'єднано."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "Регулярний вираз містить помилку. Він не може бути використаний."
#: setup.php:151
diff --git a/language/vi.po b/language/vi.po
index f7bc280d77..6f59f8ed22 100644
--- a/language/vi.po
+++ b/language/vi.po
@@ -14008,8 +14008,8 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "Các bản ghi “%1$s” và “%2$s” đã được nhập một."
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
-msgstr "regex có vẻ chứa lỗi. Không dùng được."
+msgid "The regular expression appears to contain an error. It can’t be used."
+msgstr "Cụm từ thông thường có vẻ chứa lỗi. Không dùng được."
#: setup.php:151
msgid "The server configuration is OK."
diff --git a/language/yi.po b/language/yi.po
index 972c223568..fca595ae16 100644
--- a/language/yi.po
+++ b/language/yi.po
@@ -14036,7 +14036,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "די regex אויס צו אַנטהאַלטן אַ טעות. עס קען ניט זייַן געניצט."
#: setup.php:151
diff --git a/language/zh-Hans.po b/language/zh-Hans.po
index c5ba904d68..6335e35795 100644
--- a/language/zh-Hans.po
+++ b/language/zh-Hans.po
@@ -14009,7 +14009,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr "已经合并的记录“%1$s”和“%2$s”。"
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr "正则表达式似乎包含错误。不能用。"
#: setup.php:151
diff --git a/language/zh-Hant.po b/language/zh-Hant.po
index 14f9142438..71003e8c36 100644
--- a/language/zh-Hant.po
+++ b/language/zh-Hant.po
@@ -14004,7 +14004,7 @@ msgid "The records “%1$s” and “%2$s” have been merged."
msgstr ""
#: app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php:126
-msgid "The regex appears to contain an error. It can’t be used."
+msgid "The regular expression appears to contain an error. It can’t be used."
msgstr ""
#: setup.php:151