add true and false translation strings
authorchriskl <chriskl>
Thu, 22 May 2003 14:04:31 +0000 (14:04 +0000)
committerchriskl <chriskl>
Thu, 22 May 2003 14:04:31 +0000 (14:04 +0000)
lang/english.php
lang/recoded/english.php

index d1b84d72879fcb68f78d62e01e24769b63f90fef..dbe3e10f185eca366293696ffc5e9767654e2e3a 100755 (executable)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.80 2003/05/21 09:06:24 chriskl Exp $
+        * $Id: english.php,v 1.81 2003/05/22 14:04:31 chriskl Exp $
         */
 
        // Language and character set
@@ -59,6 +59,8 @@
        $lang['strreferences'] = 'References';
        $lang['stryes'] = 'Yes';
        $lang['strno'] = 'No';
+       $lang['strtrue'] = 'True';
+       $lang['strfalse'] = 'False';
        $lang['stredit'] = 'Edit';
        $lang['strcolumns'] = 'Columns';
        $lang['strrows'] = 'row(s)';
index b758e22423759f22a7dd2304dd4d108a8ca9119f..2f87a9b849a117e667948594ad8311ad2c2b8842 100644 (file)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.32 2003/05/21 09:06:24 chriskl Exp $
+        * $Id: english.php,v 1.33 2003/05/22 14:04:32 chriskl Exp $
         */
 
        // Language and character set
@@ -59,6 +59,8 @@
        $lang['strreferences'] = 'References';
        $lang['stryes'] = 'Yes';
        $lang['strno'] = 'No';
+       $lang['strtrue'] = 'True';
+       $lang['strfalse'] = 'False';
        $lang['stredit'] = 'Edit';
        $lang['strcolumns'] = 'Columns';
        $lang['strrows'] = 'row(s)';