Changeset 15791 for extensions
- Timestamp:
- Jun 16, 2012, 10:37:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Subscribe_to_comments/language/nl_NL/plugin.lang.php
r15641 r15791 25 25 $lang['Please check your email inbox to confirm your subscription.'] = 'Bekijk je inbox om je inschrijving te bevestigen.'; 26 26 $lang['Return to item page'] = 'Keer terug naar de itempagina'; 27 $lang['Subscribe'] = ' Inschrijven';27 $lang['Subscribe'] = 'Abonneren'; 28 28 $lang['Subscriptions of'] = 'Inschrijvingen van'; 29 29 $lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Je emailadres is uitgeschreven van het ontvangen van notificaties.'; … … 32 32 $lang['You are not subscribed to any comment.'] = 'Je bent niet ingeschreven voor enig commentaar.'; 33 33 $lang['Your subscribtion has been validated, thanks you.'] = 'Je inschrijving is goedgekeurd, dank je.'; 34 $lang['%s has subscribed to comments on'] = '%s is geabonneerd op commentaar over'; 35 $lang['Allow users to subscribe to global notifications'] = 'Laat gebruikers zich abonneren op algemene berichten'; 36 $lang['Already validated.'] = 'Al goedgekeurd'; 37 $lang['Comments notifications'] = 'Commentaarberichten'; 38 $lang['Confirm subscription'] = 'Bevestig abonnement'; 39 $lang['Confirm your subscribtion to comments'] = 'Bevestig je abonnement op commentaar'; 40 $lang['Followed on'] = 'Gevolgd op'; 41 $lang['Manage my subscriptions'] = 'Beheer mijn abonnementen'; 42 $lang['New comment on'] = 'Nieuw commentaar op'; 43 $lang['New subscription on'] = 'Nieuw abonnement op'; 44 $lang['Not found.'] = 'Niet gevonden.'; 45 $lang['Notify administrators when a user take a new subscription'] = 'Bericht beheerders indien een gebruiker een nieuw abonnement begint'; 46 $lang['Subject'] = 'Onderwerp'; 47 $lang['Subscribe to comments on'] = 'Abonneer op commentaar over'; 48 $lang['Subscribe to mail notifications'] = 'Abonneer op mailberichten'; 49 $lang['To activate, click the confirm button. If you believe this is an error, please just ignore this message.'] = 'Om te activeren klik je de bevestigknop. Indien je denkt dat dit een fout is, negeer dan dit bericht.'; 50 $lang['Validate'] = 'Bevestigen'; 51 $lang['Want to edit your notifications options?'] = 'Wil je de opties van de berichten wijzigen?'; 52 $lang['You are currently subscribed to comments on'] = 'Je bent nu geabonneerd op berichten over'; 53 $lang['You have been added to the list of subscribers.'] = 'Je bent toegevoegd aan de lijst van abonnees.'; 54 $lang['You requested to subscribe by email to comments on'] = 'Je verzocht je via email te abonneren op commentaar over'; 55 $lang['all albums of the gallery'] = 'alle albums in de galerij'; 56 $lang['all pictures of the album <a href="%s">%s</a>'] = 'alle afbeeldingen van het album <a href="%s">%s</a>'; 57 $lang['all pictures of the gallery'] = 'alle afbeeldingen van de galerij'; 58 $lang['all pictures of this album'] = 'alle afbeeldingen van dit album'; 59 $lang['comments on a picture'] = 'commentaar over de afbeelding'; 60 $lang['comments on all pictures of an album'] = 'commentaar over alle afbeeldingen van een album'; 61 $lang['comments on an album'] = 'commentaar over een album'; 62 $lang['the album <a href="%s">%s</a>'] = 'het album <a href="%s">%s</a>'; 63 $lang['the picture <a href="%s">%s</a>'] = 'de afbeelding <a href="%s">%s</a>'; 64 $lang['this album'] = 'dit album'; 65 $lang['this picture'] = 'deze afbeelding'; 34 66 ?>
Note: See TracChangeset
for help on using the changeset viewer.