mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
25 lines
480 B
PHP
25 lines
480 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'title' => 'Profile',
|
|
],
|
|
'adress' => [
|
|
'title' => 'Adress',
|
|
],
|
|
'general_setting' => 'General Settings',
|
|
'recaptcha' => 'reCAPTCHA',
|
|
'education' => [
|
|
'title' => 'Education',
|
|
],
|
|
'education' => [
|
|
'title' => 'Education',
|
|
],
|
|
'education_part' => [
|
|
'title' => 'Education part',
|
|
],
|
|
'education_part_option' => [
|
|
'title' => 'Education part option',
|
|
],
|
|
];
|