Deltacms/module/news/lang/es/lex_news.php

133 lines
6.0 KiB
PHP

<?php
// Lexique du module News en espagnol
$text['news_view']['config'][0] = 'Atrás';
$text['news_view']['config'][1] = 'Noticias';
$text['news_view']['config'][2] = 'Guardar';
$text['news_view']['config'][3] = 'Configuración del módulo';
$text['news_view']['config'][4] = 'Enlace de fuente RSS';
$text['news_view']['config'][5] = 'Feed limitado a artículos de primera página';
$text['news_view']['config'][6] = 'etiqueta RSS';
$text['news_view']['config'][7] = 'Número de columnas';
$text['news_view']['config'][8] = 'Artículos por página';
$text['news_view']['config'][9] = 'Artículo abstracto';
$text['news_view']['config'][10] = 'Tema del módulo';
$text['news_view']['config'][12] = 'Grosor';
$text['news_view']['config'][13] = 'Los colores se inicializan con los del sitio.';
$text['news_view']['config'][14] = 'Color del borde';
$text['news_view']['config'][15] = 'Color de fondo';
$text['news_view']['config'][16] = 'Título';
$text['news_view']['config'][17] = 'Publicar';
$text['news_view']['config'][18] = 'Despublicar';
$text['news_view']['config'][19] = 'Estado';
$text['news_view']['config'][20] = 'Sin noticias.';
$text['news_view']['config'][21] = 'Número de versión';
$text['news_view']['config'][22] = 'Esquinas redondeadas';
$text['news_view']['config'][23] = 'Sombra en los bordes';
$text['news_view']['config'][24] = 'Ocultar título de noticia';
$text['news_view']['config'][25] = 'Títulos ocultos';
$text['news_view']['config'][26] = 'Misma altura';
$text['news_view']['config'][27] = 'Las columnas en la misma línea tendrán la misma altura';
$text['news_view']['config'][28] = "¿Está seguro de que desea borrar esta noticia?";
$text['news_view']['config'][29] = "Esta configuración se refiere a la vista previa de noticias. En el último párrafo, a menudo truncado, se eliminan las distintas etiquetas html.";
$text['news_view']['config'][30] = "Medios sin bordes";
$text['news_view']['config'][31] = "Con esta opción, los medios aparecerán sin bordes en la vista previa.";
$text['news_view']['config'][32] = 'Ayuda';
$text['news_view']['config'][33] = 'module/news/view/config/config.help_en.html';
$text['news_view']['config'][34] = 'Medios ocultos';
$text['news_view']['config'][35] = 'Esta opción oculta los medios en la vista previa.';
$text['news_view']['config'][36] = 'Color del texto';
$text['news_view']['config'][37] = 'Color del encabezado';
$text['news_view']['config'][38] = 'Color del enlace';
$text['news_view']['config'][39] = 'Color de firma y fecha';
$text['news_view']['index'][0] = 'leer más';
$text['news_view']['index'][1] = 'Sin noticias.';
$text['news_view']['index'][2] = 'Editar';
$text['news_view']['add'][0] = 'Atrás';
$text['news_view']['add'][1] = 'Guardar como borrador';
$text['news_view']['add'][2] = 'Publicar';
$text['news_view']['add'][3] = 'Título';
$text['news_view']['add'][4] = 'Autor';
$text['news_view']['add'][5] = 'Información general';
$text['news_view']['add'][6] = 'Opciones de publicación';
$text['news_view']['add'][7] = 'La noticia es visible desde el momento en que ha pasado la fecha de publicación.';
$text['news_view']['add'][8] = 'Fecha de publicación';
$text['news_view']['add'][9] = 'Las noticias se pueden ver hasta esta fecha, si se especifica. Para anular la fecha de anulación de la publicación, seleccione una fecha anterior a la publicación.';
$text['news_view']['add'][10] = 'Fecha de anulación de la publicación';
// Pour Tinymce et Flatpickr
$text['news_view']['add'][12] = 'es';
$text['news_view']['add'][13] = 'es';
$text['news_view']['article'][0] = ' to ';
$text['news_view']['article'][1] = 'Editar';
$text['news_view']['article'][2] = 'Atrás';
$text['news_view']['edit'][0] = 'Atrás';
$text['news_view']['edit'][1] = 'Guardar como borrador';
$text['news_view']['edit'][2] = 'Publicar';
$text['news_view']['edit'][3] = 'Información general';
$text['news_view']['edit'][4] = 'Título';
$text['news_view']['edit'][5] = 'Opciones de publicación';
$text['news_view']['edit'][6] = 'Autor';
$text['news_view']['edit'][7] = 'La noticia es visible desde el momento en que ha pasado la fecha de publicación.';
$text['news_view']['edit'][8] = 'Fecha de publicación';
$text['news_view']['edit'][9] = 'Las noticias se pueden ver hasta esta fecha, si se especifica. Para anular la fecha de anulación de la publicación, seleccione una fecha anterior a la publicación.';
$text['news_view']['edit'][10] = 'Fecha de anulación de publicación';
// Pour Tinymce et Flatpickr
$text['news_view']['edit'][12] = 'es';
$text['news_view']['edit'][13] = 'es';
$text['news']['add'][0] = 'Nueva noticia creada';
$text['news']['add'][1] = 'Nuevas noticias';
$text['news']['config'][0] = 'Cambios guardados';
$text['news']['config'][1] = 'Permanente';
$text['news']['config'][2] = 'Configuración del módulo';
$text['news']['config'][3] = ' to ';
// Pour Tinymce et Flatpickr
$text['news']['config'][4] = 'es_ES';
$text['news']['config'][5] = 'Europe/Madrid';
$text['news']['delete'][0] = 'Action non autorisée';
$text['news']['delete'][1] = 'News supprimée';
$text['news']['edit'][0] = 'Action non autorisée';
$text['news']['edit'][1] = 'Modifications enregistrées';
// Selects
$states = [
false => 'Borrador',
true => 'Publicado'
];
// Nombre de colone par page
$columns = [
12 => '1 columna',
6 => '2 columnas',
4 => '3 columnas',
3 => '4 columnas'
];
$height = [
-1 => 'Artículo completo',
1000 => '1000 caracteres + 1 medio',
800 => '800 caracteres + 1 medio',
600 => '600 caracteres + 1 medio',
400 => '400 caracteres + 1 medio',
200 => '200 caracteres + 1 medio'
];
$borderWidth = [
0 => 'Ninguno',
'0.1em' => 'Muy bien',
'0.15em' => 'Delgado',
'0.2em' => 'Muy pequeño',
'0.25em' => 'Pequeño'
];
$newsRadius = [
'0px' => 'Ninguno',
'5px' => 'Muy ligero',
'10px' => 'Luz',
'15px' => 'Medio',
'25px' => 'Importante',
'50px' => 'Muy importante'
];
$newsShadows = [
'0px 0px 0px' => 'Ninguno',
'1px 1px 2px' => 'Muy ligero',
'2px 2px 4px' => 'Luz',
'3px 3px 6px' => 'Promedio',
'5px 5px 10px' => 'Importante',
'10px 10px 20px' => 'Muy importante'
];
?>