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: 8440495bd01fe60d5392d09bd82ddf218d294012 (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
OC.L10N.register(
    "polls",
    {
    "Cancel" : "Ofbriechen",
    "OK" : "OK",
    "Week" : "Woch",
    "Back" : "Zeréck",
    "Group" : "Grupp",
    "Delete comment" : "Kommentar läschen",
    "Title" : "Titel",
    "Apply" : "Uwenden",
    "Settings" : "Astellungen",
    "Owner" : "Owner",
    "never" : "Ni",
    "Details" : "Detailer",
    "Comments" : "Kommentarer",
    "Description" : "Beschreiwung",
    "Expiration date" : "Verfallsdatum",
    "No" : "No",
    "Yes" : "Yes",
    "Deleted" : "Geläscht",
    "Hour" : "Stonn",
    "Day" : "Dag",
    "Month" : "Mount"
},
"nplurals=2; plural=(n != 1);");