English updates, thanks to Herman van Rink

This commit is contained in:
Marc Delisle
2009-01-05 17:41:08 +00:00
parent 4a990d6ed2
commit 16c115587e

View File

@@ -958,10 +958,10 @@ $strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all se
$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout';
$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode';
$strSetupLoginCookieRecall_name = 'Recall user name';
$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.';
$strSetupLoginCookieStore_desc = 'Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.';
$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.';
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] 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';
@@ -1021,7 +1021,7 @@ $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime typ
$strSetupServers_column_info_name = 'Column information table';
$strSetupServers_compress_desc = 'Compress connection to MySQL server';
$strSetupServers_compress_name = 'Compress connection';
$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure';
$strSetupServers_connect_type_desc = 'How to connect to server, keep [kdb]tcp[/kdb] if unsure';
$strSetupServers_connect_type_name = 'Connection type';
$strSetupServers_controlpass_name = 'Control user password';
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]';
@@ -1194,7 +1194,7 @@ $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite operations t
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsync() writes done to the log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';