Update permissions_portal.php

This commit is contained in:
Basil Taha Alhitary
2015-12-29 22:10:36 +03:00
parent 6284f76c43
commit e2ddf73757

View File

@@ -35,6 +35,6 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array(
// Adding the permissions
'ACL_A_MANAGE_PORTAL' => 'يستطيع تعديل إعدادات المجلة',
'ACL_A_MANAGE_PORTAL' => 'يستطيع تغيير إعدادات المجلة',
'ACL_U_VIEW_PORTAL' => 'يستطيع مُشاهدة المجلة',
));