diff options
author | Sem <sembrestels@riseup.net> | 2012-05-12 06:29:42 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-05-12 06:29:42 +0200 |
commit | 57cde174e1fb8f91a74983396897cebfde016f70 (patch) | |
tree | af4c7c976a1c0ac0695271dc34ed7286428e16ee /languages/nl/nl.notifications.php | |
parent | 50fdb26e11da8ea05ed38db2b46147cdddc9cf6e (diff) | |
download | elgg-57cde174e1fb8f91a74983396897cebfde016f70.tar.gz elgg-57cde174e1fb8f91a74983396897cebfde016f70.tar.bz2 |
Added several languages and upgraded existing ones.
Diffstat (limited to 'languages/nl/nl.notifications.php')
-rw-r--r-- | languages/nl/nl.notifications.php | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/languages/nl/nl.notifications.php b/languages/nl/nl.notifications.php index 25341a5cf..bf36d1fee 100644 --- a/languages/nl/nl.notifications.php +++ b/languages/nl/nl.notifications.php @@ -1,19 +1,18 @@ -<?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 +<?php +$nl = 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', + '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", $nl); + |