mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-19 21:43:30 -05:00
19 lines
344 B
PHP
19 lines
344 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'title' => 'Profil',
|
|
],
|
|
'adress' => [
|
|
'title' => 'Adresse',
|
|
],
|
|
'general_setting' => 'Generelle indstillinger',
|
|
'recaptcha' => 'reCAPTCHA',
|
|
'education' => [
|
|
'title' => 'Uddannelse',
|
|
],
|
|
'education_part' => [
|
|
'title' => 'Uddannelsesdel',
|
|
],
|
|
];
|