bug #2686149: wrong error msg:..session.gc-maxlifetime.. Note: the url should contain a - dash, the setting itself an underscore _
This commit is contained in:
parent
ff0b627cc7
commit
6748006dce
@ -1228,9 +1228,9 @@ ALTER TABLE `pma_column_comments`
|
||||
|
||||
<dt id="cfg_LoginCookieValidity">$cfg['LoginCookieValidity'] integer [number of seconds]</dt>
|
||||
<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>
|
||||
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>
|
||||
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>
|
||||
|
||||
@ -1464,7 +1464,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1463,7 +1463,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1465,7 +1465,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1460,7 +1460,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1439,7 +1439,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1457,7 +1457,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1439,7 +1439,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1447,7 +1447,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1463,7 +1463,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1437,7 +1437,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1460,7 +1460,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1436,7 +1436,7 @@ $strZip = '"comprimit amb 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
|
||||
$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
|
||||
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
|
||||
@ -1465,7 +1465,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1444,7 +1444,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1441,7 +1441,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1345,7 +1345,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu
|
||||
|
||||
$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //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
|
||||
$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
|
||||
$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
|
||||
$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
|
||||
$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
|
||||
|
||||
@ -1439,7 +1439,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -783,7 +783,7 @@ $strServerTabVariables = 'Variabelen';
|
||||
$strServerTrafficNotes = '<b>Serververkeer</b>: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server, vanaf het moment dat hij is gestart';
|
||||
$strServerVars = 'Servervariabelen en -instellingen';
|
||||
$strServerVersion = 'Serverversie';
|
||||
$strSessionGCWarning = 'De PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lager dan de ingestelde cookie geldigheid in phpMyAdmin. Hierdoor verloopt uw sessie eerder dan in phpMyAdmin is ingesteld.';
|
||||
$strSessionGCWarning = 'De PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lager dan de ingestelde cookie geldigheid in phpMyAdmin. Hierdoor verloopt uw sessie eerder dan in phpMyAdmin is ingesteld.';
|
||||
$strSessionStartupErrorGeneral = 'De sessie kan niet foutloos worden gestart. Controleer op foutmeldingen in de PHP- en webserver-log, en herstel deze.';
|
||||
$strSessionValue = 'Sessievariabelen';
|
||||
$strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...<br />Als u een backslash moet plaatsen ("") of een enkel aanhalingsteken ("\'") bij deze waardes, plaats er dan een backslash voor (voorbeeld \'\\\\xyz\' of \'a\\\'b\').';
|
||||
|
||||
@ -782,7 +782,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.';
|
||||
$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\').';
|
||||
|
||||
@ -1445,7 +1445,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -778,7 +778,7 @@ $strServerTabVariables = 'Muuttujat';
|
||||
$strServerTrafficNotes = '<b>Palvelinliikenne</b>: Nämä taulukot näyttävät tämän MySQL-palvelimen verkkoliikennetilastot käynnistyksestä lähtien.';
|
||||
$strServerVars = 'Palvelimen muuttujat ja asetukset';
|
||||
$strServerVersion = 'Palvelimen versio';
|
||||
$strSessionGCWarning = 'PHP-parametri [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] on matalampi kuin phpMyAdminissa määritetty evästekelpoisuus. Siksi kirjautumisesi erääntyy nopeammin kuin phpMyAdminissa on määritetty.';
|
||||
$strSessionGCWarning = 'PHP-parametri [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] on matalampi kuin phpMyAdminissa määritetty evästekelpoisuus. Siksi kirjautumisesi erääntyy nopeammin kuin phpMyAdminissa on määritetty.';
|
||||
$strSessionStartupErrorGeneral = 'Istuntoa ei voi aloittaa virheettömästi. Tarkista PHP:n tai verkkopalvelimen lokitiedostojen virheilmoitukset ja määritä PHP-asennuksen asetukset oikein.';
|
||||
$strSessionValue = 'Tämän istunnon arvo';
|
||||
$strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", syötä vaaditut arvot tässä muodossa: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkkiä ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
|
||||
|
||||
@ -776,7 +776,7 @@ $strServerTabVariables = 'Variables';
|
||||
$strServerTrafficNotes = '<b>Statistiques sur le trafic</b>: Ce tableau indique le trafic réseau observé sur ce serveur MySQL depuis son démarrage.';
|
||||
$strServerVars = 'Variables et réglages du serveur';
|
||||
$strServerVersion = 'Version du serveur';
|
||||
$strSessionGCWarning = 'La valeur du paramètre PHP [a@http://php.net/manual/fr/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] est plus petite que la durée du cookie configurée dans phpMyAdmin; donc, votre session de travail expirera plus tôt.';
|
||||
$strSessionGCWarning = 'La valeur du paramètre PHP [a@http://php.net/manual/fr/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] est plus petite que la durée du cookie configurée dans phpMyAdmin; donc, votre session de travail expirera plus tôt.';
|
||||
$strSessionStartupErrorGeneral = 'Erreur lors du démarrage de la session, veuillez vérifier les erreurs indiquées par PHP ou dans le fichier témoin du serveur web, et configurer PHP correctement.';
|
||||
$strSessionValue = 'Valeur pour la session';
|
||||
$strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites-le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
|
||||
|
||||
@ -1438,7 +1438,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -783,7 +783,7 @@ $strServerTabVariables = 'ცვლადები';
|
||||
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
|
||||
$strServerVars = 'სერვერის ცვლადები და პარამეტრები';
|
||||
$strServerVersion = 'სერვერის ვერსია';
|
||||
$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.';
|
||||
$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 = 'სესიის მნიშვნელობა';
|
||||
$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\').';
|
||||
|
||||
@ -745,7 +745,7 @@ $strServerTabVariables = 'Variablen';
|
||||
$strServerTrafficNotes = '<b>Servertraffic</b>: In diesen Tabellen wird der Netzwerkverkehr dieses MySQL-Servers seit dessen Start aufgeführt.';
|
||||
$strServerVars = 'Servervariablen und -einstellungen';
|
||||
$strServerVersion = 'Server Version';
|
||||
$strSessionGCWarning = 'Ihre PHP Einstellung [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] ist niedriger als die in phpMyAdmin konfigurierte Cookiegültigkeit, deshlab wir ihre Anmeldung eher ablaufen als in phpMyAdmin konfiguriert.';
|
||||
$strSessionGCWarning = 'Ihre PHP Einstellung [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] ist niedriger als die in phpMyAdmin konfigurierte Cookiegültigkeit, deshlab wir ihre Anmeldung eher ablaufen als in phpMyAdmin konfiguriert.';
|
||||
$strSessionStartupErrorGeneral = 'Die Sitzung konnte nicht ohne Fehler gestartet werden, schauen Sie bitte in das Fehlerprokoll von PHP und/oder Ihres Webservers und konfigurieren Sie PHP entsprechend (session.save_path, Schreibrechte).';
|
||||
$strSessionValue = 'Wert für diese Sitzung';
|
||||
$strSetEnumVal = 'Wenn das Feld vom Typ \'ENUM\' oder \'SET\' ist, benutzen Sie bitte das Format: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
|
||||
|
||||
@ -1462,7 +1462,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1457,7 +1457,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1465,7 +1465,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1442,7 +1442,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1455,7 +1455,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1444,7 +1444,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1445,7 +1445,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1460,7 +1460,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1462,7 +1462,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -963,7 +963,7 @@ $strSearchInField = 'Inside field:'; //to translate
|
||||
$strSelectForeignKey = 'Select Foreign Key'; //to translate
|
||||
$strSelectReferencedKey = 'Select referenced key'; //to translate
|
||||
$strServerStatusDelayedInserts = 'Delayed inserts'; //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
|
||||
$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
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
|
||||
$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
|
||||
|
||||
@ -1440,7 +1440,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1477,7 +1477,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1012,7 +1012,7 @@ $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
|
||||
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
|
||||
|
||||
$strSearchInField = 'Inside field:'; //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
|
||||
$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
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
|
||||
$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
|
||||
|
||||
@ -1437,7 +1437,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1491,7 +1491,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1433,7 +1433,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1466,7 +1466,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1157,7 +1157,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu
|
||||
$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //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
|
||||
$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
|
||||
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
|
||||
$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
|
||||
$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.'; //to translate
|
||||
|
||||
@ -1450,7 +1450,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1439,7 +1439,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1439,7 +1439,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1442,7 +1442,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1440,7 +1440,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1459,7 +1459,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1435,7 +1435,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1437,7 +1437,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1450,7 +1450,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -1461,7 +1461,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
@ -781,7 +781,7 @@ $strServerTabVariables = 'Değişkenler';
|
||||
$strServerTrafficNotes = '<b>Sunucu trafiği</b>: Bu tablolar sunucunun başlatıldığı andan itibaren MySQL sunucusunun ağ trafiği istatistiklerini gösterir.';
|
||||
$strServerVars = 'Sunucu değişkenleri ve ayarları';
|
||||
$strServerVersion = 'Sunucu sürümü';
|
||||
$strSessionGCWarning = 'phpMyAdmin içinde yapılandırılmış tanımlama bilgisi geçerliliği PHP parametreleriniz [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] düşük, bundan dolayı oturum açmanızın süresi phpMyAdmin içinde yapılandırılmadıkça dolacaktır.';
|
||||
$strSessionGCWarning = 'phpMyAdmin içinde yapılandırılmış tanımlama bilgisi geçerliliği PHP parametreleriniz [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] düşük, bundan dolayı oturum açmanızın süresi phpMyAdmin içinde yapılandırılmadıkça dolacaktır.';
|
||||
$strSessionStartupErrorGeneral = 'Oturum hatasız olarak başlatılamıyor, lütfen PHP ve/veya web sunucusu günlüğü dosyanızda verilen hataları kontrol edin ve PHP kurulumunuzu düzgün olarak yapılandırın.';
|
||||
$strSessionValue = 'Oturum değeri';
|
||||
$strSetEnumVal = 'Eğer alan türü "enum" veya "set" ise lütfen değerleri bu biçimi kullanarak girin: \'a\',\'b\',\'c\'...<br />Eğer bu değerler arasına hep ters eğik çizgi ("\") veya tek tırnak ("\'") koymanız gerekirse, önlerine ters eğik çizgi koyun (örneğin \'\\\\xyz\' veya \'a\\\'b\').';
|
||||
|
||||
@ -1459,7 +1459,7 @@ $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
|
||||
$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
|
||||
$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
|
||||
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
|
||||
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
|
||||
|
||||
Loading…
Reference in New Issue
Block a user