openclassify/addons/default/visiosoft/comments-module/resources/lang/en/permission.php
Mostafa Moradi 4eac3243b8 4.0-mostafa
2024-08-18 17:45:09 +03:00

13 lines
258 B
PHP

<?php
return [
'comments' => [
'name' => 'Comments',
'option' => [
'read' => 'Can read comments?',
'write' => 'Can create/edit comments?',
'delete' => 'Can delete comments?',
],
],
];