openclassify/addons/default/visiosoft/profile-module/resources/lang/de/permission.php
2020-12-16 12:52:20 +03:00

37 lines
1.0 KiB
PHP

<?php
return [
'profile' => [
'name' => 'Profil',
'option' => [
'read' => 'Kann Profil lesen?',
'write' => 'Kann ein Profil erstellen / bearbeiten? ',
'delete' => 'Kann Profil löschen?',
],
],
'adress' => [
'name' => 'Anschrift',
'option' => [
'read' => 'Kann Adresse lesen?',
'write' => 'Kann Adresse erstellen / bearbeiten?',
'delete' => 'Kann Adresse löschen?',
],
],
'education' => [
'name' => 'Education',
'option' => [
'read' => 'Can read education?',
'write' => 'Can create/edit education?',
'delete' => 'Can delete education?',
],
],
'education_part' => [
'name' => 'Education part',
'option' => [
'read' => 'Can read education part?',
'write' => 'Can create/edit education part?',
'delete' => 'Can delete education part?',
],
],
];