summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-02-01 08:35:38 +0000
committerGreg Roach <fisharebest@gmail.com>2015-02-01 08:35:38 +0000
commitac0cd9cdc6b6b8d7aff37f624dad690592909c1a (patch)
treec63dfc927209b9de720ca4d05155fd1ef870d8e7
parenta458ec880815b7220e4d5582c94d008072a9b7fa (diff)
downloadwebtrees-ac0cd9cdc6b6b8d7aff37f624dad690592909c1a.tar.gz
webtrees-ac0cd9cdc6b6b8d7aff37f624dad690592909c1a.tar.bz2
webtrees-ac0cd9cdc6b6b8d7aff37f624dad690592909c1a.zip
Fix #405 - typos
-rw-r--r--admin_site_upgrade.php2
-rw-r--r--admin_trees_config.php2
-rw-r--r--includes/functions/functions.php2
-rw-r--r--language/ar.po6
-rw-r--r--language/bg.po6
-rw-r--r--language/bs.po6
-rw-r--r--language/ca.po6
-rw-r--r--language/cs.po6
-rw-r--r--language/da.po6
-rw-r--r--language/de.po6
-rw-r--r--language/el.po6
-rw-r--r--language/en_GB.po6
-rw-r--r--language/en_US.po6
-rw-r--r--language/es.po6
-rw-r--r--language/et.po6
-rw-r--r--language/extra/af.po6
-rw-r--r--language/extra/dv.po6
-rw-r--r--language/extra/en_AU.po6
-rw-r--r--language/extra/fa.po6
-rw-r--r--language/extra/fo.po6
-rw-r--r--language/extra/fr_CA.po6
-rw-r--r--language/extra/gl.po6
-rw-r--r--language/extra/id.po6
-rw-r--r--language/extra/ja.po6
-rw-r--r--language/extra/ko.po6
-rw-r--r--language/extra/lv.po6
-rw-r--r--language/extra/mi.po6
-rw-r--r--language/extra/ms.po6
-rw-r--r--language/extra/ne.po6
-rw-r--r--language/extra/oc.po6
-rw-r--r--language/extra/ro.po6
-rw-r--r--language/extra/sl.po6
-rw-r--r--language/extra/sr.po6
-rw-r--r--language/extra/sr@Latn.po6
-rw-r--r--language/extra/ta.po6
-rw-r--r--language/extra/tt.po6
-rw-r--r--language/extra/yi.po6
-rw-r--r--language/extra/zh_TW.po6
-rw-r--r--language/fi.po6
-rw-r--r--language/fr.po6
-rw-r--r--language/he.po6
-rw-r--r--language/hr.po6
-rw-r--r--language/hu.po6
-rw-r--r--language/is.po6
-rw-r--r--language/it.po6
-rw-r--r--language/ka.po6
-rw-r--r--language/lt.po6
-rw-r--r--language/mr.po6
-rw-r--r--language/nb.po6
-rw-r--r--language/nl.po6
-rw-r--r--language/nn.po6
-rw-r--r--language/pl.po6
-rw-r--r--language/pt.po6
-rw-r--r--language/pt_BR.po6
-rw-r--r--language/ru.po6
-rw-r--r--language/sk.po6
-rw-r--r--language/sv.po6
-rw-r--r--language/tr.po6
-rw-r--r--language/uk.po6
-rw-r--r--language/vi.po6
-rw-r--r--language/zh_CN.po6
61 files changed, 177 insertions, 177 deletions
diff --git a/admin_site_upgrade.php b/admin_site_upgrade.php
index 6a3af19781..a74d543d36 100644
--- a/admin_site_upgrade.php
+++ b/admin_site_upgrade.php
@@ -410,7 +410,7 @@ echo '</li>';
// This is it - take the site offline first
////////////////////////////////////////////////////////////////////////////////
-echo '<li>', WT_I18N::translate('ePlace the website offline, by creating the file %s…', $lock_file_html);
+echo '<li>', WT_I18N::translate('Place the website offline, by creating the file %s…', $lock_file_html);
@file_put_contents($lock_file, $lock_file_text);
if (@file_get_contents($lock_file) != $lock_file_text) {
diff --git a/admin_trees_config.php b/admin_trees_config.php
index bf0e58067a..4288ce0af6 100644
--- a/admin_trees_config.php
+++ b/admin_trees_config.php
@@ -713,7 +713,7 @@ $controller
<div class="col-sm-9">
<?php echo select_edit_control('LANGUAGE', WT_I18N::installed_languages(), null, $WT_TREE->getPreference('LANGUAGE'), 'class="form-control"'); ?>
<p class="small text-muted">
- <?php echo /* I18N: Help text for the “Language” configuration setting */ WT_I18N::translate('nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines.'); ?>
+ <?php echo /* I18N: Help text for the “Language” configuration setting */ WT_I18N::translate('If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines.'); ?>
</p>
</div>
</div>
diff --git a/includes/functions/functions.php b/includes/functions/functions.php
index be301af48a..1fe07da375 100644
--- a/includes/functions/functions.php
+++ b/includes/functions/functions.php
@@ -73,7 +73,7 @@ function file_upload_error_text($error_code) {
return WT_I18N::translate('No file was received. Please upload again.');
case UPLOAD_ERR_NO_TMP_DIR:
// I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
- return WT_I18N::translate('nnMissing PHP temporary folder');
+ return WT_I18N::translate('Missing PHP temporary folder');
case UPLOAD_ERR_CANT_WRITE:
// I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
return WT_I18N::translate('PHP failed to write to disk');
diff --git a/language/ar.po b/language/ar.po
index 24633a4571..9057822945 100644
--- a/language/ar.po
+++ b/language/ar.po
@@ -16687,7 +16687,7 @@ msgstr "تعطيل"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -19072,12 +19072,12 @@ msgstr "حفيد تاسع لسلف مشترك"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/bg.po b/language/bg.po
index 9f1369cd17..f33b51d5bc 100644
--- a/language/bg.po
+++ b/language/bg.po
@@ -16554,7 +16554,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/bs.po b/language/bs.po
index 9978db2535..c2060cebb1 100644
--- a/language/bs.po
+++ b/language/bs.po
@@ -16586,7 +16586,7 @@ msgstr "onemogući"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18962,12 +18962,12 @@ msgstr "rod u devetom koljenu"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/ca.po b/language/ca.po
index 2ff9acb554..9fff4b9937 100644
--- a/language/ca.po
+++ b/language/ca.po
@@ -16558,7 +16558,7 @@ msgstr "desactiva"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18931,12 +18931,12 @@ msgstr "cosí/na 9è/a"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/cs.po b/language/cs.po
index 8d73220796..bf2963362f 100644
--- a/language/cs.po
+++ b/language/cs.po
@@ -16593,7 +16593,7 @@ msgstr "vypnout"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18969,12 +18969,12 @@ msgstr "bratranec/sestřenice (z 9. kolena)"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/da.po b/language/da.po
index dcdfe9fdd2..8e5935cccd 100644
--- a/language/da.po
+++ b/language/da.po
@@ -16558,7 +16558,7 @@ msgstr "deaktivér"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18931,12 +18931,12 @@ msgstr "fætter/kusine af 9. led"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/de.po b/language/de.po
index 7c2f5e4bf8..8af52b0eb7 100644
--- a/language/de.po
+++ b/language/de.po
@@ -16555,7 +16555,7 @@ msgstr "deaktivieren"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18928,12 +18928,12 @@ msgstr "Cousin/e 9. Grades"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/el.po b/language/el.po
index 9582f53124..8c12dc39ac 100644
--- a/language/el.po
+++ b/language/el.po
@@ -16559,7 +16559,7 @@ msgstr "απενεργοποίηση"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18932,12 +18932,12 @@ msgstr "9α ξαδέρφια"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/en_GB.po b/language/en_GB.po
index 3205365f34..5e270581a0 100644
--- a/language/en_GB.po
+++ b/language/en_GB.po
@@ -16560,7 +16560,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18933,12 +18933,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/en_US.po b/language/en_US.po
index 885a83bc1f..f84ab52f37 100644
--- a/language/en_US.po
+++ b/language/en_US.po
@@ -16554,7 +16554,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/es.po b/language/es.po
index 2fbf961516..b8db42c938 100644
--- a/language/es.po
+++ b/language/es.po
@@ -16559,7 +16559,7 @@ msgstr "desactivar"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18932,12 +18932,12 @@ msgstr "primo noveno"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/et.po b/language/et.po
index 9069402ca7..6227e839b4 100644
--- a/language/et.po
+++ b/language/et.po
@@ -16560,7 +16560,7 @@ msgstr "lülita välja"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18933,12 +18933,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/af.po b/language/extra/af.po
index 001ade9ead..5ae2f7be47 100644
--- a/language/extra/af.po
+++ b/language/extra/af.po
@@ -16553,7 +16553,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18926,12 +18926,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/dv.po b/language/extra/dv.po
index 1e48f09da2..3af4399ebe 100644
--- a/language/extra/dv.po
+++ b/language/extra/dv.po
@@ -16522,7 +16522,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18892,12 +18892,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/en_AU.po b/language/extra/en_AU.po
index 4cee1f3495..365b8e974c 100644
--- a/language/extra/en_AU.po
+++ b/language/extra/en_AU.po
@@ -16554,7 +16554,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/fa.po b/language/extra/fa.po
index a8af276d7f..86c2241950 100644
--- a/language/extra/fa.po
+++ b/language/extra/fa.po
@@ -16537,7 +16537,7 @@ msgstr "غیرفعال‌سازی"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18910,12 +18910,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/fo.po b/language/extra/fo.po
index d60cc6194c..2577dc7ba2 100644
--- a/language/extra/fo.po
+++ b/language/extra/fo.po
@@ -16555,7 +16555,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18928,12 +18928,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/fr_CA.po b/language/extra/fr_CA.po
index b88c52c5b8..fad599423a 100644
--- a/language/extra/fr_CA.po
+++ b/language/extra/fr_CA.po
@@ -16556,7 +16556,7 @@ msgstr "désactiver"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18929,12 +18929,12 @@ msgstr "9<sup>e</sup> arrière-petit(e)-cousin(e)"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/gl.po b/language/extra/gl.po
index 246d59302c..f1680d82cd 100644
--- a/language/extra/gl.po
+++ b/language/extra/gl.po
@@ -16556,7 +16556,7 @@ msgstr "desactivar"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18929,12 +18929,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/id.po b/language/extra/id.po
index 594afe1e35..523675330c 100644
--- a/language/extra/id.po
+++ b/language/extra/id.po
@@ -16528,7 +16528,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18898,12 +18898,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/ja.po b/language/extra/ja.po
index 6759484e83..87174da41b 100644
--- a/language/extra/ja.po
+++ b/language/extra/ja.po
@@ -16522,7 +16522,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18892,12 +18892,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/ko.po b/language/extra/ko.po
index eec6b81b44..02ba15e405 100644
--- a/language/extra/ko.po
+++ b/language/extra/ko.po
@@ -16522,7 +16522,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18892,12 +18892,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/lv.po b/language/extra/lv.po
index 252e384548..85e715c5ee 100644
--- a/language/extra/lv.po
+++ b/language/extra/lv.po
@@ -16584,7 +16584,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18959,12 +18959,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/mi.po b/language/extra/mi.po
index c221c00577..f28c5299ca 100644
--- a/language/extra/mi.po
+++ b/language/extra/mi.po
@@ -16554,7 +16554,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/ms.po b/language/extra/ms.po
index ba91c876f5..9750f3c697 100644
--- a/language/extra/ms.po
+++ b/language/extra/ms.po
@@ -16554,7 +16554,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/ne.po b/language/extra/ne.po
index 372091abfc..58d68daccc 100644
--- a/language/extra/ne.po
+++ b/language/extra/ne.po
@@ -16554,7 +16554,7 @@ msgstr "अक्षम पार्नुहोस्"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/oc.po b/language/extra/oc.po
index 7eb73e41ea..6f249998d7 100644
--- a/language/extra/oc.po
+++ b/language/extra/oc.po
@@ -16554,7 +16554,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/ro.po b/language/extra/ro.po
index 49a952d8de..f742af055c 100644
--- a/language/extra/ro.po
+++ b/language/extra/ro.po
@@ -16585,7 +16585,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18960,12 +18960,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/sl.po b/language/extra/sl.po
index 92ef577e54..e65333f60e 100644
--- a/language/extra/sl.po
+++ b/language/extra/sl.po
@@ -16623,7 +16623,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -19002,12 +19002,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/sr.po b/language/extra/sr.po
index 726c84fd9e..a502e0f7fa 100644
--- a/language/extra/sr.po
+++ b/language/extra/sr.po
@@ -16591,7 +16591,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18967,12 +18967,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/sr@Latn.po b/language/extra/sr@Latn.po
index 29420af5ce..50aaa30c74 100644
--- a/language/extra/sr@Latn.po
+++ b/language/extra/sr@Latn.po
@@ -16591,7 +16591,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18967,12 +18967,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/ta.po b/language/extra/ta.po
index c1fa751bad..cee1af03df 100644
--- a/language/extra/ta.po
+++ b/language/extra/ta.po
@@ -16554,7 +16554,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/tt.po b/language/extra/tt.po
index b6669b0587..c5de39cb28 100644
--- a/language/extra/tt.po
+++ b/language/extra/tt.po
@@ -16529,7 +16529,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18901,12 +18901,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/yi.po b/language/extra/yi.po
index 8c1006bbce..36bed608c3 100644
--- a/language/extra/yi.po
+++ b/language/extra/yi.po
@@ -16554,7 +16554,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr "נייַנט שוועסטערקינד"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/extra/zh_TW.po b/language/extra/zh_TW.po
index fb567510f3..88f620a15f 100644
--- a/language/extra/zh_TW.po
+++ b/language/extra/zh_TW.po
@@ -16522,7 +16522,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18892,12 +18892,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/fi.po b/language/fi.po
index c9fb538187..a2bea2a5e7 100644
--- a/language/fi.po
+++ b/language/fi.po
@@ -16554,7 +16554,7 @@ msgstr "poista käytöstä"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr "9. serkku"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/fr.po b/language/fr.po
index ee82735a0c..848e1cc5da 100644
--- a/language/fr.po
+++ b/language/fr.po
@@ -16558,7 +16558,7 @@ msgstr "désactiver"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18931,12 +18931,12 @@ msgstr "cousin(e) au neuvième degré"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/he.po b/language/he.po
index b852d617e6..9782996df5 100644
--- a/language/he.po
+++ b/language/he.po
@@ -16558,7 +16558,7 @@ msgstr "נטרל"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18931,12 +18931,12 @@ msgstr "דודן/דודנית מדרגה 9"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/hr.po b/language/hr.po
index afd98a8681..f83c042f13 100644
--- a/language/hr.po
+++ b/language/hr.po
@@ -16591,7 +16591,7 @@ msgstr "onemogući"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18967,12 +18967,12 @@ msgstr "Rod u devetom koljenu"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/hu.po b/language/hu.po
index f728615070..f7887efd70 100644
--- a/language/hu.po
+++ b/language/hu.po
@@ -16560,7 +16560,7 @@ msgstr "letiltás"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18933,12 +18933,12 @@ msgstr "kilenced unokatestvér"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/is.po b/language/is.po
index e439188a8d..5efe9a9adf 100644
--- a/language/is.po
+++ b/language/is.po
@@ -16554,7 +16554,7 @@ msgstr "afvirkja"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr "níundu frændsystkini"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/it.po b/language/it.po
index 5321f9fec8..ece621400f 100644
--- a/language/it.po
+++ b/language/it.po
@@ -16560,7 +16560,7 @@ msgstr "disabilita"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18933,12 +18933,12 @@ msgstr "cugino/a di 9° grado"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/ka.po b/language/ka.po
index 7c1954ed48..e4f19c2c3b 100644
--- a/language/ka.po
+++ b/language/ka.po
@@ -16522,7 +16522,7 @@ msgstr "გამორთვა"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18892,12 +18892,12 @@ msgstr "ვაჩვენოთ ბიძაშვილები"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/lt.po b/language/lt.po
index c720fc691e..9c44331e8a 100644
--- a/language/lt.po
+++ b/language/lt.po
@@ -16593,7 +16593,7 @@ msgstr "išjungti"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18969,12 +18969,12 @@ msgstr "devintos eilės pusbrolis/pusseserė"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/mr.po b/language/mr.po
index a5d64c8acd..e06f68035d 100644
--- a/language/mr.po
+++ b/language/mr.po
@@ -16554,7 +16554,7 @@ msgstr ""
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr ""
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/nb.po b/language/nb.po
index 8e6954e163..7123357ea6 100644
--- a/language/nb.po
+++ b/language/nb.po
@@ -16554,7 +16554,7 @@ msgstr "deaktiver"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18927,12 +18927,12 @@ msgstr "timenning"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/nl.po b/language/nl.po
index a74f915db4..7897b1454f 100644
--- a/language/nl.po
+++ b/language/nl.po
@@ -16558,7 +16558,7 @@ msgstr "uitschakelen"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18931,12 +18931,12 @@ msgstr "achterneef/achternicht 20e graad"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/nn.po b/language/nn.po
index 3617719615..002a7549e7 100644
--- a/language/nn.po
+++ b/language/nn.po
@@ -16558,7 +16558,7 @@ msgstr "inaktiver"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18931,12 +18931,12 @@ msgstr "timenning"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/pl.po b/language/pl.po
index cda089d6d8..98b2dcee1f 100644
--- a/language/pl.po
+++ b/language/pl.po
@@ -16593,7 +16593,7 @@ msgstr "Wyłącz"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18969,12 +18969,12 @@ msgstr "kuzyn(ka) dziewiątego stopnia"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/pt.po b/language/pt.po
index f710a9b0cc..00ffb56bf5 100644
--- a/language/pt.po
+++ b/language/pt.po
@@ -16559,7 +16559,7 @@ msgstr "desativar"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18932,12 +18932,12 @@ msgstr "primo de nono grau"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/pt_BR.po b/language/pt_BR.po
index a225fb825f..af1afaa0c2 100644
--- a/language/pt_BR.po
+++ b/language/pt_BR.po
@@ -16558,7 +16558,7 @@ msgstr "desativar"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18931,12 +18931,12 @@ msgstr "primo de nono grau"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/ru.po b/language/ru.po
index ad46027640..0ff52634e9 100644
--- a/language/ru.po
+++ b/language/ru.po
@@ -16593,7 +16593,7 @@ msgstr "Отключить"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18969,12 +18969,12 @@ msgstr "10-тиюродный брат/сестра"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/sk.po b/language/sk.po
index 785b22b4e0..aa0f2aaa6e 100644
--- a/language/sk.po
+++ b/language/sk.po
@@ -16591,7 +16591,7 @@ msgstr "zakázať"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18967,12 +18967,12 @@ msgstr "bratranec/sesternica z 9. kolena"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/sv.po b/language/sv.po
index 8ee89222ba..94d9c65abf 100644
--- a/language/sv.po
+++ b/language/sv.po
@@ -16558,7 +16558,7 @@ msgstr "inaktivera"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18931,12 +18931,12 @@ msgstr "9. kusin"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/tr.po b/language/tr.po
index 5a91c96ef5..a73041e94c 100644
--- a/language/tr.po
+++ b/language/tr.po
@@ -16522,7 +16522,7 @@ msgstr "devredişi"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18892,12 +18892,12 @@ msgstr "dokuzuncu kuzen"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/uk.po b/language/uk.po
index 399b53f29e..523e757c3a 100644
--- a/language/uk.po
+++ b/language/uk.po
@@ -16586,7 +16586,7 @@ msgstr "відключити"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18962,12 +18962,12 @@ msgstr "двоюрідний брат/сестра (9-го коліна)"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/vi.po b/language/vi.po
index 36e87ea25b..03964ce174 100644
--- a/language/vi.po
+++ b/language/vi.po
@@ -16526,7 +16526,7 @@ msgstr "hủy kích hoạt"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18896,12 +18896,12 @@ msgstr "anh em họ 9 đời"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225
diff --git a/language/zh_CN.po b/language/zh_CN.po
index 9932ebbff6..8818dd269f 100644
--- a/language/zh_CN.po
+++ b/language/zh_CN.po
@@ -16527,7 +16527,7 @@ msgstr "禁用"
#: admin_site_upgrade.php:413
#, php-format
-msgid "ePlace the website offline, by creating the file %s…"
+msgid "Place the website offline, by creating the file %s…"
msgstr ""
#: modules_v3/googlemap/module.php:4083
@@ -18897,12 +18897,12 @@ msgstr "第九代堂(表)兄(妹)"
#. I18N: Help text for the “Language” configuration setting
#: admin_trees_config.php:716
-msgid "nnIf a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
+msgid "If a visitor to the website has not specified a preferred language in their browser configuration, or they have specified an unsupported language, then this language will be used. Typically, this setting applies to search engines."
msgstr ""
#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
#: includes/functions/functions.php:76
-msgid "nnMissing PHP temporary folder"
+msgid "Missing PHP temporary folder"
msgstr ""
#: admin_trees_config.php:56 admin_trees_config.php:139 admin_users.php:225