mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
20 lines
435 B
PHP
20 lines
435 B
PHP
<?php
|
||
|
||
return [
|
||
'latest_ads' => 'Son Eklenenler',
|
||
'show_all' => [
|
||
'name' => 'Tümünü Göster',
|
||
],
|
||
'login' => [
|
||
'name' => 'Login',
|
||
],
|
||
'logout' => [
|
||
'name' => 'Logout',
|
||
],
|
||
'profile' => 'Profile',
|
||
'email' => 'Email Adresiniz',
|
||
'password' => 'Şifreniz',
|
||
'display_name' => 'İsim Soyisim',
|
||
'username' => 'Kullanıcı Adı',
|
||
'remember_me' => 'Beni Hatırla',
|
||
]; |