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

hy.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c31a5f064f66f78f1ba411ab71a0f1496f8b048f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
OC.L10N.register(
    "mail",
    {
    "Personal" : "Անձնական",
    "Mail" : "Փոստ",
    "Name" : "Անուն",
    "Password" : "Գաղտնաբառ",
    "Connecting" : "միանում է",
    "Save" : "Պահպանել",
    "Connect" : "Միանալ",
    "Cancel" : "ընդհատել",
    "Send" : "Ուղարկել",
    "Select" : "Select",
    "Move" : "Move",
    "Create" : "Ստեղծել",
    "Choose" : "Ընտրել",
    "Favorites" : "Favorites",
    "Other" : "Այլ",
    "Settings" : "կարգավորումներ",
    "Delete" : "հեռացնել",
    "Add" : "Ավելացնել",
    "General" : "Ընդհանուր",
    "User" : "User",
    "Search" : "Search",
    "Refresh" : "Թարմացնել"
},
"nplurals=2; plural=(n != 1);");