Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tr.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 022326a8243c58e2e2c2b38807856f02b22b3571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OC.L10N.register(
    "ocsms",
    {
    "Phone Sync" : "Telefon eşitleme",
    "An app to sync SMS with your cloud" : "Bu uygulama SMS iletilerini bulutunuz ile eşitlemenizi sağlar",
    "Cancel" : "İptal",
    "Confirm" : "Onayla",
    "No contact found." : "Herhangi bir kişi bulunamadı.",
    "Settings" : "Ayarlar",
    "Max messages to load per conversation" : "Bir görüşmede yüklenecek en fazla ileti sayısı",
    "Invalid message limit" : "İleti sınırı geçersiz",
    "Default country code" : "Varsayılan ülke kodu",
    "Contact ordering" : "Kişi sıralaması",
    "Last message" : "Son ileti",
    "Label" : "Etiket",
    "Reverse ?" : "Ters sıralı",
    "Notification settings" : "Bildirim ayarları",
    "Enable" : "Etkinleştir",
    "Disable" : "Devre dışı bırak",
    "Are you sure you want to wipe all your messages ?" : "Tüm iletileri silmek istediğinize emin misiniz?",
    "Reset all messages" : "Tüm iletileri sıfırla",
    "%s messages shown of %s messages stored in database." : "Veritabanında kayıtlı %s/%s ileti görüntüleniyor.",
    "Please select a conversation from the list to load it." : "Lütfen listeden yüklenecek bir görüşme seçin."
},
"nplurals=2; plural=(n > 1);");