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

nl.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98cec44378316e2453c88b460702396059030eb7 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
OC.L10N.register(
    "polls",
    {
    "Nothing selected!\nClick on cells to turn them green." : "Niets geselecteerd\nKlik op de cellen om ze groen te maken.",
    "You must enter at least a title for the new poll." : "Je moet minstens een titel ingeven voor de nieuwe poll.",
    "Please select at least one user or group!" : "Gelieve ten minste één gebruiker of groep te selecteren!",
    "Do you really want to delete that poll?" : "Wil je echt deze poll verwijderen?",
    "Copy to clipboard: Ctrl+C, Enter" : "Kopiëren naar het klembord: Ctrl+C, Enter",
    "You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "U bent niet geregistreerd\nGeef uw naam in om te stemmen\n(tenminste 3 tekens).",
    "Please add some text to your comment before submitting it." : "Gelieve wat tekst aan de reactie toe te voegen voordat je hem plaatst.",
    "An error occurred, your comment was not posted…" : "Er heeft zich een fout voorgedaan, jouw reactie is niet geplaatst...",
    "Polls" : "Polls",
    "Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hallo %s,<br/><br/><strong>%s</strong> heeft deelgenomen aan de poll '%s'.<br/><br/>Om direct naar de poll te gaan gebruik je deze <a href=\"%s\">link</a>",
    "Polls App - New Comment" : "Polls App - Nieuwe Reactie",
    "Polls App" : "Polls App",
    "Edit poll" : "Poll bijwerken",
    "Create new poll" : "Nieuwe poll aanmaken",
    "Title" : "Titel",
    "Description" : "Beschrijving",
    "Access" : "Toegang",
    "Registered users only" : "Enkel geregistreerde gebruikers",
    "hidden" : "verborgen",
    "Public access" : "Openbare toegang",
    "Select" : "Selecteren",
    "User/Group search" : "Gebruiker/Groep zoeken",
    "Anonymous" : "Anoniem",
    "Hide user names for admin" : "Verberg gebruikersnamen voor beheerder",
    "Expires" : "Verstreken termijn",
    "Event schedule" : "Evenementschema",
    "Text based" : "Tekst gebaseerd",
    "Dates" : "Data",
    "Text item" : "Tekst item",
    "Add" : "Toevoegen",
    "Update poll" : "Poll bijwerken",
    "Create poll" : "Poll aanmaken",
    "Cancel" : "Annuleren",
    "No description provided." : "Geen beschrijving verstrekt.",
    "Your name here" : "Schrijf hier je naam",
    "Total" : "Totaal",
    "Best option" : "Beste optie",
    "Vote!" : "Stemmen!",
    "Receive notification email on activity" : "Ontvang email melding bij activiteit",
    "Link" : "Link",
    "Poll expired" : "Poll is verlopen",
    "The poll expired on %s. Voting is disabled, but you can still comment." : "De poll is verlopen op %s. Stemmen is uitgeschakeld, maar je kunt nog steeds reacties plaatsen.",
    "Comments" : "Reacties",
    "Login" : "Inloggen",
    "or" : "of",
    "Logged in as" : "Ingelogd als",
    "Send!" : "Plaats reactie!",
    "No comments yet. Be the first." : "Nog geen reacties. Ben de eerste.",
    "No existing polls." : "Geen bestaande polls.",
    "By" : "Door",
    "Created" : "Gemaakt",
    "participated" : "Deelgenomen",
    "You did not vote" : "Je hebt niet gestemd",
    "You did not comment" : "Je hebt niet gereageerd",
    "Yourself" : "Jezelf",
    "Never" : "Nooit",
    "You voted" : "Je hebt gestemd",
    "You commented" : "Je reageerde",
    "Click to get link" : "Klik om de link te krijgen",
    "Access denied" : "Toegang geweigerd",
    "You are not allowed to view this poll or the poll does not exist." : "Je bent niet gemachtigd om de poll te zien of de poll bestaat niet."
},
"nplurals=2; plural=(n != 1);");