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: 231bdca7eec97c3e7142b0c5085afe1829c53067 (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
27
28
29
OC.L10N.register(
    "polls",
    {
    "Confirmed" : "Bevestig",
    "Cancel" : "Kanselleer",
    "OK" : "Goed",
    "Week" : "Week",
    "Back" : "Terug",
    "Group" : "Groep",
    "Unknown user" : "Onbekende gebruiker",
    "New comment …" : "Nuwe kommentaar…",
    "Delete comment" : "Skrap kommentaar",
    "Title" : "Titel",
    "Settings" : "Instellings",
    "Owner" : "Eienaar",
    "Created" : "Geskep",
    "never" : "nooit",
    "Details" : "Besonderhede",
    "Comments" : "Kommentare",
    "Description" : "Beskrywing",
    "Expiration date" : "Vervaldatum",
    "No" : "Nee",
    "Yes" : "Ja",
    "Deleted" : "Geskrap",
    "Hour" : "Uur",
    "Day" : "Dag",
    "Month" : "Maand"
},
"nplurals=2; plural=(n != 1);");