First commit
This commit is contained in:
commit
e3597abe8e
35 changed files with 2401 additions and 0 deletions
18
language/en/permissions_acp.php
Executable file
18
language/en/permissions_acp.php
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = [];
|
||||
}
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACL_U_PEDODEV_LINKPROTECTION_CANPROTECTLINKS' => 'Can protect links',
|
||||
'ACL_U_PEDODEV_LINKPROTECTION_CANVIEWLINKS' => 'Can view protected links',
|
||||
'ACL_M_PEDODEV_LINKPROTECTION_CANBYPASSCAPTCHA' => 'Can bypass protected link captcha',
|
||||
'ACL_M_PEDODEV_LINKPROTECTION_VIEWORIGINALLINKS' => 'Can view unprotected links while editing a post',
|
||||
));
|
||||
Loading…
Add table
Add a link
Reference in a new issue