diff options
author | Sem <sembrestels@riseup.net> | 2012-01-14 02:12:33 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-01-14 02:12:33 +0100 |
commit | 2b55671c74778d494a1a891b7e8399ea67b464bf (patch) | |
tree | df293c9c7be88d106841150e5b8e73e3d7ffa603 /languages/nl/nl.notifications.php | |
parent | a237b9bdb22b9e199e339fac5626e635b358fc45 (diff) | |
download | elgg-2b55671c74778d494a1a891b7e8399ea67b464bf.tar.gz elgg-2b55671c74778d494a1a891b7e8399ea67b464bf.tar.bz2 |
Added Dutch translations.
Diffstat (limited to 'languages/nl/nl.notifications.php')
-rw-r--r-- | languages/nl/nl.notifications.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/languages/nl/nl.notifications.php b/languages/nl/nl.notifications.php new file mode 100644 index 000000000..25341a5cf --- /dev/null +++ b/languages/nl/nl.notifications.php @@ -0,0 +1,19 @@ +<?php
+if(elgg_is_active_plugin("notifications")){
+ $language = array ( + 'notifications:subscriptions:friends:title' => 'Vrienden', + 'notifications:subscriptions:friends:description' => 'Het volgende is een automatische verzameling van je vrienden. Om updates te ontvangen selecteer hieronder. Dit zal invloed hebben op de betreffende gebruikers in het hoofd notificatie-instellingen overzicht aan de onderkant van deze pagina.', + 'friends:all' => 'Alle vrienden', + 'notifications:subscriptions:personal:description' => 'Ontvang een notificatie als er acties worden ondernomen op jou content', + 'notifications:subscriptions:personal:title' => 'Persoonlijke notificatie', + 'notifications:subscriptions:collections:edit' => 'Om je vrienden collecties aan te passen, klik hier.', + 'notifications:subscriptions:changesettings' => 'Notificaties', + 'notifications:subscriptions:changesettings:groups' => 'Groeps notificaties', + 'notification:method:email' => 'E-mail', + 'notifications:subscriptions:title' => 'Notificatie per gebruiker', + 'notifications:subscriptions:description' => 'Om notificaties te ontvangen wanneer je vrienden nieuwe content plaatsen, vindt ze hieronder en selecteer de meldings manier die je wilt gebruiken.', + 'notifications:subscriptions:groups:description' => 'Om een notificatie te ontvangen wanneer er nieuwe content is in een groep waarvan je lid bent, zoek de groep hieronder op en selecteer de meldings manier die je wilt gebruiken.', + 'notifications:subscriptions:success' => 'Je notificatie instellingen zijn opgeslagen.', + );
+ add_translation("nl", $language);
+}
\ No newline at end of file |