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

hy.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 846a52f5e4c702db7efeaf0b5c91de4ee7ed22f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "richdocuments",
    {
    "Saved" : "Պահված",
    "File is too big" : "Ֆայլը չափազանց մեծ է",
    "Description" : "Նկարագրություն",
    "Cancel" : "ընդհատել",
    "Close" : "Փակել",
    "Error" : "Սխալ",
    "Nickname" : "Մականուն",
    "Save" : "Պահել",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Մանրամասներ",
    "Download" : "Ներբեռնել",
    "Could not create file" : "Չկարողացա ստեղծել ֆայլը",
    "Create" : "Ստեղծել"
},
"nplurals=2; plural=(n != 1);");