You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tr_TR.inc 2.1KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/password/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail Password plugin |
  7. | Copyright (C) 2012-2013, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
  15. */
  16. $labels['changepasswd'] = 'Parolayı değiştir';
  17. $labels['curpasswd'] = 'Şimdiki Parola:';
  18. $labels['newpasswd'] = 'Yeni Parola:';
  19. $labels['confpasswd'] = 'Yeni Parolayı Onaylayın:';
  20. $messages['nopassword'] = 'Yeni parolayı giriniz.';
  21. $messages['nocurpassword'] = 'Şimdiki parolayı giriniz.';
  22. $messages['passwordincorrect'] = 'Şimdiki parolayı yanlış girdiniz.';
  23. $messages['passwordinconsistency'] = 'Girdiğiniz parolalar uyuşmuyor.Tekrar deneyiniz.';
  24. $messages['crypterror'] = 'Yeni parola kaydedilemedi. Şifreleme fonksiyonu mevcut değil.';
  25. $messages['connecterror'] = 'Yeni parola kaydedilemedi. Bağlantı hatası!...';
  26. $messages['internalerror'] = 'Yeni parola kaydedilemedi.';
  27. $messages['passwordshort'] = 'Parola en az $length karakterden oluşmalı.';
  28. $messages['passwordweak'] = 'Parola en az bir sayı ve bir noktalama işareti içermeli.';
  29. $messages['passwordforbidden'] = 'Parola uygunsuz karakter(ler) içeriyor.';
  30. $messages['firstloginchange'] = 'Bu ilk girişiniz. Parolanızı değiştiriniz.';
  31. $messages['disablednotice'] = 'Sistem bakımda olduğundan parolayı değiştiremezsiniz. Lüten daha sonra tekrar deneyiniz. Verdiğimiz rahatsızlıktan dolayı özür dileriz.';