From: jollytoad Date: Wed, 22 Sep 2004 10:35:33 +0000 (+0000) Subject: Added the singular noun 'Constraint', for use in a title attribute within the bread... X-Git-Tag: REL_3-5-1~45 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=43360d03e037b43bbbd6ba125da99b8e120586b4;p=phppgadmin.git Added the singular noun 'Constraint', for use in a title attribute within the bread crumb trail. --- diff --git a/lang/english.php b/lang/english.php index e1c56c82..2a06e8db 100755 --- a/lang/english.php +++ b/lang/english.php @@ -4,7 +4,7 @@ * English language file for phpPgAdmin. Use this as a basis * for new translations. * - * $Id: english.php,v 1.164 2004/09/02 14:03:06 jollytoad Exp $ + * $Id: english.php,v 1.165 2004/09/22 10:35:33 jollytoad Exp $ */ // Language and character set @@ -380,6 +380,7 @@ $lang['strruledroppedbad'] = 'Rule drop failed.'; // Constraints + $lang['strconstraint'] = 'Constraint'; $lang['strconstraints'] = 'Constraints'; $lang['strshowallconstraints'] = 'Show all constraints'; $lang['strnoconstraints'] = 'No constraints found.'; diff --git a/lang/recoded/english.php b/lang/recoded/english.php index a59a6006..715faff4 100644 --- a/lang/recoded/english.php +++ b/lang/recoded/english.php @@ -4,7 +4,7 @@ * English language file for phpPgAdmin. Use this as a basis * for new translations. * - * $Id: english.php,v 1.117 2004/09/02 14:03:06 jollytoad Exp $ + * $Id: english.php,v 1.118 2004/09/22 10:35:33 jollytoad Exp $ */ // Language and character set @@ -380,6 +380,7 @@ $lang['strruledroppedbad'] = 'Rule drop failed.'; // Constraints + $lang['strconstraint'] = 'Constraint'; $lang['strconstraints'] = 'Constraints'; $lang['strshowallconstraints'] = 'Show all constraints'; $lang['strnoconstraints'] = 'No constraints found.';