diff options
Diffstat (limited to 'languages/nl/nl.thewire.php')
-rw-r--r-- | languages/nl/nl.thewire.php | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/languages/nl/nl.thewire.php b/languages/nl/nl.thewire.php index bb286a3e9..af6a629b1 100644 --- a/languages/nl/nl.thewire.php +++ b/languages/nl/nl.thewire.php @@ -1,36 +1,36 @@ <?php -if(elgg_is_active_plugin('thewire')){ - $language = array ( - 'thewire:by' => 'Wire bericht door %s', - 'thewire:replying' => 'Antwoord op %s (@%s) die schreef', - 'thewire:thread' => 'Conversatie', - 'thewire:tags' => 'Wire berichten met de tag \'%s\'', - 'thewire:noposts' => 'Nog geen wire berichten', - 'thewire:update' => 'Bijwerken', - 'thewire:previous' => 'Vorige', - 'thewire:hide' => 'Verberg', - 'thewire:previous:help' => 'Bekijk vorige bericht', - 'thewire:hide:help' => 'Verberg vorige bericht', - 'river:create:object:thewire' => '%s plaatste op de %s', - 'thewire:wire' => 'wire', - 'thewire:widget:desc' => 'Toon je laatste wire berichten', - 'thewire:notify:subject' => 'Nieuw wire bericht', - 'thewire:notify:reply' => '%s reageerde op %s op de wire:', - 'thewire:notify:post' => '%s plaatste op de wire:', - 'thewire:moreposts' => 'Meer wire berichten', - 'thewire' => 'The wire', - 'thewire:user' => '%s\'s wire', - 'thewire:everyone' => 'Alle Wire berichten', - 'thewire:reply' => 'Antwoord', - 'thewire:charleft' => 'karakters resterend', - 'item:object:thewire' => 'Wire berichten', - 'thewire:friends' => 'Je vrienden op The WIre', - 'thewire:num' => 'Aantal items om weer te geven', - 'thewire:posted' => 'Je bericht is succesvol geplaatst op The Wire.', - 'thewire:deleted' => 'Je notitie is succesvol verwijderd.', - 'thewire:blank' => 'Sorry; je moet wel is in typen voordat je notitie kan worden opgeslagen.', - 'thewire:notfound' => 'Sorry; we konden de opgegeven notitie niet vinden.', - 'thewire:notdeleted' => 'Sorry; we konden deze melding niet verwijderen.', - ); - add_translation("nl", $language); -}
\ No newline at end of file +$nl = array ( + 'thewire:by' => 'Wire bericht door %s', + 'thewire:replying' => 'Antwoord op %s (@%s) die schreef', + 'thewire:thread' => 'Conversatie', + 'thewire:tags' => 'Wire berichten met de tag \'%s\'', + 'thewire:noposts' => 'Nog geen wire berichten', + 'thewire:update' => 'Bijwerken', + 'thewire:previous' => 'Vorige', + 'thewire:hide' => 'Verberg', + 'thewire:previous:help' => 'Bekijk vorige bericht', + 'thewire:hide:help' => 'Verberg vorige bericht', + 'river:create:object:thewire' => '%s plaatste op de %s', + 'thewire:wire' => 'wire', + 'thewire:widget:desc' => 'Toon je laatste wire berichten', + 'thewire:notify:subject' => 'Nieuw wire bericht', + 'thewire:notify:reply' => '%s reageerde op %s op de wire:', + 'thewire:notify:post' => '%s plaatste op de wire:', + 'thewire:moreposts' => 'Meer wire berichten', + 'thewire' => 'The wire', + 'thewire:user' => '%s\'s wire', + 'thewire:everyone' => 'Alle Wire berichten', + 'thewire:reply' => 'Antwoord', + 'thewire:charleft' => 'karakters resterend', + 'item:object:thewire' => 'Wire berichten', + 'thewire:friends' => 'Je vrienden op The WIre', + 'thewire:num' => 'Aantal items om weer te geven', + 'thewire:posted' => 'Je bericht is succesvol geplaatst op The Wire.', + 'thewire:deleted' => 'Je notitie is succesvol verwijderd.', + 'thewire:blank' => 'Sorry; je moet wel is in typen voordat je notitie kan worden opgeslagen.', + 'thewire:notfound' => 'Sorry; we konden de opgegeven notitie niet vinden.', + 'thewire:notdeleted' => 'Sorry; we konden deze melding niet verwijderen.', +); + +add_translation("nl", $nl); + |