snipe-it/resources/lang/tr/auth/message.php
2016-03-25 01:18:05 -07:00

37 lines
1.4 KiB
PHP
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'account_already_exists' => 'Bu email adresi ile tanımlanmış bir hesap var.',
'account_not_found' => 'Kullanıcı adı veya şifresi yanlış.',
'account_not_activated' => 'Hesabınız aktif edilmemiş.',
'account_suspended' => 'Hesabınız durdurulmuş.',
'account_banned' => 'Hesabınız engellenmiş.',
'signin' => array(
'error' => 'Bir problem ile karşılaştık, lütfen tekrar deneyin.',
'success' => 'Başarıyla giriş yaptınız.',
),
'signup' => array(
'error' => 'There was a problem while trying to create your account, please try again.',
'success' => 'Hesap başarılı bir şekilde oluşturuldu.',
),
'forgot-password' => array(
'error' => 'There was a problem while trying to get a reset password code, please try again.',
'success' => 'Password recovery email successfully sent.',
),
'forgot-password-confirm' => array(
'error' => 'There was a problem while trying to reset your password, please try again.',
'success' => 'Your password has been successfully reset.',
),
'activate' => array(
'error' => 'There was a problem while trying to activate your account, please try again.',
'success' => 'Your account has been successfully activated.',
),
);