Completed thanks to Xos� Calvo

This commit is contained in:
Loïc Chapeaux 2002-04-20 14:24:35 +00:00
parent 5d7e664fa2
commit 5346387343
2 changed files with 5 additions and 4 deletions

View File

@ -14,6 +14,7 @@ $Source$
"DPhantom" <dphantom at users.sourceforge.net>.
* lang/portuguese.inc.php3: updated thanks to António Raposo.
* lang/bulgarian-*: completed by Georgi Georgiev.
* lang/galician.inc.php3: completed by Xosé Calvo.
* Documentation.html: added a second example for the
"$cfgPmaAbsoluteUri" directive.

View File

@ -1,6 +1,10 @@
<?php
/* $Id$ */
/**
* Translated by Xosé Calvo <xosecalvo at terra.es>
*/
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
@ -348,8 +352,4 @@ $strYes = 'Si';
$strZip = 'comprimido no formato "zipped"';
// To translate
$strCardinality = 'Cardinality';
$strLogin = 'Login';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
?>