From: xzilla Date: Tue, 17 Aug 2004 03:32:14 +0000 (+0000) Subject: added ukranian to the list. it didn't build for me, but this will save someone a... X-Git-Tag: REL_3-5-1~82 X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=9dab00df505278fd717dea570efeaca0af8ff2eb;p=phppgadmin.git added ukranian to the list. it didn't build for me, but this will save someone a few keystrokes in the future --- diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 865b9a4c..acc564c7 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,7 +3,7 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.83 2004/07/19 03:01:54 chriskl Exp $ + * $Id: lib.inc.php,v 1.84 2004/08/17 03:32:14 xzilla Exp $ */ // Set error reporting level to max @@ -55,7 +55,8 @@ 'slovak' => 'Slovensky', 'swedish' => 'Svenska', 'spanish' => 'Español', - 'turkish' => 'Türkçe' + 'turkish' => 'Türkçe', + 'ukrainian' => 'Ukrainian' ); // Always include english.php, since it's the master language file