mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-19 05:23:30 -05:00
19 lines
345 B
PHP
19 lines
345 B
PHP
<?php
|
||
|
||
return [
|
||
'profile' => [
|
||
'title' => 'Perfil',
|
||
],
|
||
'adress' => [
|
||
'title' => 'Adreça',
|
||
],
|
||
'general_setting' => 'Configuració general',
|
||
'recaptcha' => 'reCAPTCHA',
|
||
'education' => [
|
||
'title' => 'Educació',
|
||
],
|
||
'education_part' => [
|
||
'title' => 'Part d’educació',
|
||
],
|
||
];
|