ninechan/lang/es.php
2015-05-12 22:05:52 +02:00

72 lines
2.9 KiB
PHP

<?php
/*
* Spanish translation
* By Kevin Lopez Brante <https://github.com/kddlb>
*/
// Version of ninechan this language file is created for
$langVersion = '2.0';
$language = [
// Board
'THREADS' => 'Hilos',
'THREAD' => 'Hilo',
'NEWTHREAD' => 'Nuevo hilo',
'NEWREPLY' => 'Nueva respuesta',
'LOCKED' => 'Bloqueado',
'BY' => 'por',
'RETURN' => 'Return to Index',
// Posting
'RETO' => 'Responder a',
'TITLE' => 'Título',
'NAME' => 'Nombre',
'EMAIL' => 'Email',
'COMMENT' => 'Comentario',
'SUBMIT' => 'Enviar',
'VERIFICATION' => 'Verificación',
'PASSWORD' => 'Contraseña',
'PASSWORDCONTEXT' => 'utilizada para poder eliminar posts',
'DELPOST' => 'Eliminar post',
// Messages
'BOARD_CLOSED' => 'Los foros están cerrados en estos momentos.',
'REASON' => 'Razón',
'BANNED' => 'Has sido baneado de este foro.',
'POSTBANNED' => '(USER WAS BANNED FOR THIS POST)',
'EMPTY' => 'No hay hilos.',
'NONEXISTENT' => 'No existe el hilo.',
'LOCKEDMSG' => 'El hilo al que intentaste responder está bloqueado.',
'LOCKEDMSGDEL' => 'No se pueden eliminar posts en hilos bloqueados.',
'POSTED' => '¡Posteado!',
'MODTOOLS' => 'Las herramientas de moderación deberían empezar a aparecer al lado de los posts.',
'TITLETOOSHORT' => 'The given title is too short.',
'TITLETOOLONG' => 'The given title is too long.',
'COMMENTTOOSHORT' => 'The given comment is too short.',
'COMMENTTOOLONG' => 'The given comment is too long.',
'NOTNUMERIC' => 'Could not retrieve post data because the ID you requested is not numeric, check your URL and try again.',
// Warnings and errors
'PHP_OUTDATED' => 'Por favor, actualiza tu instalación de PHP a por lo menos 5.3 o superior.',
'SQL_FUNCTION' => 'Tu instalación de PHP no soporta PDO.',
'SQL_CONNECT' => '¡Error de conexión SQL!',
'INVALIDCAPTCHA' => 'La verificación falló.',
'DEL_SUCCEED' => '¡Eliminado satisfactoriamente!',
'DEL_FAILED' => 'No se pudo eliminar.',
'USERBANNEDMSG' => 'You are banned from posting on this board.',
'USERBANNED' => 'Could not complete this action because your IP is banned.',
// Moderator tools
'DELETE' => 'Eliminar',
'PURGE' => 'Purgar hilo',
'LOCK' => 'Bloquear hilo',
'UNLOCK' => 'Desbloquear hilo',
'BAN' => 'Banear IP',
'UNBAN' => 'Desbanear IP',
'MODLOGOUT' => 'Salir como moderador',
'MODLOGIN' => 'Entrar como moderador',
'LOGOUT' => 'Salir',
'LOGIN' => 'Entrar'
];