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
732 B
PHP
22 lines
732 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'פרופיל חדש',
|
|
'new_adress' => 'כתובת חדשה',
|
|
'show' => 'הצג כתובת',
|
|
'update_password' => 'עדכן סיסמה',
|
|
'update_profile' => 'עדכן פרופיל',
|
|
'delete' => 'מחק',
|
|
'extend' => 'הרחיבו',
|
|
'extend_all' => 'הרחב את הכל',
|
|
'extend_unpublished' => 'הרחב שלא פורסם',
|
|
'edit' => 'ערוך',
|
|
'go_profile' => 'עבור לפרטי הפרופיל',
|
|
'go_user' => 'עבור לפרטי המשתמש',
|
|
'personal' => 'אישי',
|
|
'corporate' => 'תאגידי',
|
|
'export' => 'יְצוּא',
|
|
'new_education' => 'חינוך חדש',
|
|
'new_education_part' => 'חלק חינוך חדש',
|
|
];
|