akaunting/resources/lang/tr-TR/customers.php

12 lines
225 B
PHP
Raw Normal View History

2017-11-30 12:17:58 +03:00
<?php
return [
'allow_login' => 'Giriş yapabilsin?',
'user_created' => 'Kullanıcı oluşturuldu',
'error' => [
'email' => 'Bu email adresi kullanılmaktadır.'
]
];