aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/nl/nl.thewire.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/languages/languages/nl/nl.thewire.php')
-rw-r--r--mod/languages/languages/nl/nl.thewire.php36
1 files changed, 36 insertions, 0 deletions
diff --git a/mod/languages/languages/nl/nl.thewire.php b/mod/languages/languages/nl/nl.thewire.php
new file mode 100644
index 000000000..af6a629b1
--- /dev/null
+++ b/mod/languages/languages/nl/nl.thewire.php
@@ -0,0 +1,36 @@
+<?php
+$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);
+