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: 4caeb4e250fcaec534727d88a5d5a2d0bd2eaf60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "polls",
    {
    "Deleted" : "Ջնջված",
    "Group" : "Խումբ",
    "Comments" : "Կարծիքներ",
    "Cancel" : "ընդհատել",
    "Title" : "Վերնագիր",
    "Owner" : "Owner",
    "never" : "երբեք",
    "Details" : "Մանրամասներ",
    "Saved" : "Պահված",
    "Description" : "Նկարագրություն",
    "Expiration date" : "Վավերականության ժամկետ"
},
"nplurals=2; plural=(n != 1);");