mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-13 00:36:04 -06:00
16 lines
395 B
PHP
16 lines
395 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'Yeni Profil',
|
|
'new_adress' => 'Yeni Adres',
|
|
'show' => 'Göster',
|
|
'update_password' => 'Şifre güncelle',
|
|
'update_profile' => 'Profili Güncelle',
|
|
'delete' => 'Sil',
|
|
'extend' => 'Extend',
|
|
'extend_all' => 'Extend All',
|
|
'edit' => 'Düzenle',
|
|
'go_profile' => 'Go to Profile Detail',
|
|
'go_user' => 'Go to User Detail',
|
|
];
|