<?php
/*******************************************
Spanish gb_lang file.
Translated by Leonardo Juszkiewicz (X.Cyclop)
hide@address.com
*******************************************/
if ( eregi("gblang_es.php", $_SERVER["PHP_SELF"]) ) {
header("location: ../gbconfig.php");
exit();
}
# You can modify/translate some YapGB messages here (mainly error messages).
# Plese not that this interface is experimental and could change dramatically
# in future releases.
# I'd like to know whether you find it usefull or if you think of a better
# way of letting you edit YapGB messages.
#
# These configure the text of the next and previous page links.
$strNext = "[SIGUIENTE]";
$strPrev = "[ANTERIOR]";
# Error messages
$strError = "<font color=\"red\">ERROR</font>";
$strErrorNameRequired = "¡Olvidaste escribir tu nombre! Por favor inténtalo de nuevo.";
$strErrorMessageRequired = "¡Olvidate escribir tu mensaje! Por favor inténtalo de nuevo.";
$strErrorEmailRequired = "Se requiere un e-mail. Por favor escribe un e-mail válido.";
$strErrorUrlRequired = "Se requiere una dirección URL. Por favor escribe una dirección URL válida.";
$strErrorEmailIncorrect = "El e-mail no es válido. Por favor escribe un e-mail válido.";
$strErrorUrlIncorrect = "La direcció:n URL no es válida. Por favor corrígelo.";
$strErrorMailFuncDisabled = "¡La función mail() no está habilitada!";
$strErrorOpeningFile = "¡Ocurrió un error al intentar acceder al archivo!";
$strErrorWrongPassword = "W¡Nombre de administrador o contraseña incorrecta!";
$strErrorNothingToDelete = "¡No hay nada para borrar!<br />Por favor <a href=\"javascript:history.go(-1);\">regresa.</a> e inténtalo de nuevo.";
$strErrorDateNotReceived = "¡El campo de fecha no fue recibido!";
$strErrorDateNotMatch = "¡La fecha no coincide!";
$strErrorNoTrustedReferer = "¡Lo sentimos! No puedes escribir desde un sitio externo.";
$strErrorWrongConfirmationCode = "¡El código de confirmación no coincide! Por favor inténtlao de nuevo.";
# I'd recommend you to edit this and let the user know how long he/she will have to wait
# before being able to post again. Let's say you configured (in gbconfig.php)
# $cfgSecondsToWait to 60 (so the user should wait a minute before posting again).
# You could set this variable to:
# $strErrorAlreadyPosted = "Sorry, you have to wait a minute before being able to post again!";
$strErrorAlreadyPosted = "¡Tienes que esperar antes de escribir de nuevo! Inténtalo de nuevo más tarde.";
# Administration
$strGoToAdministration = "Regresar al panel de administración";
$strAdminModifyDelete = "Administración: modificar/eliminar entrada";
# Showed when an entry is succesfully deleted from the guestbook.
$strEntryDeleted = "¡La entrada se eliminó satisfactoriamente!";
$strPoweredBy = "Powered by";
# Not used yet (well, just if you show a message after saving user's post,
# but you have to configure it by editing yapgb.php code).
$strSignSuccesful = "¡Gracias por firmar mi libro de visitas!";
$strGoToBook = "Regresar al libro de visitas";
?>