differentiate strings
authorchriskl <chriskl>
Fri, 11 Apr 2003 04:44:34 +0000 (04:44 +0000)
committerchriskl <chriskl>
Fri, 11 Apr 2003 04:44:34 +0000 (04:44 +0000)
lang/english.php

index 14ad6312660f20fca5858a55bfd773c6a7d4a92d..9754c561809491fce98fe47420d24e176085548c 100755 (executable)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.67 2003/04/04 08:28:26 chriskl Exp $
+        * $Id: english.php,v 1.68 2003/04/11 04:44:34 chriskl Exp $
         */
 
        // Language and character set
        $lang['strtablename'] = 'Table name';
        $lang['strtableneedsname'] = 'You must give a name for your table.';
        $lang['strtableneedsfield'] = 'You must specify at least one field.';
-       $lang['strtableneedscols'] = 'You must give a valid number of columns.';
+       $lang['strtableneedscols'] = 'Tables require a valid number of columns.';
        $lang['strtablecreated'] = 'Table created.';
        $lang['strtablecreatedbad'] = 'Table creation failed.';
        $lang['strconfdroptable'] = 'Are you sure you want to drop the table "%s"?';
        $lang['strtabname'] = 'Tab Name';
        $lang['strcolumnname'] = 'Column Name';
        $lang['strindexneedsname'] = 'You must give a name for your index';
-       $lang['strindexneedscols'] = 'You must give a valid number of columns.';
+       $lang['strindexneedscols'] = 'Indexes require a valid number of columns.';
        $lang['strindexcreated'] = 'Index created';
        $lang['strindexcreatedbad'] = 'Index creation failed.';
        $lang['strconfdropindex'] = 'Are you sure you want to drop the index "%s"?';