1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15289] Add permission for storage

PHPBB3-15289
This commit is contained in:
Rubén Calvo
2017-09-10 11:35:39 +02:00
parent 246bc8cf08
commit cb350e20e1
3 changed files with 31 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ $lang = array_merge($lang, array(
'ACL_A_ROLES' => 'Can manage roles',
'ACL_A_SWITCHPERM' => 'Can use others permissions',
'ACL_A_STORAGE' => 'Can manage storages',
'ACL_A_STYLES' => 'Can manage styles',
'ACL_A_EXTENSIONS' => 'Can manage extensions',
'ACL_A_VIEWLOGS' => 'Can view logs',