mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
21 lines
629 B
PHP
21 lines
629 B
PHP
<?php
|
|
|
|
return [
|
|
'category' => [
|
|
'name' => 'Categorie',
|
|
'option' => [
|
|
'read' => 'Kan categorie lezen? ',
|
|
'write' => 'Kan categorie maken / bewerken? ',
|
|
'delete' => 'Kan categorie verwijderen?',
|
|
],
|
|
],
|
|
'placeholderforsearch' => [
|
|
'name' => 'Placeholderforsearch',
|
|
'option' => [
|
|
'read' => 'Kan placeholderforsearch lezen? ',
|
|
'write' => 'Kan plaatsaanduiding voor zoeken maken / bewerken? ',
|
|
'delete' => 'Kan placeholderforsearch worden verwijderd?',
|
|
],
|
|
],
|
|
];
|