Blame view
sources/apps/files_sharing/l10n/nl.php
1.04 KB
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Deze share is met een wachtwoord beveiligd", "The password is wrong. Try again." => "Wachtwoord ongeldig. Probeer het nogmaals.", |
|
03e52840d
|
5 |
"Password" => "Wachtwoord", |
|
31b7f2792
|
6 7 8 9 10 11 |
"Sorry, this link doesn’t seem to work anymore." => "Sorry, deze link lijkt niet meer in gebruik te zijn.", "Reasons might be:" => "Redenen kunnen zijn:", "the item was removed" => "bestand was verwijderd", "the link expired" => "de link is verlopen", "sharing is disabled" => "delen is uitgeschakeld", "For more info, please ask the person who sent this link." => "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.", |
|
03e52840d
|
12 13 14 |
"%s shared the folder %s with you" => "%s deelt de map %s met u", "%s shared the file %s with you" => "%s deelt het bestand %s met u", "Download" => "Downloaden", |
|
31b7f2792
|
15 16 |
"Upload" => "Uploaden", "Cancel upload" => "Upload afbreken", |
|
03e52840d
|
17 |
"No preview available for" => "Geen voorbeeldweergave beschikbaar voor", |
|
31b7f2792
|
18 |
"Direct link" => "Directe link" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |