From e68f1a0933222510bf025315c1bdfbfec8656050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 25 Oct 2005 19:21:41 +0000 Subject: [PATCH] "Log in" is correct naming for action (RFE #945440). --- ChangeLog | 3 +++ lang/english-iso-8859-1.inc.php | 4 ++-- lang/english-iso-8859-15.inc.php | 4 ++-- lang/english-utf-8.inc.php | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 313f2d112..15a8fbefe 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-10-25 Michal Čihař + * lang/english: "Log in" is correct naming for action (RFE #945440). + 2005-10-24 Michal Čihař * tbl_properties_operations.php: Fix changing table attributes, reread new parameters after changing them (bug #1290413). diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 81011f5a6..eb16d997d 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -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;
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!'; @@ -412,7 +412,7 @@ $strLithuanian = 'Lithuanian'; $strLocalhost = 'Local'; $strLocationTextfile = 'Location of the text file'; $strLoginInformation = 'Login Information'; -$strLogin = 'Login'; +$strLogin = 'Log in'; $strLogout = 'Log out'; $strLogPassword = 'Password:'; $strLogServer = 'Server'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index af49c4b9a..a84158dbf 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -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;
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!'; @@ -412,7 +412,7 @@ $strLithuanian = 'Lithuanian'; $strLocalhost = 'Local'; $strLocationTextfile = 'Location of the text file'; $strLoginInformation = 'Login Information'; -$strLogin = 'Login'; +$strLogin = 'Log in'; $strLogout = 'Log out'; $strLogPassword = 'Password:'; $strLogServer = 'Server'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index f02daf453..aeff07ba8 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -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;
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!'; @@ -413,7 +413,7 @@ $strLithuanian = 'Lithuanian'; $strLocalhost = 'Local'; $strLocationTextfile = 'Location of the text file'; $strLoginInformation = 'Login Information'; -$strLogin = 'Login'; +$strLogin = 'Log in'; $strLogout = 'Log out'; $strLogPassword = 'Password:'; $strLogServer = 'Server';