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

az.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ec6cf79a27c27fb7344c03152f45e3d93eb88c9 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
OC.L10N.register(
    "mail",
    {
    "Auto detect failed. Please use manual mode." : "Avtomatik təyinatda səhv baş verdi. Xahiş olunur əl rejimini seçəsiniz.",
    "Creating account failed: " : "Hesabın yaradılmasında səhv:",
    "Mail" : "Məktub",
    "Name" : "Ad",
    "Password" : "Şifrə",
    "None" : "Heç bir",
    "SMTP Password" : "SMTP Şifrəsi",
    "Save" : "Saxla",
    "Connect" : "Qoşul",
    "Sending …" : "Göndərilir...",
    "Send" : "Göndər",
    "Choose a file to add as attachment" : "Əlavə ediləcək faylı seçin",
    "Choose" : "Seç",
    "Favorites" : "Sevimlilər",
    "Other" : "Digər",
    "Select" : "Select",
    "Move" : "Move",
    "Delete" : "Sil",
    "Choose a folder to store the attachment in" : "Əlavələrin saxlanılması üçün qovluğu seçin",
    "Settings" : "Quraşdırmalar",
    "Quota" : "Norma",
    "Cancel" : "Dayandır",
    "Mark all as read" : "Hamısını oxunulmuş kimi qeydə al",
    "Clear cache" : "Keşi təmizlə",
    "Reply" : "Cavab",
    "General" : "Ümumi",
    "User" : "User",
    "Host" : "Şəbəkədə ünvan",
    "Port" : "Port",
    "Search" : "Axtarış",
    "Refresh" : "Yenilə",
    "All" : "Hamısı",
    "Archive" : "Arxiv",
    "Drafts" : "Qaralamalar",
    "Inbox" : "Gələn qutusu",
    "Junk" : "Önəmsiz",
    "Sent" : "Göndərildi",
    "Trash" : "Zibil",
    "Error loading message" : "Mesajın yüklənməsində səhv baş verdi"
},
"nplurals=2; plural=(n != 1);");