* @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, [
'ACL_F_DICE_ROLL' => 'Dice - Can roll dice',
'ACL_F_DICE_EDIT' => 'Dice - Can edit a rolled dice',
'ACL_F_DICE_DELETE' => 'Dice - Can delete own dice',
'ACL_F_DICE_NO_LIMIT' => 'Dice - Can ignore dice limit per post',
'ACL_F_DICE_VIEW' => 'Dice - Can view rolled dice',
'ACL_F_MOD_DICE_ADD' => 'Dice - Mod: Can roll dice on other users´s post',
'ACL_F_MOD_DICE_EDIT' => 'Dice - Mod: Can edit rolled dice on other users´s post',
'ACL_F_MOD_DICE_DELETE' => 'Dice - Mod: Can delete dice on other users´s post',
'ACL_A_DICE_ADMIN' => 'Dice - Can administer the extension',
'ACL_U_DICE_USE_UCP' => 'Dice - Can manage the Dice UCP',
'ACL_U_DICE_TEST' => 'Dice - Can use the “Test notation” page',
'ACL_U_DICE_SKIN' => 'Dice - Can ignore overriding forum skins
The user selected skin will be used, even when the forum skin is set to “override”.',
]);