rfe #2127987 warn when session.gc_maxlifetime is less than cookie validity
This commit is contained in:
@@ -7,6 +7,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
|
||||
3.2.0.0 (not yet released)
|
||||
- [core] better support for vendor customisation (based on what Debian needs)
|
||||
- rfe #2127987 warn when session.gc_maxlifetime is less than cookie validity
|
||||
|
||||
3.1.1.0 (not yet released)
|
||||
- patch #2242765 [core] Navi panel server links wrong,
|
||||
|
@@ -1219,7 +1219,11 @@ ALTER TABLE `pma_column_comments`
|
||||
</dd>
|
||||
|
||||
<dt id="cfg_LoginCookieValidity">$cfg['LoginCookieValidity'] integer [number of seconds]</dt>
|
||||
<dd>Define how long is login cookie valid.</dd>
|
||||
<dd>Define how long is login cookie valid. Please note that php
|
||||
configuration option <a href="http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime">session.gc-maxlifetime</a>
|
||||
might limit session validity and if session is lost, login cookie is
|
||||
also invalidated. So it is good idea to set <code>session.gc-maxlifetime</code>
|
||||
at least as high is $cfg['LoginCookieValidity'] is set.</dd>
|
||||
|
||||
<dt id="cfg_LoginCookieStore">$cfg['LoginCookieStore'] integer [number of seconds]</dt>
|
||||
<dd>Define how long is login cookie should be stored in browser. Default 0
|
||||
|
@@ -1469,4 +1469,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1468,4 +1468,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1470,4 +1470,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1465,4 +1465,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1444,4 +1444,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1462,4 +1462,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1444,4 +1444,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1452,4 +1452,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1468,4 +1468,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1442,4 +1442,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1465,4 +1465,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1441,4 +1441,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1470,4 +1470,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1449,4 +1449,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1446,4 +1446,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -907,7 +907,7 @@ $strSetupHomepageLink = 'Domovská stránka phpMyAdmina';
|
||||
$strSetupCharEditing_desc = 'Definuje, který typ ovládacích prvků má být použit při editaci polí typu CHAR a VARCHAR; [kbd]vstup[/kbd] - umožňuje omezit délku vstupu, [kbd]textová oblast[/kbd] - umožní použít odřádkování.';
|
||||
$strSetupCharEditing_name = 'Editace polí typu CHAR';
|
||||
$strSetupCharTextareaCols_desc = 'Počet sloupců textových oblastí typu CHAR/VARCHAR.';
|
||||
$strSetupCharTextareaCols_name = 'Sloupce pro textové oblasti typu CHAR';
|
||||
$strSetupCharTextareaCols_name = 'Sloupce pro textové oblasti typu CHAR';
|
||||
$strSetupCharTextareaRows_desc = 'Počet řádků textových oblastí typu CHAR/VARCHAR.';
|
||||
$strSetupCharTextareaRows_name = 'Řádky pro textové oblasti CHAR';
|
||||
$strSetupCheckConfigurationPermissions_name = 'Zkontrolovat přístupová práva konfiguračního souboru';
|
||||
@@ -1448,4 +1448,5 @@ $strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_e
|
||||
$strSetupZipDump_name = 'ZIP'; //to translate
|
||||
$strShowKeys = 'Only show keys'; //to translate
|
||||
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1444,4 +1444,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1466,4 +1466,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -132,26 +132,6 @@ $strCardinality = 'Cardinality';
|
||||
$strCaseInsensitive = 'case-insensitive';
|
||||
$strCaseSensitive = 'case-sensitive';
|
||||
$strCentralEuropean = 'Central European';
|
||||
$strChange = 'Change';
|
||||
$strChangeCopyModeCopy = '... keep the old one.';
|
||||
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
|
||||
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
|
||||
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
|
||||
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
|
||||
$strChangeCopyUser = 'Change Login Information / Copy User';
|
||||
$strChangeDisplay = 'Choose field to display';
|
||||
$strChangePassword = 'Change password';
|
||||
$strCharset = 'Charset';
|
||||
$strCharsetOfFile = 'Character set of the file:';
|
||||
$strCharsetsAndCollations = 'Character Sets and Collations';
|
||||
$strCharsets = 'Charsets';
|
||||
$strCheckAll = 'Check All';
|
||||
$strCheck = 'Check';
|
||||
$strCheckOverhead = 'Check tables having overhead';
|
||||
$strCheckPrivs = 'Check Privileges';
|
||||
$strCheckPrivsLong = 'Check privileges for database "%s".';
|
||||
$strCheckTable = 'Check table';
|
||||
$strChoosePage = 'Please choose a page to edit';
|
||||
$strColComFeat = 'Displaying Column Comments';
|
||||
$strCollation = 'Collation';
|
||||
$strColumnNames = 'Column names';
|
||||
@@ -200,6 +180,26 @@ $strCustomColor = 'Custom color';
|
||||
$strCyrillic = 'Cyrillic';
|
||||
$strCzech = 'Czech';
|
||||
$strCzechSlovak = 'Czech-Slovak';
|
||||
$strChangeCopyModeCopy = '... keep the old one.';
|
||||
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
|
||||
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
|
||||
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
|
||||
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
|
||||
$strChangeCopyUser = 'Change Login Information / Copy User';
|
||||
$strChangeDisplay = 'Choose field to display';
|
||||
$strChange = 'Change';
|
||||
$strChangePassword = 'Change password';
|
||||
$strCharset = 'Charset';
|
||||
$strCharsetOfFile = 'Character set of the file:';
|
||||
$strCharsetsAndCollations = 'Character Sets and Collations';
|
||||
$strCharsets = 'Charsets';
|
||||
$strCheckAll = 'Check All';
|
||||
$strCheck = 'Check';
|
||||
$strCheckOverhead = 'Check tables having overhead';
|
||||
$strCheckPrivs = 'Check Privileges';
|
||||
$strCheckPrivsLong = 'Check privileges for database "%s".';
|
||||
$strCheckTable = 'Check table';
|
||||
$strChoosePage = 'Please choose a page to edit';
|
||||
|
||||
$strDanish = 'Danish';
|
||||
$strDatabase = 'Database';
|
||||
@@ -433,7 +433,6 @@ $strKorean = 'Korean';
|
||||
$strLandscape = 'Landscape';
|
||||
$strLanguage = 'Language';
|
||||
$strLanguageUnknown = 'Unknown language: %1$s.';
|
||||
$strLatchedPages = 'Latched pages';
|
||||
$strLatexCaption = 'Table caption';
|
||||
$strLatexContent = 'Content of table __TABLE__';
|
||||
$strLatexContinuedCaption = 'Continued table caption';
|
||||
@@ -442,6 +441,7 @@ $strLatexIncludeCaption = 'Include table caption';
|
||||
$strLatexLabel = 'Label key';
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLatexStructure = 'Structure of table __TABLE__';
|
||||
$strLatchedPages = 'Latched pages';
|
||||
$strLatvian = 'Latvian';
|
||||
$strLDI = 'CSV using LOAD DATA';
|
||||
$strLDILocal = 'Use LOCAL keyword';
|
||||
@@ -498,9 +498,9 @@ $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table ind
|
||||
$strMyISAMRepairThreads = 'Repair threads';
|
||||
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
|
||||
$strMyISAMSortBufferSize = 'Sort buffer size';
|
||||
$strMySQLCharset = 'MySQL charset';
|
||||
$strMysqlClientVersion = 'MySQL client version';
|
||||
$strMySQLConnectionCollation = 'MySQL connection collation';
|
||||
$strMySQLCharset = 'MySQL charset';
|
||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';
|
||||
$strMySQLSaid = 'MySQL said: ';
|
||||
$strMySQLShowProcess = 'Show processes';
|
||||
@@ -567,19 +567,19 @@ $strPartitionDefinition = 'PARTITION definition';
|
||||
$strPartitioned = 'partitioned';
|
||||
$strPartitionMaintenance = 'Partition maintenance';
|
||||
$strPartition = 'Partition %s';
|
||||
$strPasswordChanged = 'The password for %s was changed successfully.';
|
||||
$strPasswordEmpty = 'The password is empty!';
|
||||
$strPasswordHashing = 'Password Hashing';
|
||||
$strPasswordChanged = 'The password for %s was changed successfully.';
|
||||
$strPasswordNotSame = 'The passwords aren\'t the same!';
|
||||
$strPassword = 'Password';
|
||||
$strPBXTCheckpointFrequency = 'Checkpoint frequency';
|
||||
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.';
|
||||
$strPBXTDataFileGrowSize = 'Data file grow size';
|
||||
$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.';
|
||||
$strPBXTDataLogThreshold = 'Data log threshold';
|
||||
$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.';
|
||||
$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.';
|
||||
$strPBXTGarbageThreshold = 'Garbage threshold';
|
||||
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.';
|
||||
$strPBXTCheckpointFrequency = 'Checkpoint frequency';
|
||||
$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.';
|
||||
$strPBXTIndexCacheSize = 'Index cache size';
|
||||
$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.';
|
||||
@@ -638,8 +638,8 @@ $strPrivDescDelete = 'Allows deleting data.';
|
||||
$strPrivDescDropDb = 'Allows dropping databases and tables.';
|
||||
$strPrivDescDropTbl = 'Allows dropping tables.';
|
||||
$strPrivDescEvent = 'Allows to set up events for the event scheduler';
|
||||
$strPrivDescExecute5 = 'Allows executing stored routines.';
|
||||
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
|
||||
$strPrivDescExecute5 = 'Allows executing stored routines.';
|
||||
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
|
||||
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
|
||||
$strPrivDescIndex = 'Allows creating and dropping indexes.';
|
||||
@@ -778,6 +778,7 @@ $strServerTabVariables = 'Variables';
|
||||
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
|
||||
$strServerVars = 'Server variables and settings';
|
||||
$strServerVersion = 'Server version';
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.';
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';
|
||||
$strSessionValue = 'Session value';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
@@ -786,8 +787,8 @@ $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server
|
||||
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.';
|
||||
$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server';
|
||||
$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users';
|
||||
$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters';
|
||||
$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication';
|
||||
$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters';
|
||||
$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters';
|
||||
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.';
|
||||
$strSetupblowfish_secret_name = 'Blowfish secret';
|
||||
@@ -800,13 +801,6 @@ $strSetupBZipDump_name = 'Bzip2';
|
||||
$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
|
||||
$strSetupCannotLoadConfig = 'Cannot load or save configuration';
|
||||
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.';
|
||||
$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields';
|
||||
$strSetupCharEditing_name = 'CHAR fields editing';
|
||||
$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas';
|
||||
$strSetupCharTextareaCols_name = 'CHAR textarea columns';
|
||||
$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas';
|
||||
$strSetupCharTextareaRows_name = 'CHAR textarea rows';
|
||||
$strSetupCheckConfigurationPermissions_name = 'Check config file permissions';
|
||||
$strSetupClear = 'Clear';
|
||||
$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature';
|
||||
$strSetupCompressOnFly_name = 'Compress on the fly';
|
||||
@@ -848,12 +842,12 @@ $strSetuperror_nan_p = 'Not a positive number';
|
||||
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)';
|
||||
$strSetupExecTimeLimit_name = 'Maximum execution time';
|
||||
$strSetupExport_asfile_name = 'Save as file';
|
||||
$strSetupExport_charset_name = 'Character set of the file';
|
||||
$strSetupExport_compression_name = 'Compression';
|
||||
$strSetupExport_file_template_database_name = 'Database name template';
|
||||
$strSetupExport_file_template_server_name = 'Server name template';
|
||||
$strSetupExport_file_template_table_name = 'Table name template';
|
||||
$strSetupExport_format_name = 'Format';
|
||||
$strSetupExport_charset_name = 'Character set of the file';
|
||||
$strSetupExport_onserver_name = 'Save on server';
|
||||
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)';
|
||||
$strSetupExport_remember_file_template_name = 'Remember file name template';
|
||||
@@ -916,6 +910,13 @@ $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] c
|
||||
$strSetupGZipDump_name = 'GZip';
|
||||
$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
|
||||
$strSetupHomepageLink = 'phpMyAdmin homepage';
|
||||
$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields';
|
||||
$strSetupCharEditing_name = 'CHAR fields editing';
|
||||
$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas';
|
||||
$strSetupCharTextareaCols_name = 'CHAR textarea columns';
|
||||
$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas';
|
||||
$strSetupCharTextareaRows_name = 'CHAR textarea rows';
|
||||
$strSetupCheckConfigurationPermissions_name = 'Check config file permissions';
|
||||
$strSetupIconvExtraParams_name = 'Extra parameters for iconv';
|
||||
$strSetupIgnoreErrors = 'Ignore errors';
|
||||
$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed';
|
||||
@@ -963,10 +964,10 @@ $strSetupLoginCookieStore_name = 'Login cookie store';
|
||||
$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid';
|
||||
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.';
|
||||
$strSetupLoginCookieValidity_name = 'Login cookie validity';
|
||||
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed';
|
||||
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length';
|
||||
$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list';
|
||||
$strSetupMaxDbList_name = 'Maximum databases';
|
||||
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed';
|
||||
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length';
|
||||
$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.';
|
||||
$strSetupMaxRows_name = 'Maximum number of rows to display';
|
||||
$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list';
|
||||
@@ -1073,20 +1074,20 @@ $strSetupServers_table_info_desc = 'Table to describe the display fields, leave
|
||||
$strSetupServers_table_info_name = 'Display fields table';
|
||||
$strSetupServers_user_desc = 'Leave empty if not using config auth';
|
||||
$strSetupServers_user_name = 'User for config auth';
|
||||
$strSetupServers_verbose_desc = 'Hostname where MySQL server is running';
|
||||
$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance';
|
||||
$strSetupServers_verbose_check_name = 'Verbose check';
|
||||
$strSetupServers_verbose_desc = 'Hostname where MySQL server is running';
|
||||
$strSetupServers_verbose_name = 'Verbose name of this server';
|
||||
$strSetupSetValue = 'Set value: %s';
|
||||
$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button';
|
||||
$strSetupShowAll_name = 'Allow to display all the rows';
|
||||
$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly';
|
||||
$strSetupShowChgPassword_name = 'Show password change form';
|
||||
$strSetupShowCreateDb_name = 'Show create database form';
|
||||
$strSetupShowForm = 'Show form';
|
||||
$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode';
|
||||
$strSetupShowFunctionFields_name = 'Show function fields';
|
||||
$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)';
|
||||
$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly';
|
||||
$strSetupShowChgPassword_name = 'Show password change form';
|
||||
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output';
|
||||
$strSetupShowPhpInfo_name = 'Show phpinfo() link';
|
||||
$strSetupShowServerInfo_name = 'Show detailed MySQL server information';
|
||||
@@ -1236,8 +1237,8 @@ $strShowStatusReset = 'Reset';
|
||||
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';
|
||||
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';
|
||||
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';
|
||||
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';
|
||||
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';
|
||||
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';
|
||||
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';
|
||||
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';
|
||||
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';
|
||||
@@ -1283,9 +1284,9 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer';
|
||||
$strSQPBugUnclosedQuote = 'Unclosed quote';
|
||||
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
|
||||
$strStandInStructureForView = 'Stand-in structure for view';
|
||||
$strStatCheckTime = 'Last check';
|
||||
$strStatCreateTime = 'Creation';
|
||||
$strStatement = 'Statements';
|
||||
$strStatCheckTime = 'Last check';
|
||||
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
|
||||
$strStatUpdateTime = 'Last update';
|
||||
$strStatus = 'Status';
|
||||
|
@@ -1450,4 +1450,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1445,4 +1445,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1441,4 +1441,5 @@ $strYes = 'Oui';
|
||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
||||
$strZip = '"zippé"';
|
||||
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1443,4 +1443,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1470,4 +1470,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1450,4 +1450,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1467,4 +1467,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1462,4 +1462,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1470,4 +1470,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1447,4 +1447,5 @@ $strYes = 'Igen';
|
||||
$strZeroRemovesTheLimit = 'Megjegyzés: Ezen beállítások 0-ra (nulla) állítása eltávolítja a korlátozást.';
|
||||
$strZip = '"zip tömörítés"';
|
||||
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1460,4 +1460,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1449,4 +1449,5 @@ $strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_e
|
||||
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
|
||||
$strSetupZipDump_name = 'ZIP'; //to translate
|
||||
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1450,4 +1450,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1465,4 +1465,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1467,4 +1467,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1460,4 +1460,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1445,4 +1445,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1482,4 +1482,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1465,4 +1465,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1442,4 +1442,5 @@ $strYes = 'Ja';
|
||||
$strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.';
|
||||
$strZip = 'Komprimert (zip)';
|
||||
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1496,4 +1496,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1438,4 +1438,5 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; //
|
||||
$strSetupExport_file_template_table_name = 'Table name template'; //to translate
|
||||
$strSetupExport_file_template_database_name = 'Database name template'; //to translate
|
||||
$strSetupExport_file_template_server_name = 'Server name template'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1471,4 +1471,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1446,4 +1446,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1455,4 +1455,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1444,4 +1444,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1444,4 +1444,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1447,4 +1447,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1445,4 +1445,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1464,4 +1464,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1440,4 +1440,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1442,4 +1442,5 @@ $strYes = 'Ja';
|
||||
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
|
||||
$strZip = '"zippad"';
|
||||
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1455,4 +1455,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1466,4 +1466,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1450,4 +1450,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
@@ -1464,4 +1464,5 @@ $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication typ
|
||||
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
|
||||
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
|
||||
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
|
||||
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
|
||||
?>
|
||||
|
8
main.php
8
main.php
@@ -286,6 +286,14 @@ if (! @extension_loaded('mbstring')) {
|
||||
trigger_error($strMbExtensionMissing, E_USER_WARNING);
|
||||
}
|
||||
|
||||
/**
|
||||
* Check whether session.gc_maxlifetime limits session validity.
|
||||
*/
|
||||
$gc_time = (int)@ini_get('session.gc_maxlifetime');
|
||||
if ($gc_time < $GLOBALS['cfg']['LoginCookieValidity'] ) {
|
||||
trigger_error(PMA_Message::decodeBB($strSessionGCWarning), E_USER_WARNING);
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if user does not have defined blowfish secret and it is being used.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user