mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-27 09:07:20 -05:00
14 lines
268 B
PHP
14 lines
268 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'village' => [
|
|
'name' => 'Landsby',
|
|
'option' => [
|
|
'read' => 'Kan læse landsby?',
|
|
'write' => 'Kan du oprette / redigere landsby?',
|
|
'delete' => 'Kan du slette landsby?',
|
|
],
|
|
],
|
|
];
|