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

ps.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19af0b641606ab17e6c5ca89238e4baabd3d7994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "polls",
    {
    "Cancel" : "پرېښول",
    "OK" : "سمه ده",
    "New comment …" : "نوې تبصره",
    "Delete comment" : "تبصره ړنګول",
    "Settings" : "سمونې",
    "Details" : "معلومات",
    "Shares" : "شريک شوي",
    "Comments" : "تبصرې",
    "Expiration date" : "د پای نېټه",
    "No" : "نه",
    "Yes" : "هو"
},
"nplurals=2; plural=(n != 1);");