mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations permission.php (German)
This commit is contained in:
parent
e0f5a8a6b2
commit
dcc59bf153
@ -1,24 +1,20 @@
|
||||
<?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?",
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
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?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user