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

hy.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f4c63db0b9f68e4d6e3d8daa1699d45ae8c776d (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",
    {
    "Group" : "Խումբ",
    "User" : "User",
    "Title" : "Վերնագիր",
    "Cancel" : "ընդհատել",
    "Settings" : "կարգավորումներ",
    "Confirmed" : "Հաստատված",
    "OK" : "Լավ",
    "Week" : "Շաբաթ",
    "Deleted" : "Ջնջված",
    "never" : "երբեք",
    "Owner" : "Owner",
    "Details" : "Մանրամասներ",
    "Comments" : "Կարծիքներ",
    "Description" : "Նկարագրություն",
    "No" : "No",
    "Yes" : "Yes",
    "Day" : "Օր",
    "Month" : "Ամիս"
},
"nplurals=2; plural=(n != 1);");