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: f629fc291f4aa72816bf5defd1cc7e93d0850e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "polls",
    {
    "Cancel" : "Dayandır",
    "OK" : "Oldu",
    "Week" : "Həftə",
    "Group" : "Qrup",
    "Unknown user" : "Istifadəçi tanınmır ",
    "Title" : "Başlıq",
    "Settings" : "Quraşdırmalar",
    "Owner" : "Owner",
    "never" : "heç vaxt",
    "Details" : "Detallar",
    "Configuration" : "Konfiqurasiya",
    "Shares" : "Yayımlanmalar",
    "Description" : "Açıqlanma",
    "No" : "No",
    "Yes" : "Yes",
    "Deleted" : "Silinib",
    "Day" : "Gün",
    "Month" : "Ay"
},
"nplurals=2; plural=(n != 1);");