Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 82 additions & 0 deletions language/es_x_tu/acp_tfa.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<?php
/**
*
* 2FA extension for the phpBB Forum Software package.
*
* @copyright (c) 2015 Paul Sohier
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

/**
* 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
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//

$lang = array_merge(
$lang, array(
'ACP_TFA_SETTINGS' => 'Configuración de autenticación en dos pasos',

// As we are re-using the acp_board template, we can't add custom stuff to that page.
// As such, we do need to have some HTML here :(.
'ACP_TFA_SETTINGS_EXPLAIN' => 'Aquí puedes ajustar la configuración de la autenticación en dos pasos.
La configuración sugerida es la de habilitar la autenticación en dos pasos para el panel
de control de administración.<br /><br />
Las llaves U2F sólo son soportadas por el momento por los siguientes navegadores:
<ul>
<li>Google Chrome (Versión 41 en adelante)</li>
</ul>
No soportado
<ul>
<li>Internet Explorer</li>
<li>Edge</li>
<li>Firefox</li>
<li>Safari</li>
</ul>
<p>En cualquier caso, es probable que alguno de estos navegadores ya las soporte en versiones más actuales.
Cuando un navegador no lo soporta, al usuario no le aparecerá la opción de seleccionar U2F</p>

<h2>Soporte</h2>
<p>El soporte sólo se proporcionará en www.phpbb.com, en el <a href="https://www.phpbb.com/community/viewtopic.php?f=456&t=2341856" target="_blank">hilo de esta extensión.</a> Por favor asegúrate de leer
el primer mensaje antes de realizar una pregunta.</p>

<h2>Atención: Esta es una extensión en desarrollo</h2>
<p>Esta extensión está en desarrollo. Esta extensión está pensada en añadir más características de seguridad a
tu foro. Por favor toma toda las precauciones antes de instalarla en un foro en producción.</p>
',
'TFA_REQUIRES_SSL' => 'Parece que estás usando una conexión insegura. Esta extensión requiere una conexión TLS/SSL segura para que algunas llaves de seguridad funcionen. Esta opción no aparecerá a los usuarios a menos que habilites una conexión segura a tu foro.',

'TFA_MODE' => 'Modo de autenticación en dos pasos',
'TFA_MODE_EXPLAIN' => 'Aquí puedes seleccionar qué usuarios pueden usar la autenticación en dos pasos. Si seleccionas "Autenticación en dos pasos desactivada" esta no estará activa en ningún caso.',
'TFA_DISABLED' => 'Autenticación en dos pasos desactivada',
'TFA_NOT_REQUIRED' => 'Activar pero no requerir autenticación en dos pasos',
'TFA_REQUIRED_FOR_ACP_LOGIN' => 'Requerir autenticación en dos pasos para acceder al panel de Administrador',
'TFA_REQUIRED_FOR_ADMIN' => 'Requerir autenticación en dos pasos a todos los administradores',
'TFA_REQUIRED_FOR_MODERATOR' => 'Requerir autenticación en dos pasos a todos los administradores y moderadores',
'TFA_REQUIRED' => 'Requerir autenticación en dos pasos a todos los usuarios',
)
);
92 changes: 92 additions & 0 deletions language/es_x_tu/common.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<?php
/**
*
* 2FA extension for the phpBB Forum Software package.
*
* @copyright (c) 2015 Paul Sohier
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

/**
* 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
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//

$lang = array_merge(
$lang, array(
'TFA_REQUIRED_KEY_MISSING' => 'El administrador de este foro requiere que añadas la identificación en dos pasos para acceder a algunas partes de este foro. Parece que no tienes configurada ninguna. Puedes configurar una nueva clave de seguridad %s aquí%s.<br />Por razones de seguridad este foro ha sido desactivado hasta que añadas la clave de seguridad a tu cuenta. Es probable que en el proceso de añadir esta nueva clave se te requiera tu contraseña de usuario.',
// Controller
'ERR_NO_MATCHING_REQUEST' => 'No se encontró la solicitud',
'ERR_NO_MATCHING_REGISTRATION' => 'No se encontró el registro',
'ERR_AUTHENTICATION_FAILURE' => 'Error de autentificación',
'ERR_UNMATCHED_CHALLENGE' => 'El reto de registro no coincide',
'ERR_ATTESTATION_SIGNATURE' => 'La firma de certificación no coincide',
'ERR_ATTESTATION_VERIFICATION' => 'El certificado no ha podido ser validado',
'ERR_BAD_RANDOM' => 'No se ha podido encontrar una buena fuente de aleatoriedad',
'ERR_COUNTER_TOO_LOW' => 'Contador demasiado bajo',
'ERR_PUBKEY_DECODE' => 'Error al decodificar la clave pública',
'ERR_BAD_UA_RETURNING' => 'Error en el User-Agent',
'ERR_OLD_OPENSSL' => 'La versión mínima de OpenSSL debe ser 1.0.0, actualmente tienes instalada %s',
'UNKNOWN_ERROR' => 'Un error desconocido sucedió mientras validábamos tu clave de seguridad. Inténtalo de nuevo más tarde.',

'ERR_TFA_NO_REQUEST_FOUND_IN_SESSION' => 'No se ha encontrado ninguna solicitud en esta sesión. ¿La enviaste utilizando otra página?',
'TFA_TFA_NOT_REGISTERED' => 'La llave de seguridad proporcionada no está registrada en tu cuenta.',

'FTA_NO_RESPONSE' => 'No se ha recibido respuesta',
'TFA_SELECT_KEY' => 'Selecciona el tipo de clave',
'FTA_NO_RESPONSE_RECEIVED' => 'We did not receive a response from your U2F security key. Did you press the button?',
'FTA_NOT_SUPPORTED' => 'Navegador no soportado',
'FTA_BROWSER_SEEMS_NOT_SUPPORTED' => 'Lo sentimos, esta característica sólo funciona en Google Chrome.',
'FTA_INSERT_KEY' => 'Inserta tu llave de seguridad',
'FTA_INSERT_KEY_EXPLAIN' => 'Inserta la llave de seguridad y pulsa el botón.',
'TFA_NO_ACCESS' => 'Parece que no tienes acceso a esta página',
'TFA_UNABLE_TO_UPDATE_SESSION' => 'Imposible renovar la sesión. Contacta con el administrador del foro.',
'TFA_DISABLED' => 'La autenticación en dos paso ha sido desactivada',

'TFA_OTP_KEY_LOG' => 'Clave OTP',
'TFA_OTP_KEY_LOG_EXPLAIN' => 'Abra la app de autenticación e introduzca la clave a continuación',
'TFA_INCORRECT_KEY' => 'La clave suministrada es incorrecta.',
'TFA_NO_KEY_PROVIDED' => 'No se ha suministrado ninguna clave',
'TFA_KEY_REQUIRED' => 'Por favor introduce tu clave de seguridad',

'TFA_BACKUP_KEY' => 'Claves de respaldo',
'TFA_OTP' => 'OTP',
'TFA_U2F' => 'U2F',

'TFA_BACKUP_KEY_LOG' => 'Clave de respaldo',
'TFA_BACKUP_KEY_LOG_EXPLAIN' => 'Proporciona una clave de respaldo que no hayas utilizado antes.',

'TFA_DOUBLE_PRIORITY' => 'La prioridad seleccionada (%d) para el módulo %s ya está en uso para el módulo %s',

'TFA_SOMETHING_WENT_WRONG' => 'Algo fue mal durante la solicitud. Inténtalo de nuevo más tarde.',

// Module names
'MODULE_U2F' => 'U2F',

)
);
48 changes: 48 additions & 0 deletions language/es_x_tu/info_acp_tfa.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?php
/**
*
* 2FA extension for the phpBB Forum Software package.
*
* @copyright (c) 2015 Paul Sohier
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

/**
* 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
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//

$lang = array_merge(
$lang, array(
'ACP_TFA' => 'Autenticación en dos pasos',
'ACP_TFA_MANAGE' => 'Autenticación en dos pasos',

'LOG_TFA_CONFIG_MANAGE' => '<strong>Se ha actualizado la configuración de la autenticación en dos pasos</strong>',

)
);
46 changes: 46 additions & 0 deletions language/es_x_tu/info_ucp_tfa.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?php
/**
*
* 2FA extension for the phpBB Forum Software package.
*
* @copyright (c) 2015 Paul Sohier
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

/**
* 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
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//

$lang = array_merge(
$lang, array(
'UCP_TFA' => 'Autenticación en dos pasos',
'UCP_TFA_MANAGE' => 'Autenticación en dos pasos',

)
);
45 changes: 45 additions & 0 deletions language/es_x_tu/permissions_tfa.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php
/**
*
* 2FA extension for the phpBB Forum Software package.
*
* @copyright (c) 2015 Paul Sohier
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

/**
* 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
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//

$lang = array_merge(
$lang, array(
'ACL_A_TFA' => 'Puede configurar la autenticación en dos pasos',

)
);
Loading