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

uz.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bae1f726645a99bb739abf2fe24ee8b684666604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "mail",
    {
    "Mail" : "Pochta",
    "Name" : "Ism...",
    "Password" : "Parol",
    "Save" : "Saqlash",
    "Connect" : "Ulanmoq",
    "Send" : "Yuborish",
    "Choose" : "Tanlang",
    "Move" : "Ko'chiring",
    "Delete" : "O'chir",
    "Settings" : "Sozlamalar",
    "Saving" : "Saqlanmoqda",
    "Cancel" : "Bekor qilish",
    "General" : "Umumiy",
    "Search" : "Qidirmoq",
    "Refresh" : "Yangilash",
    "All" : "Hammasi"
},
"nplurals=1; plural=0;");