mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
10 lines
200 B
PHP
10 lines
200 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'Yeni Profil',
|
|
'new_adress' => 'Yeni Adres',
|
|
'show' => 'Göster',
|
|
'update_password' => 'Update Password',
|
|
'update_profile' => 'Update Profile',
|
|
];
|