lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.

This commit is contained in:
Robin Johnson
2003-01-17 16:31:03 +00:00
parent e14950f5f9
commit ca19a3319d
2 changed files with 14 additions and 11 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-01-17 Robin Johnson <robbat2@users.sourceforge.net>
* lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
2003-01-17 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Wrong label.

View File

@@ -532,16 +532,16 @@ $strYes = 'S
$strZeroRemovesTheLimit = 'Nota: cambiando los par<61>metros de estas opciones a 0 (cero) remueven el l<>mite.';
$strZip = '"comprimido con zip"';
// To translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strImportFinished = 'Import finished'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strAbsolutePathToDocSqlDir = 'Por favor, ingrese la ruta absoluta del servidor hacia el directorio docSQL';
$strAddedColumnComment = 'Se a<>adi<64> un comentario para la columna';
$strAddedColumnRelation = 'Se a<>adi<64> una relaci<63>n para la columna';
$strFileCouldNotBeRead = 'No fue posible leer el archivo';
$strIgnoringFile = 'Ignorando el archivo %s';
$strImportFiles = 'Importar archivos';
$strImportFinished = 'Importaci<63>n culminada';
$strThisNotDirectory = 'Esto no fue un directorio';
$strWritingCommentNotPossible = 'No fue posible escribir el comentario';
$strWritingRelationNotPossible = 'No fue posible escribir la relaci<63>n';
?>