user.php 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. /******************************************************************************
  3. * Each entry of that file can be associated with a comment to indicate its *
  4. * state. When there is no comment, it means the entry is fully translated. *
  5. * The recognized comments are (comment matching is case-insensitive): *
  6. * + TODO: the entry has never been translated. *
  7. * + DIRTY: the entry has been translated but needs to be updated. *
  8. * + IGNORE: the entry does not need to be translated. *
  9. * When a comment is not recognized, it is discarded. *
  10. ******************************************************************************/
  11. return array(
  12. 'email' => array(
  13. 'feedback' => array(
  14. 'invalid' => 'Bu e-posta adresi geçersiz.',
  15. 'required' => 'Bir e-posta adresi gerekli.',
  16. ),
  17. 'validation' => array(
  18. 'change_email' => 'E-posta adresinizi <a href="%s">profil sayfasından</a> değiştirebilirsiniz.',
  19. 'email_sent_to' => 'Size <strong>%s</strong> adresine bir e-posta gönderdik. Lütfen adresinizi doğrulamak için talimatları takip edin.',
  20. 'feedback' => array(
  21. 'email_failed' => 'Sunucu yapılandırma hatası nedeniyle size e-posta gönderemedik.',
  22. 'email_sent' => 'E-posta adresinize bir mesaj gönderildi.',
  23. 'error' => 'E-posta adresi doğrulama başarısız oldu.',
  24. 'ok' => 'Bu e-posta adresi doğrulandı.',
  25. 'unnecessary' => 'Bu e-posta adresi zaten doğrulanmıştı.',
  26. 'wrong_token' => 'Yanlış bir token nedeniyle bu e-posta adresi doğrulanamadı.',
  27. ),
  28. 'need_to' => '%s kullanabilmek için önce e-posta adresinizi doğrulamanız gerekiyor.',
  29. 'resend_email' => 'E-postayı yeniden gönder',
  30. 'title' => 'E-posta adresi doğrulama',
  31. ),
  32. ),
  33. 'mailer' => array(
  34. 'email_need_validation' => array(
  35. 'body' => '%s sitesine yeni kaydoldunuz, ancak e-posta adresinizi hâlâ doğrulamanız gerekiyor. Bunun için şu bağlantıyı takip etmeniz yeterli:',
  36. 'title' => 'Hesabınızı doğrulamanız gerekiyor',
  37. 'welcome' => 'Hoş geldiniz %s,',
  38. ),
  39. ),
  40. 'password' => array(
  41. 'invalid' => 'Parola geçersiz.',
  42. ),
  43. 'tos' => array(
  44. 'feedback' => array(
  45. 'invalid' => 'Kayıt olabilmek için Hizmet Şartları’nı kabul etmeniz gerekiyor.',
  46. ),
  47. ),
  48. 'username' => array(
  49. 'invalid' => 'Bu kullanıcı adı geçersiz.',
  50. 'taken' => 'Bu kullanıcı adı, %s, zaten alınmış.',
  51. ),
  52. );