snipe-it/resources/lang/tr/auth/general.php

17 lines
1.1 KiB
PHP
Raw Normal View History

2016-05-20 00:47:03 -07:00
<?php
return [
2016-06-22 14:39:19 -07:00
'send_password_link' => 'Parola sıfırlama bağlantısını gönder',
2017-01-10 17:53:06 -08:00
'email_reset_password' => 'Email şifre sıfırlama',
'reset_password' => 'Şifre sıfırla',
'saml_login' => 'Login via SAML',
2017-01-10 17:53:06 -08:00
'login' => 'Giriş',
'login_prompt' => 'Lütfen giriş yapın',
'forgot_password' => 'Şifremi unuttum',
'ldap_reset_password' => 'Please click here to reset your LDAP password',
2017-01-10 17:53:06 -08:00
'remember_me' => 'Beni hatırla',
'username_help_top' => 'E-posta ile bir şifre sıfırlama bağlantısı almak için <strong> kullanıcı adınızı </strong> girin.',
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
2016-05-20 00:47:03 -07:00
];