Files
san-reymoros/ext/phpbbstudio/dice/language/es/ext_require.php
Gauvain Boiché 155e626426 Extensions
2020-04-04 23:28:30 +02:00

27 lines
664 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* phpBB Studio's Dice extension for the phpBB Forum Software package.
*
* @copyright (c) 2019 phpBB Studio <https://www.phpbbstudio.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = [];
}
/**
* Some characters you may want to copy&paste: » “ ” …
*/
$lang = array_merge($lang, [
'ERROR_PHPBB_VERSION' => 'La versión mínima de phpBB requerida es %1$s pero menos de %2$s',
'ERROR_PHP_VERSION' => 'La versión de PHP debe ser igual o mayor que 5.5',
'ERROR_GLOB_STREAM' => 'El flujo GLOB no está disponible en su sistema.',
]);