diff options
author | thomascube <thomas@roundcube.net> | 2005-12-16 20:05:41 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-12-16 20:05:41 +0000 |
commit | 977a295eb1e97e0c230063da40b8296fca778814 (patch) | |
tree | 69e7546c34103a016b41dceccd08816d1296e4fc /program/localization/tr/messages.inc | |
parent | 749b07c78a29b03c63812c3ec3630b16db4baa8f (diff) |
Usage of virtusertable; mail_domain for new users; Chinese and Turkish localization
Diffstat (limited to 'program/localization/tr/messages.inc')
-rw-r--r-- | program/localization/tr/messages.inc | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/program/localization/tr/messages.inc b/program/localization/tr/messages.inc new file mode 100644 index 000000000..a4fe9a806 --- /dev/null +++ b/program/localization/tr/messages.inc @@ -0,0 +1,60 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | language/tr/messages.inc | + | | + | Language file of the RoundCube Webmail client | + | Copyright (C) 2005, RoundCube Dev. - Switzerland | + | Licensed under the GNU GPL | + | | + +-----------------------------------------------------------------------+ + | Author: Melih Taşdizen <melih@marmara.edu.tr> | + +-----------------------------------------------------------------------+ + + $Id$ + +*/ + +$messages = array(); + +$messages['loginfailed'] = 'Başarısız Giriş'; + +$messages['cookiesdisabled'] = 'Tarayıcınızın Cerez(cookie) desteği açık değil'; + +$messages['sessionerror'] = 'Oturumunuz hatalı ve ya uzun süre işlem yapmadığınız için kapandı'; + +$messages['imaperror'] = 'IMAP sunucusuna bağlanılamadı'; + +$messages['nomessagesfound'] = 'Gelen kutusnda mesaj yok'; + +$messages['loggedout'] = 'Oturumunuz başarıyla kapatıldı. Güle Güle!'; + +$messages['mailboxempty'] = 'Gelen kutusu boş'; + +$messages['loadingdata'] = 'Veri yükleniyor...'; + +$messages['messagesent'] = 'Mesaj gönderildi'; + +$messages['successfullysaved'] = 'Kaydedildi'; + +$messages['addedsuccessfully'] = 'Kontak eklendi'; + +$messages['contactexists'] = 'Bu e-posta adresine sahip bir kontak zaten kayıtlı'; + +$messages['blockedimages'] = 'Güvenliğiniz için harici resimler engellendi.'; + +$messages['encryptedmessage'] = 'Şifrelenmşi bir mesaj, okuyamazsınız!'; + +$messages['nocontactsfound'] = 'Kontak bulunamadı'; + +$messages['sendingfailed'] = 'Mesaj gönderilemedi'; + +$messages['errorsaving'] = 'Kaydederken hata oluştu'; + +$messages['errormoving'] = 'Mesaj taşınamadı'; + +$messages['errordeleting'] = 'Mesaj silinemedi'; + + +?>
\ No newline at end of file |