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

af.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0f855c97061a0b2835878e76df70db2381915cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "polls",
    {
    "Group" : "Groep",
    "Cancel" : "Kanselleer",
    "Title" : "Titel",
    "Owner" : "Eienaar",
    "Created" : "Geskep",
    "Public access" : "Openbare toegang",
    "never" : "nooit",
    "Details" : "Besonderhede",
    "Comments" : "Kommentare",
    "Saving" : "Stoor tans",
    "Saved" : "Bewaar",
    "Description" : "Beskrywing",
    "Expiration date" : "Vervaldatum",
    "Unknown user" : "Onbekende gebruiker",
    "Deleted" : "Geskrap"
},
"nplurals=2; plural=(n != 1);");