Use secure.php.net for PHP documentation links
This avoids unnecessary redirect on the way (I still think this website setup is weird, but that's all I can do about it). Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
4747bdadeb
commit
75a5fde46d
@ -639,7 +639,7 @@ Server connection settings
|
||||
|
||||
More information on regular expressions can be found in the `PCRE
|
||||
pattern syntax
|
||||
<https://php.net/manual/en/reference.pcre.pattern.syntax.php>`_ portion
|
||||
<https://secure.php.net/manual/en/reference.pcre.pattern.syntax.php>`_ portion
|
||||
of the PHP reference manual.
|
||||
|
||||
.. config:option:: $cfg['Servers'][$i]['verbose']
|
||||
@ -1472,14 +1472,14 @@ Generic settings
|
||||
:type: boolean
|
||||
:default: false
|
||||
|
||||
Whether `persistent connections <https://php.net/manual/en/features
|
||||
Whether `persistent connections <https://secure.php.net/manual/en/features
|
||||
.persistent-connections.php>`_ should be used or not. Works with
|
||||
following extensions:
|
||||
|
||||
* mysql (`mysql\_pconnect <https://php.net/manual/en/function.mysql-
|
||||
* mysql (`mysql\_pconnect <https://secure.php.net/manual/en/function.mysql-
|
||||
pconnect.php>`_),
|
||||
* mysqli (requires PHP 5.3.0 or newer, `more information
|
||||
<https://php.net/manual/en/mysqli.persistconns.php>`_).
|
||||
<https://secure.php.net/manual/en/mysqli.persistconns.php>`_).
|
||||
|
||||
.. config:option:: $cfg['ForceSSL']
|
||||
|
||||
@ -1516,7 +1516,7 @@ Generic settings
|
||||
:default: ``''``
|
||||
|
||||
Path for storing session data (`session\_save\_path PHP parameter
|
||||
<https://php.net/session_save_path>`_).
|
||||
<https://secure.php.net/session_save_path>`_).
|
||||
|
||||
.. config:option:: $cfg['MemoryLimit']
|
||||
|
||||
@ -1668,7 +1668,7 @@ Cookie authentication options
|
||||
|
||||
Define how long a login cookie is valid. Please note that php
|
||||
configuration option `session.gc\_maxlifetime
|
||||
<https://php.net/manual/en/session.configuration.php#ini.session.gc-
|
||||
<https://secure.php.net/manual/en/session.configuration.php#ini.session.gc-
|
||||
maxlifetime>`_ might limit session validity and if the session is lost,
|
||||
the login cookie is also invalidated. So it is a good idea to set
|
||||
``session.gc_maxlifetime`` at least to the same value of
|
||||
|
||||
@ -207,7 +207,7 @@ your server - as mentioned in :ref:`faq1_17`. This problem is
|
||||
generally caused by using MySQL version 4.1 or newer. MySQL changed
|
||||
the authentication hash and your PHP is trying to use the old method.
|
||||
The proper solution is to use the `mysqli extension
|
||||
<https://php.net/mysqli>`_ with the proper client library to match
|
||||
<https://secure.php.net/mysqli>`_ with the proper client library to match
|
||||
your MySQL installation. More
|
||||
information (and several workarounds) are located in the `MySQL
|
||||
Documentation <https://dev.mysql.com/doc/refman/5.7/en/old-client.html>`_.
|
||||
@ -838,7 +838,7 @@ Here are a few points to check:
|
||||
---------------------------------
|
||||
|
||||
To be able to see a progress bar during your uploads, your server must
|
||||
have the `APC <https://php.net/manual/en/book.apc.php>`_ extension, the
|
||||
have the `APC <https://secure.php.net/manual/en/book.apc.php>`_ extension, the
|
||||
`uploadprogress <https://pecl.php.net/package/uploadprogress>`_ one, or
|
||||
you must be running PHP 5.4.0 or higher. Moreover, the JSON extension
|
||||
has to be enabled in your PHP.
|
||||
@ -1068,7 +1068,7 @@ is no way for PHP to set the charset before authenticating.
|
||||
.. seealso::
|
||||
|
||||
`phpMyAdmin issue 12232 <https://github.com/phpmyadmin/phpmyadmin/issues/12232>`_,
|
||||
`MySQL documentation note <https://php.net/manual/en/mysqli.real-connect.php#refsect1-mysqli.real-connect-notes>`_
|
||||
`MySQL documentation note <https://secure.php.net/manual/en/mysqli.real-connect.php#refsect1-mysqli.real-connect-notes>`_
|
||||
|
||||
.. _faqmultiuser:
|
||||
|
||||
@ -1799,7 +1799,7 @@ in Browse mode or on the Structure page.
|
||||
-----------------------------------
|
||||
|
||||
In all places where phpMyAdmin accepts format strings, you can use
|
||||
``@VARIABLE@`` expansion and `strftime <https://php.net/strftime>`_
|
||||
``@VARIABLE@`` expansion and `strftime <https://secure.php.net/strftime>`_
|
||||
format strings. The expanded variables depend on a context (for
|
||||
example, if you haven't chosen a table, you can not get the table
|
||||
name), but the following variables can be used:
|
||||
|
||||
@ -213,7 +213,7 @@ From Wikipedia, the free encyclopedia
|
||||
|
||||
If you have troubles installing this extension, please follow :ref:`faqmysql`, it provides useful hints.
|
||||
|
||||
..seealso:: <https://php.net/manual/en/book.mbstring.php>
|
||||
..seealso:: <https://secure.php.net/manual/en/book.mbstring.php>
|
||||
|
||||
MCrypt
|
||||
a cryptographic library.
|
||||
@ -223,7 +223,7 @@ From Wikipedia, the free encyclopedia
|
||||
mcrypt
|
||||
the MCrypt PHP extension.
|
||||
|
||||
.. seealso:: <https://php.net/mcrypt>
|
||||
.. seealso:: <https://secure.php.net/mcrypt>
|
||||
|
||||
MIME
|
||||
Multipurpose Internet Mail Extensions is
|
||||
@ -248,12 +248,12 @@ From Wikipedia, the free encyclopedia
|
||||
mysqli
|
||||
the improved MySQL client PHP extension.
|
||||
|
||||
.. seealso:: <https://php.net/manual/en/book.mysqli.php>
|
||||
.. seealso:: <https://secure.php.net/manual/en/book.mysqli.php>
|
||||
|
||||
mysql
|
||||
the MySQL client PHP extension.
|
||||
|
||||
.. seealso:: <https://php.net/manual/en/book.mysql.php>
|
||||
.. seealso:: <https://secure.php.net/manual/en/book.mysql.php>
|
||||
|
||||
OpenDocument
|
||||
open standard for office documents.
|
||||
@ -281,7 +281,7 @@ From Wikipedia, the free encyclopedia
|
||||
Perl Compatible Regular Expressions is the perl-compatible regular
|
||||
expression functions for PHP
|
||||
|
||||
.. seealso:: <https://php.net/pcre>
|
||||
.. seealso:: <https://secure.php.net/pcre>
|
||||
|
||||
PHP
|
||||
short for "PHP: Hypertext Preprocessor", is an open-source, reflective
|
||||
|
||||
@ -21,19 +21,19 @@ PHP
|
||||
("image/jpeg: inline") with their original aspect ratio.
|
||||
|
||||
* When using the cookie authentication (the default), the `openssl
|
||||
<https://php.net/openssl>`_ extension is strongly suggested.
|
||||
<https://secure.php.net/openssl>`_ extension is strongly suggested.
|
||||
|
||||
* To support upload progress bars, see :ref:`faq2_9`.
|
||||
|
||||
* To support XML and Open Document Spreadsheet importing, you need the
|
||||
`libxml <https://php.net/libxml>`_ extension.
|
||||
`libxml <https://secure.php.net/libxml>`_ extension.
|
||||
|
||||
* To support reCAPTCHA on the login page, you need the
|
||||
`openssl <https://php.net/openssl>`_ extension.
|
||||
`openssl <https://secure.php.net/openssl>`_ extension.
|
||||
|
||||
* To support displaying phpMyAdmin's latest version, you need to enable
|
||||
``allow_url_open`` in your :file:`php.ini` or to have the
|
||||
`curl <https://php.net/curl>`_ extension.
|
||||
`curl <https://secure.php.net/curl>`_ extension.
|
||||
|
||||
* Performance suggestion: install the ``ctype`` extension.
|
||||
|
||||
|
||||
@ -867,7 +867,7 @@ are always ways to make your installation more secure:
|
||||
* Serve phpMyAdmin on HTTPS only. Preferably, you should use HSTS as well, so that
|
||||
you're protected from protocol downgrade attacks.
|
||||
* Ensure your PHP setup follows recommendations for production sites, for example
|
||||
`display_errors <https://php.net/manual/en/errorfunc.configuration.php#ini.display-errors>`_
|
||||
`display_errors <https://secure.php.net/manual/en/errorfunc.configuration.php#ini.display-errors>`_
|
||||
should be disabled.
|
||||
* Remove the ``test`` directory from phpMyAdmin, unless you are developing and need test suite.
|
||||
* Remove the ``setup`` directory from phpMyAdmin, you will probably not
|
||||
|
||||
@ -133,9 +133,9 @@ The applyTransformation() method always gets passed three variables:
|
||||
function as an array.
|
||||
#. **$meta** - Contains an object with information about your column. The
|
||||
data is drawn from the output of the `mysql\_fetch\_field()
|
||||
<https://php.net/mysql_fetch_field>`_ function. This means, all
|
||||
<https://secure.php.net/mysql_fetch_field>`_ function. This means, all
|
||||
object properties described on the `manual page
|
||||
<https://php.net/mysql_fetch_field>`_ are available in this
|
||||
<https://secure.php.net/mysql_fetch_field>`_ are available in this
|
||||
variable and can be used to transform a column accordingly to
|
||||
unsigned/zerofill/not\_null/... properties. The $meta->mimetype
|
||||
variable contains the original MIME-type of the column (i.e.
|
||||
|
||||
@ -469,7 +469,7 @@ if ($cfg['LoginCookieValidityDisableWarning'] == false) {
|
||||
if ($gc_time < $GLOBALS['cfg']['LoginCookieValidity'] ) {
|
||||
trigger_error(
|
||||
__(
|
||||
'Your PHP parameter [a@https://php.net/manual/en/session.' .
|
||||
'Your PHP parameter [a@https://secure.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 ' .
|
||||
|
||||
@ -45,7 +45,7 @@ class DbList
|
||||
* @param string $param parameter name
|
||||
*
|
||||
* @return mixed
|
||||
* @see https://php.net/language.oop5.overloading
|
||||
* @see https://secure.php.net/language.oop5.overloading
|
||||
*/
|
||||
public function __get($param)
|
||||
{
|
||||
@ -68,7 +68,7 @@ class DbList
|
||||
* @param mixed $value value to set
|
||||
*
|
||||
* @return void
|
||||
* @see https://php.net/language.oop5.overloading
|
||||
* @see https://secure.php.net/language.oop5.overloading
|
||||
*/
|
||||
public function __set($param, $value)
|
||||
{
|
||||
|
||||
@ -1624,7 +1624,7 @@ class Util
|
||||
__('Sat'));
|
||||
|
||||
if ($format == '') {
|
||||
/* l10n: See https://php.net/manual/en/function.strftime.php */
|
||||
/* l10n: See https://secure.php.net/manual/en/function.strftime.php */
|
||||
$format = __('%B %d, %Y at %I:%M %p');
|
||||
}
|
||||
|
||||
|
||||
@ -99,7 +99,7 @@ function PMA_ifSetOr(&$var, $default = null, $type = 'similar')
|
||||
* @return boolean whether valid or not
|
||||
*
|
||||
* @todo add some more var types like hex, bin, ...?
|
||||
* @see https://php.net/gettype
|
||||
* @see https://secure.php.net/gettype
|
||||
*/
|
||||
function PMA_isValid(&$var, $type = 'length', $compare = null)
|
||||
{
|
||||
@ -278,7 +278,7 @@ function PMA_getPHPDocLink($target)
|
||||
$lang = $GLOBALS['lang'];
|
||||
}
|
||||
|
||||
return PMA_linkURL('https://php.net/manual/' . $lang . '/' . $target);
|
||||
return PMA_linkURL('https://secure.php.net/manual/' . $lang . '/' . $target);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -35,7 +35,7 @@ function PMA_ipMaskTest($testRange, $ipToTest)
|
||||
/**
|
||||
* Based on IP Pattern Matcher
|
||||
* Originally by J.Adams <jna@retina.net>
|
||||
* Found on <https://php.net/manual/en/function.ip2long.php>
|
||||
* Found on <https://secure.php.net/manual/en/function.ip2long.php>
|
||||
* Modified for phpMyAdmin
|
||||
*
|
||||
* Matches:
|
||||
|
||||
@ -195,7 +195,7 @@ class ExportPhparray extends ExportPlugin
|
||||
}
|
||||
|
||||
// fix variable names (based on
|
||||
// https://php.net/manual/language.variables.basics.php)
|
||||
// https://secure.php.net/manual/language.variables.basics.php)
|
||||
if (!preg_match(
|
||||
'/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/',
|
||||
$table_alias
|
||||
|
||||
@ -16,7 +16,7 @@ use XMLWriter;
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
* @access public
|
||||
* @see https://php.net/manual/en/book.xmlwriter.php
|
||||
* @see https://secure.php.net/manual/en/book.xmlwriter.php
|
||||
*/
|
||||
class Dia extends XMLWriter
|
||||
{
|
||||
|
||||
@ -15,7 +15,7 @@ use PMA\libraries\Response;
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
* @access public
|
||||
* @see https://php.net/manual/en/book.xmlwriter.php
|
||||
* @see https://secure.php.net/manual/en/book.xmlwriter.php
|
||||
*/
|
||||
class Eps
|
||||
{
|
||||
|
||||
@ -16,7 +16,7 @@ use XMLWriter;
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
* @access public
|
||||
* @see https://php.net/manual/en/book.xmlwriter.php
|
||||
* @see https://secure.php.net/manual/en/book.xmlwriter.php
|
||||
*/
|
||||
class Svg extends XMLWriter
|
||||
{
|
||||
|
||||
@ -51,7 +51,7 @@ abstract class [TransformationName]TransformationsPlugin
|
||||
|
||||
// further operations on $buffer using the $options[] array.
|
||||
|
||||
// You can evaluate the propagated $meta Object. It's contained fields are described in https://php.net/mysql_fetch_field.
|
||||
// You can evaluate the propagated $meta Object. It's contained fields are described in https://secure.php.net/mysql_fetch_field.
|
||||
// This stored information can be used to get the field information about the transformed field.
|
||||
// $meta->mimetype contains the original MimeType of the field (i.e. 'text/plain', 'image/jpeg' etc.)
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
* @todo add an option to use mm-module for session handler
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
* @see https://php.net/session
|
||||
* @see https://secure.php.net/session
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
|
||||
4
po/af.po
4
po/af.po
@ -780,7 +780,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5048,7 +5048,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "So"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
6
po/ar.po
6
po/ar.po
@ -740,7 +740,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5018,7 +5018,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "الأحد"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18853,7 +18853,7 @@ msgstr ""
|
||||
#~ msgstr "معطل"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr "لا يمكن قراءة الامتداد %s،<br />رجاء تأكد من إعدادات PHP."
|
||||
|
||||
|
||||
8
po/az.po
8
po/az.po
@ -752,7 +752,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4816,7 +4816,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Baz"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17598,7 +17598,7 @@ msgstr "concurrent_insert 0-a konfiqurasiya edilib"
|
||||
#~ msgstr "Söndürülüb"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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 "
|
||||
@ -17702,7 +17702,7 @@ msgstr "concurrent_insert 0-a konfiqurasiya edilib"
|
||||
#~ msgstr "\"%s\" cedveli mövcud deyil!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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 "
|
||||
|
||||
8
po/be.po
8
po/be.po
@ -801,7 +801,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5227,7 +5227,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Ндз"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -19340,7 +19340,7 @@ msgstr "максымум адначасовых злучэньняў"
|
||||
#~ msgstr "Адключана"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "немагчыма загрузіць пашырэньне %s;<br />калі ласка, праверце канфігурацыю "
|
||||
@ -19486,7 +19486,7 @@ msgstr "максымум адначасовых злучэньняў"
|
||||
#~ msgstr "Памылка перайменаваньня табліцы %1$s у %2$s"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "немагчыма загрузіць пашырэньне %s;<br />калі ласка, праверце канфігурацыю "
|
||||
|
||||
@ -812,7 +812,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5269,7 +5269,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Ndz"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -19391,7 +19391,7 @@ msgstr "maksymum adnačasovych złučeńniaŭ"
|
||||
#~ msgstr "Adklučana"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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 "
|
||||
@ -19510,7 +19510,7 @@ msgstr "maksymum adnačasovych złučeńniaŭ"
|
||||
#~ msgstr "Pamyłka pierajmienavańnia tablicy %1$s u %2$s"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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 "
|
||||
|
||||
12
po/bg.po
12
po/bg.po
@ -751,12 +751,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Вашата настройка на PHP [a@https://secure.php.net/manual/en/session.configuration."
|
||||
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] е по-ниска, "
|
||||
"отколкото валидността на бисквитката в phpMyAdmin. Поради това, Вашата сесия "
|
||||
"ще изтече по-бързо, отколкото е настройката в phpMyAdmin."
|
||||
@ -4722,7 +4722,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "нд"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17205,13 +17205,13 @@ msgstr "concurrent_insert e 0"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Показва връзка към изхода на [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Показва връзка към изхода на [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
12
po/bn.po
12
po/bn.po
@ -775,17 +775,17 @@ msgstr ""
|
||||
#: index.php:487
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
#| "Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"আপনার পিএইছপি চলক[a@https://secure.php.net/manual/en/session.configuration.php#ini."
|
||||
"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] মান phpMyAdmin এর "
|
||||
"কুকির থেকে কম স্থায়ী, এ জন্য আপনার লগইনের কার্যকাল দ্রুত শেষ হয়ে যাবে।"
|
||||
|
||||
@ -5028,7 +5028,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "রবিবার"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17605,10 +17605,10 @@ msgstr "concurrent_insert এর জন্য ০ নির্ধারন ক
|
||||
#~ msgstr "পিএইছপির তথ্যাবলী দেখাও"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] আউটপুট সংযোগ "
|
||||
#~ "[a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] আউটপুট সংযোগ "
|
||||
#~ "দেখাও।"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
4
po/br.po
4
po/br.po
@ -801,7 +801,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5060,7 +5060,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Sul"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
@ -718,7 +718,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4553,7 +4553,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
8
po/bs.po
8
po/bs.po
@ -776,7 +776,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5090,7 +5090,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Ned"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18391,7 +18391,7 @@ msgstr ""
|
||||
#~ msgstr "Onemogućeno"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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"
|
||||
@ -18488,7 +18488,7 @@ msgstr ""
|
||||
#~ msgstr "Tabela \"%s\" ne postoji!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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"
|
||||
|
||||
10
po/ca.po
10
po/ca.po
@ -754,12 +754,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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àmetre de PHP [a@https://php.net/manual/en/session.configuration."
|
||||
"El paràmetre de PHP [a@https://secure.php.net/manual/en/session.configuration."
|
||||
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] és menor "
|
||||
"que la caducitat de galetes -cookies- configurat a phpMyAdmin, degut a aixó, "
|
||||
"la vostra conenexió podria caducar abans de l'establert a phpMyAdmin."
|
||||
@ -4804,7 +4804,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Diu"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17030,10 +17030,10 @@ msgstr "{concurrent_insert} està establert a 0"
|
||||
#~ msgstr "Mostra informació de PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Mostra l'enllaç a la sortida de [a@https://php.net/manual/function."
|
||||
#~ "Mostra l'enllaç a la sortida de [a@https://secure.php.net/manual/function."
|
||||
#~ "phpinfo.php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
@ -740,7 +740,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4729,7 +4729,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/cs.po
10
po/cs.po
@ -747,12 +747,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Nastavení PHP parametru ([a@https://secure.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řilášení neplatné dříve, než jak je nastaveno v phpMyAdminovi."
|
||||
@ -4751,7 +4751,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Ned"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17017,10 +17017,10 @@ msgstr "concurrent_insert je nastaveno na 0"
|
||||
#~ msgstr "Zobrazit informace o PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Zobrazí link na výstup funkce [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Zobrazí link na výstup funkce [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
10
po/cy.po
10
po/cy.po
@ -810,7 +810,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5161,7 +5161,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Sul"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17627,13 +17627,13 @@ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Dangos cysylltiad i allbwn [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Dangos cysylltiad i allbwn [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
10
po/da.po
10
po/da.po
@ -747,12 +747,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"Dit PHP-parameter [a@https://secure.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 "
|
||||
"logind-session udløbe tidligere end det som er konfigureret i phpMyAdmin."
|
||||
@ -4804,7 +4804,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "søn"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17329,10 +17329,10 @@ msgstr "concurrent_insert er sat til 0"
|
||||
#~ msgstr "Vis PHP-information"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Viser link til [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Viser link til [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
10
po/de.po
10
po/de.po
@ -758,12 +758,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Ihre PHP Einstellung [a@https://secure.php.net/manual/en/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."
|
||||
@ -4846,7 +4846,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "So"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17193,10 +17193,10 @@ msgstr "concurrent_insert ist auf 0 gesetzt"
|
||||
#~ msgstr "PHP-Informationen anzeigen"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Zeige Link zu [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Zeige Link zu [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] Ausgabe."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
10
po/el.po
10
po/el.po
@ -755,12 +755,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"Η παράμετρος PHP [a@https://secure.php.net/manual/en/session.configuration.php#ini."
|
||||
"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] είναι μικρότερη από "
|
||||
"την ρυθμισμένη εγκυρότητα cookie στο phpMyAdmin. Εξαιτίας αυτού, η σύνδεσή "
|
||||
"σας ίσως λήξει νωρίτερα από ό,τι ρυθμίστηκε στο phpMyAdmin."
|
||||
@ -4811,7 +4811,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Κυρ"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17161,10 +17161,10 @@ msgstr "Το concurrent_insert έχει οριστεί στο 0"
|
||||
#~ msgstr "Εμφάνιση πληροφοριών της PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Εμφανίζει σύνδεσμο για την τεκμηρίωση της συνάρτησης [a@https://php.net/"
|
||||
#~ "Εμφανίζει σύνδεσμο για την τεκμηρίωση της συνάρτησης [a@https://secure.php.net/"
|
||||
#~ "manual/function.phpinfo.php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
12
po/en_GB.po
12
po/en_GB.po
@ -760,17 +760,17 @@ msgstr ""
|
||||
#: index.php:487
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
#| "Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5001,7 +5001,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Sun"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17703,10 +17703,10 @@ msgstr "concurrent_insert is set to 0"
|
||||
#~ msgstr "Show PHP information"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
4
po/eo.po
4
po/eo.po
@ -722,7 +722,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4561,7 +4561,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "dim"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/es.po
10
po/es.po
@ -752,12 +752,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"El parámetro [a@https://secure.php.net/manual/en/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."
|
||||
@ -4830,7 +4830,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Dom"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17226,10 +17226,10 @@ msgstr "«concurrent_insert» está definido como 0"
|
||||
#~ msgstr "Mostrar la información de PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Mostrar enlace a salida de [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Mostrar enlace a salida de [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
10
po/et.po
10
po/et.po
@ -749,12 +749,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"PHP parameeter [a@https://secure.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."
|
||||
@ -4754,7 +4754,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Päike"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -16781,10 +16781,10 @@ msgstr "concurrent_insert väärtuseks on määratud 0"
|
||||
#~ msgstr "Näita PHP teavet"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Näita linki [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
|
||||
#~ "Näita linki [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] "
|
||||
#~ "väljundisse."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
6
po/eu.po
6
po/eu.po
@ -783,7 +783,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5093,7 +5093,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Iga"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18511,7 +18511,7 @@ msgstr ""
|
||||
#~ msgstr "Ezgaituta"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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 "
|
||||
|
||||
4
po/fa.po
4
po/fa.po
@ -765,7 +765,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5054,7 +5054,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "يكشنبه"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/fi.po
10
po/fi.po
@ -749,12 +749,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"PHP-parametri [a@https://secure.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."
|
||||
@ -4777,7 +4777,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Su"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17637,10 +17637,10 @@ msgstr "concurrent_insert on asetettu arvoon 0"
|
||||
#~ msgstr "Näytä PHP:n asetustiedot"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Näyttää linkin [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Näyttää linkin [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a]-käskyn tulosteeseen."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
@ -718,7 +718,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4553,7 +4553,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/fr.po
10
po/fr.po
@ -758,12 +758,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/fr/session."
|
||||
"La valeur du paramètre PHP [a@https://secure.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; donc, "
|
||||
"votre session de travail pourrait expirer plus tôt."
|
||||
@ -4829,7 +4829,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Dim"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17132,10 +17132,10 @@ msgstr "Le paramètre concurrent_insert a une valeur de 0"
|
||||
#~ msgstr "Afficher les informations relatives à PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Montre un lien vers le résultat de [a@https://php.net/manual/function."
|
||||
#~ "Montre un lien vers le résultat de [a@https://secure.php.net/manual/function."
|
||||
#~ "phpinfo.php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
4
po/fy.po
4
po/fy.po
@ -720,7 +720,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4618,7 +4618,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "si"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
12
po/gl.po
12
po/gl.po
@ -747,12 +747,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"O parámetro PHP [a@https://secure.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."
|
||||
@ -4813,7 +4813,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Do"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17696,10 +17696,10 @@ msgstr "concurrent_insert está definido como 0"
|
||||
#~ msgstr "Mostrar información sobre o PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Mostra unha ligazón á saída de [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Mostra unha ligazón á saída de [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
@ -19512,7 +19512,7 @@ msgstr "concurrent_insert está definido como 0"
|
||||
#~ msgstr "Desactivado"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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."
|
||||
|
||||
4
po/gu.po
4
po/gu.po
@ -723,7 +723,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4558,7 +4558,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/he.po
10
po/he.po
@ -759,12 +759,12 @@ msgstr ""
|
||||
#: index.php:487
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"פרמטר PHP שלך [a@https://secure.php.net/manual/en/session.configuration.php#ini."
|
||||
"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] הוא נמוך יותר מאשר "
|
||||
"עוגיה תוקפו נקבעה ב phpMyAdmin, בגלל זה, הכניסה שלך יפוג מוקדם יותר מאשר "
|
||||
"נקבעה ב phpMyAdmin."
|
||||
@ -5107,7 +5107,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "יום ראשון"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18411,7 +18411,7 @@ msgstr ""
|
||||
#~ msgstr "מבוטל"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr "התוספת %s לא נטענה בהצלחה,<br />אנא בדוק את הגדרות ה- PHP שלך."
|
||||
|
||||
@ -18515,7 +18515,7 @@ msgstr ""
|
||||
#~ msgstr "הטבלה \"%s\" לא קיימת!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr "התוספת %s לא נטענה בהצלחה,<br />אנא בדוק את הגדרות ה- PHP שלך."
|
||||
|
||||
|
||||
4
po/hi.po
4
po/hi.po
@ -741,7 +741,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5060,7 +5060,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "रविवार"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
8
po/hr.po
8
po/hr.po
@ -805,7 +805,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5217,7 +5217,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Ned"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -19482,10 +19482,10 @@ msgstr "najv. uzastopnih veza"
|
||||
#~ msgstr "Onemogućeno"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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://php.net/%1$s@Documentation]"
|
||||
#~ "Nije moguće učitati proširenje [a@https://secure.php.net/%1$s@Documentation]"
|
||||
#~ "[em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju."
|
||||
|
||||
#~ msgid ""
|
||||
|
||||
10
po/hu.po
10
po/hu.po
@ -750,12 +750,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini.session.gc-"
|
||||
"A [a@https://secure.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."
|
||||
@ -4829,7 +4829,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Vas"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17221,10 +17221,10 @@ msgstr "A concurrent_insert 0-ra van állítva"
|
||||
#~ msgstr "PHP információ megjelenítése"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Megjeleníti a [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Megjeleníti a [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] kimenetre mutató hivatkozást."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
6
po/hy.po
6
po/hy.po
@ -756,12 +756,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Ձեր PHP-ի հարաչափի [a@https://secure.php.net/manual/en/session.configuration."
|
||||
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] արժեքը "
|
||||
"ավելի ցածր է, քան phpMyAdmin-ում սահմանված թխուկի վավերականությունը, այդ իսկ "
|
||||
"պատճառով, ձեր աշխատաշրջանը կարող է սպառվել ավելի շուտ, քան նշանակված է "
|
||||
@ -4763,7 +4763,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Կիր"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/ia.po
10
po/ia.po
@ -760,12 +760,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"Tu parametro PHP [a@https://secure.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."
|
||||
@ -4829,7 +4829,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Dom"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -16465,10 +16465,10 @@ msgstr "concurrent_insert - insertion concurrente- es ponite a 0"
|
||||
#~ msgstr "Monstra information de PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Monstra ligamine a exito [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Monstra ligamine a exito [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a] ."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
12
po/id.po
12
po/id.po
@ -751,12 +751,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"Parameter PHP [a@https://secure.php.net/manual/en/session.configuration.php#ini."
|
||||
"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] anda lebih kecil "
|
||||
"daripada konfigurasi lama validitas cookie di phpMyAdmin, oleh karena itu "
|
||||
"login anda mungkin dapat berakhir lebih cepat daripada konfigurasi "
|
||||
@ -4891,7 +4891,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Minggu"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18478,13 +18478,13 @@ msgstr "concurrent_insert diatur ke 0"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Tampilkan tautan untuk melihat hasil [a@https://php.net/manual/function."
|
||||
#~ "Tampilkan tautan untuk melihat hasil [a@https://secure.php.net/manual/function."
|
||||
#~ "phpinfo.php]phpinfo()[/a]"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
4
po/ig.po
4
po/ig.po
@ -736,7 +736,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4572,7 +4572,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/it.po
10
po/it.po
@ -757,12 +757,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"Il parametro [a@https://secure.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 sessione "
|
||||
@ -4833,7 +4833,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Dom"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17157,10 +17157,10 @@ msgstr "concurrent_insert è impostato a 0"
|
||||
#~ msgstr "Mostra le info sul PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Mostra un collegamento all'output di [a@https://php.net/manual/function."
|
||||
#~ "Mostra un collegamento all'output di [a@https://secure.php.net/manual/function."
|
||||
#~ "phpinfo.php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
20
po/ja.po
20
po/ja.po
@ -749,12 +749,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/ja/session.configuration."
|
||||
"お使いの PHP のパラメータ [a@https://secure.php.net/manual/ja/session.configuration."
|
||||
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] が、"
|
||||
"phpMyAdmin に設定されているクッキーの有効期間より短くなっています。このため、"
|
||||
"phpMyAdmin に設定されているよりも早くログインの期限が切れるかもしれません。"
|
||||
@ -4866,7 +4866,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "日"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18288,13 +18288,13 @@ msgstr "concurrent_insert は 0 に設定されています"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] の結果へのリ"
|
||||
#~ "[a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] の結果へのリ"
|
||||
#~ "ンクを表示します。"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
@ -20272,10 +20272,10 @@ msgstr "concurrent_insert は 0 に設定されています"
|
||||
#~ msgstr "無効"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロードできま"
|
||||
#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロードできま"
|
||||
#~ "せん。PHP の設定を確認してください"
|
||||
|
||||
#~ msgid ""
|
||||
@ -20382,10 +20382,10 @@ msgstr "concurrent_insert は 0 に設定されています"
|
||||
#~ msgstr "テーブルを %1$s から %2$s にリネームするときにエラーが発生しました"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロードできま"
|
||||
#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロードできま"
|
||||
#~ "せん。PHP の設定を確認してください"
|
||||
|
||||
#~ msgid "(or the local MySQL server"
|
||||
|
||||
20
po/ka.po
20
po/ka.po
@ -782,17 +782,17 @@ msgstr ""
|
||||
#: index.php:487
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "r PHP parameter [a@https://php.net/manual/en/session.configuration.#ini."
|
||||
#| "r PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -800,7 +800,7 @@ msgstr ""
|
||||
#: index.php:506
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "r PHP parameter [a@https://php.net/manual/en/session.configuration.#ini."
|
||||
#| "r PHP parameter [a@https://secure.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."
|
||||
@ -808,7 +808,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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5195,7 +5195,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "კვი"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -19188,10 +19188,10 @@ msgstr "max. concurrent connections"
|
||||
#~ msgstr "გათიშულია"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] გაფართოების "
|
||||
#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] გაფართოების "
|
||||
#~ "ჩატვირთვა შეუძლებელია. გთხოვთ შეამოწმოთ PHP-ის კონფიგურაცია."
|
||||
|
||||
#~ msgid ""
|
||||
@ -19330,10 +19330,10 @@ msgstr "max. concurrent connections"
|
||||
#~ msgstr "Invalid hostname for server %1$s. Please review your configuration."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] გაფართოების "
|
||||
#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] გაფართოების "
|
||||
#~ "ჩატვირთვა შეუძლებელია. გთხოვთ შეამოწმოთ PHP-ის კონფიგურაცია."
|
||||
|
||||
#~ msgid "(or the local MySQL server"
|
||||
|
||||
@ -722,7 +722,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4557,7 +4557,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
4
po/kk.po
4
po/kk.po
@ -784,7 +784,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4880,7 +4880,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
4
po/km.po
4
po/km.po
@ -740,7 +740,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4719,7 +4719,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
4
po/kn.po
4
po/kn.po
@ -728,7 +728,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4573,7 +4573,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "ರ"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/ko.po
10
po/ko.po
@ -736,12 +736,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"PHP 매개변수 [a@https://secure.php.net/manual/en/session.configuration.php#ini."
|
||||
"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] 가 phpMyAdmin 의 "
|
||||
"cookie 유효기간보다 작게 설정되어 있어, 로그인이 phpMyAdmin 설정값보다 빨리 "
|
||||
"만료될 수 있습니다."
|
||||
@ -4684,7 +4684,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "일"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -16706,10 +16706,10 @@ msgstr "concurrent_insert가 0으로 설정되었습니다"
|
||||
#~ msgstr "PHP 정보 보기"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] 출력 링크 표"
|
||||
#~ "[a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] 출력 링크 표"
|
||||
#~ "시."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
@ -731,7 +731,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4599,7 +4599,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
4
po/ky.po
4
po/ky.po
@ -740,7 +740,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4628,7 +4628,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
4
po/li.po
4
po/li.po
@ -718,7 +718,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4553,7 +4553,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/lt.po
10
po/lt.po
@ -774,7 +774,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5089,7 +5089,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Sek"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18147,13 +18147,13 @@ msgstr "MyISAM concurrent įterpimai"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Rodyti nuorodą į [a@https://php.net/manual/function.phpinfo.php]phpinfo()"
|
||||
#~ "Rodyti nuorodą į [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()"
|
||||
#~ "[/a] išvedimą"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
8
po/lv.po
8
po/lv.po
@ -754,7 +754,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5060,7 +5060,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Sv"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18536,7 +18536,7 @@ msgstr ""
|
||||
#~ msgstr "Izslēgts"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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"
|
||||
@ -18648,7 +18648,7 @@ msgstr ""
|
||||
#~ msgstr "Tabula \"%s\" neeksistē!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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"
|
||||
|
||||
8
po/mk.po
8
po/mk.po
@ -755,7 +755,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5094,7 +5094,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Нед"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18677,7 +18677,7 @@ msgstr ""
|
||||
#~ msgstr "Оневозможено"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "не можам да ја вчитам екстензијата %s,<br />молам проверите ја PHP "
|
||||
@ -18793,7 +18793,7 @@ msgstr ""
|
||||
#~ msgstr "Табелата \"%s\" не постои!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "не можам да ја вчитам екстензијата %s,<br />молам проверите ја PHP "
|
||||
|
||||
4
po/ml.po
4
po/ml.po
@ -737,7 +737,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4669,7 +4669,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
8
po/mn.po
8
po/mn.po
@ -789,7 +789,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5200,7 +5200,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Ня"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18924,7 +18924,7 @@ msgstr "ХИ. давхацсан холболтууд"
|
||||
#~ msgstr "Хаагдсан"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr "%s өргөтгөлийг дуудаж чадсангүй,<br />PHP-ийн тохиргоог үз"
|
||||
|
||||
@ -19010,7 +19010,7 @@ msgstr "ХИ. давхацсан холболтууд"
|
||||
#~ msgstr "%1$s сервэрийн хост буруу. Өөрийн тохиргоогоо нягтална уу."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr "%s өргөтгөлийг дуудаж чадсангүй,<br />PHP-ийн тохиргоог үз"
|
||||
|
||||
|
||||
4
po/ms.po
4
po/ms.po
@ -770,7 +770,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5034,7 +5034,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Aha"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
12
po/nb.po
12
po/nb.po
@ -746,12 +746,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"PHP-parameteret [a@https://secure.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."
|
||||
@ -4866,7 +4866,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Søn"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18232,13 +18232,13 @@ msgstr "concurrent_insert er satt til 0"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Vis link til [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
|
||||
#~ "Vis link til [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] "
|
||||
#~ "resultat"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
4
po/ne.po
4
po/ne.po
@ -730,7 +730,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4592,7 +4592,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/nl.po
10
po/nl.po
@ -750,12 +750,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"De PHP-parameter [a@https://secure.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."
|
||||
@ -4812,7 +4812,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "zo"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17090,10 +17090,10 @@ msgstr "concurrent_insert is ingesteld op 0"
|
||||
#~ msgstr "Informatie over PHP weergeven"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/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://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
4
po/pa.po
4
po/pa.po
@ -721,7 +721,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4580,7 +4580,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "ਐਤ"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
@ -717,7 +717,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4552,7 +4552,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
12
po/pl.po
12
po/pl.po
@ -756,12 +756,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"Parametr PHP [a@https://secure.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."
|
||||
@ -4823,7 +4823,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Nie"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17830,13 +17830,13 @@ msgstr "concurrent_insert jest ustawiony na 0"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Pokazuje odnośnik do [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Pokazuje odnośnik do [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
12
po/pt.po
12
po/pt.po
@ -756,17 +756,17 @@ msgstr ""
|
||||
#: index.php:487
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
#| "Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"O seu parâmetro PHP [a@https://secure.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 phpMyAdmin."
|
||||
@ -4929,7 +4929,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Dom"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17628,10 +17628,10 @@ msgstr "concurrent_insert é definido como 0"
|
||||
#~ msgstr "Mostra informação do PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Mostra o link para [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Mostra o link para [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a] resultado."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
10
po/pt_BR.po
10
po/pt_BR.po
@ -753,12 +753,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"Seu parâmetro PHP [a@https://secure.php.net/manual/en/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."
|
||||
@ -4822,7 +4822,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Dom"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17434,10 +17434,10 @@ msgstr "concurrent_insert está com valor 0"
|
||||
#~ msgstr "Mostrar informações do PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Exibe link para saída de [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Exibe link para saída de [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
14
po/ro.po
14
po/ro.po
@ -765,12 +765,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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 PHP [a@https://php.net/manual/ro/session.configuration.php#ini."
|
||||
"Parametrul PHP [a@https://secure.php.net/manual/ro/session.configuration.php#ini."
|
||||
"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] este mai mic decât "
|
||||
"validitatea unui cookie configurat în phpMyAdmin, din această cauză sesiunea "
|
||||
"dumneavoastră ar putea expira mai devreme decât este configurat în "
|
||||
@ -4965,7 +4965,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Dum"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18160,13 +18160,13 @@ msgstr "concurrent_insert este setat cu 0"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Afișează link-ul către output-ul [a@https://php.net/manual/function."
|
||||
#~ "Afișează link-ul către output-ul [a@https://secure.php.net/manual/function."
|
||||
#~ "phpinfo.php]phpinfo()[/a]"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
@ -19918,7 +19918,7 @@ msgstr "concurrent_insert este setat cu 0"
|
||||
#~ msgstr "Dezactivat"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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 "
|
||||
|
||||
10
po/ru.po
10
po/ru.po
@ -747,12 +747,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Значение PHP параметра [a@https://secure.php.net/manual/en/session.configuration."
|
||||
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] меньше, чем "
|
||||
"длительность хранения cookie, определённая в phpMyAdmin. По этой причине "
|
||||
"сессия входа может закончиться быстрее установленной в phpMyAdmin."
|
||||
@ -4795,7 +4795,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Вс"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17007,10 +17007,10 @@ msgstr "concurrent_insert установлен в 0"
|
||||
#~ msgstr "Показать информацию PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Вывести ссылку [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Вывести ссылку [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
12
po/si.po
12
po/si.po
@ -737,12 +737,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini.session.gc-"
|
||||
"ඔබගේ [a@https://secure.php.net/manual/en/session.configuration.php#ini.session.gc-"
|
||||
"maxlifetime@_blank]session.gc_maxlifetime[/a] PHP පරාමිතිය phpMyAdmin හි සිටුවා "
|
||||
"ඇති කුකී වලංගු කාලය ට වඩා අඩු අගයක් ගනී. මේ හේතුවෙන් ඔබගේ සැසිය phpMyAdmin හි සිටුවා ඇති "
|
||||
"කාලයට පෙර කල් ඉකුත් විය හැක."
|
||||
@ -4940,7 +4940,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "ඉරිදා"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17350,13 +17350,13 @@ msgstr "concurrent_insert ශුන්යයට සිටුවා ඇත"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] ප්රතිදානය වෙත "
|
||||
#~ "[a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] ප්රතිදානය වෙත "
|
||||
#~ "සබැඳුම පෙන්වන්න"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
12
po/sk.po
12
po/sk.po
@ -750,12 +750,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Nastavenie v php.ini [a@https://secure.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 "
|
||||
@ -4750,7 +4750,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Ne"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -16522,10 +16522,10 @@ msgstr "concurrent_insert je nastavené na 0"
|
||||
#~ msgstr "Zobraziť informácie o PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Zobraziť odkaz na výstup funkcie [a@https://php.net/manual/function."
|
||||
#~ "Zobraziť odkaz na výstup funkcie [a@https://secure.php.net/manual/function."
|
||||
#~ "phpinfo.php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
@ -18110,7 +18110,7 @@ msgstr "concurrent_insert je nastavené na 0"
|
||||
#~ msgstr "Vypnuté"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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"
|
||||
|
||||
|
||||
10
po/sl.po
10
po/sl.po
@ -752,12 +752,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"Vaš parameter PHP [a@https://secure.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."
|
||||
@ -4794,7 +4794,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "ned"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -16908,10 +16908,10 @@ msgstr "concurrent_insert je nastavljeno na 0"
|
||||
#~ msgstr "Pokaži podatke o PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/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://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
12
po/sq.po
12
po/sq.po
@ -755,12 +755,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Parametri juaj PHP [a@https://secure.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 "
|
||||
@ -4815,7 +4815,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Die"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17062,10 +17062,10 @@ msgstr "concurrent_insert është vendosur në 0"
|
||||
#~ msgstr "Shfaq informacionin PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Shfaq lidhjen tek rezultati [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Shfaq lidhjen tek rezultati [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
@ -18301,7 +18301,7 @@ msgstr "concurrent_insert është vendosur në 0"
|
||||
#~ msgstr "Çaktivizuar"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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"
|
||||
|
||||
4
po/sr.po
4
po/sr.po
@ -804,7 +804,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5213,7 +5213,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Нед"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
@ -809,7 +809,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5131,7 +5131,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Ned"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
10
po/sv.po
10
po/sv.po
@ -746,12 +746,12 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"PHP-parametern [a@https://secure.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."
|
||||
@ -4764,7 +4764,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Sön"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -16988,10 +16988,10 @@ msgstr "concurrent_insert är satt till 0"
|
||||
#~ msgstr "Visa PHP-information"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Visar länk till resultatet av [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Visar länk till resultatet av [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
8
po/ta.po
8
po/ta.po
@ -763,17 +763,17 @@ msgstr ""
|
||||
#: index.php:487
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
#| "Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini.session."
|
||||
"உங்கள் PHP [a@https://secure.php.net/manual/en/session.configuration.php#ini.session."
|
||||
"gc-maxlifetime@_blank]session.gc_maxlifetime[/a] அளவுரு, கட்டமைக்கப்பட்ட பயனர் "
|
||||
"நிலை பதிவுத்துணுக்கு செல்லுபடியாகும் காலத்தை விட குறைவாக உள்ளது, இதனால் உங்கள் அமர்வு "
|
||||
"phpMyAdmin கட்டமைக்கப்பட்டதை விட விரைவில் காலாவதியாகிவிடும்."
|
||||
@ -4824,7 +4824,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "ஞாயிறு"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
4
po/te.po
4
po/te.po
@ -775,7 +775,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5013,7 +5013,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "ఆది"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
8
po/th.po
8
po/th.po
@ -776,7 +776,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5062,7 +5062,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "อา."
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18671,7 +18671,7 @@ msgstr "concurrent_insert ถูกตั้งค่าไว้ที่ 0"
|
||||
#~ msgstr "ระงับการใช้อยู่"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr "ไม่สามารถเรียกส่วนขยาย %s,<br />กรุณาตรวจสอบการตั้งค่าของ PHP"
|
||||
|
||||
@ -18772,7 +18772,7 @@ msgstr "concurrent_insert ถูกตั้งค่าไว้ที่ 0"
|
||||
#~ msgstr "ไม่มีตาราง \"%s\"!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr "ไม่สามารถเรียกส่วนขยาย %s,<br />กรุณาตรวจสอบการตั้งค่าของ PHP"
|
||||
|
||||
|
||||
4
po/tk.po
4
po/tk.po
@ -728,7 +728,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4610,7 +4610,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
8
po/tr.po
8
po/tr.po
@ -749,7 +749,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4781,7 +4781,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Paz"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -16922,10 +16922,10 @@ msgstr "concurrent_insert 0'a ayarlı"
|
||||
#~ msgstr "PHP bilgisini göster"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] çıktısı için "
|
||||
#~ "[a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/a] çıktısı için "
|
||||
#~ "bağlantı gösterir."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
6
po/tt.po
6
po/tt.po
@ -788,7 +788,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5166,7 +5166,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Ykş"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18734,7 +18734,7 @@ msgstr ""
|
||||
#~ msgstr "Sünek"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.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"
|
||||
|
||||
|
||||
4
po/ug.po
4
po/ug.po
@ -782,7 +782,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5063,7 +5063,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "يەكشەنبە"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
12
po/uk.po
12
po/uk.po
@ -761,17 +761,17 @@ msgstr ""
|
||||
#: index.php:487
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
#| "Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration.php#ini."
|
||||
"Параметр PHP [a@https://secure.php.net/manual/en/session.configuration.php#ini."
|
||||
"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] менший, ніж термін "
|
||||
"придатності cookie в phpMyAdmin, через це термін дії вашої сесії закінчиться "
|
||||
"раніше, ніж налаштовано в phpMyAdmin."
|
||||
@ -4903,7 +4903,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Нд"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -17546,10 +17546,10 @@ msgstr "concurrent_insert встановлено у 0"
|
||||
#~ msgstr "Показати інформацію про PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Відображає посилання на [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Відображає посилання на [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
4
po/ur.po
4
po/ur.po
@ -784,7 +784,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -5091,7 +5091,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "اتوار"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
|
||||
22
po/uz.po
22
po/uz.po
@ -818,17 +818,17 @@ msgstr ""
|
||||
#: index.php:487
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
#| "Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session."
|
||||
"Сервердаги PHP конфигурациясида \"[a@https://secure.php.net/manual/en/session."
|
||||
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
|
||||
"a]\" параметрининг қиймати phpMyAdmin дастурининг \"cookie\" ҳақиқийлиги "
|
||||
"давомийлигидан кичикроқ, шунинг учун логин сессиянгиз phpMyAdmin дастурида "
|
||||
@ -837,7 +837,7 @@ msgstr ""
|
||||
#: index.php:506
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "r PHP parameter [a@https://php.net/manual/en/session.configuration.#ini."
|
||||
#| "r PHP parameter [a@https://secure.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."
|
||||
@ -845,7 +845,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://php.net/manual/en/session."
|
||||
"Сервердаги PHP конфигурациясида \"[a@https://secure.php.net/manual/en/session."
|
||||
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
|
||||
"a]\" параметрининг қиймати phpMyAdmin дастурининг \"cookie\" ҳақиқийлиги "
|
||||
"давомийлигидан кичикроқ, шунинг учун логин сессиянгиз phpMyAdmin дастурида "
|
||||
@ -5298,7 +5298,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Якш"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -18974,13 +18974,13 @@ msgstr "Максимал уланишлар сони "
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] "
|
||||
#~ "[a@https://secure.php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] "
|
||||
#~ "функцияси натижасига боғ кўрсатиш"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
@ -20630,10 +20630,10 @@ msgstr "Максимал уланишлар сони "
|
||||
#~ msgstr "Фаолсизлантирилган"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] кенгайтмани юклаб "
|
||||
#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] кенгайтмани юклаб "
|
||||
#~ "бўлмади! PHP конфигурациясини созланг."
|
||||
|
||||
#~ msgid ""
|
||||
|
||||
@ -807,17 +807,17 @@ msgstr ""
|
||||
#: index.php:487
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
#| "Your PHP parameter [a@https://secure.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://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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://php.net/manual/en/session."
|
||||
"Serverdagi PHP konfiguratsiyasida \"[a@https://secure.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 phpMyAdmin "
|
||||
@ -826,7 +826,7 @@ msgstr ""
|
||||
#: index.php:506
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "r PHP parameter [a@https://php.net/manual/en/session.configuration.#ini."
|
||||
#| "r PHP parameter [a@https://secure.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."
|
||||
@ -834,7 +834,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://php.net/manual/en/session."
|
||||
"Serverdagi PHP konfiguratsiyasida \"[a@https://secure.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 phpMyAdmin "
|
||||
@ -5310,7 +5310,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "Yaksh"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -19053,13 +19053,13 @@ msgstr "Maksimal ulanishlar soni "
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~| "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~| "a] output"
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] "
|
||||
#~ "[a@https://secure.php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] "
|
||||
#~ "funksiyasi natijasiga bog‘ ko‘rsatish"
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
@ -20716,10 +20716,10 @@ msgstr "Maksimal ulanishlar soni "
|
||||
#~ msgstr "Faolsizlantirilgan"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cannot load [a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] "
|
||||
#~ "extension. Please check your PHP configuration."
|
||||
#~ msgstr ""
|
||||
#~ "[a@https://php.net/%1$s@Documentation][em]%1$s[/em][/a] kengaytmani "
|
||||
#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] kengaytmani "
|
||||
#~ "yuklab bo‘lmadi! PHP konfiguratsiyasini sozlang."
|
||||
|
||||
#~ msgid ""
|
||||
|
||||
8
po/vi.po
8
po/vi.po
@ -748,7 +748,7 @@ msgstr ""
|
||||
|
||||
#: index.php:487
|
||||
msgid ""
|
||||
"Your PHP parameter [a@https://php.net/manual/en/session.configuration."
|
||||
"Your PHP parameter [a@https://secure.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."
|
||||
@ -4685,7 +4685,7 @@ msgctxt "Short week day name"
|
||||
msgid "Sun"
|
||||
msgstr "CN"
|
||||
|
||||
#. l10n: See https://php.net/manual/en/function.strftime.php
|
||||
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
|
||||
#: libraries/Util.php:1698
|
||||
#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68
|
||||
msgid "%B %d, %Y at %I:%M %p"
|
||||
@ -16151,10 +16151,10 @@ msgstr "concurrent_insert được đặt thành 0"
|
||||
#~ msgstr "Hiện thông tin PHP"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "Shows link to [a@https://secure.php.net/manual/function.phpinfo.php]phpinfo()[/"
|
||||
#~ "a] output."
|
||||
#~ msgstr ""
|
||||
#~ "Hiển thị liên kết đến [a@https://php.net/manual/function.phpinfo."
|
||||
#~ "Hiển thị liên kết đến [a@https://secure.php.net/manual/function.phpinfo."
|
||||
#~ "php]phpinfo()[/a]."
|
||||
|
||||
#~ msgid "Show phpinfo() link"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user