aboutsummaryrefslogtreecommitdiff
path: root/languages/nl/nl.thewire.php
blob: bb286a3e9b1eb55f98feb2801d257f25a3fba577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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);
}