Add new recoded english file
authorchriskl <chriskl>
Mon, 2 May 2005 15:49:52 +0000 (15:49 +0000)
committerchriskl <chriskl>
Mon, 2 May 2005 15:49:52 +0000 (15:49 +0000)
lang/recoded/english.php

index 98e6e503f84165848da7b7509320f7fd9f15a8b3..d784ce12753eeec597d45e23df5e71ae00a507c8 100644 (file)
@@ -4,7 +4,7 @@
         * 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';
 
 ?>