mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations validation.php (Arabic) * New translations validation.php (Spanish) * New translations validation.php (French) * New translations validation.php (Romanian) * New translations validation.php (Hindi) * New translations validation.php (Bengali) * New translations validation.php (German) * New translations validation.php (Arabic) * New translations validation.php (Greek) * New translations validation.php (Romanian) * New translations validation.php (Spanish) * New translations validation.php (French * New translations validation.php (Portuguese)
22 lines
685 B
PHP
22 lines
685 B
PHP
<?php
|
||
|
||
return [
|
||
'new_profile' => 'Profil nou',
|
||
'new_adress' => 'Adresa nouă',
|
||
'show' => 'Show Adress',
|
||
'update_password' => 'Actualizați parola',
|
||
'update_profile' => 'Actualizare profil',
|
||
'delete' => 'Șterge',
|
||
'extend' => 'Extinde',
|
||
'extend_all' => 'Extindeți toate',
|
||
'extend_unpublished' => 'Extindeți nepublicat',
|
||
'edit' => 'Editați | ×',
|
||
'go_profile' => 'Accesați Detaliile profilului',
|
||
'go_user' => 'Accesați Detaliile utilizatorului',
|
||
'personal' => 'Personal',
|
||
'corporate' => 'corporativ',
|
||
'export' => 'Export',
|
||
'new_education' => 'Educație nouă',
|
||
'new_education_part' => 'Partea educație nouă',
|
||
];
|