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

lb.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c19b1d3f1d3c35e10c1d574a9a9fe0d9afcdd399 (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
OC.L10N.register(
    "polls",
    {
    "Group" : "Grupp",
    "User" : "User",
    "Delete comment" : "Kommentar läschen",
    "Title" : "Titel",
    "Cancel" : "Ofbriechen",
    "Apply" : "Uwenden",
    "Settings" : "Astellungen",
    "OK" : "OK",
    "Week" : "Woch",
    "Deleted" : "Geläscht",
    "never" : "Ni",
    "Owner" : "Owner",
    "Details" : "Detailer",
    "Comments" : "Kommentarer",
    "Description" : "Beschreiwung",
    "No" : "No",
    "Yes" : "Yes",
    "Hour" : "Stonn",
    "Day" : "Dag",
    "Month" : "Mount"
},
"nplurals=2; plural=(n != 1);");