commit | author | age
|
977a29
|
1 |
<?php |
T |
2 |
|
|
3 |
/* |
|
4 |
+-----------------------------------------------------------------------+ |
|
5 |
| language/tr/messages.inc | |
|
6 |
| | |
|
7 |
| Language file of the RoundCube Webmail client | |
|
8 |
| Copyright (C) 2005, RoundCube Dev. - Switzerland | |
|
9 |
| Licensed under the GNU GPL | |
|
10 |
| | |
|
11 |
+-----------------------------------------------------------------------+ |
c03095
|
12 |
| Author: Melih Taşdizen <melih@marmara.edu.tr> | |
977a29
|
13 |
+-----------------------------------------------------------------------+ |
T |
14 |
|
|
15 |
$Id$ |
|
16 |
|
|
17 |
*/ |
|
18 |
|
|
19 |
$messages = array(); |
|
20 |
|
c03095
|
21 |
$messages['loginfailed'] = 'Başarısız Giriş'; |
977a29
|
22 |
|
c03095
|
23 |
$messages['cookiesdisabled'] = 'Tarayıcınızın Cerez(cookie) desteği açık değil'; |
977a29
|
24 |
|
c03095
|
25 |
$messages['sessionerror'] = 'Oturumunuz hatalı ve ya uzun süre işlem yapmadığınız için kapandı'; |
977a29
|
26 |
|
c03095
|
27 |
$messages['imaperror'] = 'IMAP sunucusuna bağlanılamadı'; |
977a29
|
28 |
|
T |
29 |
$messages['nomessagesfound'] = 'Gelen kutusnda mesaj yok'; |
|
30 |
|
c03095
|
31 |
$messages['loggedout'] = 'Oturumunuz başarıyla kapatıldı. Güle Güle!'; |
977a29
|
32 |
|
c03095
|
33 |
$messages['mailboxempty'] = 'Gelen kutusu boş'; |
977a29
|
34 |
|
c03095
|
35 |
$messages['loadingdata'] = 'Veri yükleniyor...'; |
977a29
|
36 |
|
c03095
|
37 |
$messages['messagesent'] = 'Mesaj gönderildi'; |
977a29
|
38 |
|
T |
39 |
$messages['successfullysaved'] = 'Kaydedildi'; |
|
40 |
|
|
41 |
$messages['addedsuccessfully'] = 'Kontak eklendi'; |
|
42 |
|
c03095
|
43 |
$messages['contactexists'] = 'Bu e-posta adresine sahip bir kontak zaten kayıtlı'; |
977a29
|
44 |
|
c03095
|
45 |
$messages['blockedimages'] = 'Güvenliğiniz için harici resimler engellendi.'; |
977a29
|
46 |
|
c03095
|
47 |
$messages['encryptedmessage'] = 'Şifrelenmşi bir mesaj, okuyamazsınız!'; |
977a29
|
48 |
|
c03095
|
49 |
$messages['nocontactsfound'] = 'Kontak bulunamadı'; |
977a29
|
50 |
|
c03095
|
51 |
$messages['sendingfailed'] = 'Mesaj gönderilemedi'; |
977a29
|
52 |
|
c03095
|
53 |
$messages['errorsaving'] = 'Kaydederken hata oluştu'; |
977a29
|
54 |
|
c03095
|
55 |
$messages['errormoving'] = 'Mesaj taşınamadı'; |
977a29
|
56 |
|
T |
57 |
$messages['errordeleting'] = 'Mesaj silinemedi'; |
|
58 |
|
|
59 |
|
|
60 |
?> |