add missing string for logging out with shared credentials.
authorRobert Treat <xzilla@users.sourceforge.net>
Fri, 11 Jul 2008 21:02:29 +0000 (17:02 -0400)
committerRobert Treat <xzilla@users.sourceforge.net>
Fri, 11 Jul 2008 21:02:29 +0000 (17:02 -0400)
lang/english.php [changed mode: 0755->0644]
lang/recoded/english.php

old mode 100755 (executable)
new mode 100644 (file)
index ddb6ccd..ca4bcdc
        $lang['strfile'] = 'File';
        $lang['strfileimported'] = 'File imported.';
        $lang['strtrycred'] = 'Use these credentials for all servers';
+       $lang['strconfdropcred'] = 'For security reason, disconnecting will destroy your shared login information. Are you sure you want to disconnect ?';
        $lang['stractionsonmultiplelines'] = 'Actions on multiple lines';
        $lang['strselectall'] = 'Select all';
        $lang['strunselectall'] = 'Unselect all';
index 9b9a5ca791fb3c25f402ad9bc7ba72048bba2899..37c10bd9ded9c917be019415c45e8db2aea83b87 100644 (file)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.183 2008/02/23 16:34:33 ioguix Exp $
+        * $Id: english.php,v 1.232 2008/02/23 16:34:33 ioguix Exp $
         */
 
        // Language and character set
        $lang['strfile'] = 'File';
        $lang['strfileimported'] = 'File imported.';
        $lang['strtrycred'] = 'Use these credentials for all servers';
+       $lang['strconfdropcred'] = 'For security reason, disconnecting will destroy your shared login information. Are you sure you want to disconnect ?';
        $lang['stractionsonmultiplelines'] = 'Actions on multiple lines';
        $lang['strselectall'] = 'Select all';
        $lang['strunselectall'] = 'Unselect all';