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

ps.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3dbfd879148a9a7e22739076da7b63ec4b754e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "mail",
    {
    "Mail" : "ایمیل",
    "Name" : "نوم",
    "Password" : "پاسورډ",
    "Save" : "ساتل",
    "Send" : "لېږل",
    "Favorite" : "په نښه شوی",
    "Delete" : "ړنګول",
    "Favorites" : "په نښه شوي",
    "Other" : "نور",
    "Settings" : "سمونې",
    "Cancel" : "پرېښول"
},
"nplurals=2; plural=(n != 1);");