nextcloud/apps/sharebymail/l10n/nl.js

46 lines
4.4 KiB
JavaScript
Raw Normal View History

2017-02-12 04:07:26 +03:00
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}",
2017-04-24 03:07:28 +03:00
"Password for mail share sent to %1$s" : "Wachtwoord voor delen e-mail verstuurd naar %1$s",
"Password for mail share sent to {email}" : "Wachtwoord voor delen e-mail verstuurd naar {email}",
"Password for mail share sent to you" : "Wachtwoord voor delen e-mail verstuurd naar jou",
2017-02-12 04:07:26 +03:00
"You shared %1$s with %2$s by mail" : "Je deelde %1$s met %2$s via e-mail",
"You shared {file} with {email} by mail" : "Je deelde {file} met {email} via e-mail",
"%3$s shared %1$s with %2$s by mail" : "%3$s deelde %1$s met %2$s via e-mail",
"{actor} shared {file} with {email} by mail" : "{actor} deelde {file} met {email} via e-mail",
"Sharing %s failed, this item is already shared with %s" : "Delen van %s is mislukt, omdat dit al gedeeld wordt met %s",
2017-04-23 03:07:31 +03:00
"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.",
2017-02-12 04:07:26 +03:00
"Failed to send share by E-mail" : "Fout bij delen via e-mail",
"%s shared »%s« with you" : "%s deelde »%s« met jou",
"%s shared »%s« with you on behalf of %s" : "%s deelde »%s« met jou in naam van %s",
2017-04-14 03:07:36 +03:00
"%s shared »%s« with you." : "%s deelde »%s« met jou.",
"%s shared »%s« with you on behalf of %s." : "%s deelde »%s« met jou namens %s.",
"Click the button below to open it." : "Klik op onderstaande link om te openen.",
"Open »%s«" : "Open »%s«",
2017-04-23 03:07:31 +03:00
"%s via %s" : "%s via %s",
2017-04-12 03:07:44 +03:00
"Password to access »%s« shared to you by %s" : "Toegangswachtwoord »%s« gedeeld met je door %s",
2017-04-23 03:07:31 +03:00
"%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%sdeelde »%s« met jou.\nJe moet al een apart bericht hebben ontvangen met een linkje voor toegang.\n",
2017-04-14 03:07:36 +03:00
"%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s deelde »%s« met jou. Je zou al een apart mailbericht moeten hebben ontvangen met een link om er te komen.",
2017-04-23 03:07:31 +03:00
"Password to access »%s«" : "Wachtwoord om binnen te komen »%s«",
2017-04-14 03:07:36 +03:00
"It is protected with the following password: %s" : "Het is beveiligd met het volgende wachtwoord: %s",
2017-04-23 03:07:31 +03:00
"Password to access »%s« shared with %s" : "Wachtwoord voor toegang »%s« gedeeld met %s",
2017-04-24 03:07:28 +03:00
"You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %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 »%s« met %s. De link is al gestuurd naar de geadresseerde. Vanwege de beveiligingsinstellingen, zoals ingesteld door de beheerder van %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.",
2017-04-23 03:07:31 +03:00
"This is the password: %s" : "Dit is het wachtwoord: %s",
"You can choose a different password at any time in the share dialog." : "Je kunt in de Delen-dialoog altijd een ander wachtwoord kiezen.",
2017-04-12 03:07:44 +03:00
"Could not find share" : "Kon gedeeld niet vinden",
2017-04-13 03:08:02 +03:00
"Share by mail" : "Gedeeld via een E-mail",
"Send password by mail" : "Wachtwoord per E-mail verzenden",
2017-04-23 03:07:31 +03:00
"Enforce password protection" : "Afdwingenwachtwoordbeveiliging",
2017-04-13 03:08:02 +03:00
"Failed to create the E-mail" : "Opmaken van de e-mail is mislukt",
2017-02-12 04:07:26 +03:00
"Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hallo daar,\n\n%s deelde »%s« met jou namens %s.\n\n%s\n\n",
"Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hallo daar,\n\n%s deelde »%s« met jou.\n\n%s\n\n",
2017-04-12 03:07:44 +03:00
"Cheers!" : "Proost!",
2017-02-12 04:07:26 +03:00
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hallo daar,<br><br>%s deelde <a href=\"%s\">%s</a> met jou namens %s.<br><br>",
2017-04-13 03:08:02 +03:00
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hallo daar,<br><br>%s deelde <a href=\"%s\">%s</a> met jou.<br><br>"
2017-02-12 04:07:26 +03:00
},
"nplurals=2; plural=(n != 1);");