openclassify/addons/default/visiosoft/profile-module/resources/lang/sq/permission.php
2020-02-12 14:18:28 +03:00

21 lines
543 B
PHP

<?php
return [
'profile' => [
'name' => 'Profile',
'option' => [
'read' => 'Mund të lexoni profilin?',
'write' => 'Mund të krijoni / modifikoni profilin?',
'delete' => 'Mund të fshini profilin?',
],
],
'adress' => [
'name' => 'Adresa',
'option' => [
'read' => 'Mund të lexoni adresën?',
'write' => 'Mund të krijoni / modifikoni adresën?',
'delete' => 'Mund të fshini adresën?',
],
],
];