Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/classes/Config/Descriptions.php2
-rw-r--r--libraries/classes/Controllers/HomeController.php2
-rw-r--r--libraries/classes/Core.php8
-rw-r--r--libraries/classes/Database/DatabaseList.php2
-rw-r--r--po/af.po4
-rw-r--r--po/am.po4
-rw-r--r--po/ar.po8
-rw-r--r--po/ar_LY.po4
-rw-r--r--po/az.po10
-rw-r--r--po/be.po8
-rw-r--r--po/be@latin.po8
-rw-r--r--po/ber.po4
-rw-r--r--po/bg.po10
-rw-r--r--po/bn.po12
-rw-r--r--po/br.po4
-rw-r--r--po/brx.po4
-rw-r--r--po/bs.po8
-rw-r--r--po/ca.po8
-rw-r--r--po/ckb.po4
-rw-r--r--po/cs.po8
-rw-r--r--po/cy.po8
-rw-r--r--po/da.po8
-rw-r--r--po/de.po8
-rw-r--r--po/el.po8
-rw-r--r--po/en_GB.po8
-rw-r--r--po/eo.po4
-rw-r--r--po/es.po8
-rw-r--r--po/et.po8
-rw-r--r--po/eu.po6
-rw-r--r--po/fa.po4
-rw-r--r--po/fi.po10
-rw-r--r--po/fil.po6
-rw-r--r--po/fr.po8
-rw-r--r--po/fy.po4
-rw-r--r--po/gl.po12
-rw-r--r--po/gu.po4
-rw-r--r--po/he.po12
-rw-r--r--po/hi.po8
-rw-r--r--po/hr.po8
-rw-r--r--po/hu.po8
-rw-r--r--po/hy.po6
-rw-r--r--po/ia.po8
-rw-r--r--po/id.po8
-rw-r--r--po/ig.po4
-rw-r--r--po/it.po8
-rw-r--r--po/ja.po16
-rw-r--r--po/ka.po20
-rw-r--r--po/kab.po4
-rw-r--r--po/kk.po8
-rw-r--r--po/km.po6
-rw-r--r--po/kn.po4
-rw-r--r--po/ko.po8
-rw-r--r--po/ksh.po4
-rw-r--r--po/ku.po4
-rw-r--r--po/ky.po4
-rw-r--r--po/li.po4
-rw-r--r--po/lt.po6
-rw-r--r--po/lv.po8
-rw-r--r--po/mk.po8
-rw-r--r--po/ml.po4
-rw-r--r--po/mn.po8
-rw-r--r--po/ms.po4
-rw-r--r--po/my.po4
-rw-r--r--po/nb.po10
-rw-r--r--po/ne.po4
-rw-r--r--po/nl.po8
-rw-r--r--po/nn.po4
-rw-r--r--po/pa.po4
-rw-r--r--po/phpmyadmin.pot4
-rw-r--r--po/pl.po8
-rw-r--r--po/pt.po8
-rw-r--r--po/pt_BR.po8
-rw-r--r--po/rcf.po4
-rw-r--r--po/ro.po10
-rw-r--r--po/ru.po8
-rw-r--r--po/si.po10
-rw-r--r--po/sk.po12
-rw-r--r--po/sl.po8
-rw-r--r--po/sq.po10
-rw-r--r--po/sr.po4
-rw-r--r--po/sr@latin.po4
-rw-r--r--po/sv.po10
-rw-r--r--po/ta.po6
-rw-r--r--po/te.po4
-rw-r--r--po/th.po10
-rw-r--r--po/tk.po4
-rw-r--r--po/tr.po8
-rw-r--r--po/tt.po6
-rw-r--r--po/tzm.po4
-rw-r--r--po/ug.po4
-rw-r--r--po/uk.po8
-rw-r--r--po/ur.po4
-rw-r--r--po/uz.po20
-rw-r--r--po/uz@latin.po20
-rw-r--r--po/vi.po10
-rw-r--r--po/vls.po4
-rw-r--r--po/zh_CN.po8
-rw-r--r--po/zh_TW.po8
-rw-r--r--test/classes/CoreTest.php2
-rw-r--r--test/classes/Html/GeneratorTest.php2
100 files changed, 349 insertions, 351 deletions
diff --git a/libraries/classes/Config/Descriptions.php b/libraries/classes/Config/Descriptions.php
index f6348d0ff1..79612da014 100644
--- a/libraries/classes/Config/Descriptions.php
+++ b/libraries/classes/Config/Descriptions.php
@@ -504,7 +504,7 @@ class Descriptions
'edit/insert mode.'
),
'ShowPhpInfo_desc' => __(
- 'Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] ' .
+ 'Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] ' .
'output.'
),
'ShowAll_desc' => __('Whether a user should be displayed a "show all (rows)" button.'),
diff --git a/libraries/classes/Controllers/HomeController.php b/libraries/classes/Controllers/HomeController.php
index 84b9ce2eb8..feddfcc59a 100644
--- a/libraries/classes/Controllers/HomeController.php
+++ b/libraries/classes/Controllers/HomeController.php
@@ -350,7 +350,7 @@ class HomeController extends AbstractController
if ($gc_time < $cfg['LoginCookieValidity']) {
trigger_error(
__(
- 'Your PHP parameter [a@https://secure.php.net/manual/en/session.' .
+ 'Your PHP parameter [a@https://www.php.net/manual/en/session.' .
'configuration.php#ini.session.gc-maxlifetime@_blank]session.' .
'gc_maxlifetime[/a] is lower than cookie validity configured ' .
'in phpMyAdmin, because of this, your login might expire sooner ' .
diff --git a/libraries/classes/Core.php b/libraries/classes/Core.php
index 6f14cc3803..545141eb3a 100644
--- a/libraries/classes/Core.php
+++ b/libraries/classes/Core.php
@@ -148,7 +148,7 @@ class Core
*
* to avoid this we set this var to null if not isset
*
- * @see https://secure.php.net/gettype
+ * @see https://www.php.net/gettype
*
* @param mixed $var variable to check
* @param mixed $type var type or array of valid values to check against $var
@@ -325,10 +325,8 @@ class Core
'de',
'it',
'ja',
- 'pl',
'ro',
'ru',
- 'fa',
'es',
'tr',
];
@@ -338,7 +336,7 @@ class Core
$lang = $GLOBALS['lang'];
}
- return self::linkURL('https://secure.php.net/manual/' . $lang . '/' . $target);
+ return self::linkURL('https://www.php.net/manual/' . $lang . '/' . $target);
}
/**
@@ -821,7 +819,7 @@ class Core
'mariadb.com',
/* php.net domains */
'php.net',
- 'secure.php.net',
+ 'www.php.net',
/* Github domains*/
'github.com',
'www.github.com',
diff --git a/libraries/classes/Database/DatabaseList.php b/libraries/classes/Database/DatabaseList.php
index c86383f1c9..957cca5a94 100644
--- a/libraries/classes/Database/DatabaseList.php
+++ b/libraries/classes/Database/DatabaseList.php
@@ -18,7 +18,7 @@ class DatabaseList
/**
* magic access to protected/inaccessible members/properties
*
- * @see https://secure.php.net/language.oop5.overloading
+ * @see https://www.php.net/language.oop5.overloading
*
* @param string $param parameter name
*
diff --git a/po/af.po b/po/af.po
index df58139799..5a3619946f 100644
--- a/po/af.po
+++ b/po/af.po
@@ -2350,7 +2350,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5044,7 +5044,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/am.po b/po/am.po
index cd8e1be6c2..ae047514dc 100644
--- a/po/am.po
+++ b/po/am.po
@@ -2252,7 +2252,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4758,7 +4758,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/ar.po b/po/ar.po
index ec23b06f44..7d03dd512d 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2416,7 +2416,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5049,12 +5049,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"قيمة العامل [a@https://secure.php.net/manual/fr/session.configuration."
+"قيمة العامل [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] الخاص بـPHP "
"أصغر من مدة صلاحية «الكعكات» التي تم إعدادها بواسطة phpMyAdmin، جلسة العمل "
"يمكن أن تنتهي أسرع مما قد تم إعداده بواسطة phpMyAdmin."
@@ -20364,7 +20364,7 @@ msgstr "تقرير التتبع"
#~ msgstr "معطل"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr "لا يمكن قراءة الامتداد %s،<br />رجاء تأكد من إعدادات PHP."
diff --git a/po/ar_LY.po b/po/ar_LY.po
index 069fe4c0a9..d0ad225e47 100644
--- a/po/ar_LY.po
+++ b/po/ar_LY.po
@@ -2253,7 +2253,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4762,7 +4762,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/az.po b/po/az.po
index b783f1ebfa..862e30b920 100644
--- a/po/az.po
+++ b/po/az.po
@@ -2467,7 +2467,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5131,12 +5131,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
#, fuzzy
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Sizin PHP parametriniz [a@https://secure.php.net/manual/en/session."
+"Sizin PHP parametriniz [a@https://www.php.net/manual/en/session."
"configuration.php#ini.session.gc-maxlifetime@_blank] phpMyAdmində qurulmuş "
"çərəz (Cookie) etibarlılıq müddətindən daha azdır. Buna görə də sizin "
"girişin phpMyAdmində tənzimlənmiş vaxtdan tez bitə bilər."
@@ -19869,7 +19869,7 @@ msgstr "Sizi növbəti addıma aparır…"
#~ msgstr "Söndürülüb"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "%s uzantısını (extension) yükleye bilmirem,<br />xahiş edirem PHP "
@@ -19973,7 +19973,7 @@ msgstr "Sizi növbəti addıma aparır…"
#~ msgstr "\"%s\" cedveli mövcud deyil!"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr ""
#~ "%s uzantısını (extension) yükleye bilmirem,<br />xahiş edirem PHP "
diff --git a/po/be.po b/po/be.po
index ef0a467944..23eef01ac7 100644
--- a/po/be.po
+++ b/po/be.po
@@ -2286,7 +2286,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4816,7 +4816,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
@@ -19339,7 +19339,7 @@ msgstr "Прымаючы вас на мэтавы сайт."
#~ msgstr "Адключана"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "немагчыма загрузіць пашырэньне %s;<br />калі ласка, праверце канфігурацыю "
@@ -19485,7 +19485,7 @@ msgstr "Прымаючы вас на мэтавы сайт."
#~ msgstr "Памылка перайменаваньня табліцы %1$s у %2$s"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr ""
#~ "немагчыма загрузіць пашырэньне %s;<br />калі ласка, праверце канфігурацыю "
diff --git a/po/be@latin.po b/po/be@latin.po
index c4f9d2300e..fe4e713748 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -2568,7 +2568,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5351,7 +5351,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
@@ -21563,7 +21563,7 @@ msgstr "Źmianić"
#~ msgstr "Adklučana"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "niemahčyma zahruzić pašyreńnie %s; kali łaska, praviercie kanfihuracyju "
@@ -21682,7 +21682,7 @@ msgstr "Źmianić"
#~ msgstr "Pamyłka pierajmienavańnia tablicy %1$s u %2$s"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr ""
#~ "niemahčyma zahruzić pašyreńnie %s; kali łaska, praviercie kanfihuracyju "
diff --git a/po/ber.po b/po/ber.po
index 9346008e11..f86e75e1f4 100644
--- a/po/ber.po
+++ b/po/ber.po
@@ -2252,7 +2252,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4754,7 +4754,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/bg.po b/po/bg.po
index 731a5d2672..659a13b137 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -2558,13 +2558,13 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output"
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Показва връзка към изхода на [a@https://secure.php.net/manual/function."
+"Показва връзка към изхода на [a@https://www.php.net/manual/en/function."
"phpinfo.php]phpinfo()[/a]"
#: libraries/classes/Config/Descriptions.php:510
@@ -5277,12 +5277,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Вашата настройка на PHP [a@https://secure.php.net/manual/en/session."
+"Вашата настройка на PHP [a@https://www.php.net/manual/en/session."
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
"a] е по-ниска, отколкото валидността на бисквитката в phpMyAdmin. Поради "
"това, Вашата сесия ще изтече по-бързо, отколкото е настройката в phpMyAdmin."
diff --git a/po/bn.po b/po/bn.po
index abaab590ec..698791301c 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -2771,13 +2771,13 @@ msgstr "সম্পাদনা/ইনর্সাটের সময় টাই
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output."
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"[a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] আউটপুট "
+"[a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] আউটপুট "
"সংযোগ দেখাও।"
#: libraries/classes/Config/Descriptions.php:510
@@ -5564,18 +5564,18 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
#, fuzzy
#| msgid ""
-#| "Your PHP parameter [a@https://secure.php.net/manual/en/session."
+#| "Your PHP parameter [a@https://www.php.net/manual/en/session."
#| "configuration.php#ini.session.gc-maxlifetime@_blank]session."
#| "gc_maxlifetime[/a] is lower than cookie validity configured in "
#| "phpMyAdmin, because of this, your login will expire sooner than "
#| "configured in phpMyAdmin."
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"আপনার পিএইছপি চলক[a@https://secure.php.net/manual/en/session.configuration."
+"আপনার পিএইছপি চলক[a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] মান "
"phpMyAdmin এর কুকির থেকে কম স্থায়ী, এ জন্য আপনার লগইনের কার্যকাল দ্রুত শেষ হয়ে "
"যাবে।"
diff --git a/po/br.po b/po/br.po
index 54335a0d92..136cd03f23 100644
--- a/po/br.po
+++ b/po/br.po
@@ -2573,7 +2573,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5328,7 +5328,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/brx.po b/po/brx.po
index 853f59b7b5..3b6d12665a 100644
--- a/po/brx.po
+++ b/po/brx.po
@@ -2252,7 +2252,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4754,7 +4754,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/bs.po b/po/bs.po
index 598d8981ef..9c5562388d 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -2435,7 +2435,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5169,7 +5169,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
@@ -20445,7 +20445,7 @@ msgstr "Promijeni"
#~ msgstr "Onemogućeno"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "ne mogu da učitam ekstenziju %s,<br />molim provjerite PHP konfiguraciju"
@@ -20542,7 +20542,7 @@ msgstr "Promijeni"
#~ msgstr "Tabela \"%s\" ne postoji!"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr ""
#~ "ne mogu da učitam ekstenziju %s,<br />molim provjerite PHP konfiguraciju"
diff --git a/po/ca.po b/po/ca.po
index 17b08c2c05..0a4590192e 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2807,10 +2807,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Mostra l'enllaç a la sortida de [a@https://php.net/manual/function.phpinfo."
+"Mostra l'enllaç a la sortida de [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5484,12 +5484,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"El vostre paràmetre de PHP [a@https://secure.php.net/manual/en/session."
+"El vostre paràmetre de PHP [a@https://www.php.net/manual/en/session."
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
"a] és més baix que la validesa de la galeta configurada a phpMyAdmin, a "
"causa d'això, la vostra identificació podria vèncer abans del configurat a "
diff --git a/po/ckb.po b/po/ckb.po
index ab0fc6534b..7b2139dd02 100644
--- a/po/ckb.po
+++ b/po/ckb.po
@@ -2251,7 +2251,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4766,7 +4766,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/cs.po b/po/cs.po
index 7d2df49629..94976b062b 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2621,10 +2621,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Zobrazí odkaz na výstup funkce [a@https://php.net/manual/function.phpinfo."
+"Zobrazí odkaz na výstup funkce [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5239,12 +5239,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Nastavení PHP parametru ([a@https://secure.php.net/manual/en/session."
+"Nastavení PHP parametru ([a@https://www.php.net/manual/en/session."
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
"a]) je menší než platnost cookie nastavená v phpMyAdminovi. Z tohoto důvodu "
"bude vaše přihlášení neplatné dříve, než jak je nastaveno v phpMyAdminovi."
diff --git a/po/cy.po b/po/cy.po
index ee9b3cb6e3..2e150b1eeb 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -2558,13 +2558,13 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output"
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Dangos cysylltiad i allbwn [a@https://secure.php.net/manual/function.phpinfo."
+"Dangos cysylltiad i allbwn [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a]"
#: libraries/classes/Config/Descriptions.php:510
@@ -5338,7 +5338,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/da.po b/po/da.po
index b46f1fc8d1..d23c59b2e5 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2716,10 +2716,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Viser link til [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Viser link til [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
#: libraries/classes/Config/Descriptions.php:510
@@ -5349,12 +5349,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Dit PHP-parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Dit PHP-parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] er mindre "
"end cookie-gyldigheden konfigureret i phpMyAdmin; på grund af dette kan din "
"loginsession udløbe tidligere end det som er konfigureret i phpMyAdmin."
diff --git a/po/de.po b/po/de.po
index f13d9a46b8..ed1e2a56c7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2711,10 +2711,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Zeige Link zu [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()"
+"Zeige Link zu [a@https://www.php.net/manual/de/function.phpinfo.php]phpinfo()"
"[/a] Ausgabe."
#: libraries/classes/Config/Descriptions.php:510
@@ -5373,12 +5373,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Ihre PHP Einstellung [a@https://secure.php.net/manual/en/session."
+"Ihre PHP Einstellung [a@https://www.php.net/manual/de/session."
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
"a] ist niedriger als die in phpMyAdmin konfigurierte Cookiegültigkeit, "
"deshalb kann Ihre Anmeldung eher ablaufen als in phpMyAdmin konfiguriert."
diff --git a/po/el.po b/po/el.po
index 8f9c380008..9432386e67 100644
--- a/po/el.po
+++ b/po/el.po
@@ -2800,10 +2800,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Εμφανίζει σύνδεσμο για το προϊόν του [a@https://php.net/manual/function."
+"Εμφανίζει σύνδεσμο για το προϊόν του [a@https://www.php.net/manual/en/function."
"phpinfo.php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5479,12 +5479,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Η παράμετρος PHP [a@https://secure.php.net/manual/en/session.configuration."
+"Η παράμετρος PHP [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] είναι "
"μικρότερη από την ρυθμισμένη εγκυρότητα cookie στο phpMyAdmin. Εξαιτίας "
"αυτού, η σύνδεσή σας ίσως λήξει νωρίτερα από ό,τι ρυθμίστηκε στο phpMyAdmin."
diff --git a/po/en_GB.po b/po/en_GB.po
index cbcb122293..0d4458cd6b 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -2613,10 +2613,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
#: libraries/classes/Config/Descriptions.php:510
@@ -5214,12 +5214,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/eo.po b/po/eo.po
index af239df842..1abb4d4ab9 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -2341,7 +2341,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4860,7 +4860,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/es.po b/po/es.po
index a146453a3e..76a98da3c6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2771,10 +2771,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Mostrar enlace a [a@https://php.net/manual/es/function.phpinfo.php]phpinfo()"
+"Mostrar enlace a [a@https://www.php.net/manual/es/function.phpinfo.php]phpinfo()"
"[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5444,12 +5444,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"El parámetro [a@https://secure.php.net/manual/en/session.configuration."
+"El parámetro [a@https://www.php.net/manual/es/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] es menor "
"que la validez de la cookie configurada en phpMyAdmin. Por ello, la sesión "
"expirará antes de lo configurado en phpMyAdmin."
diff --git a/po/et.po b/po/et.po
index 72abf9a669..d07faf562f 100644
--- a/po/et.po
+++ b/po/et.po
@@ -2622,10 +2622,10 @@ msgstr "Määrab, kas muutmisel/lisamisel näidata väljasid."
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Kuvab viida [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Kuvab viida [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"väljundile."
#: libraries/classes/Config/Descriptions.php:510
@@ -5228,12 +5228,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"PHP parameeter [a@https://secure.php.net/manual/en/session.configuration."
+"PHP parameeter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] väärtus on "
"väiksem, kui phpMyAdminis seadistatud küpsise kehtivus. Seetõttu võib "
"sessioon aeguda kiiremini, kui phpMyAdminis seadistatud."
diff --git a/po/eu.po b/po/eu.po
index 29d309a241..3582ff88f5 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -2438,7 +2438,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5180,7 +5180,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
@@ -20568,7 +20568,7 @@ msgstr "Jarraipen informea"
#~ msgstr "Ezgaituta"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "ezinezkoa %s luzapena kargatzea ,<br />mesedez, berpasatu zure PHPren "
diff --git a/po/fa.po b/po/fa.po
index 024994d784..e7b9690f46 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -2464,7 +2464,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5159,7 +5159,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/fi.po b/po/fi.po
index 62fa5eb26e..2f88b0bec9 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -2619,13 +2619,13 @@ msgstr "Määrittelee tuleeko tyyppikentät näyttää muokkaus/lisäys-tilassa.
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output."
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Näyttää linkin [a@https://secure.php.net/manual/function.phpinfo."
+"Näyttää linkin [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a]-käskyn tulosteeseen."
#: libraries/classes/Config/Descriptions.php:510
@@ -5319,12 +5319,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"PHP-parametri [a@https://secure.php.net/manual/en/session.configuration."
+"PHP-parametri [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] on "
"matalampi kuin phpMyAdminissa määritetty evästekelpoisuus. Siksi "
"kirjautumisesi saattaa erääntyä nopeammin kuin phpMyAdminissa on määritetty."
diff --git a/po/fil.po b/po/fil.po
index c9a31e25a0..fb5ee0222c 100644
--- a/po/fil.po
+++ b/po/fil.po
@@ -2254,7 +2254,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4791,12 +4791,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Ang iyong parameter na PHP [a@https://secure.php.net/manual/en/session."
+"Ang iyong parameter na PHP [a@https://www.php.net/manual/en/session."
"configuration.php#ini.session.gc-maxlifetime@_blank] session.gc_maxlifetime[/"
"a] ay mas mababa kaysa sa configure ng validity ng cookie sa phpMyAdmin, "
"dahil dito, ang iyong pag-login ay maaaring mag-expire mas maaga kaysa sa "
diff --git a/po/fr.po b/po/fr.po
index cadad32b90..e81e46d0f3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2703,10 +2703,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Affiche un lien vers le résultat de [a@https://php.net/manual/function."
+"Affiche un lien vers le résultat de [a@https://www.php.net/manual/fr/function."
"phpinfo.php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5373,12 +5373,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"La valeur du paramètre PHP [a@https://secure.php.net/manual/fr/session."
+"La valeur du paramètre PHP [a@https://www.php.net/manual/fr/session."
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
"a] est plus petite que la durée du Cookie configurée dans phpMyAdmin ; la "
"session de travail pourrait donc expirer plus tôt que la valeur configurée "
diff --git a/po/fy.po b/po/fy.po
index 80e3284c6b..28931aa1bb 100644
--- a/po/fy.po
+++ b/po/fy.po
@@ -2342,7 +2342,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4889,7 +4889,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/gl.po b/po/gl.po
index dfde5640c3..4a3682f494 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -2963,13 +2963,13 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output."
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Mostra unha ligazón á saída de [a@https://secure.php.net/manual/function."
+"Mostra unha ligazón á saída de [a@https://www.php.net/manual/en/function."
"phpinfo.php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5735,12 +5735,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"O parámetro PHP [a@https://secure.php.net/manual/en/session.configuration."
+"O parámetro PHP [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] é menor do "
"que a validez das cookies que se configurou en phpMyAdmin; por causa disto, "
"o rexistro podería caducar antes do que está configurado en phpMyAdmin."
@@ -21977,7 +21977,7 @@ msgstr "Procedemos co paso seguinte…"
#~ msgstr "Desactivado"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "Non se pode cargar o engadido %s.<br />Verifique a configuración do PHP."
diff --git a/po/gu.po b/po/gu.po
index 017520c2ab..97c37fded1 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -2252,7 +2252,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4754,7 +4754,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/he.po b/po/he.po
index 91d9bf3240..908033710e 100644
--- a/po/he.po
+++ b/po/he.po
@@ -2321,10 +2321,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"הצגת קישור אל הפלט של [a@https://php.net/manual/function.phpinfo."
+"הצגת קישור אל הפלט של [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()‎[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -4847,12 +4847,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"פרמטר ה־PHP שלך [a@https://secure.php.net/manual/en/session.configuration."
+"פרמטר ה־PHP שלך [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] נמוך מתוקף "
"העוגייה שמוגדר ב־phpMyAdmin, עקב כך, הכניסה שלך צפויה לפוג מוקדם ממה שמוגדר "
"ב־phpMyAdmin."
@@ -19371,7 +19371,7 @@ msgstr "מתבצעת העברה לאתר היעד."
#~ msgstr "מבוטל"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr "התוספת %s לא נטענה בהצלחה,<br />אנא בדוק את הגדרות ה- PHP שלך."
@@ -19475,7 +19475,7 @@ msgstr "מתבצעת העברה לאתר היעד."
#~ msgstr "הטבלה \"%s\" לא קיימת!"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr "התוספת %s לא נטענה בהצלחה,<br />אנא בדוק את הגדרות ה- PHP שלך."
diff --git a/po/hi.po b/po/hi.po
index 47103d2a4e..6dbf334180 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -2788,7 +2788,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5618,13 +5618,13 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
#, fuzzy
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"आपका PHP पैरामीटर [a https: //secure.php.net/manual/en/session.configuration."
-"php#ini.session.gc-maxlifetime@_blank] 1session.gc_maxlifetime [/ a] 2 कुकी "
+"आपका PHP पैरामीटर [a@https://www.php.net/manual/en/session.configuration."
+"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] 2 कुकी "
"की वैधता की तुलना में कम है PhpMyAdmin में, इस वजह से, आपका लॉगिन phpMyAdmin में "
"कॉन्फ़िगर की तुलना में जल्दी समाप्त हो सकता है।"
diff --git a/po/hr.po b/po/hr.po
index 4d0c3ca02f..ab37928733 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -2548,7 +2548,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5349,7 +5349,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
@@ -21594,10 +21594,10 @@ msgstr "Izvještaj o praćenju"
#~ msgstr "Onemogućeno"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
-#~ "Nije moguće učitati proširenje [a@https://secure.php.net/"
+#~ "Nije moguće učitati proširenje [a@https://www.php.net/"
#~ "%1$s@Documentation][em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju."
#~ msgid ""
diff --git a/po/hu.po b/po/hu.po
index bb81b6015f..2bcc5aa37f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2749,10 +2749,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Megjeleníti a [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Megjeleníti a [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"kimenetre mutató hivatkozást."
#: libraries/classes/Config/Descriptions.php:510
@@ -5468,12 +5468,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"A [a@https://secure.php.net/manual/en/session.configuration.php#ini.session."
+"A [a@https://www.php.net/manual/en/session.configuration.php#ini.session."
"gc-maxlifetime@_blank]session.gc_maxlifetime[/a] paraméter alacsonyabb a "
"phpMyAdminban beállított cookie érvényességénél. Emiatt a bejelentkezése a "
"phpMyAdminban beállítottnál előbb járhat le."
diff --git a/po/hy.po b/po/hy.po
index d5078f9146..4b921dae45 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -2409,7 +2409,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5023,12 +5023,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Ձեր PHP-ի հարաչափի [a@https://secure.php.net/manual/en/session.configuration."
+"Ձեր PHP-ի հարաչափի [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] արժեքը "
"ավելի ցածր է, քան phpMyAdmin-ում սահմանված թխուկի վավերականությունը, այդ իսկ "
"պատճառով, ձեր աշխատաշրջանը կարող է սպառվել ավելի շուտ, քան նշանակված է "
diff --git a/po/ia.po b/po/ia.po
index 2d4a606165..d296b29105 100644
--- a/po/ia.po
+++ b/po/ia.po
@@ -2447,10 +2447,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Monstra ligamine a exito[a@https://php.net/manual/function.phpinfo."
+"Monstra ligamine a exito[a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5112,12 +5112,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Tu parametro PHP [a@https://secure.php.net/manual/en/session.configuration."
+"Tu parametro PHP [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] es inferior "
"del validitate de cookie configurate in phpMyAdmin, debite a isto, tu "
"authentication poterea expirar ante que lo que es configurate in phpMyAdmin."
diff --git a/po/id.po b/po/id.po
index 8c64a5a164..6a64e48ff1 100644
--- a/po/id.po
+++ b/po/id.po
@@ -2852,10 +2852,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Tampilkan tautan sebagai keluaran [a@https://secure.php.net/manual/function."
+"Tampilkan tautan sebagai keluaran [a@https://www.php.net/manual/en/function."
"phpinfo.php]phpinfo()[/a]"
#: libraries/classes/Config/Descriptions.php:510
@@ -5570,12 +5570,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Parameter PHP [a@https://secure.php.net/manual/en/session.configuration."
+"Parameter PHP [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] Anda lebih "
"kecil daripada validitas cookie di phpMyAdmin, oleh karena itu login Anda "
"mungkin kedaluwarsa lebih cepat daripada yang dikonfigurasi dalam phpMyAdmin."
diff --git a/po/ig.po b/po/ig.po
index 8110721a24..3a18f76c22 100644
--- a/po/ig.po
+++ b/po/ig.po
@@ -2252,7 +2252,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4762,7 +4762,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/it.po b/po/it.po
index 16cee5dde8..c1db99c742 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2761,10 +2761,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Mostra il collegamento all'output di [a@https://php.net/manual/function."
+"Mostra il collegamento all'output di [a@https://www.php.net/manual/en/function."
"phpinfo.php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5427,12 +5427,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Il parametro [a@https://secure.php.net/manual/en/session.configuration."
+"Il parametro [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] di PHP "
"(configurato in php.ini) ha un valore inferiore al periodo di validitá del "
"cookie di sessione configurato da phpMyAdmin; per questo motivo, questa "
diff --git a/po/ja.po b/po/ja.po
index ed62da0b60..66ae44f13b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2637,10 +2637,10 @@ msgstr "編集/挿入モードでデータ型項目を表示するかどうか
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"[a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] の結果へのリンク"
+"[a@https://www.php.net/manual/ja/function.phpinfo.php]phpinfo()[/a] の結果へのリンク"
"を表示します。"
#: libraries/classes/Config/Descriptions.php:510
@@ -5238,12 +5238,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"お使いの PHP のパラメータ [a@https://secure.php.net/manual/ja/session."
+"お使いの PHP のパラメータ [a@https://www.php.net/manual/ja/session."
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
"a] が、phpMyAdmin に設定されているクッキーの有効期間より短くなっています。こ"
"のため、phpMyAdmin に設定されているよりも早くログインの期限が切れるかもしれま"
@@ -20756,10 +20756,10 @@ msgstr "ターゲットサイトにアクセスします。"
#~ msgstr "無効"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
-#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロー"
+#~ "[a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロー"
#~ "ドできません。PHP の設定を確認してください"
#~ msgid ""
@@ -20866,10 +20866,10 @@ msgstr "ターゲットサイトにアクセスします。"
#~ msgstr "テーブルを %1$s から %2$s にリネームするときにエラーが発生しました"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr ""
-#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロー"
+#~ "[a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロー"
#~ "ドできません。PHP の設定を確認してください"
#~ msgid "(or the local MySQL server"
diff --git a/po/ka.po b/po/ka.po
index a44800dc3f..3da45920c1 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -2676,7 +2676,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5558,17 +5558,17 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
#, fuzzy
#| msgid ""
-#| "r PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+#| "r PHP parameter [a@https://www.php.net/manual/en/session.configuration."
#| "#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
#| "that kie validity configured in phpMyAdmin, because of this, your login l "
#| "expire sooner than configured in phpMyAdmin."
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"that cookie validity configured in phpMyAdmin, because of this, your login "
"will expire sooner than configured in phpMyAdmin."
@@ -5576,7 +5576,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:372
#, fuzzy
#| msgid ""
-#| "r PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+#| "r PHP parameter [a@https://www.php.net/manual/en/session.configuration."
#| "#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
#| "that kie validity configured in phpMyAdmin, because of this, your login l "
#| "expire sooner than configured in phpMyAdmin."
@@ -5584,7 +5584,7 @@ msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"will expire sooner than configured in phpMyAdmin."
@@ -21277,10 +21277,10 @@ msgstr "შეცვლა"
#~ msgstr "გათიშულია"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
-#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
+#~ "[a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
#~ "გაფართოების ჩატვირთვა შეუძლებელია. გთხოვთ შეამოწმოთ PHP-ის კონფიგურაცია."
#~ msgid ""
@@ -21419,10 +21419,10 @@ msgstr "შეცვლა"
#~ msgstr "Invalid hostname for server %1$s. Please review your configuration."
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr ""
-#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
+#~ "[a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
#~ "გაფართოების ჩატვირთვა შეუძლებელია. გთხოვთ შეამოწმოთ PHP-ის კონფიგურაცია."
#~ msgid "(or the local MySQL server"
diff --git a/po/kab.po b/po/kab.po
index 99ceac0c1d..f9ae782dee 100644
--- a/po/kab.po
+++ b/po/kab.po
@@ -2312,7 +2312,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4858,7 +4858,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/kk.po b/po/kk.po
index 9bf5068de7..126ba49bf4 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -2712,10 +2712,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"[a@https://php.net/manual/function.phpinfo.php]phpinfo ()[/a] shyǵarýyna "
+"[a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo ()[/a] shyǵarýyna "
"úshin siltemeni kórsetedi."
#: libraries/classes/Config/Descriptions.php:510
@@ -5352,12 +5352,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"PHP-parametrińiz [a@https: //secure.php.net/manual/en/session.configuration."
+"PHP-parametrińiz [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank] session.gc_maxlifetime[/a] phpMyAdmin "
"ishinde teńshelgen cookie-faıldyń jaramdylyǵynan góri tómen, sondyqtan "
"seansyńyz phpMyAdmin ishindegi teńshelgenine qaraǵanda erte aıaqtalýy múmkin."
diff --git a/po/km.po b/po/km.po
index 25487dc7d8..635d1562a6 100644
--- a/po/km.po
+++ b/po/km.po
@@ -2255,7 +2255,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4802,12 +4802,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"ប៉ារ៉ាម៉ែត្រPHPរបស់អ្នក [a@https://secure.php.net/manual/en/session.configuration."
+"ប៉ារ៉ាម៉ែត្រPHPរបស់អ្នក [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank] session.gc_maxlifetime[/a] គឺថា​ទាប​បំផុត​"
"ដែល​បានកំណត់រចនាសម្ព័ន្ធ​សុពលភាព​ Cookieក្នុង phpMyAdmin, ព្រោះ​តែ​បែបនេះ​ការចូលគណនី​របស់​អ្នក​ អាច​"
"ផុត​កំណត់​ក្នុង​ពេល​ឆាប់​ៗ​ជាង​ការ​កំណត់​រចនា​សម្ព័ន្ធ​ក្នុង​​​phpMyAdmin។"
diff --git a/po/kn.po b/po/kn.po
index 2ebb95748f..c8789fe641 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -2304,7 +2304,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4822,7 +4822,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/ko.po b/po/ko.po
index 079ffb40cf..bec1fa66b2 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2628,10 +2628,10 @@ msgstr "편집/삽입 모드에서 타입 필드가 기본적으로 보일지
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"[a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] 출력 링크 표시."
+"[a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] 출력 링크 표시."
#: libraries/classes/Config/Descriptions.php:510
msgid "Whether a user should be displayed a \"show all (rows)\" button."
@@ -5289,12 +5289,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"PHP 매개변수 [a@https://secure.php.net/manual/en/session.configuration."
+"PHP 매개변수 [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] 가 "
"phpMyAdmin 의 cookie 유효기간보다 작게 설정되어 있어, 로그인이 phpMyAdmin 설"
"정값보다 빨리 만료될 수 있습니다."
diff --git a/po/ksh.po b/po/ksh.po
index e75e44236b..168fc5d1aa 100644
--- a/po/ksh.po
+++ b/po/ksh.po
@@ -2254,7 +2254,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4774,7 +4774,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/ku.po b/po/ku.po
index 0a904cb7b6..e5e7cb72f5 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -2252,7 +2252,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4756,7 +4756,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/ky.po b/po/ky.po
index 68beb75521..91b281be8e 100644
--- a/po/ky.po
+++ b/po/ky.po
@@ -2256,7 +2256,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4797,7 +4797,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/li.po b/po/li.po
index 101fc129d9..be4f556050 100644
--- a/po/li.po
+++ b/po/li.po
@@ -2266,7 +2266,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4768,7 +4768,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/lt.po b/po/lt.po
index e70ba030a6..183871b1b1 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2828,13 +2828,13 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output"
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Rodyti nuorodą į [a@https://secure.php.net/manual/function.phpinfo."
+"Rodyti nuorodą į [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a] išvedimą"
#: libraries/classes/Config/Descriptions.php:510
diff --git a/po/lv.po b/po/lv.po
index 1d7a977173..70035d079a 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -2455,7 +2455,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5202,7 +5202,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
@@ -20639,7 +20639,7 @@ msgstr "Labot"
#~ msgstr "Izslēgts"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "nevar ielādēt paplašinājumu %s,<br />lūdzu pārbaudiet PHP konfigurāciju"
@@ -20751,7 +20751,7 @@ msgstr "Labot"
#~ msgstr "Tabula \"%s\" neeksistē!"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr ""
#~ "nevar ielādēt paplašinājumu %s,<br />lūdzu pārbaudiet PHP konfigurāciju"
diff --git a/po/mk.po b/po/mk.po
index 0888ad0eec..0b2ef38be9 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -2494,7 +2494,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5250,7 +5250,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
@@ -20798,7 +20798,7 @@ msgstr "Промени"
#~ msgstr "Оневозможено"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "не можам да ја вчитам екстензијата %s,<br />молам проверите ја PHP "
@@ -20914,7 +20914,7 @@ msgstr "Промени"
#~ msgstr "Табелата \"%s\" не постои!"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr ""
#~ "не можам да ја вчитам екстензијата %s,<br />молам проверите ја PHP "
diff --git a/po/ml.po b/po/ml.po
index d19608cd9d..e024f7c520 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -2290,7 +2290,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4854,7 +4854,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/mn.po b/po/mn.po
index 96b327b824..75e065c79c 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -2544,7 +2544,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5295,7 +5295,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
@@ -21060,7 +21060,7 @@ msgstr "Хөөлтын илтгэл"
#~ msgstr "Хаагдсан"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr "%s өргөтгөлийг дуудаж чадсангүй,<br />PHP-ийн тохиргоог үз"
@@ -21146,7 +21146,7 @@ msgstr "Хөөлтын илтгэл"
#~ msgstr "%1$s сервэрийн хост буруу. Өөрийн тохиргоогоо нягтална уу."
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr "%s өргөтгөлийг дуудаж чадсангүй,<br />PHP-ийн тохиргоог үз"
diff --git a/po/ms.po b/po/ms.po
index 307fa5964d..c035382b8f 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -2358,7 +2358,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5067,7 +5067,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/my.po b/po/my.po
index 2772e898ce..d18d069b4b 100644
--- a/po/my.po
+++ b/po/my.po
@@ -2252,7 +2252,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4755,7 +4755,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/nb.po b/po/nb.po
index 185693e0b8..87d7c9b1d1 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -2751,13 +2751,13 @@ msgstr "Definerer om typefelt skal vises i redigerings- / innsettingsmodus."
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output"
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Vis link til [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()"
+"Vis link til [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
"[/a] resultat"
#: libraries/classes/Config/Descriptions.php:510
@@ -5570,12 +5570,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"PHP-parameteret [a@https://secure.php.net/manual/en/session.configuration."
+"PHP-parameteret [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] er lavere "
"enn cookie gyldighet konfigurert i phpMyAdmin. På grunn av dette så kan "
"innlogging utløpe raskere enn det som er satt i phpMyAdmin."
diff --git a/po/ne.po b/po/ne.po
index 8e9ddaa531..41c675a189 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -2254,7 +2254,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4783,7 +4783,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/nl.po b/po/nl.po
index 38b0c6319a..47e2d9e4b8 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -2699,10 +2699,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Toon link naar de uitvoer van [a@https://php.net/manual/function.phpinfo."
+"Toon link naar de uitvoer van [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5346,12 +5346,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"De PHP-parameter [a@https://secure.php.net/manual/en/session.configuration."
+"De PHP-parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is korter "
"dan de ingestelde cookie validatie in phpMyAdmin. Hierdoor verloopt uw "
"sessie eerder dan in phpMyAdmin is ingesteld."
diff --git a/po/nn.po b/po/nn.po
index c2a831523f..2cc9a9bd70 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -2252,7 +2252,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4754,7 +4754,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/pa.po b/po/pa.po
index 0c37a3bd15..86964e21e5 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -2318,7 +2318,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4854,7 +4854,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 4611d088b5..5c5c21f412 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -2258,7 +2258,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4779,7 +4779,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/pl.po b/po/pl.po
index a60513e6ca..0d59f86f84 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2736,10 +2736,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Pokazuje odnośnik do [a@https://secure.php.net/manual/function.phpinfo."
+"Pokazuje odnośnik do [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5382,12 +5382,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Parametr PHP [a@https://secure.php.net/manual/en/session.configuration."
+"Parametr PHP [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] ma mniejszą "
"wartość niż czas przechowywania ciasteczka skonfigurowany w phpMyAdmin. Z "
"tego powodu sesja wygaśnie wcześniej niż jest to skonfigurowane w phpMyAdmin."
diff --git a/po/pt.po b/po/pt.po
index 76f1065461..e3f155eb41 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2696,10 +2696,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Exibe o link para a saída de [a@https://php.net/manual/function.phpinfo."
+"Exibe o link para a saída de [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5351,12 +5351,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"O seu parâmetro PHP [a@https://secure.php.net/manual/en/session."
+"O seu parâmetro PHP [a@https://www.php.net/manual/en/session."
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
"a] é menor que o valor válido para o cookie configurado no phpMyAdmin, e por "
"isso, a sua autenticação poderá expirar mais cedo que o configurado no "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 85373f1dcf..63aa9ceed3 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2689,10 +2689,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Exibe o link para a saída de [a@https://php.net/manual/function.phpinfo."
+"Exibe o link para a saída de [a@https://www.php.net/manual/pt_BR/function.phpinfo."
"php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5340,12 +5340,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Seu parâmetro PHP [a@https://secure.php.net/manual/en/session.configuration."
+"Seu parâmetro PHP [a@https://www.php.net/manual/pt_BR/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] está menor "
"que a validade de cookies configurada no phpMyAdmin, por isso, o seu login "
"poderá expirar mais cedo do que o configurado no phpMyAdmin."
diff --git a/po/rcf.po b/po/rcf.po
index 8759e684a3..a7711fbca1 100644
--- a/po/rcf.po
+++ b/po/rcf.po
@@ -2252,7 +2252,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4754,7 +4754,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/ro.po b/po/ro.po
index d180ad8cce..f306912bb5 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -2714,10 +2714,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Arată o legătură la ieșirea [a@https://php.net/manual/function.phpinfo."
+"Arată o legătură la ieșirea [a@https://www.php.net/manual/ro/function.phpinfo."
"php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5380,12 +5380,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Parametrul tău PHP [a@https://secure.php.net/manual/en/session.configuration."
+"Parametrul tău PHP [a@https://www.php.net/manual/ro/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] este mai "
"mic decât valabilitatea cookie-urilor configurată în phpMyAdmin, de aceea "
"autentificarea ta ar putea expira mai devreme decât este configurată în "
@@ -21021,7 +21021,7 @@ msgstr "Te duc la situl de destinație."
#~ msgstr "Dezactivat"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "nu se poate încărca extensia %s,<br />vă rugăm să verificați configurația "
diff --git a/po/ru.po b/po/ru.po
index eb2df1be6f..cf042732d4 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2701,10 +2701,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Вывести ссылку [a@https://php.net/manual/function.phpinfo.php] phpinfo()[/a]."
+"Вывести ссылку [a@https://www.php.net/manual/ru/function.phpinfo.php] phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
msgid "Whether a user should be displayed a \"show all (rows)\" button."
@@ -5335,12 +5335,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Значение PHP параметра [a@https://secure.php.net/manual/en/session."
+"Значение PHP параметра [a@https://www.php.net/manual/ru/session."
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
"a] меньше, чем длительность хранения cookie, определённая в phpMyAdmin. По "
"этой причине сессия входа может закончиться быстрее установленной в "
diff --git a/po/si.po b/po/si.po
index b937bab6a2..9f4bb93be2 100644
--- a/po/si.po
+++ b/po/si.po
@@ -2725,13 +2725,13 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output"
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"[a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] ප්‍රතිදානය "
+"[a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] ප්‍රතිදානය "
"වෙත සබැඳුම පෙන්වන්න"
#: libraries/classes/Config/Descriptions.php:510
@@ -5483,12 +5483,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"ඔබගේ [a@https://secure.php.net/manual/en/session.configuration.php#ini."
+"ඔබගේ [a@https://www.php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] PHP පරාමිතිය "
"phpMyAdmin හි සිටුවා ඇති කුකී වලංගු කාලය ට වඩා අඩු අගයක් ගනී. මේ හේතුවෙන් ඔබගේ සැසිය "
"phpMyAdmin හි සිටුවා ඇති කාලයට පෙර කල් ඉකුත් විය හැක."
diff --git a/po/sk.po b/po/sk.po
index ffaab2d20b..385d3c7f14 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2627,13 +2627,13 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output."
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Zobraziť odkaz na výstup funkcie [a@https://secure.php.net/manual/function."
+"Zobraziť odkaz na výstup funkcie [a@https://www.php.net/manual/en/function."
"phpinfo.php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5269,12 +5269,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Nastavenie v php.ini [a@https://secure.php.net/manual/en/session."
+"Nastavenie v php.ini [a@https://www.php.net/manual/en/session."
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
"a] má nižšiu hodnotu ako nastavenie životnosti cookie v phpMyAdmin "
"($cfg['LoginCookieValidity']). Kvôli tomu môže vaše prihlásenie vypršať skôr "
@@ -20545,7 +20545,7 @@ msgstr "Vezmeme vás na ďalší krok…"
#~ msgstr "Vypnuté"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr "nedá sa nahrať rozšírenie %s, prosím skontrolujte konfiguráciu PHP"
diff --git a/po/sl.po b/po/sl.po
index 0d5faf10db..651565d1d4 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -2650,10 +2650,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Prikaže povezavo do podatkov [a@https://php.net/manual/function.phpinfo."
+"Prikaže povezavo do podatkov [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5269,12 +5269,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Vaš parameter PHP [a@https://secure.php.net/manual/en/session.configuration."
+"Vaš parameter PHP [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] je nižji od "
"veljavnosti piškotkov, določene v phpMyAdminu. Zaradi tega se bo vaša "
"prijava morda iztekla prej, kot je določeno v phpMyAdminu."
diff --git a/po/sq.po b/po/sq.po
index 62e84c1454..d973f286d8 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -2762,10 +2762,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Shfaq lidhjen tek rezultati i [a@https://php.net/manual/function.phpinfo."
+"Shfaq lidhjen tek rezultati i [a@https://www.php.net/manual/en/function.phpinfo."
"php] [/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5434,12 +5434,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Parametri juaj PHP [a@https://secure.php.net/manual/en/session.configuration."
+"Parametri juaj PHP [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] është më i "
"vogël se vlefshmëria e gatimit (cookie) të konfiguruar në phpMyAdmin, për "
"shkak të kësaj, hyrja juaj mund të përfundojë më shpejt se është konfiguruar "
@@ -20689,7 +20689,7 @@ msgstr "Po kalon në faqen e objektivit."
#~ msgstr "Çaktivizuar"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "I pamundur ngarkimi i prapashtesës %s,<br />kontrollo konfigurimin e PHP"
diff --git a/po/sr.po b/po/sr.po
index bee5893a3a..4fcd15b826 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -2546,7 +2546,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5325,7 +5325,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/sr@latin.po b/po/sr@latin.po
index 850669fdab..7e662648c7 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -2672,7 +2672,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5474,7 +5474,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/sv.po b/po/sv.po
index 85e31b2017..7ad24364f6 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2812,13 +2812,13 @@ msgstr "Anger om typ-fält först bör visas i ändra/infoga-läge."
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output."
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Visar länk till resultatet av [a@https://secure.php.net/manual/function."
+"Visar länk till resultatet av [a@https://www.php.net/manual/en/function."
"phpinfo.php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5491,12 +5491,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"PHP-parametern [a@https://secure.php.net/manual/en/session.configuration."
+"PHP-parametern [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] är lägre än "
"cookie-giltighet konfigurerad i phpMyAdmin. På grund av detta kommer din "
"inloggning upphöra tidigare än vad som är konfigurerat i phpMyAdmin."
diff --git a/po/ta.po b/po/ta.po
index 1da9bfa51c..cf6e1ebcaa 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -2280,7 +2280,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4901,12 +4901,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"உங்கள் PHP [a@https://secure.php.net/manual/en/session.configuration.php#ini."
+"உங்கள் PHP [a@https://www.php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] அளவுரு,phpMyAdminல் "
"கட்டமைக்கப்பட்ட பயனர் நிலை பதிவுத்துணுக்கு(cookie) செல்லுபடியாகும் காலத்தை விட குறைவாக "
"உள்ளது, இதனால் உங்கள் புகுபதிகை(login) phpMyAdmin கட்டமைக்கப்பட்டதை விட விரைவில் "
diff --git a/po/te.po b/po/te.po
index b500914e5a..5b71b42ac3 100644
--- a/po/te.po
+++ b/po/te.po
@@ -2466,7 +2466,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5141,7 +5141,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/th.po b/po/th.po
index 14b2f0deaa..1898fd3696 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2482,7 +2482,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5222,12 +5222,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"พารามิเตอร์ PHP [a@https://secure.php.net/manual/en/session.configuration."
+"พารามิเตอร์ PHP [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetim[/a] "
"ของคุณต่ำกว่าระยะเวลามีผลของคุกกี้ที่ได้กำหนดไว้ใน phpMyAdmin "
"สิ่งนี้จะทำให้การเข้าสู่ระบบของคุณอาจหมดอายุเร็วกว่าที่กำหนดไว้ใน phpMyAdmin"
@@ -20463,7 +20463,7 @@ msgstr "รายงานผลการติดตาม"
#~ msgstr "ระงับการใช้อยู่"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr "ไม่สามารถเรียกส่วนขยาย %s,<br />กรุณาตรวจสอบการตั้งค่าของ PHP"
@@ -20564,7 +20564,7 @@ msgstr "รายงานผลการติดตาม"
#~ msgstr "ไม่มีตาราง \"%s\"!"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
+#~ "Cannot load [a@https://www.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr "ไม่สามารถเรียกส่วนขยาย %s,<br />กรุณาตรวจสอบการตั้งค่าของ PHP"
diff --git a/po/tk.po b/po/tk.po
index 6099b74bbd..0e48c56fe9 100644
--- a/po/tk.po
+++ b/po/tk.po
@@ -2266,7 +2266,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4801,7 +4801,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/tr.po b/po/tr.po
index 655e025f48..ba3d045c00 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2653,10 +2653,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"[a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] çıktısı için "
+"[a@https://www.php.net/manual/tr/function.phpinfo.php]phpinfo()[/a] çıktısı için "
"bağlantı gösterir."
#: libraries/classes/Config/Descriptions.php:510
@@ -5290,13 +5290,13 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
"phpMyAdmin içinde yapılandırılmış tanımlama bilgisi geçerliliği, [a@https://"
-"php.net/manual/tr/session.configuration.php#ini.session.gc-"
+"www.php.net/manual/tr/session.configuration.php#ini.session.gc-"
"maxlifetime@_blank]session.gc_maxlifetime[/a] PHP parametrenizden düşük, "
"bundan dolayı phpMyAdmin içinde yapılandırılmadıkça oturum açmanızın süresi "
"dolabilir."
diff --git a/po/tt.po b/po/tt.po
index 6100d23161..a579da4a5e 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -2510,7 +2510,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5288,7 +5288,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
@@ -20882,7 +20882,7 @@ msgstr "Üzgärt"
#~ msgstr "Sünek"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr "\"%s\" yöklämäsen cibärep bulmadı,<br />PHP Caylawın tikşerçe"
diff --git a/po/tzm.po b/po/tzm.po
index 681613e880..1ce5c5e1a3 100644
--- a/po/tzm.po
+++ b/po/tzm.po
@@ -2252,7 +2252,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4754,7 +4754,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/ug.po b/po/ug.po
index 7f5dbbbd4a..96568e75dd 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -2405,7 +2405,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5103,7 +5103,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/uk.po b/po/uk.po
index 136c2cf9ed..a4efcd5e22 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2717,10 +2717,10 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Показує посилання на [a@https://php.net/manual/function.phpinfo.php]phpinfo()"
+"Показує посилання на [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
"[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5366,12 +5366,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Параметр PHP [a@https://secure.php.net/manual/en/session.configuration."
+"Параметр PHP [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] менший, ніж "
"параметр терміну зберігання кук визначений в phpMyAdmin. Тому Ваша сесія "
"закінчиться раніше, ніж налаштовано в phpMyAdmin."
diff --git a/po/ur.po b/po/ur.po
index 4f15cd3653..117b06c766 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -2729,7 +2729,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -5523,7 +5523,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/uz.po b/po/uz.po
index 52d012c3f0..2e95de2545 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -2889,13 +2889,13 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output"
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"[a@https://secure.php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] "
+"[a@https://www.php.net/manual/en/function.phpinfo.php]\"phpinfo()\"[/a] "
"функцияси натижасига боғ кўрсатиш"
#: libraries/classes/Config/Descriptions.php:510
@@ -5936,18 +5936,18 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
#, fuzzy
#| msgid ""
-#| "Your PHP parameter [a@https://secure.php.net/manual/en/session."
+#| "Your PHP parameter [a@https://www.php.net/manual/en/session."
#| "configuration.php#ini.session.gc-maxlifetime@_blank]session."
#| "gc_maxlifetime[/a] is lower than cookie validity configured in "
#| "phpMyAdmin, because of this, your login will expire sooner than "
#| "configured in phpMyAdmin."
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Сервердаги PHP конфигурациясида \"[a@https://secure.php.net/manual/en/"
+"Сервердаги PHP конфигурациясида \"[a@https://www.php.net/manual/en/"
"session.configuration.php#ini.session.gc-maxlifetime@_blank]session."
"gc_maxlifetime[/a]\" параметрининг қиймати phpMyAdmin дастурининг \"cookie\" "
"ҳақиқийлиги давомийлигидан кичикроқ, шунинг учун логин сессиянгиз phpMyAdmin "
@@ -5956,7 +5956,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:372
#, fuzzy
#| msgid ""
-#| "r PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+#| "r PHP parameter [a@https://www.php.net/manual/en/session.configuration."
#| "#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
#| "that kie validity configured in phpMyAdmin, because of this, your login l "
#| "expire sooner than configured in phpMyAdmin."
@@ -5964,7 +5964,7 @@ msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-"Сервердаги PHP конфигурациясида \"[a@https://secure.php.net/manual/en/"
+"Сервердаги PHP конфигурациясида \"[a@https://www.php.net/manual/en/"
"session.configuration.php#ini.session.gc-maxlifetime@_blank]session."
"gc_maxlifetime[/a]\" параметрининг қиймати phpMyAdmin дастурининг \"cookie\" "
"ҳақиқийлиги давомийлигидан кичикроқ, шунинг учун логин сессиянгиз phpMyAdmin "
@@ -22869,10 +22869,10 @@ msgstr "Кузатиш ҳисоботи"
#~ msgstr "Фаолсизлантирилган"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
-#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
+#~ "[a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
#~ "кенгайтмани юклаб бўлмади! PHP конфигурациясини созланг."
#~ msgid ""
diff --git a/po/uz@latin.po b/po/uz@latin.po
index b0d32a6c9c..1f90e82e44 100644
--- a/po/uz@latin.po
+++ b/po/uz@latin.po
@@ -2894,13 +2894,13 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output"
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"[a@https://secure.php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] "
+"[a@https://www.php.net/manual/en/function.phpinfo.php]\"phpinfo()\"[/a] "
"funksiyasi natijasiga bog‘ ko‘rsatish"
#: libraries/classes/Config/Descriptions.php:510
@@ -5939,18 +5939,18 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
#, fuzzy
#| msgid ""
-#| "Your PHP parameter [a@https://secure.php.net/manual/en/session."
+#| "Your PHP parameter [a@https://www.php.net/manual/en/session."
#| "configuration.php#ini.session.gc-maxlifetime@_blank]session."
#| "gc_maxlifetime[/a] is lower than cookie validity configured in "
#| "phpMyAdmin, because of this, your login will expire sooner than "
#| "configured in phpMyAdmin."
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Serverdagi PHP konfiguratsiyasida \"[a@https://secure.php.net/manual/en/"
+"Serverdagi PHP konfiguratsiyasida \"[a@https://www.php.net/manual/en/"
"session.configuration.php#ini.session.gc-maxlifetime@_blank]session."
"gc_maxlifetime[/a]\" parametrining qiymati phpMyAdmin dasturining \"cookie\" "
"haqiqiyligi davomiyligidan kichikroq, shuning uchun login sessiyangiz "
@@ -5959,7 +5959,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:372
#, fuzzy
#| msgid ""
-#| "r PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+#| "r PHP parameter [a@https://www.php.net/manual/en/session.configuration."
#| "#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
#| "that kie validity configured in phpMyAdmin, because of this, your login l "
#| "expire sooner than configured in phpMyAdmin."
@@ -5967,7 +5967,7 @@ msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-"Serverdagi PHP konfiguratsiyasida \"[a@https://secure.php.net/manual/en/"
+"Serverdagi PHP konfiguratsiyasida \"[a@https://www.php.net/manual/en/"
"session.configuration.php#ini.session.gc-maxlifetime@_blank]session."
"gc_maxlifetime[/a]\" parametrining qiymati phpMyAdmin dasturining \"cookie\" "
"haqiqiyligi davomiyligidan kichikroq, shuning uchun login sessiyangiz "
@@ -22949,10 +22949,10 @@ msgstr "Kuzatish hisoboti"
#~ msgstr "Faolsizlantirilgan"
#~ msgid ""
-#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
+#~ "Cannot load [a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
-#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
+#~ "[a@https://www.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
#~ "kengaytmani yuklab bo‘lmadi! PHP konfiguratsiyasini sozlang."
#~ msgid ""
diff --git a/po/vi.po b/po/vi.po
index 9549c2737f..66cab88002 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -2505,13 +2505,13 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
#, fuzzy
#| msgid ""
-#| "Shows link to [a@https://secure.php.net/manual/function.phpinfo."
+#| "Shows link to [a@https://www.php.net/manual/en/function.phpinfo."
#| "php]phpinfo()[/a] output."
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"Hiển thị liên kết đến [a@https://secure.php.net/manual/function.phpinfo."
+"Hiển thị liên kết đến [a@https://www.php.net/manual/en/function.phpinfo."
"php]phpinfo()[/a]."
#: libraries/classes/Config/Descriptions.php:510
@@ -5121,12 +5121,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"Tham số PHP [a@https://secure.php.net/manual/en/session.configuration."
+"Tham số PHP [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] của bạn "
"thấp hơn giá trị cookie được đặt cấu hình trong phpMyAdmin, bởi vì điều này "
"nên việc đăng nhập của bạn có thể hết hạn sớm hơn so với thời hạn cấu hình "
diff --git a/po/vls.po b/po/vls.po
index 49b16c2e00..e1b7cfbc81 100644
--- a/po/vls.po
+++ b/po/vls.po
@@ -2272,7 +2272,7 @@ msgstr ""
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
@@ -4779,7 +4779,7 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d153c6dfcd..29ea0e68ba 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -2391,10 +2391,10 @@ msgstr "定义在编辑/插入模式中是否默认显示字段类型一列。"
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"显示 [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] 输出的链"
+"显示 [a@https://www.php.net/manual/zh/function.phpinfo.php]phpinfo()[/a] 输出的链"
"接。"
#: libraries/classes/Config/Descriptions.php:510
@@ -4927,12 +4927,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"您的 PHP 参数 [a@https://secure.php.net/manual/zh/session.configuration."
+"您的 PHP 参数 [a@https://www.php.net/manual/zh/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] 短于您在 "
"phpMyAdmin 中设置的 Cookies 有效期,因此您的登录会话有效期可能会比您在 "
"phpMyAdmin 中设置的时间要更短。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index aff187ff98..7fc1d5b499 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2492,10 +2492,10 @@ msgstr "定義在編輯/新增模式最初是否顯示欄位類型。"
#: libraries/classes/Config/Descriptions.php:507
msgid ""
-"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
+"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-"顯示連結至 [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] 的輸"
+"顯示連結至 [a@https://www.php.net/manual/zh/function.phpinfo.php]phpinfo()[/a] 的輸"
"出。"
#: libraries/classes/Config/Descriptions.php:510
@@ -5035,12 +5035,12 @@ msgstr ""
#: libraries/classes/Controllers/HomeController.php:353
msgid ""
-"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
+"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
-"在 PHP 設定參數 [a@https://secure.php.net/manual/en/session.configuration."
+"在 PHP 設定參數 [a@https://www.php.net/manual/zh/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] 所設定的時間"
"短於在 phpMyAdmin 設定的 cookie 有效時間,因此登入連線有效時間可能比在 "
"phpMyAdmin 設定的時間要短。"
diff --git a/test/classes/CoreTest.php b/test/classes/CoreTest.php
index 6095d374ef..39e1dfbf44 100644
--- a/test/classes/CoreTest.php
+++ b/test/classes/CoreTest.php
@@ -532,7 +532,7 @@ class CoreTest extends AbstractNetworkTestCase
$lang = _pgettext('PHP documentation language', 'en');
$this->assertEquals(
Core::getPHPDocLink('function'),
- './url.php?url=https%3A%2F%2Fsecure.php.net%2Fmanual%2F'
+ './url.php?url=https%3A%2F%2Fwww.php.net%2Fmanual%2F'
. $lang . '%2Ffunction'
);
}
diff --git a/test/classes/Html/GeneratorTest.php b/test/classes/Html/GeneratorTest.php
index 9495abba58..f4b292a75d 100644
--- a/test/classes/Html/GeneratorTest.php
+++ b/test/classes/Html/GeneratorTest.php
@@ -172,7 +172,7 @@ class GeneratorTest extends AbstractTestCase
$target = 'docu';
$lang = _pgettext('PHP documentation language', 'en');
- $expected = '<a href="./url.php?url=https%3A%2F%2Fsecure.php.net%2Fmanual%2F' . $lang
+ $expected = '<a href="./url.php?url=https%3A%2F%2Fwww.php.net%2Fmanual%2F' . $lang
. '%2F' . $target . '" target="documentation">'
. '<img src="themes/dot.gif" title="' . __('Documentation') . '" alt="'
. __('Documentation') . '" class="icon ic_b_help"></a>';