mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
15 lines
337 B
PHP
15 lines
337 B
PHP
<?php
|
|
|
|
return [
|
|
'post_ad' => [
|
|
'name' => 'İlan Ver',
|
|
],
|
|
'login' => 'Giriş Yap',
|
|
'register' => 'Üye Ol',
|
|
'continue' => 'Devam Et',
|
|
'reset_password' => 'Şifremi Güncelle',
|
|
'email' => 'E-posta',
|
|
'phone' => 'Telefon',
|
|
'show_all' => 'Hepsini Göster ↓',
|
|
'hide_all' => 'Hepsini Gizle',
|
|
]; |