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

az.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1faa9277b17a6edfe042abdb9a68b486da96a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "polls",
    {
    "Deleted" : "Silinib",
    "Group" : "Qrup",
    "Cancel" : "Dayandır",
    "Title" : "Başlıq",
    "Owner" : "Owner",
    "never" : "heç vaxt",
    "Details" : "Detallar",
    "Configuration" : "Konfiqurasiya",
    "Shares" : "Yayımlanmalar",
    "Saved" : "Saxlanıldı",
    "Description" : "Açıqlanma",
    "Unknown user" : "Istifadəçi tanınmır "
},
"nplurals=2; plural=(n != 1);");