1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?php
- return array(
- /**
- * Menu items and titles
- */
- 'thewire' => "The Wire",
- 'thewire:everyone' => "Alle Wire-berichten",
- 'thewire:user' => "Wire-berichten van %s",
- 'thewire:friends' => "Wire-berichten van je vrienden",
- 'thewire:replying' => "Antwoord op %s (@%s), die schreef",
- 'thewire:thread' => "Conversatie",
- 'thewire:charleft' => "karakters resterend",
- 'thewire:tags' => "Wire-berichten met de tag '%s'",
- 'thewire:noposts' => "Nog geen Wire-berichten",
- 'item:object:thewire' => "Wire-berichten",
- 'thewire:by' => 'Wire-bericht van %s',
- 'thewire:previous:help' => "Bekijk vorige bericht",
- 'thewire:hide:help' => "Verberg vorige bericht",
- /**
- * The wire river
- */
- 'river:create:object:thewire' => "%s stuurde een bericht aan %s",
- 'thewire:wire' => 'The Wire',
- /**
- * Wire widget
- */
- 'thewire:widget:desc' => 'Toon je laatste Wire-berichten',
- 'thewire:num' => 'Aantal items om weer te geven',
- 'thewire:moreposts' => 'Meer Wire-berichten',
- /**
- * Status messages
- */
- 'thewire:posted' => "Je bericht is succesvol geplaatst op The Wire.",
- 'thewire:deleted' => "Je notitie is succesvol verwijderd.",
- 'thewire:blank' => "Sorry, je moet wel iets intypen voordat we je bericht kunnen versturen!",
- 'thewire:notfound' => "Sorry, we konden het gezochte Wire-bericht niet vinden.",
- 'thewire:notsaved' => "Sorry, we konden je Wire-bericht niet opslaan.",
- 'thewire:notdeleted' => "Sorry, we konden dit Wire-bericht niet verwijderen.",
- /**
- * Notifications
- */
- 'thewire:notify:summary' => 'Nieuw Wire-bericht: %s',
- 'thewire:notify:subject' => "Nieuw Wire-bericht van %s",
- 'thewire:notify:reply' => '%s reageerde op %s op The Wire:',
- 'thewire:notify:post' => '%s plaatste op The Wire:',
- 'thewire:notify:footer' => "Bekijk en reageer:\n%s",
- /**
- * Settings
- */
- 'thewire:settings:limit' => "Maximum aantal karakters voor Wire-berichten:",
- 'thewire:settings:limit:none' => "Geen limiet",
- );
|