* English language file for phpPgAdmin. Use this as a basis
* for new translations.
*
- * $Id: english.php,v 1.126 2005/04/30 18:02:03 soranzo Exp $
+ * $Id: english.php,v 1.127 2005/05/02 15:49:52 chriskl Exp $
*/
// Language and character set
$lang['strloginfailed'] = 'Login failed';
$lang['strlogindisallowed'] = 'Login disallowed for security reasons.';
$lang['strserver'] = 'Server';
+ $lang['strservers'] = 'Servers';
+ $lang['strintroduction'] = 'Introduction';
+ $lang['strhost'] = 'Host';
+ $lang['strport'] = 'Port';
$lang['strlogout'] = 'Logout';
$lang['strowner'] = 'Owner';
$lang['straction'] = 'Action';
$lang['strfileimported'] = 'File imported.';
// Error handling
- $lang['strnoframes'] = 'You need a frames-enabled browser to use this application.';
+ $lang['strnoframes'] = 'This application works best with a frames-enabled browser, but can be used without frames by following the link below.';
+ $lang['strnoframeslink'] = 'Use without frames';
$lang['strbadconfig'] = 'Your config.inc.php is out of date. You will need to regenerate it from the new config.inc.php-dist.';
$lang['strnotloaded'] = 'Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.';
$lang['strpostgresqlversionnotsupported'] = 'Version of PostgreSQL not supported. Please upgrade to version %s or later.';
$lang['strtimefmt'] = 'jS M, Y g:iA';
$lang['strhelp'] = 'Help';
$lang['strhelpicon'] = '?';
+ $lang['strlogintitle'] = 'Login to %s';
+ $lang['strlogoutmsg'] = 'Logged out of %s';
+ $lang['strloading'] = 'Loading...';
+ $lang['strerrorloading'] = 'Error Loading';
+ $lang['strclicktoreload'] = 'Click to reload';
?>