diff --git a/ChangeLog b/ChangeLog index 87525d35a..c17caace4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-01-17 Robin Johnson + * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C. + 2003-01-17 Alexander M. Turek * server_privileges.php3: Wrong label. diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 3ee169c1f..d18168eba 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -532,16 +532,16 @@ $strYes = 'S $strZeroRemovesTheLimit = 'Nota: cambiando los pará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ó un comentario para la columna'; +$strAddedColumnRelation = 'Se añadió una relación para la columna'; +$strFileCouldNotBeRead = 'No fue posible leer el archivo'; +$strIgnoringFile = 'Ignorando el archivo %s'; +$strImportFiles = 'Importar archivos'; +$strImportFinished = 'Importación culminada'; +$strThisNotDirectory = 'Esto no fue un directorio'; +$strWritingCommentNotPossible = 'No fue posible escribir el comentario'; +$strWritingRelationNotPossible = 'No fue posible escribir la relación'; + ?>