From 8a7db842f48ecaf02f5d3584e2b93963706dfb01 Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Fri, 11 Jul 2008 17:02:29 -0400 Subject: [PATCH] add missing string for logging out with shared credentials. --- lang/english.php | 1 + lang/recoded/english.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 lang/english.php diff --git a/lang/english.php b/lang/english.php old mode 100755 new mode 100644 index ddb6ccd2..ca4bcdc6 --- a/lang/english.php +++ b/lang/english.php @@ -133,6 +133,7 @@ $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'; diff --git a/lang/recoded/english.php b/lang/recoded/english.php index 9b9a5ca7..37c10bd9 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.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 @@ -133,6 +133,7 @@ $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'; -- 2.39.5