remove duplicate strexecute
authorxzilla <xzilla>
Tue, 24 Apr 2007 17:42:38 +0000 (17:42 +0000)
committerxzilla <xzilla>
Tue, 24 Apr 2007 17:42:38 +0000 (17:42 +0000)
lang/english.php
lang/recoded/english.php

index b50e399e5b671b63c7846438b3b8f2f2282de727..9a251f84ef9a53abfe822566ff0beec00c71b89b 100755 (executable)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.208 2007/04/24 15:31:29 soranzo Exp $
+        * $Id: english.php,v 1.209 2007/04/24 17:42:38 xzilla Exp $
         */
 
        // Language and character set
        $lang['strconfunlockrepset'] = 'Are you sure you want to unlock replication set "%s"?';
        $lang['strrepsetunlocked'] = 'Replication set unlocked.';
        $lang['strrepsetunlockedbad'] = 'Replication set unlock failed.';
-       $lang['strexecute'] = 'Execute';
        $lang['stronlyonnode'] = 'Only on node';
        $lang['strddlscript'] = 'DDL script';
        $lang['strscriptneedsbody'] = 'You must supply a script to be executed on all nodes.';
index 84a259e924768051f4a7d704d0a194870988a00c..f9094d86ef0cdc2e6ded188dcef43a221f1c4d6a 100644 (file)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.160 2007/04/24 15:31:29 soranzo Exp $
+        * $Id: english.php,v 1.161 2007/04/24 17:42:39 xzilla Exp $
         */
 
        // Language and character set
        $lang['strconfunlockrepset'] = 'Are you sure you want to unlock replication set &quot;%s&quot;?';
        $lang['strrepsetunlocked'] = 'Replication set unlocked.';
        $lang['strrepsetunlockedbad'] = 'Replication set unlock failed.';
-       $lang['strexecute'] = 'Execute';
        $lang['stronlyonnode'] = 'Only on node';
        $lang['strddlscript'] = 'DDL script';
        $lang['strscriptneedsbody'] = 'You must supply a script to be executed on all nodes.';