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
657 B
PHP
22 lines
657 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'Ny profil',
|
|
'new_adress' => 'Ny adress',
|
|
'show' => 'Visa adress',
|
|
'update_password' => 'Uppdatera lösenord',
|
|
'update_profile' => 'Uppdatera profil',
|
|
'delete' => 'Radera',
|
|
'extend' => 'Förlänga',
|
|
'extend_all' => 'Förläng alla',
|
|
'extend_unpublished' => 'Förlänga opublicerat',
|
|
'edit' => 'Redigera',
|
|
'go_profile' => 'Gå till profildetalj',
|
|
'go_user' => 'Gå till användarinformation',
|
|
'personal' => 'Personlig',
|
|
'corporate' => 'Företags',
|
|
'export' => 'Exportera',
|
|
'new_education' => 'Ny utbildning',
|
|
'new_education_part' => 'Ny utbildning del',
|
|
];
|