"Log in" is correct naming for action (RFE #945440).

This commit is contained in:
Michal Čihař
2005-10-25 19:21:41 +00:00
parent e23fa7ba6f
commit e68f1a0933
4 changed files with 9 additions and 6 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-10-25 Michal Čihař <michal@cihar.com>
* lang/english: "Log in" is correct naming for action (RFE #945440).
2005-10-24 Michal Čihař <michal@cihar.com>
* tbl_properties_operations.php: Fix changing table attributes, reread new
parameters after changing them (bug #1290413).

View File

@@ -106,7 +106,7 @@ $strBzip = '"bzipped"';
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot login to MySQL server';
$strCannotLogin = 'Cannot log in to the MySQL server';
$strCantLoad = 'cannot load %s extension;<br />please check PHP configuration';
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';

View File

@@ -106,7 +106,7 @@ $strBzip = '"bzipped"';
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot login to MySQL server';
$strCannotLogin = 'Cannot log in to the MySQL server';
$strCantLoad = 'cannot load %s extension;<br />please check PHP configuration';
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';

View File

@@ -107,7 +107,7 @@ $strBzip = '"bzipped"';
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot login to MySQL server';
$strCannotLogin = 'Cannot log in to the MySQL server';
$strCantLoad = 'cannot load %s extension;<br />please check PHP configuration';
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';