nextcloud/apps/sharebymail/l10n/nl.js

56 lines
5.5 KiB
JavaScript

OC.L10N.register(
"sharebymail",
{
"Shared with %1$s" : "Deel met %1$s",
"Shared with {email}" : "Gedeeld met {email}",
"Shared with %1$s by %2$s" : "Gedeeld met %1$s door %2$s",
"Shared with {email} by {actor}" : "Gedeeld met {email} door {actor}",
"Unshared from %1$s" : "Niet langer gedeeld door %1$s",
"Unshared from {email}" : "Niet langer gedeeld door {email}",
"Unshared from %1$s by %2$s" : "Niet langer gedeeld van %1$s door %2$s",
"Unshared from {email} by {actor}" : "Niet langer gedeeld met {email} door {actor}",
"Password for mail share sent to %1$s" : "Wachtwoord voor het delen per mail is naar %1$s",
"Password for mail share sent to {email}" : "Wachtwoord voor het delen per mail is naar {email}",
"Password for mail share sent to you" : "Wachtwoord voor het delen per mail is naar je verstuurd",
"You shared %1$s with %2$s by mail" : "Je deelde %1$s met %2$s per mail",
"You shared {file} with {email} by mail" : "Je deelde {file} met {email} per mail",
"%3$s shared %1$s with %2$s by mail" : "%3$s deelde %1$s met %2$s per mail",
"{actor} shared {file} with {email} by mail" : "{actor} deelde {file} met {email} per mail",
"You unshared %1$s from %2$s by mail" : "Je deelde niet langer%1$s met %2$s per mail",
"You unshared {file} from {email} by mail" : "Je deelde niet langer {file} met {email} per mail",
"%3$s unshared %1$s from %2$s by mail" : "%3$s deelde niet langer%1$s met %2$s per mail",
"{actor} unshared {file} from {email} by mail" : "{actor} deelde niet langer {file} met {email} per mail",
"Password to access %1$s was sent to %2s" : "Wachtwoord voor toegang tot %1$s is gestuurd naar %2s",
"Password to access {file} was sent to {email}" : "Wachtwoord voor toegang tot {file} is gestuurd naar {email}",
"Password to access %1$s was sent to you" : "Wachtwoord voor toegang tot %1$s is naar jou gestuurd",
"Password to access {file} was sent to you" : "Wachtwoord voor toegang tot {file} is naar je verstuurd",
"Sharing %1$s failed, because this item is already shared with user %2$s" : "Delen van %1$s is mislukt omdat het object al wordt gedeeld met gebruiker %2$s",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "We kunnen je geen automatisch gegenereerd wachtwoord toesturen. Vermeld een geldig e-mailadres in je persoonlijke instellingen en probeer het nogmaals.",
"Failed to send share by email" : "Versturen share per e-mail is mislukt",
"%1$s shared »%2$s« with you" : "%1$s deelde \"%2$s\" met jou",
"%1$s shared »%2$s« with you." : "%1$s deelde \"%2$s\" met jou.",
"Click the button below to open it." : "Klik op onderstaande link om te openen.",
"Open »%s«" : "Open \"%s\"",
"%1$s via %2$s" : "%1$s via %2$s",
"%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s heeft \"%2$s\" met je gedeeld.\nJe moet al een aparte e-mail hebben ontvangen met een link om er te komen.\n",
"%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s heeft \"%2$s\" met je gedeeld. Je moet al een aparte e-mail hebben ontvangen met een link om er te komen.",
"Password to access »%1$s« shared to you by %2$s" : "Wachtwoord voor toegang tot \"%1$s\" gedeeld met je door %2$s",
"Password to access »%s«" : "Wachtwoord om binnen te komen \"%s\"",
"It is protected with the following password:" : "Het is beveiligd met het volgende wachtwoord:",
"%1$s shared »%2$s« with you and wants to add:" : "%1$s deelde \"%2$s\" met jou en wil toevoegen:",
"%1$s shared »%2$s« with you and wants to add" : "%1$s deelde \"%2$s\" met jou en wil toevoegen",
"»%s« added a note to a file shared with you" : "\"%s\" voegde een notitie toe aan een bestand dat met jou is gedeeld",
"You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Je deelde \"%1$s\" met %2$s. De link is al gestuurd naar de geadresseerde. Vanwege de beveiligingsinstellingen, zoals ingesteld door de beheerder van %3$s, moet het delen worden beveiligd met een wachtwoord en is het niet toegestaan het wachtwoord rechtstreeks naar de ontvanger te versturen. Hierdoor moet je het wachtwoord zelf handmatig naar de ontvanger sturen.",
"Password to access »%1$s« shared by you with %2$s" : "Wachtwoord voor toegang tot \"%1$s\" door jou gedeeld met %2$s",
"This is the password:" : "Dit is het wachtwoord:",
"You can choose a different password at any time in the share dialog." : "Je kunt in de Delen-dialoog altijd een ander wachtwoord kiezen.",
"Could not find share" : "Kon gedeeld niet vinden",
"Share by mail" : "Delen via email",
"Share provider which allows you to share files by mail" : "Share provider waarmee je bestanden via de mail kunt delen",
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Staat gebruikers toe om een gepersonaliseerde link of map te delen door een e-mailadres op te geven.",
"Send password by mail" : "Wachtwoord per email verzenden",
"Reply to initiator" : "Antwoord aan oproeper",
"Enforce password protection" : "Wachtwoordbeveiliging afdwingen"
},
"nplurals=2; plural=(n != 1);");