123456789101112131415161718192021222324 |
- 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}",
- "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",
- "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",
- "Failed to create the E-mail" : "Opmaken e-mail mislukt",
- "Could not find share" : "Kon share niet vinden",
- "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",
- "Cheers!" : "Proficiat!",
- "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>",
- "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>"
- },
- "nplurals=2; plural=(n != 1);");
|