Merge pull request #446 from phpbb-es/develop-2.1.x
Spanish translation
This commit is contained in:
53
language/es/info_acp_portal.php
Normal file
53
language/es/info_acp_portal.php
Normal file
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_PORTAL_MODULES' => 'Módulos del Portal',
|
||||
'ACP_PORTAL' => 'Portal',
|
||||
'ACP_PORTAL_GENERAL_INFO' => 'Ajustes generales',
|
||||
'ACP_PORTAL_UPLOAD' => 'Subir módulo',
|
||||
|
||||
// Portal logs
|
||||
'LOG_PORTAL_LINK_ADDED' => '<strong>Ajustes del Portal alterados</strong><br />» Enlace añadido: %s ',
|
||||
'LOG_PORTAL_LINK_UPDATED' => '<strong>Ajustes del Portal alterados</strong><br />» Enlace actualizado: %s ',
|
||||
'LOG_PORTAL_LINK_REMOVED' => '<strong>Ajustes del Portal alterados</strong><br />» Enlace eliminado: %s ',
|
||||
'LOG_PORTAL_EVENT_ADDED' => '<strong>Ajustes del Portal alterados</strong><br />» Evento añadido: %s ',
|
||||
'LOG_PORTAL_EVENT_UPDATED' => '<strong>Ajustes del Portal alterados</strong><br />» Evento actualizado: %s ',
|
||||
'LOG_PORTAL_EVENT_REMOVED' => '<strong>Ajustes del Portal alterados</strong><br />» Evento eliminado: %s ',
|
||||
'LOG_PORTAL_CONFIG' => '<strong>Ajustes del Portal alterados</strong><br />» %s',
|
||||
|
||||
// Adding the permissions
|
||||
'ACL_A_MANAGE_PORTAL' => 'Puede alterar ajustes del Portal',
|
||||
'ACL_U_VIEW_PORTAL' => 'Puede ver el Portal',
|
||||
));
|
||||
74
language/es/modules/portal_announcements_module.php
Normal file
74
language/es/modules/portal_announcements_module.php
Normal file
@@ -0,0 +1,74 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Announcements
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'LATEST_ANNOUNCEMENTS' => 'Últimos Anuncios Globales',
|
||||
'GLOBAL_ANNOUNCEMENTS' => 'Anuncios Globales',
|
||||
'GLOBAL_ANNOUNCEMENT' => 'Anuncio Global',
|
||||
'VIEW_LATEST_ANNOUNCEMENT' => '1 anuncio',
|
||||
'VIEW_LATEST_ANNOUNCEMENTS' => '%d anuncios',
|
||||
'READ_FULL' => 'Leer todo',
|
||||
'NO_ANNOUNCEMENTS' => 'No hay Anuncios Globales',
|
||||
'POSTED_BY' => 'Publicado por:',
|
||||
'COMMENTS' => 'Comentarios',
|
||||
'VIEW_COMMENTS' => 'Ver comentarios',
|
||||
'PORTAL_POST_REPLY' => 'Escribir comentario',
|
||||
'TOPIC_VIEWS' => 'Visitas',
|
||||
'JUMP_NEWEST' => 'Ir al último mensaje',
|
||||
'JUMP_FIRST' => 'Ir al primer mensaje',
|
||||
'JUMP_TO_POST' => 'Ir al mensaje',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_ANNOUNCE_SETTINGS' => 'Configuración de Anuncios globales',
|
||||
'ACP_PORTAL_ANNOUNCE_SETTINGS_EXP' => 'Aquí es donde puede personalizar el bloque de anuncios globales.',
|
||||
'PORTAL_ANNOUNCEMENTS' => 'Mostrar anuncios globales',
|
||||
'PORTAL_ANNOUNCEMENTS_EXP' => 'Mostrar este bloque en el portal.',
|
||||
'PORTAL_ANNOUNCEMENTS_STYLE' => 'Compactar el estilo del bloque Anuncio Globales',
|
||||
'PORTAL_ANNOUNCEMENTS_STYLE_EXP' => '"Sí" significa usar el estilo compacto para los anuncios globales. "No" significa usar el estilo grande (ver texto).',
|
||||
'PORTAL_NUMBER_OF_ANNOUNCEMENTS' => 'Número de anuncios en el portal',
|
||||
'PORTAL_NUMBER_OF_ANNOUNCEMENTS_EXP' => '0 significa infinito.',
|
||||
'PORTAL_ANNOUNCEMENTS_DAY' => 'Número de días a mostrar el anuncio',
|
||||
'PORTAL_ANNOUNCEMENTS_DAY_EXP' => '0 significa infinito.',
|
||||
'PORTAL_ANNOUNCEMENTS_LENGTH' => 'Tamaño máximo de los Anuncios Globales',
|
||||
'PORTAL_ANNOUNCEMENTS_LENGTH_EXP' => '0 significa infinito.',
|
||||
'PORTAL_GLOBAL_ANNOUNCEMENTS_FORUM' => 'Anuncios de los foros',
|
||||
'PORTAL_GLOBAL_ANNOUNCEMENTS_FORUM_EXP' => 'Foro(s) del cual queremos mostrar los anuncios. Dejar en blanco para mostrar los anuncios de todos los foros. Si "Excluir foros" se establece en "Si", seleccione el/los foro(s) que desea excluir.<br />Si "Excluir foros" se establece en "No" seleccione el/los foro(s) que desea ver.<br />Seleccione/Deseleccione múltiples foros manteniendo la tecla <samp>CTRL</samp> presionada y haciendo clic.',
|
||||
'PORTAL_ANNOUNCEMENTS_FORUM_EXCLUDE' => 'Excluir foros',
|
||||
'PORTAL_ANNOUNCEMENTS_FORUM_EXCLUDE_EXP'=> 'Seleccione "Sí" si quiere excluir los foros seleccionados del bloque de anuncios, y "No" si desea ver sólo los foros seleccionados en el bloque de anuncios.',
|
||||
'PORTAL_ANNOUNCEMENTS_PERMISSIONS' => 'Habilitar/Deshabilitar permisos',
|
||||
'PORTAL_ANNOUNCEMENTS_PERMISSIONS_EXP' => 'Tener en cuenta Permisos de foros de los usuarios a la hora de mostrar anuncios.',
|
||||
'PORTAL_ANNOUNCEMENTS_ARCHIVE' => 'Habilitar el sistema de archivo de anuncios',
|
||||
'PORTAL_ANNOUNCEMENTS_ARCHIVE_EXP' => 'Si se activa el sistema de archivo de anuncios, se mostrarán los números de página.',
|
||||
'PORTAL_SHOW_REPLIES_VIEWS' => 'Mostrar el número de respuestas y opiniones',
|
||||
'PORTAL_SHOW_REPLIES_VIEWS_EXP' => 'Configuración para bloque compacto.<br />Si la respuesta es Si, el número de respuestas y las opiniones se muestran en 2 columnas extra. Si la respuesta es No, las respuestas y opiniones se mostrará junto al nombre de foro. Seleccione No si tiene problemas con la visualización de las columnas extras debido a la anchura.',
|
||||
));
|
||||
54
language/es/modules/portal_attachments_module.php
Normal file
54
language/es/modules/portal_attachments_module.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Attachments
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'DOWNLOADS' => 'Descargas',
|
||||
'NO_ATTACHMENTS' => 'No hay archivos adjuntos',
|
||||
'PORTAL_ATTACHMENTS' => 'Adjuntos',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_ATTACHMENTS_NUMBER_SETTINGS' => 'Configuración de los archivos adjuntos',
|
||||
'ACP_PORTAL_ATTACHMENTS_NUMBER_SETTINGS_EXP' => 'Aquí es donde puede personalizar el bloque de archivos adjuntos.',
|
||||
'PORTAL_ATTACHMENTS_NUMBER' => 'Límite de archivos adjuntos a mostrar',
|
||||
'PORTAL_ATTACHMENTS_NUMBER_EXP' => '0 significa infinito.',
|
||||
'PORTAL_ATTACHMENTS_FORUM_IDS' => 'Adjuntos de foros',
|
||||
'PORTAL_ATTACHMENTS_FORUM_IDS_EXP' => 'Foro(s) del cual queremos mostrar los archivos adjuntos. Si "Excluir foros" se establece en "Si", seleccione el/los foro(s) que desea excluir.<br />Si "Excluir foros" se establece en "No" seleccione el/los foro(s) que desea ver.<br />Seleccione/Deseleccione múltiples foros manteniendo la tecla <samp>CTRL</samp> presionada y haciendo clic.',
|
||||
'PORTAL_ATTACHMENTS_FORUM_EXCLUDE' => 'Excluir foros',
|
||||
'PORTAL_ATTACHMENTS_FORUM_EXCLUDE_EXP' => 'Seleccione "Sí" si quiere exluir los adjuntos de los foros seleccionados del bloque de archivos adjuntos, y "No " si desea ver sólo los adjuntos de los foros seleccionados en el bloque de archivos adjuntos.',
|
||||
'PORTAL_ATTACHMENTS_MAX_LENGTH' => 'Límite de caracteres para los archivos adjuntos',
|
||||
'PORTAL_ATTACHMENTS_MAX_LENGTH_EXP' => '0 significa infinito.',
|
||||
'PORTAL_ATTACHMENTS_FILETYPE' => 'Tipos de Archivos',
|
||||
'PORTAL_ATTACHMENTS_FILETYPE_EXP' => 'Si "Excluir tipos de archivo" está establecida en "Sí", seleccione los tipos de archivo que desea excluir.<br />Si "Excluir tipos de archivo" está establecida en "No", seleccione los tipos de archivos que desea ver.<br />Seleccione/Deseleccione múltiples tipos de archivos manteniendo la tecla <samp>CTRL</samp> presionada y haciendo clic.',
|
||||
'PORTAL_ATTACHMENTS_EXCLUDE' => 'Excluir tipos de Archivos',
|
||||
'PORTAL_ATTACHMENTS_EXCLUDE_EXP' => 'Seleccione "Si" si desea de excluir los tipos de archivos seleccionados en el bloque de archivos adjuntos, y "No" si desea ver sólo los tipos de archivos seleccionados en el bloque de archivos adjuntos.',
|
||||
));
|
||||
44
language/es/modules/portal_birthday_list_module.php
Normal file
44
language/es/modules/portal_birthday_list_module.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Birthday List
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'BIRTHDAYS_AHEAD' => 'En los siguientes %s días',
|
||||
'NO_BIRTHDAYS_AHEAD' => 'No hay miembros que cumplen años en este período de tiempo.',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_BIRTHDAYS_SETTINGS' => 'Configuración de cumpleaños',
|
||||
'ACP_PORTAL_BIRTHDAYS_SETTINGS_EXP' => 'Aquí es donde puede personalizar el bloque de cumpleaños.',
|
||||
'PORTAL_BIRTHDAYS' => 'Bloque de Cumpleaños',
|
||||
'PORTAL_BIRTHDAYS_AHEAD' => 'Cumpleaños en los próximos días',
|
||||
'PORTAL_BIRTHDAYS_AHEAD_EXP' => 'Número de días futuros para mostrar listado de cumpleaños.<br />"0" desactiva la lista de próximos cumpleaños.',
|
||||
));
|
||||
131
language/es/modules/portal_calendar_module.php
Normal file
131
language/es/modules/portal_calendar_module.php
Normal file
@@ -0,0 +1,131 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Calendar
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_CALENDAR' => 'Calendario',
|
||||
'VIEW_NEXT_MONTH' => 'Mes siguiente',
|
||||
'VIEW_PREVIOUS_MONTH' => 'Mes anterior',
|
||||
'EVENT_START' => 'Desde',
|
||||
'EVENT_END' => 'Para',
|
||||
'EVENT_TIME' => 'Tiempo',
|
||||
'EVENT_ALL_DAY' => 'Todo el día',
|
||||
'CURRENT_EVENTS' => 'Eventos actuales',
|
||||
'NO_CUR_EVENTS' => 'No hay eventos',
|
||||
'UPCOMING_EVENTS' => 'Próximos eventos',
|
||||
'NO_UPCOMING_EVENTS' => 'No hay próximos eventos',
|
||||
|
||||
'mini_cal' => array(
|
||||
'day' => array(
|
||||
'1' => 'Do',
|
||||
'2' => 'Lu',
|
||||
'3' => 'Ma',
|
||||
'4' => 'Mi',
|
||||
'5' => 'Ju',
|
||||
'6' => 'Vi',
|
||||
'7' => 'Sa',
|
||||
),
|
||||
|
||||
'month' => array(
|
||||
'1' => 'Ene.',
|
||||
'2' => 'Feb.',
|
||||
'3' => 'Mar.',
|
||||
'4' => 'Abr.',
|
||||
'5' => 'May',
|
||||
'6' => 'Jun.',
|
||||
'7' => 'Jul.',
|
||||
'8' => 'Ago.',
|
||||
'9' => 'Sep.',
|
||||
'10'=> 'Oct.',
|
||||
'11'=> 'Nov.',
|
||||
'12'=> 'Dic.',
|
||||
),
|
||||
|
||||
'long_month'=> array(
|
||||
'1' => 'Enero',
|
||||
'2' => 'Febrero',
|
||||
'3' => 'Marzo',
|
||||
'4' => 'Abril',
|
||||
'5' => 'Mayo',
|
||||
'6' => 'Junio',
|
||||
'7' => 'Julio',
|
||||
'8' => 'Agosto',
|
||||
'9' => 'Septiembre',
|
||||
'10'=> 'Octubre',
|
||||
'11'=> 'Noviembre',
|
||||
'12'=> 'Diciembre',
|
||||
),
|
||||
),
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_CALENDAR' => 'Ajustes del calendario',
|
||||
'ACP_PORTAL_CALENDAR_EXP' => 'Aquí es donde puede personalizar el bloque de calendario.',
|
||||
'ACP_PORTAL_EVENTS' => 'Eventos del Calendario',
|
||||
'PORTAL_CALENDAR_TODAY_COLOR' => 'Color del día actual',
|
||||
'PORTAL_CALENDAR_TODAY_COLOR_EXP' => 'Se permiten colores en formato HEX como #FFFFFF para blanco, o el nombre del color como violet.',
|
||||
'PORTAL_CALENDAR_SUNDAY_COLOR' => 'Color para el Domingo',
|
||||
'PORTAL_CALENDAR_SUNDAY_COLOR_EXP' => 'Se permiten colores en formato HEX como #FFFFFF para blanco, o el nombre del color como violet.',
|
||||
'PORTAL_LONG_MONTH' => 'Mostrar nombres de los meses completos',
|
||||
'PORTAL_LONG_MONTH_EXP' => 'Si está desactivado, el nombre de los meses se reducirán por ejemplo, Ago. en lugar de Agosto.',
|
||||
'PORTAL_SUNDAY_FIRST' => 'Primer día de la semana',
|
||||
'PORTAL_SUNDAY_FIRST_EXP' => 'Si está desactivado el calendario mostrará Lu. --> Do., sino Sa. --> Do.',
|
||||
'PORTAL_DISPLAY_EVENTS' => 'Mostrar eventos',
|
||||
'PORTAL_DISPLAY_EVENTS_EXP' => 'Mostrar los eventos que se han creado en el bloque de calendario',
|
||||
'PORTAL_EVENTS_MANAGE' => 'Gestionar eventos',
|
||||
'NO_EVENT_TITLE' => 'No ha especificado un título para el evento.',
|
||||
'NO_EVENT_START' => 'No ha especificado la hora de comienzo del evento.',
|
||||
'ADD_EVENT' => 'Añadir un nuevo evento',
|
||||
'EVENT_UPDATED' => 'Evento actualizado correctamente.',
|
||||
'EVENT_ADDED' => 'Evento añadido correctamente.',
|
||||
'NO_EVENT' => 'Sin eventos especificados.',
|
||||
'EVENT_TITLE' => 'Título del evento',
|
||||
'EVENT_DESC' => 'Descripción del evento',
|
||||
'EVENT_LINK' => 'Enlace del evento',
|
||||
'EVENT_LINK_EXP' => 'Introduzca el enlace a un tema o página web con el mensaje de publicación, o la discusión del evento.',
|
||||
'NO_EVENTS' => 'No hay eventos',
|
||||
'ACP_PORTAL_CALENDAR_START_INCORRECT' => 'La hora de inicio que ha introducido es incorrecta. Por favor, siga las instrucciones cuidadosamente.',
|
||||
'ACP_PORTAL_CALENDAR_END_INCORRECT' => 'La hora de finalización que ha introducido es incorrecta. Por favor, siga las instrucciones cuidadosamente.',
|
||||
'ACP_PORTAL_CALENDAR_EVENT_PAST' => 'El inicio del evento debe ser en el futuro.',
|
||||
'ACP_PORTAL_EVENT_START_DATE' => 'Fecha de inicio del evento',
|
||||
'ACP_PORTAL_EVENT_START_DATE_EXP' => 'Introduzca la fecha en que comienza el evento. La fecha tiene que estar en este formato similar: DD-MM-AAAA 3:00 PM.',
|
||||
'ACP_PORTAL_EVENT_END_DATE' => 'Fecha de fin del evento',
|
||||
'ACP_PORTAL_EVENT_END_DATE_EXP' => 'Introduzca la fecha en que finaliza el evento. La fecha tiene que estar en este formato similar: DD-MM-AAAA 3:00 PM.',
|
||||
'ACP_PORTAL_CALENDAR_EVENT_START_FIRST' => 'El final del evento tiene que ser posterior al inicio del evento.',
|
||||
'ACP_PORTAL_CALENDAR_PERMISSION' => 'Permisos de eventos',
|
||||
'ACP_PORTAL_CALENDAR_PERMISSION_EXP' => 'Seleccione los grupos autorizados a ver el evento. Si ningún grupo es selecionado todos los usuarios podrán utilizar el evento.<br />Para seleccionar/deseleccionar multiples grupos simultaneamente, pulse <samp>CTRL</ samp> y haga clic.',
|
||||
'PORTAL_EVENTS_URL_NEW_WINDOW' => 'Abrir enlaces de eventos externos en una ventana nueva',
|
||||
|
||||
// Logs
|
||||
'LOG_PORTAL_EVENT_UPDATED' => '<strong>Eventos actualizados</strong><br />» %s',
|
||||
'LOG_PORTAL_EVENT_ADDED' => '<strong>Eventos añadidos</strong><br />» %s',
|
||||
'LOG_PORTAL_EVENT_REMOVED' => '<strong>Eventos eliminados</strong><br />» %s',
|
||||
));
|
||||
42
language/es/modules/portal_clock_module.php
Normal file
42
language/es/modules/portal_clock_module.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Clock
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'CLOCK' => 'Reloj',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_CLOCK_SETTINGS' => 'Ajustes del reloj',
|
||||
'ACP_PORTAL_CLOCK_SETTINGS_EXP' => 'Aquí es donde puede personalizar el reloj.',
|
||||
'ACP_PORTAL_CLOCK_SRC' => 'Reloj',
|
||||
'ACP_PORTAL_CLOCK_SRC_EXP' => 'Escriba el nombre del archivo de su reloj. El reloj tiene que estar situado en styles/*suestilo*/theme/images/portal/.',
|
||||
));
|
||||
48
language/es/modules/portal_custom_module.php
Normal file
48
language/es/modules/portal_custom_module.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Custom
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_CUSTOM' => 'Bloque personalizado',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_CUSTOM_SETTINGS' => 'Configuración de bloque personalizado',
|
||||
'ACP_PORTAL_CUSTOM_SETTINGS_EXP' => 'En esta página puede editar su bloque personalizado.',
|
||||
'ACP_PORTAL_CUSTOM_CODE_SHORT' => 'El código que has introducido no es lo suficientemente largo.',
|
||||
'ACP_PORTAL_CUSTOM_PREVIEW' => 'Vista previa',
|
||||
'ACP_PORTAL_CUSTOM_CODE' => 'Código del bloque personalizado',
|
||||
'ACP_PORTAL_CUSTOM_CODE_EXP' => 'Cambiar el código (HTML o BBCode) para el bloque personalizado aquí.',
|
||||
'ACP_PORTAL_CUSTOM_PERMISSION' => 'Permisos de bloque personalizado',
|
||||
'ACP_PORTAL_CUSTOM_PERMISSION_EXP' => 'Seleccione los grupos autorizados a ver el bloque personalizado. Si ningún grupo es selecionado todos los usuarios podrán utilizar el módulo. <br />Para seleccionar/deseleccionar multiples grupos simultaneamente, pulse <samp>CTRL</ samp> y haga clic.',
|
||||
'ACP_PORTAL_CUSTOM_BBCODE' => 'Activar BBCode para el bloque personalizado',
|
||||
'ACP_PORTAL_CUSTOM_BBCODE_EXP' => 'Se puede utilizar BBCode en este cuadro. Si el uso de BBCode no está activado, se analizará código HTML.',
|
||||
));
|
||||
65
language/es/modules/portal_donation_module.php
Normal file
65
language/es/modules/portal_donation_module.php
Normal file
@@ -0,0 +1,65 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Donation
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'DONATION' => 'Donaciones PayPal',
|
||||
'DONATION_TEXT' => 'es una comunidad sin ánimo de lucro, sin la intención de cualquier ganancia monetaria. Sus donaciones son bienvenidas y su proposito es lograr pagar alojamiento, dominio, etc. y así gracias a ustedes mantenernos en línea.',
|
||||
'PAY_MSG' => 'Por favor, use un punto decimal (no una coma) como separador, por ejemplo 3.50',
|
||||
'PAY_ITEM' => 'Donar!', // paypal item
|
||||
|
||||
'AUD' => 'Australian Dollars (AUD)',
|
||||
'CAD' => 'Canadian Dollars (CAD)',
|
||||
'CZK' => 'Czech Koruna (CZK)',
|
||||
'DKK' => 'Danish Kroner (DKK)',
|
||||
'HKD' => 'Hong Kong Dollars (HKD)',
|
||||
'HUF' => 'Hungarian Forint (HUF)',
|
||||
'NZD' => 'New Zealand Dollars (NZD)',
|
||||
'NOK' => 'Norwegian Kroner (NOK)',
|
||||
'PLN' => 'Polish Zlotych (PLN)',
|
||||
'GBP' => 'British Pounds (GBP)',
|
||||
'SGD' => 'Singapore Dollars (SGD)',
|
||||
'SEK' => 'Swedish Kronor (SEK)',
|
||||
'CHF' => 'Swiss Francs (CHF)',
|
||||
'JPY' => 'Japanese Yen (JPY)',
|
||||
'USD' => 'Dolares U.S. (USD)',
|
||||
'EUR' => 'Euros (EUR)',
|
||||
'MXN' => 'Pesos Mexicanos (MXN)',
|
||||
'ILS' => 'Israeli New Shekels (ILS)',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_PAYPAL_SETTINGS' => 'Configuración Paypal',
|
||||
'ACP_PORTAL_PAYPAL_SETTINGS_EXP' => 'Aquí es donde puede personalizar el bloque de Paypal.',
|
||||
'PORTAL_PAY_ACC' => 'Cuenta Paypal a utilizar',
|
||||
'PORTAL_PAY_ACC_EXP' => 'Introduzca su dirección de correo electrónico paypal, ej. xxx@xxx.com',
|
||||
'PORTAL_PAY_CUSTOM' => 'Anexar nombre de usuario a la donación de Paypal',
|
||||
));
|
||||
36
language/es/modules/portal_forumlist_module.php
Normal file
36
language/es/modules/portal_forumlist_module.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Forumlist
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_FORUMLIST' => 'Lista de foros',
|
||||
));
|
||||
47
language/es/modules/portal_friends_module.php
Normal file
47
language/es/modules/portal_friends_module.php
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Friends
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'FRIENDS' => 'Amigos',
|
||||
'FRIENDS_OFFLINE' => 'Desconecados',
|
||||
'FRIENDS_ONLINE' => 'Conectados',
|
||||
'NO_FRIENDS' => 'No hay amigos definidos',
|
||||
'NO_FRIENDS_OFFLINE' => 'No hay amigos desconectados',
|
||||
'NO_FRIENDS_ONLINE' => 'No hay amigos conectados',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_FRIENDS_SETTINGS' => 'Configuración de Amigos',
|
||||
'ACP_PORTAL_FRIENDS_SETTINGS_EXP' => 'Aquí es donde puede personalizar el bloque de amigos.',
|
||||
'PORTAL_MAX_ONLINE_FRIENDS' => 'Límite de amigos a mostrar',
|
||||
'PORTAL_MAX_ONLINE_FRIENDS_EXP' => 'Limitar el número de amigos mostrados al valor dado.',
|
||||
));
|
||||
43
language/es/modules/portal_latest_bots_module.php
Normal file
43
language/es/modules/portal_latest_bots_module.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Latest Bots
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'LATEST_BOTS' => 'Últimos Robots',
|
||||
'LAST_VISITED_BOTS' => 'Últimas visitas de Robots',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_BOTS_SETTINGS' => 'Configuración de visitas de Robots',
|
||||
'ACP_PORTAL_BOTS_SETTINGS_EXP' => 'Aquí es donde puede personalizar el bloque de las visitas de robots.',
|
||||
'PORTAL_LAST_VISITED_BOTS_NUMBER' => 'Número de robots a mostrar',
|
||||
'PORTAL_LAST_VISITED_BOTS_NUMBER_EXP' => '0 significa infinito',
|
||||
));
|
||||
42
language/es/modules/portal_latest_members_module.php
Normal file
42
language/es/modules/portal_latest_members_module.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Latest Members
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'LATEST_MEMBERS' => 'Últimos miembros',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_MEMBERS_SETTINGS' => 'Configuración de últimos miembros',
|
||||
'ACP_PORTAL_MEMBERS_SETTINGS_EXP' => 'Aquí es donde puede personalizar el bloque de los últimos miembros.',
|
||||
'PORTAL_MAX_LAST_MEMBER' => 'El número máximo de últimos miembros a mostrar',
|
||||
'PORTAL_MAX_LAST_MEMBER_EXP' => '0 significa infinito',
|
||||
));
|
||||
44
language/es/modules/portal_leaders_module.php
Normal file
44
language/es/modules/portal_leaders_module.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Leaders
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'NO_ADMINISTRATORS_P' => 'No hay Administradores',
|
||||
'NO_MODERATORS_P' => 'No hay Moderadores',
|
||||
'NO_GROUPS_P' => 'No hay Grupos',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_LEADERS' => 'Configuración del Equipo',
|
||||
'ACP_PORTAL_LEADERS_EXP' => 'Aquí es donde puede personalizar el bloque de equipo',
|
||||
'PORTAL_LEADERS_EXT' => 'Ampliar Líderes/Equipo',
|
||||
'PORTAL_LEADERS_EXT_EXP' => 'Muestra la lista completa de todos los administradores/moderadores, mientras el bloque este ampliado incluye todos los grupos no ocultos en la leyenda.',
|
||||
));
|
||||
37
language/es/modules/portal_link_us_module.php
Normal file
37
language/es/modules/portal_link_us_module.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Link Us
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'LINK_US' => 'Enlace con nosotros',
|
||||
'LINK_US_TXT' => 'Por favor, siéntase libre de enlazar a <strong>%s</strong>. Utilice el siguiente código HTML:',
|
||||
));
|
||||
56
language/es/modules/portal_links_module.php
Normal file
56
language/es/modules/portal_links_module.php
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Links
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_LINKS' => 'Enlaces',
|
||||
'LINKS_NO_LINKS' => 'No hay enlaces',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_LINKS' => 'Configuración de enlaces',
|
||||
'ACP_PORTAL_LINKS_EXP' => 'Personalizar los enlaces que figuran en dicho bloque',
|
||||
'ACP_PORTAL_LINK_TITLE' => 'Título',
|
||||
'ACP_PORTAL_LINK_TYPE' => 'Tipo de enlace',
|
||||
'ACP_PORTAL_LINK_TYPE_EXP' => 'Si tiene un enlace a una página del foro, seleccione "Enlace interno" para evitar desconexiones no deseadas.',
|
||||
'ACP_PORTAL_LINK_INT' => 'Enlace interno',
|
||||
'ACP_PORTAL_LINK_EXT' => 'Enlace externo',
|
||||
'ACP_PORTAL_LINK_ADD' => 'Agregar nuevo enlace de navegación',
|
||||
'ACP_PORTAL_LINK_URL' => 'URL del enlace',
|
||||
'ACP_PORTAL_LINK_URL_EXP' => 'Enlaces externos:<br />Todos los enlaces deben ser introducidos con un http://<br /><br />Enlaces internos:<br />Solamente introducir el archivo .php como enlace, es decir. index.php?style=4.',
|
||||
'ACP_PORTAL_LINK_PERMISSION' => 'Permisos de Enlaces',
|
||||
'ACP_PORTAL_LINK_PERMISSION_EXP'=> 'Seleccione los grupos autorizados a ver el enlace. Si ningún grupo es selecionado todos los usuarios podrán ver el enlace. <br />Para seleccionar/deseleccionar multiples grupos simultaneamente, pulse <samp>CTRL</ samp> y haga clic.',
|
||||
'ACP_PORTAL_LINKS_NEW_WINDOW' => 'Abrir enlaces externos en una nueva ventana',
|
||||
|
||||
// Errors
|
||||
'NO_LINK_TITLE' => 'Debe introducir un título para este enlace.',
|
||||
'NO_LINK_URL' => 'Debe introducir una URL para este enlace.',
|
||||
));
|
||||
69
language/es/modules/portal_main_menu_module.php
Normal file
69
language/es/modules/portal_main_menu_module.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Main Menu
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'M_MENU' => 'Menú',
|
||||
'M_CONTENT' => 'Contenido',
|
||||
'M_ACP' => 'ACP',
|
||||
'M_HELP' => 'Ayuda',
|
||||
'M_BBCODE' => 'FAQ de BBCode',
|
||||
'M_TERMS' => 'Terminos de uso',
|
||||
'M_PRV' => 'Política de privacidad',
|
||||
'M_SEARCH' => 'Buscar',
|
||||
'MENU_NO_LINKS' => 'No hay enlaces',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_MENU' => 'Configuración de Menú',
|
||||
'ACP_PORTAL_MENU_LINK_SETTINGS' => 'Configuración de Enlaces',
|
||||
'ACP_PORTAL_MENU_EXP' => 'Administre su menú principal',
|
||||
'ACP_PORTAL_MENU_MANAGE' => 'Administrar menú',
|
||||
'ACP_PORTAL_MENU_MANAGE_EXP' => 'Puede administrar los enlaces del menú principal aquí.',
|
||||
'ACP_PORTAL_MENU_CAT' => 'Categoría',
|
||||
'ACP_PORTAL_MENU_IS_CAT' => 'Establecer como categoría de enlaces especiales',
|
||||
'ACP_PORTAL_MENU_INT' => 'Enlace intero',
|
||||
'ACP_PORTAL_MENU_EXT' => 'Enlace externo',
|
||||
'ACP_PORTAL_MENU_TITLE' => 'Título',
|
||||
'ACP_PORTAL_MENU_URL' => 'URL del enlace',
|
||||
'ACP_PORTAL_MENU_ADD' => 'Agregar nuevo enlace de navegación',
|
||||
'ACP_PORTAL_MENU_TYPE' => 'Tipo de enlace',
|
||||
'ACP_PORTAL_MENU_TYPE_EXP' => 'Si tiene un enlace a una página del foro, seleccione "Enlace interno" para evitar desconexiones no deseadas.',
|
||||
'ACP_PORTAL_MENU_CREATE_CAT' => 'Es necesario primero crear una categoría.',
|
||||
'ACP_PORTAL_MENU_URL_EXP' => 'Enlaces externos:<br />Todos los enlaces deben ser introducidos con un http://<br /><br />Enlaces internos:<br />Solamente introducir el archivo .php como enlace, es decir. index.php?style=4.',
|
||||
'ACP_PORTAL_MENU_PERMISSION' => 'Permisos de Enlaces',
|
||||
'ACP_PORTAL_MENU_PERMISSION_EXP'=> 'Seleccione los grupos autorizados a ver el enlace. Si ningún grupo es selecionado todos los usuarios podrán ver el enlace. <br />Para seleccionar/deseleccionar multiples grupos simultaneamente, pulse <samp>CTRL</ samp> y haga clic.',
|
||||
'ACP_PORTAL_MENU_EXT_NEW_WINDOW'=> 'Abrir enlaces externos en una nueva ventana',
|
||||
|
||||
// Errors
|
||||
'NO_LINK_TITLE' => 'Debe introducir un título para este enlace.',
|
||||
'NO_LINK_URL' => 'Debe introducir una URL para este enlace.',
|
||||
));
|
||||
70
language/es/modules/portal_news_module.php
Normal file
70
language/es/modules/portal_news_module.php
Normal file
@@ -0,0 +1,70 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - News
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'LATEST_NEWS' => 'Últimas noticias',
|
||||
'READ_FULL' => 'Leer todo',
|
||||
'NO_NEWS' => 'No hay noticias',
|
||||
'POSTED_BY' => 'Escrito por',
|
||||
'COMMENTS' => 'Comentarios',
|
||||
'VIEW_COMMENTS' => 'Ver comentarios',
|
||||
'PORTAL_POST_REPLY' => 'Escribir comentario',
|
||||
'TOPIC_VIEWS' => 'Vistas',
|
||||
'JUMP_NEWEST' => 'Ir a último mensaje',
|
||||
'JUMP_FIRST' => 'Ir al primer mensaje',
|
||||
'JUMP_TO_POST' => 'Ir al mensaje',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_NEWS_SETTINGS' => 'Configuración de noticias',
|
||||
'ACP_PORTAL_NEWS_SETTINGS_EXP' => 'Aquí es donde puede personalizar el bloque de noticias.',
|
||||
'PORTAL_NEWS_STYLE' => 'Compactar el estilo del bloque Noticias',
|
||||
'PORTAL_NEWS_STYLE_EXP' => '"Sí" significa usar el estilo compacto para las Noticias. "No" significa usar el estilo grande (ver texto).',
|
||||
'PORTAL_SHOW_ALL_NEWS' => 'Mostrar todos los artículos en este foro',
|
||||
'PORTAL_SHOW_ALL_NEWS_EXP' => 'Incluye temas fijos.',
|
||||
'PORTAL_NUMBER_OF_NEWS' => 'Número de noticias en el Portal',
|
||||
'PORTAL_NUMBER_OF_NEWS_EXP' => '0 significa infinito.',
|
||||
'PORTAL_NEWS_LENGTH' => 'Longitud máxima de cada noticia',
|
||||
'PORTAL_NEWS_LENGTH_EXP' => '0 significa infinito.',
|
||||
'PORTAL_NEWS_FORUM' => 'Foros de Noticias',
|
||||
'PORTAL_NEWS_FORUM_EXP' => 'Foro(s) del cual queremos mostrar las noticias. Dejar en blanco para mostrar las noticias de todos los foros. Si "Excluir foros" se establece en "Si", seleccione el/los foro(s) que desea excluir.<br />Si "Excluir foros" se establece en "No" seleccione el/los foro(s) que desea ver.<br />Seleccione/Deseleccione múltiples foros manteniendo la tecla <samp>CTRL</samp> presionada y haciendo clic.',
|
||||
'PORTAL_NEWS_EXCLUDE' => 'Excluir foros',
|
||||
'PORTAL_NEWS_EXCLUDE_EXP' => 'Seleccione "Sí" si quiere excluir los foros seleccionados del bloque de noticias, y "No" si desea ver sólo los foros seleccionados en el bloque de noticias.',
|
||||
'PORTAL_NEWS_PERMISSIONS' => 'Habilitar/Deshabilitar permisos',
|
||||
'PORTAL_NEWS_PERMISSIONS_EXP' => 'Tener en cuenta permisos de visualización de foros para mostrar las noticias.',
|
||||
'PORTAL_NEWS_SHOW_LAST' => 'Ordenar empezando por el mensaje mas reciente',
|
||||
'PORTAL_NEWS_SHOW_LAST_EXP' => 'Cuando está activada, las noticias serán ordenadas según el mensaje mas reciente. Cuando está desactivada, las noticias serán ordenadas según el tema mas reciente.',
|
||||
'PORTAL_NEWS_ARCHIVE' => 'Habilitar el sistema de archivo de anuncios',
|
||||
'PORTAL_NEWS_ARCHIVE_EXP' => 'Si se activa el sistema de archivo de anuncios, se mostrarán los números de página.',
|
||||
'PORTAL_SHOW_REPLIES_VIEWS' => 'Mostrar el número de respuestas y opiniones',
|
||||
'PORTAL_SHOW_REPLIES_VIEWS_EXP' => 'Configuración para bloque compacto.<br />Si la respuesta es Si, el número de respuestas y las opiniones se muestran en 2 columnas extra. Si la respuesta es No, las respuestas y opiniones se mostrará junto al nombre de foro. Seleccione No si tiene problemas con la visualización de las columnas extras debido a la anchura.',
|
||||
));
|
||||
53
language/es/modules/portal_poll_module.php
Normal file
53
language/es/modules/portal_poll_module.php
Normal file
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Poll
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_POLL' => 'Encuestas',
|
||||
'LATEST_POLLS' => 'Las últimas encuestas',
|
||||
'NO_OPTIONS' => 'Esta encuesta no tiene opciones disponibles.',
|
||||
'NO_POLL' => 'No hay encuestas disponibles',
|
||||
'RETURN_PORTAL' => '%sVolver al portal%s',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_POLLS_SETTINGS' => 'Configuración de encuentas',
|
||||
'ACP_PORTAL_POLLS_SETTINGS_EXP' => 'Aquí es donde puede personalizar el bloque de encuestas.',
|
||||
'PORTAL_POLL_TOPIC_ID' => 'Foro(s) de encuestas',
|
||||
'PORTAL_POLL_TOPIC_ID_EXP' => 'Foro(s) del cual queremos mostrar las encuestas. Dejar en blanco para mostrar las encuestas de todos los foros. Si "Excluir foros" se establece en "Si", seleccione el/los foro(s) que desea excluir.<br />Si "Excluir foros" se establece en "No" seleccione el/los foro(s) que desea ver.<br />Seleccione/Deseleccione múltiples foros manteniendo la tecla <samp>CTRL</samp> presionada y haciendo clic.',
|
||||
'PORTAL_POLL_EXCLUDE_ID' => 'Excluir foros',
|
||||
'PORTAL_POLL_EXCLUDE_ID_EXP' => 'Seleccione "Sí" si quiere excluir los foros seleccionados del bloque de encuestas, y "No" si desea ver sólo los foros seleccionados en el bloque de encuestas.',
|
||||
'PORTAL_POLL_LIMIT' => 'Límite de encuestas a mostrar',
|
||||
'PORTAL_POLL_LIMIT_EXP' => 'El número de encuestas que le gustaría mostrar en la página del portal.',
|
||||
'PORTAL_POLL_ALLOW_VOTE' => 'Permitir votar',
|
||||
'PORTAL_POLL_ALLOW_VOTE_EXP' => 'Permitir a los usuarios con los permisos necesarios votar desde el portal.',
|
||||
'PORTAL_POLL_HIDE' => '¿Ocultar encuestas cuando caduquen?',
|
||||
));
|
||||
41
language/es/modules/portal_random_member_module.php
Normal file
41
language/es/modules/portal_random_member_module.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Random Member
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_RANDOM_MEMBER' => 'Usuario aleatorio',
|
||||
'RND_JOIN' => 'Registrado',
|
||||
'RND_POSTS' => 'Mensajes',
|
||||
'RND_OCC' => 'Ocupación',
|
||||
'RND_FROM' => 'Ubicación',
|
||||
'RND_WWW' => 'Sitio Web',
|
||||
));
|
||||
51
language/es/modules/portal_recent_module.php
Normal file
51
language/es/modules/portal_recent_module.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Recent
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_RECENT' => 'Recientes',
|
||||
'PORTAL_RECENT_TOPIC' => 'Temas recientes',
|
||||
'PORTAL_RECENT_ANN' => 'Anuncios recientes',
|
||||
'PORTAL_RECENT_HOT_TOPIC' => 'Temas recientes populares',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_RECENT_SETTINGS' => 'Configuración de temas recientes',
|
||||
'ACP_PORTAL_RECENT_SETTINGS_EXP' => 'Aquí es donde puede personalizar el bloque de temas recientes.',
|
||||
'PORTAL_MAX_TOPIC' => 'Límite de anuncios recientes/temas de actualidad',
|
||||
'PORTAL_MAX_TOPIC_EXP' => '0 significa infinito.',
|
||||
'PORTAL_RECENT_TITLE_LIMIT' => 'Límite de caracteres para cada tema reciente',
|
||||
'PORTAL_RECENT_TITLE_LIMIT_EXP' => '0 significa infinito.',
|
||||
'PORTAL_RECENT_FORUM' => 'Temas recientes de los foros',
|
||||
'PORTAL_RECENT_FORUM_EXP' => 'Foro(s) del cual queremos mostrar los temas recientes. Dejar en blanco para mostrar los temas recientes de todos los foros. Si "Excluir foros" se establece en "Si", seleccione el/los foro(s) que desea excluir.<br />Si "Excluir foros" se establece en "No" seleccione el/los foro(s) que desea ver.<br />Seleccione/Deseleccione múltiples foros manteniendo la tecla <samp>CTRL</samp> presionada y haciendo clic.',
|
||||
'PORTAL_EXCLUDE_FORUM' => 'Excluir foros',
|
||||
'PORTAL_EXCLUDE_FORUM_EXP' => 'Seleccione "Sí" si quiere excluir los foros seleccionados del bloque de temas recientes, y "No" si desea ver sólo los foros seleccionados en el bloque de temas recientes.',
|
||||
));
|
||||
42
language/es/modules/portal_search_module.php
Normal file
42
language/es/modules/portal_search_module.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Search
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_SEARCH' => 'Buscar',
|
||||
'PORTAL_SEARCH_GO' => 'Ir',
|
||||
'PORTAL_SEARCH_SITE' => 'Foros',
|
||||
'PORTAL_SEARCH_POSTS' => 'Mensajes',
|
||||
'PORTAL_SEARCH_AUTHOR' => 'Autor',
|
||||
'PORTAL_SEARCH_ENGINE' => 'Motores de búsqueda',
|
||||
'PORTAL_SEARCH_ADV' => 'Búsqueda avanzada',
|
||||
));
|
||||
51
language/es/modules/portal_statistics_module.php
Normal file
51
language/es/modules/portal_statistics_module.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Statistics
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'ST_TOP' => 'Totales',
|
||||
'ST_TOP_ANNS' => 'Anuncios totales:',
|
||||
'ST_TOP_STICKYS'=> 'Notas totales:',
|
||||
'ST_TOT_ATTACH' => 'Adjuntos totales:',
|
||||
'TOPICS_PER_DAY_OTHER' => 'Temas por día: <strong>%d</strong>',
|
||||
'TOPICS_PER_DAY_ZERO' => 'Temas por día: <strong>0</strong>',
|
||||
'POSTS_PER_DAY_OTHER' => 'Mensajes por día: <strong>%d</strong>',
|
||||
'POSTS_PER_DAY_ZERO' => 'Mensajes por día: <strong>0</strong>',
|
||||
'USERS_PER_DAY_OTHER' => 'Usuarios por día: <strong>%d</strong>',
|
||||
'USERS_PER_DAY_ZERO' => 'Usuarios por día: <strong>0</strong>',
|
||||
'TOPICS_PER_USER_OTHER' => 'Temas por usuario: <strong>%d</strong>',
|
||||
'TOPICS_PER_USER_ZERO' => 'Temas por usuario: <strong>0</strong>',
|
||||
'POSTS_PER_USER_OTHER' => 'Mensajes por usuario: <strong>%d</strong>',
|
||||
'POSTS_PER_USER_ZERO' => 'Mensajes por usuario: <strong>0</strong>',
|
||||
'POSTS_PER_TOPIC_OTHER' => 'Mensajes por tema: <strong>%d</strong>',
|
||||
'POSTS_PER_TOPIC_ZERO' => 'Mensajes por tema: <strong>0</strong>',
|
||||
));
|
||||
37
language/es/modules/portal_stylechanger_module.php
Normal file
37
language/es/modules/portal_stylechanger_module.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Stylechanger
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'BOARD_STYLE' => 'Estilo del foro',
|
||||
'STYLE_CHOOSE' => 'Seleccionar un estilo',
|
||||
));
|
||||
41
language/es/modules/portal_topposters_module.php
Normal file
41
language/es/modules/portal_topposters_module.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Topposters
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'TOPPOSTERS' => 'Top Posteadores',
|
||||
'TOPPOSTERS_CONFIG' => 'Ajustes del Top de Posteadores',
|
||||
|
||||
// ACP
|
||||
'NUM_TOPPOSTERS' => 'Número de Top Posteadores',
|
||||
'NUM_TOPPOSTERS_EXP' => 'Introducir el número de usuarios se debe mostrar en el bloque de Top Posteadores.',
|
||||
));
|
||||
45
language/es/modules/portal_user_menu_module.php
Normal file
45
language/es/modules/portal_user_menu_module.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - User Menu
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'USER_MENU' => 'Menú de usuario',
|
||||
'UM_LOG_ME_IN' => 'Recordarme',
|
||||
'UM_HIDE_ME' => 'Ocultarme',
|
||||
'UM_REGISTER_NOW' => '¡Regístrese ahora!',
|
||||
'UM_MAIN_SUBSCRIBED'=> 'Suscribirse',
|
||||
'UM_BOOKMARKS' => 'Favoritos',
|
||||
'M_MENU' => 'Menú',
|
||||
'M_ACP' => 'ACP',
|
||||
'USER_MENU_SETTINGS' => 'Configuración de Menú de usuario',
|
||||
'USER_MENU_REGISTER' => 'Mostrar el enlace de registro en el menú de usuario',
|
||||
));
|
||||
43
language/es/modules/portal_welcome_module.php
Normal file
43
language/es/modules/portal_welcome_module.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Welcome
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_WELCOME' => 'Mensaje de Bienvenida',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_WELCOME_SETTINGS' => 'Configuración de Mensaje de Bienvenida',
|
||||
'ACP_PORTAL_WELCOME_MESSAGE_SHORT' => 'El mensaje que has introducido no es lo suficientemente largo.',
|
||||
'ACP_PORTAL_WELCOME_PREVIEW' => 'Vista previa del mensaje de bienvenida',
|
||||
'ACP_PORTAL_WELCOME_MESSAGE' => 'Mensaje de Bienvenida',
|
||||
'ACP_PORTAL_WELCOME_MESSAGE_EXP' => 'Puede editar el mensaje de bienvenida en este cuadro de texto. BBCodes, imágenes y URLs están permitidos.',
|
||||
));
|
||||
36
language/es/modules/portal_whois_online_module.php
Normal file
36
language/es/modules/portal_whois_online_module.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1 - Who is online
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL_WHOIS_ONLINE' => '¿Quién está conectado?',
|
||||
));
|
||||
41
language/es/portal.php
Normal file
41
language/es/portal.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1
|
||||
* @copyright (c) 2013 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
|
||||
// Common
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL' => 'Portal',
|
||||
'VIEWING_PORTAL' => 'Página del Portal',
|
||||
'BACK' => 'Volver',
|
||||
'B3P_WRONG_METHOD_CALL' => 'Llamada incorrecta del método %s',
|
||||
));
|
||||
117
language/es/portal_acp.php
Normal file
117
language/es/portal_acp.php
Normal file
@@ -0,0 +1,117 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Board3 Portal v2.1
|
||||
* @copyright (c) 2014 Board3 Group ( www.board3.de )
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = array();
|
||||
}
|
||||
|
||||
// DEVELOPERS PLEASE NOTE
|
||||
//
|
||||
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||
//
|
||||
// Placeholders can now contain order information, e.g. instead of
|
||||
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
|
||||
// translators to re-order the output of data while ensuring it remains correct
|
||||
//
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
// Portal Modules
|
||||
'ACP_PORTAL_MODULES_EXP' => 'Puede administrar los módulos de portal desde aquí. Si desactiva todos los módulos, por favor, recuerde también desactivar el Portal.',
|
||||
|
||||
'MODULE_POS_TOP' => 'Arriba',
|
||||
'MODULE_POS_LEFT' => 'Columna izquierda',
|
||||
'MODULE_POS_RIGHT' => 'Columna derecha',
|
||||
'MODULE_POS_CENTER' => 'Columna cental',
|
||||
'MODULE_POS_BOTTOM' => 'Abajo',
|
||||
'ADD_MODULE' => 'Agregar módulo',
|
||||
'CHOOSE_MODULE' => 'Seleccionar módulo',
|
||||
'CHOOSE_MODULE_EXP' => 'Elija un módulo de la lista desplegable.',
|
||||
'SUCCESS_ADD' => 'El módulo se ha añadido correctamente.',
|
||||
'SUCCESS_DELETE' => 'El módulo se ha eliminado correctamente.',
|
||||
'NO_MODULES' => 'No se han encontrado módulos.',
|
||||
'MOVE_RIGHT' => 'Mover a la derecha',
|
||||
'MOVE_LEFT' => 'Mover a la izquierda',
|
||||
'B3P_FILE_NOT_FOUND' => 'El archivo solicitado no se encontró',
|
||||
'UNABLE_TO_MOVE' => 'No es posible mover el bloque a la columna seleccionada.',
|
||||
'UNABLE_TO_MOVE_ROW' => 'No es posible mover el bloque a la fila seleccionada.',
|
||||
'UNABLE_TO_ADD_MODULE' => 'No es posible añadir el módulo a la columna seleccionada.',
|
||||
'DELETE_MODULE_CONFIRM' => '¿Está seguro que desea eliminar el módulo "%1$s"?',
|
||||
'MODULE_RESET_SUCCESS' => 'Se restableció la configuración del módulo correctamente.',
|
||||
'MODULE_RESET_CONFIRM' => '¿Estás seguro de que desea restablecer la configuración del módulo "%1$s"?',
|
||||
'MODULE_NOT_EXISTS' => 'No existe el módulo seleccionado.',
|
||||
|
||||
'MODULE_OPTIONS' => 'Opciones de módulo',
|
||||
'MODULE_NAME' => 'Nombre del módulo',
|
||||
'MODULE_NAME_EXP' => 'Escriba el nombre que se debe mostrar en la configuración del módulo.',
|
||||
'MODULE_IMAGE' => 'Imagen del módulo',
|
||||
'MODULE_IMAGE_EXP' => 'Escriba el nombre del archivo correspondiente a la imagen del módulo. Las imágenes deben estar todas en la carpeta styles/{suestilo}/theme/images/portal/.',
|
||||
'MODULE_PERMISSIONS' => 'Permisos del módulo',
|
||||
'MODULE_PERMISSIONS_EXP' => 'Seleccione los grupos autorizados a ver el módulo. Si ningún grupo es selecionado todos los usuarios podrán utilizar el módulo. <br />Para seleccionar/deseleccionar multiples grupos simultaneamente, pulse <samp>CTRL</ samp> y haga clic.',
|
||||
'MODULE_IMAGE_WIDTH' => 'Ancho de la imagen del módulo',
|
||||
'MODULE_IMAGE_WIDTH_EXP' => 'Introduzca el ancho en pixeles de la imagen del módulo.',
|
||||
'MODULE_IMAGE_HEIGHT' => 'Alto de la imagen del módulo',
|
||||
'MODULE_IMAGE_HEIGHT_EXP' => 'Introduzca el alto en pixeles de la imagen del módulo.',
|
||||
'MODULE_RESET' => 'Reiniciar configuración del módulo',
|
||||
'MODULE_RESET_EXP' => 'Esto restablecerá todos los ajustes por defecto!',
|
||||
'MODULE_STATUS' => 'Habilitar módulo',
|
||||
'MODULE_ADD_ONCE' => 'Este módulo sólo se puede añadir una vez.',
|
||||
'MODULE_IMAGE_ERROR' => 'Se ha producido un error al buscar la imagen del módulo:',
|
||||
'UNKNOWN_MODULE_METHOD' => 'Módulo %1$s usa un método del módulo que no se pudo resolver.',
|
||||
|
||||
// general
|
||||
'ACP_PORTAL_CONFIG_INFO' => 'Ajustes generales',
|
||||
'ACP_PORTAL_GENERAL_TITLE' => 'Administración del Portal',
|
||||
'ACP_PORTAL_GENERAL_TITLE_EXP' => 'Gracias por elegir board3 Portal! Aquí es donde puede manejar el portal de su página. Las siguientes opciones permiten personalizar la configuración general.',
|
||||
'PORTAL_ENABLE' => 'Habilitar Portal',
|
||||
'PORTAL_ENABLE_EXP' => 'Activar o desactivar todo el Portal.',
|
||||
'PORTAL_LEFT_COLUMN' => 'Habilitar columna izquierda',
|
||||
'PORTAL_LEFT_COLUMN_EXP' => 'Cambie a No si desea deshabilitar la columna de la izquierda.',
|
||||
'PORTAL_RIGHT_COLUMN' => 'Habilitar columna derecha',
|
||||
'PORTAL_RIGHT_COLUMN_EXP' => 'Cambie a No si desea deshabilitar la columna de la derecha.',
|
||||
'PORTAL_VERSION_CHECK' => 'Versioncheck en el Portal',
|
||||
'PORTAL_DISPLAY_JUMPBOX' => 'Mostrar Ir a',
|
||||
'PORTAL_DISPLAY_JUMPBOX_EXP' => 'Mostrar Ir a en el portal. El Ir a sólo se muestra si está activo también en las Características del sitio.',
|
||||
'ACP_PORTAL_COLUMN_WIDTH_SETTINGS' => 'Configuración de ancho de columnas izquierda y derecha',
|
||||
'PORTAL_LEFT_COLUMN_WIDTH' => 'Ancho de la columna izquierda',
|
||||
'PORTAL_LEFT_COLUMN_WIDTH_EXP' => 'Cambiar el ancho en píxeles de la columna de la izquierda; valor recomendado es de 180.',
|
||||
'PORTAL_RIGHT_COLUMN_WIDTH' => 'Ancho de la columna de la derecha',
|
||||
'PORTAL_RIGHT_COLUMN_WIDTH_EXP' => 'Cambiar el ancho en píxeles de la columna de la derecha; valor recomendado es de 180.',
|
||||
|
||||
'LINK_ADDED' => 'El enlace ha sido agregado correctamente',
|
||||
'LINK_UPDATED' => 'El enlace ha sido actualizado correctamente',
|
||||
|
||||
// Install
|
||||
'PORTAL_BASIC_INSTALL' => 'Agregando un conjunto básico de módulos',
|
||||
'PORTAL_BASIC_UNINSTALL' => 'Eliminando módulos de la base de datos',
|
||||
|
||||
/**
|
||||
* A copy of Handyman` s MOD version check, to view it on the portal overview
|
||||
*/
|
||||
'ANNOUNCEMENT_TOPIC' => 'Anuncio de lanzamiento',
|
||||
'CURRENT_VERSION' => 'Versión Actual',
|
||||
'DOWNLOAD_LATEST' => 'Descarga la última versión',
|
||||
'LATEST_VERSION' => 'Última versión',
|
||||
'NO_INFO' => 'Version server could not be contacted',
|
||||
'NOT_UP_TO_DATE' => '%s no está actualizado',
|
||||
'RELEASE_ANNOUNCEMENT' => 'Tema del Anuncio',
|
||||
'UP_TO_DATE' => '%s está actualizado',
|
||||
'VERSION_CHECK' => 'Comprobar versión de extensión',
|
||||
));
|
||||
Reference in New Issue
Block a user