mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 22:07:33 -05:00
19 lines
342 B
PHP
19 lines
342 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'title' => 'Profil',
|
|
],
|
|
'adress' => [
|
|
'title' => 'Anschrift',
|
|
],
|
|
'general_setting' => 'Allgemeine Einstellungen',
|
|
'recaptcha' => 'reCaptcha',
|
|
'education' => [
|
|
'title' => 'Bildung',
|
|
],
|
|
'education_part' => [
|
|
'title' => 'Bildungsteil',
|
|
],
|
|
];
|