From ff6077425151a4f2b32b4047cf9eef20ca7e028b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 29 Aug 2001 17:58:25 +0000 Subject: [PATCH] re-sorted --- lang/english.inc.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 2083048fd..59f934bee 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -59,7 +59,7 @@ $strColumnEmpty = 'The columns names are empty!'; $strColumnNames = 'Column names'; $strCompleteInserts = 'Complete inserts'; $strConfirm = 'Do you really want to do it?'; -$strCopyTable = 'Copy table to:'; +$strCopyTable = 'Copy table to'; $strCopyTableOK = 'Table %s has been copied to %s.'; $strCreate = 'Create'; $strCreateNewDatabase = 'Create new database'; @@ -166,8 +166,8 @@ $strName = 'Name'; $strNbRecords = 'No. Of records'; $strNext = 'Next'; $strNo = 'No'; -$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; $strNoPassword = 'No Password'; $strNoPrivileges = 'No Privileges'; @@ -190,8 +190,8 @@ $strOverhead = 'Overhead'; $strPassword = 'Password'; $strPasswordEmpty = 'The password is empty!'; $strPasswordNotSame = 'The passwords aren\'t the same!'; -$strPmaDocumentation = 'phpMyAdmin Documentation'; $strPHPVersion = 'PHP Version'; +$strPmaDocumentation = 'phpMyAdmin documentation'; $strPos1 = 'Begin'; $strPrevious = 'Previous'; $strPrimary = 'Primary';