From 0b1cd826b05b6ec9637e373735967a2555eeb1d4 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 29 Sep 2015 11:48:41 +0200 Subject: do not store a recalled mail if we can not find the original mid --- include/items.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/items.php b/include/items.php index 7793d1fb2..ccc327409 100755 --- a/include/items.php +++ b/include/items.php @@ -3522,11 +3522,17 @@ function mail_store($arr) { dbesc($arr['mid']), intval($arr['channel_id']) ); + if($r) { logger('mail_store: duplicate item ignored. ' . print_r($arr,true)); return 0; } + if(! $r && $arr['mail_recalled'] = 1) { + logger('mail_store: recalled item not found. ' . print_r($arr,true)); + return 0; + } + call_hooks('post_mail',$arr); if(x($arr,'cancel')) { -- cgit v1.2.3 From 2a2da48d1871f408232a8397632f06528c8b43ae Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 29 Sep 2015 11:56:43 +0200 Subject: fix typo in 0b1cd826b05b6ec9637e373735967a2555eeb1d4 --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index ccc327409..e7cc02579 100755 --- a/include/items.php +++ b/include/items.php @@ -3528,7 +3528,7 @@ function mail_store($arr) { return 0; } - if(! $r && $arr['mail_recalled'] = 1) { + if(! $r && $arr['mail_recalled'] == 1) { logger('mail_store: recalled item not found. ' . print_r($arr,true)); return 0; } -- cgit v1.2.3 From 34f52e47eb0ffb6b3a19cdf43bf988063b00f986 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Tue, 29 Sep 2015 22:22:02 +0200 Subject: Hooray! Dutch language complete again. --- view/nl/hmessages.po | 13157 +++++++++++++++++++++++++------------------------ view/nl/hstrings.php | 3539 ++++++------- 2 files changed, 8490 insertions(+), 8206 deletions(-) diff --git a/view/nl/hmessages.po b/view/nl/hmessages.po index 1c8420890..242954b27 100644 --- a/view/nl/hmessages.po +++ b/view/nl/hmessages.po @@ -1,221 +1,403 @@ -# Red Matrix Project -# Copyright (C) 2012-2014 the Red Matrix Project +# Hubzilla Project +# Copyright (C) 2012-2014 the Hubzilla Project # This file is distributed under the same license as the Red package. # # Translators: -# jeroenpraat , 2013-2014 -# jeroenpraat , 2014-2015 +# jeroenpraat , 2015 msgid "" msgstr "" "Project-Id-Version: Redmatrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-17 16:33-0700\n" -"PO-Revision-Date: 2015-05-20 13:13+0000\n" +"POT-Creation-Date: 2015-09-26 22:48-0700\n" +"PO-Revision-Date: 2015-09-29 20:19+0000\n" "Last-Translator: jeroenpraat \n" -"Language-Team: Dutch (http://www.transifex.com/projects/p/red-matrix/language/nl/)\n" +"Language-Team: Dutch (http://www.transifex.com/Friendica/red-matrix/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../include/dba/dba_driver.php:141 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden" +#: ../../include/Import/import_diaspora.php:17 +msgid "No username found in import file." +msgstr "Geen gebruikersnaam in het importbestand gevonden." -#: ../../include/photo/photo_driver.php:687 ../../mod/profile_photo.php:143 -#: ../../mod/profile_photo.php:302 ../../mod/profile_photo.php:424 -#: ../../mod/photos.php:91 ../../mod/photos.php:625 -msgid "Profile Photos" -msgstr "Profielfoto's" +#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44 +msgid "Unable to create a unique channel address. Import failed." +msgstr "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt." -#: ../../include/security.php:349 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. " +#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:480 +msgid "Import completed." +msgstr "Import voltooid." -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "maakte een nieuw bericht aan" +#: ../../include/RedDAV/RedBrowser.php:107 +#: ../../include/RedDAV/RedBrowser.php:265 +msgid "parent" +msgstr "omhoog" -#: ../../include/notify.php:24 -#, php-format -msgid "commented on %s's post" -msgstr "gaf een reactie op een bericht van %s" +#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2497 +msgid "Collection" +msgstr "map" -#: ../../include/group.php:26 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten kunnen van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken." +#: ../../include/RedDAV/RedBrowser.php:134 +msgid "Principal" +msgstr "principal" -#: ../../include/group.php:235 -msgid "Default privacy group for new contacts" -msgstr "Standaard privacy-collectie voor nieuwe kanalen" +#: ../../include/RedDAV/RedBrowser.php:137 +msgid "Addressbook" +msgstr "Adresboek" -#: ../../include/group.php:254 ../../mod/admin.php:822 -msgid "All Channels" -msgstr "Alle kanalen" +#: ../../include/RedDAV/RedBrowser.php:140 +msgid "Calendar" +msgstr "Agenda" -#: ../../include/group.php:276 -msgid "edit" -msgstr "bewerken" +#: ../../include/RedDAV/RedBrowser.php:143 +msgid "Schedule Inbox" +msgstr "Planning-postvak IN" -#: ../../include/group.php:298 -msgid "Collections" -msgstr "Collecties" +#: ../../include/RedDAV/RedBrowser.php:146 +msgid "Schedule Outbox" +msgstr "Planning-postvak UIT" -#: ../../include/group.php:299 -msgid "Edit collection" -msgstr "Collectie bewerken" +#: ../../include/RedDAV/RedBrowser.php:164 ../../include/conversation.php:1021 +#: ../../include/apps.php:355 ../../include/apps.php:410 +#: ../../mod/photos.php:720 ../../mod/photos.php:1159 +msgid "Unknown" +msgstr "Onbekend" -#: ../../include/group.php:300 -msgid "Add new collection" -msgstr "Nieuwe collectie toevoegen" +#: ../../include/RedDAV/RedBrowser.php:227 +#, php-format +msgid "%1$s used" +msgstr "%1$s gebruikt" -#: ../../include/group.php:301 -msgid "Channels not in any collection" -msgstr "Kanalen die zich in geen enkele collectie bevinden" +#: ../../include/RedDAV/RedBrowser.php:232 +#, php-format +msgid "%1$s used of %2$s (%3$s%)" +msgstr "%1$s van %2$s gebruikt (%3$s%)" -#: ../../include/group.php:303 ../../include/widgets.php:275 -msgid "add" -msgstr "toevoegen" +#: ../../include/RedDAV/RedBrowser.php:251 ../../include/conversation.php:1611 +#: ../../include/apps.php:135 ../../include/nav.php:93 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Bestanden" -#: ../../include/account.php:27 -msgid "Not a valid email address" -msgstr "Geen geldig e-mailadres" +#: ../../include/RedDAV/RedBrowser.php:253 +msgid "Total" +msgstr "Totaal" -#: ../../include/account.php:29 -msgid "Your email domain is not among those allowed on this site" -msgstr "Jouw e-maildomein is op deze hub niet toegestaan" +#: ../../include/RedDAV/RedBrowser.php:255 +msgid "Shared" +msgstr "Gedeeld" -#: ../../include/account.php:35 -msgid "Your email address is already registered at this site." -msgstr "Jouw e-mailadres is al op deze hub geregistreerd." +#: ../../include/RedDAV/RedBrowser.php:256 +#: ../../include/RedDAV/RedBrowser.php:303 ../../mod/layouts.php:175 +#: ../../mod/menu.php:114 ../../mod/new_channel.php:121 +#: ../../mod/webpages.php:180 ../../mod/blocks.php:152 +msgid "Create" +msgstr "Aanmaken" +#: ../../include/RedDAV/RedBrowser.php:257 +#: ../../include/RedDAV/RedBrowser.php:305 ../../mod/photos.php:745 +#: ../../mod/photos.php:1278 ../../mod/profile_photo.php:450 +msgid "Upload" +msgstr "Uploaden" -#: ../../include/account.php:67 -msgid "An invitation is required." -msgstr "Een uitnodiging is vereist" +#: ../../include/RedDAV/RedBrowser.php:261 ../../mod/admin.php:948 +#: ../../mod/settings.php:585 ../../mod/settings.php:611 +#: ../../mod/sharedwithme.php:95 +msgid "Name" +msgstr "Naam" -#: ../../include/account.php:71 -msgid "Invitation could not be verified." -msgstr "Uitnodiging kon niet geverifieerd worden" +#: ../../include/RedDAV/RedBrowser.php:262 +msgid "Type" +msgstr "Type" -#: ../../include/account.php:121 -msgid "Please enter the required information." -msgstr "Vul de vereiste informatie in." +#: ../../include/RedDAV/RedBrowser.php:263 ../../mod/sharedwithme.php:97 +msgid "Size" +msgstr "Grootte" -#: ../../include/account.php:188 -msgid "Failed to store account information." -msgstr "Account-informatie kon niet opgeslagen worden." +#: ../../include/RedDAV/RedBrowser.php:264 ../../mod/sharedwithme.php:98 +msgid "Last Modified" +msgstr "Laatst gewijzigd" -#: ../../include/account.php:246 -#, php-format -msgid "Registration confirmation for %s" -msgstr "Registratiebevestiging voor %s" +#: ../../include/RedDAV/RedBrowser.php:266 ../../include/menu.php:108 +#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 +#: ../../include/apps.php:254 ../../include/ItemObject.php:100 +#: ../../mod/layouts.php:183 ../../mod/editpost.php:113 +#: ../../mod/editblock.php:135 ../../mod/menu.php:108 +#: ../../mod/webpages.php:181 ../../mod/blocks.php:153 ../../mod/thing.php:257 +#: ../../mod/settings.php:645 ../../mod/connections.php:235 +#: ../../mod/connections.php:248 ../../mod/connections.php:267 +#: ../../mod/editlayout.php:134 ../../mod/editwebpage.php:176 +msgid "Edit" +msgstr "Bewerken" -#: ../../include/account.php:312 -#, php-format -msgid "Registration request at %s" -msgstr "Registratiebevestiging voor %s" +#: ../../include/RedDAV/RedBrowser.php:267 ../../include/conversation.php:662 +#: ../../include/apps.php:255 ../../include/ItemObject.php:120 +#: ../../mod/connedit.php:547 ../../mod/editblock.php:181 +#: ../../mod/admin.php:783 ../../mod/admin.php:942 ../../mod/photos.php:1090 +#: ../../mod/webpages.php:183 ../../mod/blocks.php:155 ../../mod/thing.php:258 +#: ../../mod/settings.php:646 ../../mod/editlayout.php:179 +#: ../../mod/editwebpage.php:223 ../../mod/group.php:173 +msgid "Delete" +msgstr "Verwijderen" -#: ../../include/account.php:314 ../../include/account.php:341 -#: ../../include/account.php:401 -msgid "Administrator" -msgstr "Beheerder" +#: ../../include/RedDAV/RedBrowser.php:302 +msgid "Create new folder" +msgstr "Nieuwe map aanmaken" -#: ../../include/account.php:336 -msgid "your registration password" -msgstr "jouw registratiewachtwoord" +#: ../../include/RedDAV/RedBrowser.php:304 +msgid "Upload file" +msgstr "Bestand uploaden" -#: ../../include/account.php:339 ../../include/account.php:399 -#, php-format -msgid "Registration details for %s" -msgstr "Registratiegegevens voor %s" +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" +msgstr "Kan mijn normale kanaalstream en berichten bekijken" -#: ../../include/account.php:408 -msgid "Account approved." -msgstr "Account goedgekeurd" +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" +msgstr "Kan mijn standaard kanaalprofiel bekijken" -#: ../../include/account.php:447 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registratie ingetrokken voor %s" +#: ../../include/permissions.php:28 +msgid "Can view my connections" +msgstr "Kan een lijst met mijn connecties bekijken" -#: ../../include/account.php:492 -msgid "Account verified. Please login." -msgstr "Account is geverifieerd. Je kan inloggen." +#: ../../include/permissions.php:29 +msgid "Can view my file storage and photos" +msgstr "Kan mijn foto's en andere bestanden bekijken" -#: ../../include/account.php:705 ../../include/account.php:707 -msgid "Click here to upgrade." -msgstr "Klik hier om te upgraden." +#: ../../include/permissions.php:30 +msgid "Can view my webpages" +msgstr "Kan mijn pagina's bekijken" -#: ../../include/account.php:713 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden." +#: ../../include/permissions.php:33 +msgid "Can send me their channel stream and posts" +msgstr "Kan mij de inhoud van hun kanaal en berichten sturen" -#: ../../include/account.php:718 -msgid "This action is not available under your subscription plan." -msgstr "Deze handeling is niet mogelijk met jouw abonnement." +#: ../../include/permissions.php:34 +msgid "Can post on my channel page (\"wall\")" +msgstr "Kan een bericht in mijn kanaal plaatsen" -#: ../../include/datetime.php:48 -msgid "Miscellaneous" -msgstr "Diversen" +#: ../../include/permissions.php:35 +msgid "Can comment on or like my posts" +msgstr "Kan op mijn berichten reageren of deze (niet) leuk vinden" -#: ../../include/datetime.php:132 -msgid "YYYY-MM-DD or MM-DD" -msgstr "JJJJ-MM-DD of MM-DD" +#: ../../include/permissions.php:36 +msgid "Can send me private mail messages" +msgstr "Kan mij privéberichten sturen" -#: ../../include/datetime.php:235 ../../mod/events.php:635 -#: ../../mod/appman.php:91 ../../mod/appman.php:92 -msgid "Required" -msgstr "Vereist" +#: ../../include/permissions.php:37 +msgid "Can like/dislike stuff" +msgstr "Kan dingen leuk of niet leuk vinden" -#: ../../include/datetime.php:262 ../../boot.php:2342 -msgid "never" -msgstr "nooit" +#: ../../include/permissions.php:37 +msgid "Profiles and things other than posts/comments" +msgstr "Profielen en dingen, buiten berichten en reacties" -#: ../../include/datetime.php:268 -msgid "less than a second ago" -msgstr "minder dan een seconde geleden" +#: ../../include/permissions.php:39 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+" -#: ../../include/datetime.php:271 -msgid "year" -msgstr "jaar" +#: ../../include/permissions.php:39 +msgid "Advanced - useful for creating group forum channels" +msgstr "Geavanceerd - nuttig voor groepforums" -#: ../../include/datetime.php:271 -msgid "years" -msgstr "jaren" +#: ../../include/permissions.php:40 +msgid "Can chat with me (when available)" +msgstr "Kan met mij chatten (wanneer beschikbaar)" -#: ../../include/datetime.php:272 -msgid "month" -msgstr "maand" +#: ../../include/permissions.php:41 +msgid "Can write to my file storage and photos" +msgstr "Kan foto's en andere bestanden aan mijn bestandsopslag toevoegen" -#: ../../include/datetime.php:272 -msgid "months" -msgstr "maanden" +#: ../../include/permissions.php:42 +msgid "Can edit my webpages" +msgstr "Kan mijn pagina's bewerken" -#: ../../include/datetime.php:273 -msgid "week" -msgstr "week" +#: ../../include/permissions.php:44 +msgid "Can source my public posts in derived channels" +msgstr "Kan mijn openbare berichten als bron voor andere kanalen gebruiken" -#: ../../include/datetime.php:273 -msgid "weeks" -msgstr "weken" +#: ../../include/permissions.php:44 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)" -#: ../../include/datetime.php:274 -msgid "day" -msgstr "dag" +#: ../../include/permissions.php:46 +msgid "Can administer my channel resources" +msgstr "Kan mijn kanaal beheren" -#: ../../include/datetime.php:274 -msgid "days" -msgstr "dagen" +#: ../../include/permissions.php:46 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet." -#: ../../include/datetime.php:275 +#: ../../include/permissions.php:867 +msgid "Social Networking" +msgstr "Sociaal netwerk" + +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Mostly Public" +msgstr "Vrijwel alles openbaar" + +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Restricted" +msgstr "Beperkt zichtbaar" + +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +msgid "Private" +msgstr "Verborgen kanaal" + +#: ../../include/permissions.php:868 +msgid "Community Forum" +msgstr "Groepsforum" + +#: ../../include/permissions.php:869 +msgid "Feed Republish" +msgstr "Feed herpubliceren" + +#: ../../include/permissions.php:870 +msgid "Special Purpose" +msgstr "Speciaal doel" + +#: ../../include/permissions.php:870 +msgid "Celebrity/Soapbox" +msgstr "Beroemdheid/alleen volgen" + +#: ../../include/permissions.php:870 +msgid "Group Repository" +msgstr "Groepsopslag" + +#: ../../include/permissions.php:871 ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 +msgid "Other" +msgstr "Anders" + +#: ../../include/permissions.php:871 +msgid "Custom/Expert Mode" +msgstr "Expertmodus/handmatig aanpassen" + +#: ../../include/chat.php:23 +msgid "Missing room name" +msgstr "Naam chatkanaal ontbreekt" + +#: ../../include/chat.php:32 +msgid "Duplicate room name" +msgstr "Naam chatkanaal bestaat al" + +#: ../../include/chat.php:82 ../../include/chat.php:90 +msgid "Invalid room specifier." +msgstr "Ongeldige omschrijving chatkanaal" + +#: ../../include/chat.php:122 +msgid "Room not found." +msgstr "Chatkanaal niet gevonden" + +#: ../../include/chat.php:133 ../../include/photos.php:26 +#: ../../include/attach.php:137 ../../include/attach.php:185 +#: ../../include/attach.php:248 ../../include/attach.php:262 +#: ../../include/attach.php:269 ../../include/attach.php:334 +#: ../../include/attach.php:348 ../../include/attach.php:355 +#: ../../include/attach.php:433 ../../include/attach.php:840 +#: ../../include/attach.php:911 ../../include/attach.php:1064 +#: ../../include/items.php:4342 ../../mod/achievements.php:30 +#: ../../mod/fsuggest.php:78 ../../mod/authtest.php:13 +#: ../../mod/bookmarks.php:48 ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/id.php:71 ../../mod/like.php:177 ../../mod/common.php:35 +#: ../../mod/mitem.php:111 ../../mod/connedit.php:348 ../../mod/mood.php:112 +#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73 +#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115 +#: ../../mod/layouts.php:69 ../../mod/layouts.php:76 ../../mod/layouts.php:87 +#: ../../mod/poke.php:133 ../../mod/network.php:12 ../../mod/chat.php:91 +#: ../../mod/chat.php:96 ../../mod/message.php:16 ../../mod/channel.php:100 +#: ../../mod/channel.php:215 ../../mod/channel.php:255 +#: ../../mod/editpost.php:13 ../../mod/editblock.php:65 ../../mod/item.php:206 +#: ../../mod/item.php:214 ../../mod/item.php:992 ../../mod/appman.php:66 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/menu.php:74 +#: ../../mod/page.php:31 ../../mod/page.php:86 ../../mod/new_channel.php:68 +#: ../../mod/new_channel.php:99 ../../mod/notifications.php:66 +#: ../../mod/pdledit.php:21 ../../mod/photos.php:70 ../../mod/rate.php:110 +#: ../../mod/events.php:256 ../../mod/profile_photo.php:338 +#: ../../mod/profile_photo.php:351 ../../mod/mail.php:114 +#: ../../mod/webpages.php:69 ../../mod/register.php:72 ../../mod/blocks.php:69 +#: ../../mod/blocks.php:76 ../../mod/service_limits.php:7 +#: ../../mod/sources.php:66 ../../mod/regmod.php:17 ../../mod/thing.php:271 +#: ../../mod/thing.php:291 ../../mod/thing.php:328 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/viewsrc.php:14 +#: ../../mod/settings.php:565 ../../mod/manage.php:6 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/connections.php:29 +#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 +#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 +#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125 +#: ../../mod/group.php:9 ../../mod/viewconnections.php:22 +#: ../../mod/viewconnections.php:27 ../../mod/locs.php:82 +#: ../../mod/setup.php:227 ../../mod/sharedwithme.php:7 +#: ../../mod/suggest.php:26 ../../mod/profiles.php:188 +#: ../../mod/profiles.php:576 ../../index.php:178 ../../index.php:361 +msgid "Permission denied." +msgstr "Toegang geweigerd" + +#: ../../include/chat.php:143 +msgid "Room is full" +msgstr "Chatkanaal is vol" + +#: ../../include/datetime.php:48 +msgid "Miscellaneous" +msgstr "Diversen" + +#: ../../include/datetime.php:132 +msgid "YYYY-MM-DD or MM-DD" +msgstr "JJJJ-MM-DD of MM-DD" + +#: ../../include/datetime.php:235 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 ../../mod/events.php:689 +msgid "Required" +msgstr "Vereist" + +#: ../../include/datetime.php:262 ../../boot.php:2306 +msgid "never" +msgstr "nooit" + +#: ../../include/datetime.php:268 +msgid "less than a second ago" +msgstr "minder dan een seconde geleden" + +#: ../../include/datetime.php:271 +msgid "year" +msgstr "jaar" + +#: ../../include/datetime.php:271 +msgid "years" +msgstr "jaren" + +#: ../../include/datetime.php:272 +msgid "month" +msgstr "maand" + +#: ../../include/datetime.php:272 +msgid "months" +msgstr "maanden" + +#: ../../include/datetime.php:273 +msgid "week" +msgstr "week" + +#: ../../include/datetime.php:273 +msgid "weeks" +msgstr "weken" + +#: ../../include/datetime.php:274 +msgid "day" +msgstr "dag" + +#: ../../include/datetime.php:274 +msgid "days" +msgstr "dagen" + +#: ../../include/datetime.php:275 msgid "hour" msgstr "uur" @@ -255,139 +437,279 @@ msgstr "Verjaardag van %1$s" msgid "Happy Birthday %1$s" msgstr "Gefeliciteerd met je verjaardag %1$s" -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Nieuwe pagina" - -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/RedDAV/RedBrowser.php:269 ../../include/ItemObject.php:100 -#: ../../include/apps.php:254 ../../include/menu.php:43 -#: ../../mod/settings.php:644 ../../mod/webpages.php:179 -#: ../../mod/thing.php:227 ../../mod/connections.php:382 -#: ../../mod/connections.php:395 ../../mod/connections.php:414 -#: ../../mod/blocks.php:152 ../../mod/editlayout.php:139 -#: ../../mod/editwebpage.php:178 ../../mod/editpost.php:113 -#: ../../mod/menu.php:100 ../../mod/editblock.php:140 -#: ../../mod/layouts.php:182 -msgid "Edit" -msgstr "Bewerken" +#: ../../include/features.php:38 +msgid "General Features" +msgstr "Algemene functies" -#: ../../include/page_widgets.php:39 ../../mod/webpages.php:185 -#: ../../mod/blocks.php:158 ../../mod/layouts.php:187 -msgid "View" -msgstr "Weergeven" +#: ../../include/features.php:40 +msgid "Content Expiration" +msgstr "Inhoud laten verlopen" -#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:677 -#: ../../include/conversation.php:1155 ../../mod/webpages.php:186 -#: ../../mod/events.php:653 ../../mod/photos.php:970 -#: ../../mod/editwebpage.php:214 ../../mod/editpost.php:149 -#: ../../mod/editblock.php:176 -msgid "Preview" -msgstr "Voorvertoning" +#: ../../include/features.php:40 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:187 -msgid "Actions" -msgstr "Acties" +#: ../../include/features.php:41 +msgid "Multiple Profiles" +msgstr "Meerdere profielen" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:188 -msgid "Page Link" -msgstr "Paginalink" +#: ../../include/features.php:41 +msgid "Ability to create multiple profiles" +msgstr "Mogelijkheid om meerdere profielen aan te maken" -#: ../../include/page_widgets.php:43 -msgid "Title" -msgstr "Titel" +#: ../../include/features.php:42 +msgid "Advanced Profiles" +msgstr "Geavanceerde profielen" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:190 -#: ../../mod/blocks.php:149 ../../mod/layouts.php:180 -msgid "Created" -msgstr "Aangemaakt" +#: ../../include/features.php:42 +msgid "Additional profile sections and selections" +msgstr "Extra onderdelen en keuzes voor je profiel" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:191 -#: ../../mod/blocks.php:150 ../../mod/layouts.php:181 -msgid "Edited" -msgstr "Bewerkt" +#: ../../include/features.php:43 +msgid "Profile Import/Export" +msgstr "Profiel importen/exporteren" -#: ../../include/api.php:1158 -msgid "Public Timeline" -msgstr "Openbare tijdlijn" +#: ../../include/features.php:43 +msgid "Save and load profile details across sites/channels" +msgstr "Profielgegevens opslaan en in andere hubs/kanalen gebruiken." -#: ../../include/comanche.php:34 ../../mod/admin.php:386 -#: ../../view/theme/apw/php/config.php:185 -msgid "Default" -msgstr "Standaard" +#: ../../include/features.php:44 +msgid "Web Pages" +msgstr "Webpagina's" -#: ../../include/dir_fns.php:143 -msgid "Directory Options" -msgstr "Opties kanalengids" +#: ../../include/features.php:44 +msgid "Provide managed web pages on your channel" +msgstr "Sta beheerde webpagina's op jouw kanaal toe" -#: ../../include/dir_fns.php:144 -msgid "Alphabetic" -msgstr "Alfabetisch" +#: ../../include/features.php:45 +msgid "Private Notes" +msgstr "Privé-aantekeningen" -#: ../../include/dir_fns.php:145 -msgid "Reverse Alphabetic" -msgstr "Omgekeerd alfabetisch" +#: ../../include/features.php:45 +msgid "Enables a tool to store notes and reminders" +msgstr "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan" -#: ../../include/dir_fns.php:146 -msgid "Newest to Oldest" -msgstr "Nieuw naar oud" +#: ../../include/features.php:46 +msgid "Navigation Channel Select" +msgstr "Kanaal kiezen in navigatiemenu" -#: ../../include/dir_fns.php:147 -msgid "Oldest to Newest" -msgstr "Oud naar nieuw" +#: ../../include/features.php:46 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk" -#: ../../include/dir_fns.php:148 -msgid "Sort" -msgstr "Sorteren" +#: ../../include/features.php:47 +msgid "Photo Location" +msgstr "Fotolocatie" -#: ../../include/dir_fns.php:152 -msgid "Safe Mode" -msgstr "Veilig zoeken" +#: ../../include/features.php:47 +msgid "If location data is available on uploaded photos, link this to a map." +msgstr "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart." -#: ../../include/dir_fns.php:154 -msgid "Public Forums Only" -msgstr "Alleen openbare forums" +#: ../../include/features.php:49 +msgid "Expert Mode" +msgstr "Expertmodus" -#: ../../include/dir_fns.php:155 -msgid "This Website Only" -msgstr "Alleen deze hub" +#: ../../include/features.php:49 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Schakel de expertmodus in voor geavanceerde instellingen" -#: ../../include/event.php:19 ../../include/bb2diaspora.php:451 -msgid "l F d, Y \\@ g:i A" -msgstr "l d F Y \\@ G:i" +#: ../../include/features.php:50 +msgid "Premium Channel" +msgstr "Premiumkanaal" -#: ../../include/event.php:27 ../../include/bb2diaspora.php:457 -msgid "Starts:" -msgstr "Start:" +#: ../../include/features.php:50 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal" -#: ../../include/event.php:37 ../../include/bb2diaspora.php:465 -msgid "Finishes:" -msgstr "Einde:" +#: ../../include/features.php:55 +msgid "Post Composition Features" +msgstr "Functies voor het opstellen van berichten" -#: ../../include/event.php:47 ../../include/bb2diaspora.php:473 -#: ../../include/identity.php:874 ../../mod/events.php:647 -#: ../../mod/directory.php:234 -msgid "Location:" -msgstr "Plaats:" +#: ../../include/features.php:57 +msgid "Use Markdown" +msgstr "Markdown gebruiken" -#: ../../include/event.php:391 -msgid "This event has been added to your calendar." -msgstr "Dit evenement is aan jouw agenda toegevoegd." +#: ../../include/features.php:57 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "Sta het gebruik van \"markdown\" toe om berichten mee op te maken." -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "Dit item verwijderen?" +#: ../../include/features.php:58 +msgid "Large Photos" +msgstr "Grote foto's" -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:667 -#: ../../mod/photos.php:968 ../../mod/photos.php:1086 -msgid "Comment" -msgstr "Reactie" +#: ../../include/features.php:58 +msgid "" +"Include large (640px) photo thumbnails in posts. If not enabled, use small " +"(320px) photo thumbnails" +msgstr "Toon grote (640px) voorbeeldfoto's in berichten. Standaard worden kleine voorbeeldfoto's (320px) getoond. " -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:384 -msgid "[+] show all" -msgstr "[+] alle" +#: ../../include/features.php:59 ../../include/widgets.php:545 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Kanaalbronnen" -#: ../../include/js_strings.php:8 +#: ../../include/features.php:59 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Automatisch inhoud uit andere kanalen of feeds importeren." + +#: ../../include/features.php:60 +msgid "Even More Encryption" +msgstr "Extra encryptie" + +#: ../../include/features.php:60 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel." + +#: ../../include/features.php:61 +msgid "Enable voting tools" +msgstr "Stemmen inschakelen" + +#: ../../include/features.php:61 +msgid "Provide a class of post which others can vote on" +msgstr "Creëert een berichtenoptie zodat anderen op jouw vraag kunnen stemmen." + +#: ../../include/features.php:67 +msgid "Network and Stream Filtering" +msgstr "Netwerk- en streamfilter" + +#: ../../include/features.php:68 +msgid "Search by Date" +msgstr "Zoek op datum" + +#: ../../include/features.php:68 +msgid "Ability to select posts by date ranges" +msgstr "Mogelijkheid om berichten op datum te filteren " + +#: ../../include/features.php:69 +msgid "Collections Filter" +msgstr "Filter op collecties" + +#: ../../include/features.php:69 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties" + +#: ../../include/features.php:70 ../../include/widgets.php:273 +msgid "Saved Searches" +msgstr "Opgeslagen zoekopdrachten" + +#: ../../include/features.php:70 +msgid "Save search terms for re-use" +msgstr "Sla zoekopdrachten op voor hergebruik" + +#: ../../include/features.php:71 +msgid "Network Personal Tab" +msgstr "Persoonlijke netwerktab" + +#: ../../include/features.php:71 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had" + +#: ../../include/features.php:72 +msgid "Network New Tab" +msgstr "Nieuwe netwerktab" + +#: ../../include/features.php:72 +msgid "Enable tab to display all new Network activity" +msgstr "Laat de tab alle nieuwe netwerkactiviteit tonen" + +#: ../../include/features.php:73 +msgid "Affinity Tool" +msgstr "Verwantschapsfilter" + +#: ../../include/features.php:73 +msgid "Filter stream activity by depth of relationships" +msgstr "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag" + +#: ../../include/features.php:74 +msgid "Connection Filtering" +msgstr "Berichtenfilters" + +#: ../../include/features.php:74 +msgid "Filter incoming posts from connections based on keywords/content" +msgstr "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal" + +#: ../../include/features.php:75 +msgid "Suggest Channels" +msgstr "Kanalen voorstellen" + +#: ../../include/features.php:75 +msgid "Show channel suggestions" +msgstr "Voor jou mogelijk interessante kanalen voorstellen" + +#: ../../include/features.php:80 +msgid "Post/Comment Tools" +msgstr "Bericht- en reactiehulpmiddelen" + +#: ../../include/features.php:81 +msgid "Tagging" +msgstr "Taggen" + +#: ../../include/features.php:81 +msgid "Ability to tag existing posts" +msgstr "Mogelijkheid om bestaande berichten te taggen" + +#: ../../include/features.php:82 +msgid "Post Categories" +msgstr "Categorieën berichten" + +#: ../../include/features.php:82 +msgid "Add categories to your posts" +msgstr "Voeg categorieën toe aan je berichten" + +#: ../../include/features.php:83 ../../include/contact_widgets.php:57 +#: ../../include/widgets.php:303 +msgid "Saved Folders" +msgstr "Bewaarde mappen" + +#: ../../include/features.php:83 +msgid "Ability to file posts under folders" +msgstr "Mogelijkheid om berichten in mappen op te slaan" + +#: ../../include/features.php:84 +msgid "Dislike Posts" +msgstr "Vind berichten niet leuk" + +#: ../../include/features.php:84 +msgid "Ability to dislike posts/comments" +msgstr "Mogelijkheid om berichten en reacties niet leuk te vinden" + +#: ../../include/features.php:85 +msgid "Star Posts" +msgstr "Geef berichten een ster" + +#: ../../include/features.php:85 +msgid "Ability to mark special posts with a star indicator" +msgstr "Mogelijkheid om speciale berichten met een ster te markeren" + +#: ../../include/features.php:86 +msgid "Tag Cloud" +msgstr "Tagwolk" + +#: ../../include/features.php:86 +msgid "Provide a personal tag cloud on your channel page" +msgstr "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina" + +#: ../../include/comanche.php:34 ../../mod/admin.php:348 +msgid "Default" +msgstr "Standaard" + +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Dit item verwijderen?" + +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:673 +#: ../../mod/photos.php:1008 ../../mod/photos.php:1126 +msgid "Comment" +msgstr "Reactie" + +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:390 +msgid "[+] show all" +msgstr "[+] alle" + +#: ../../include/js_strings.php:8 msgid "[-] show less" msgstr "[-] minder reacties weergeven" @@ -407,7 +729,7 @@ msgstr "Wachtwoord te kort" msgid "Passwords do not match" msgstr "Wachtwoorden komen niet overeen" -#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +#: ../../include/js_strings.php:13 ../../mod/photos.php:41 msgid "everybody" msgstr "iedereen" @@ -435,7 +757,8 @@ msgstr "Niets nieuw hier" msgid "Rate This Channel (this is public)" msgstr "Beoordeel dit kanaal (dit is openbaar)" -#: ../../include/js_strings.php:20 ../../mod/rate.php:156 +#: ../../include/js_strings.php:20 ../../mod/connedit.php:667 +#: ../../mod/rate.php:156 msgid "Rating" msgstr "Beoordeling" @@ -443,26 +766,24 @@ msgstr "Beoordeling" msgid "Describe (optional)" msgstr "Omschrijving (optioneel)" -#: ../../include/js_strings.php:22 ../../include/ItemObject.php:668 -#: ../../mod/settings.php:582 ../../mod/settings.php:684 -#: ../../mod/settings.php:710 ../../mod/settings.php:738 -#: ../../mod/settings.php:761 ../../mod/settings.php:843 -#: ../../mod/settings.php:1039 ../../mod/xchan.php:11 ../../mod/connect.php:93 -#: ../../mod/thing.php:275 ../../mod/thing.php:318 ../../mod/events.php:656 -#: ../../mod/group.php:81 ../../mod/setup.php:313 ../../mod/setup.php:358 -#: ../../mod/photos.php:565 ../../mod/photos.php:642 ../../mod/photos.php:929 -#: ../../mod/photos.php:969 ../../mod/photos.php:1087 ../../mod/pdledit.php:58 -#: ../../mod/import.php:504 ../../mod/chat.php:177 ../../mod/chat.php:211 -#: ../../mod/rate.php:167 ../../mod/invite.php:142 ../../mod/locs.php:105 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108 -#: ../../mod/poke.php:166 ../../mod/profiles.php:667 ../../mod/mitem.php:229 -#: ../../mod/admin.php:446 ../../mod/admin.php:810 ../../mod/admin.php:946 -#: ../../mod/admin.php:1077 ../../mod/admin.php:1271 ../../mod/admin.php:1356 -#: ../../mod/mood.php:134 ../../mod/connedit.php:679 ../../mod/mail.php:355 -#: ../../mod/appman.php:99 ../../mod/poll.php:68 ../../mod/bulksetclose.php:24 -#: ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/redbasic/php/config.php:97 +#: ../../include/js_strings.php:22 ../../include/ItemObject.php:674 +#: ../../mod/fsuggest.php:108 ../../mod/mitem.php:231 +#: ../../mod/connedit.php:688 ../../mod/mood.php:135 ../../mod/pconfig.php:108 +#: ../../mod/filestorage.php:156 ../../mod/poke.php:171 ../../mod/chat.php:181 +#: ../../mod/chat.php:209 ../../mod/admin.php:411 ../../mod/admin.php:776 +#: ../../mod/admin.php:940 ../../mod/admin.php:1072 ../../mod/admin.php:1266 +#: ../../mod/admin.php:1351 ../../mod/appman.php:99 ../../mod/pdledit.php:58 +#: ../../mod/photos.php:598 ../../mod/photos.php:969 ../../mod/photos.php:1009 +#: ../../mod/photos.php:1127 ../../mod/rate.php:167 ../../mod/events.php:534 +#: ../../mod/events.php:710 ../../mod/mail.php:364 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/import.php:511 ../../mod/thing.php:313 +#: ../../mod/thing.php:359 ../../mod/invite.php:142 ../../mod/settings.php:583 +#: ../../mod/settings.php:695 ../../mod/settings.php:723 +#: ../../mod/settings.php:746 ../../mod/settings.php:831 +#: ../../mod/settings.php:1020 ../../mod/xchan.php:11 ../../mod/group.php:81 +#: ../../mod/connect.php:93 ../../mod/locs.php:108 ../../mod/setup.php:331 +#: ../../mod/setup.php:371 ../../mod/profiles.php:667 +#: ../../mod/import_items.php:122 ../../view/theme/redbasic/php/config.php:99 msgid "Submit" msgstr "Opslaan" @@ -547,1416 +868,1375 @@ msgstr " " msgid "timeago.numbers" msgstr "timeago.numbers" -#: ../../include/RedDAV/RedBrowser.php:107 -#: ../../include/RedDAV/RedBrowser.php:268 -msgid "parent" -msgstr "omhoog" +#: ../../include/js_strings.php:44 ../../include/text.php:1144 +msgid "January" +msgstr "januari" -#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2497 -msgid "Collection" -msgstr "map" +#: ../../include/js_strings.php:45 ../../include/text.php:1144 +msgid "February" +msgstr "februari" -#: ../../include/RedDAV/RedBrowser.php:134 -msgid "Principal" -msgstr "principal" +#: ../../include/js_strings.php:46 ../../include/text.php:1144 +msgid "March" +msgstr "maart" -#: ../../include/RedDAV/RedBrowser.php:137 -msgid "Addressbook" -msgstr "Adresboek" +#: ../../include/js_strings.php:47 ../../include/text.php:1144 +msgid "April" +msgstr "april" -#: ../../include/RedDAV/RedBrowser.php:140 -msgid "Calendar" -msgstr "Agenda" +#: ../../include/js_strings.php:48 +msgctxt "long" +msgid "May" +msgstr "mei" -#: ../../include/RedDAV/RedBrowser.php:143 -msgid "Schedule Inbox" -msgstr "Planning-postvak IN" +#: ../../include/js_strings.php:49 ../../include/text.php:1144 +msgid "June" +msgstr "juni" -#: ../../include/RedDAV/RedBrowser.php:146 -msgid "Schedule Outbox" -msgstr "Planning-postvak UIT" +#: ../../include/js_strings.php:50 ../../include/text.php:1144 +msgid "July" +msgstr "juli" -#: ../../include/RedDAV/RedBrowser.php:164 ../../include/conversation.php:1019 -#: ../../include/apps.php:336 ../../include/apps.php:387 -#: ../../mod/photos.php:681 ../../mod/photos.php:1119 -msgid "Unknown" -msgstr "Onbekend" +#: ../../include/js_strings.php:51 ../../include/text.php:1144 +msgid "August" +msgstr "augustus" -#: ../../include/RedDAV/RedBrowser.php:227 -#, php-format -msgid "%1$s used" -msgstr "%1$s gebruikt" +#: ../../include/js_strings.php:52 ../../include/text.php:1144 +msgid "September" +msgstr "september" -#: ../../include/RedDAV/RedBrowser.php:232 -#, php-format -msgid "%1$s used of %2$s (%3$s%)" -msgstr "%1$s van %2$s gebruikt (%3$s%)" +#: ../../include/js_strings.php:53 ../../include/text.php:1144 +msgid "October" +msgstr "oktober" -#: ../../include/RedDAV/RedBrowser.php:251 ../../include/nav.php:98 -#: ../../include/conversation.php:1609 ../../include/apps.php:135 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "Bestanden" +#: ../../include/js_strings.php:54 ../../include/text.php:1144 +msgid "November" +msgstr "november" -#: ../../include/RedDAV/RedBrowser.php:253 -msgid "Total" -msgstr "Totaal" +#: ../../include/js_strings.php:55 ../../include/text.php:1144 +msgid "December" +msgstr "december" -#: ../../include/RedDAV/RedBrowser.php:255 -msgid "Shared" -msgstr "Gedeeld" +#: ../../include/js_strings.php:56 +msgid "Jan" +msgstr "jan" -#: ../../include/RedDAV/RedBrowser.php:256 -#: ../../include/RedDAV/RedBrowser.php:306 ../../mod/webpages.php:178 -#: ../../mod/blocks.php:151 ../../mod/menu.php:104 ../../mod/layouts.php:174 -#: ../../mod/new_channel.php:121 -msgid "Create" -msgstr "Aanmaken" +#: ../../include/js_strings.php:57 +msgid "Feb" +msgstr "feb" -#: ../../include/RedDAV/RedBrowser.php:257 -#: ../../include/RedDAV/RedBrowser.php:308 ../../mod/profile_photo.php:362 -#: ../../mod/photos.php:706 ../../mod/photos.php:1236 -msgid "Upload" -msgstr "Uploaden" +#: ../../include/js_strings.php:58 +msgid "Mar" +msgstr "mrt" -#: ../../include/RedDAV/RedBrowser.php:264 ../../mod/settings.php:584 -#: ../../mod/settings.php:610 ../../mod/admin.php:953 -#: ../../mod/sharedwithme.php:95 -msgid "Name" -msgstr "Naam" +#: ../../include/js_strings.php:59 +msgid "Apr" +msgstr "apr" -#: ../../include/RedDAV/RedBrowser.php:265 -msgid "Type" -msgstr "Type" +#: ../../include/js_strings.php:60 +msgctxt "short" +msgid "May" +msgstr "mei" -#: ../../include/RedDAV/RedBrowser.php:266 ../../mod/sharedwithme.php:97 -msgid "Size" -msgstr "Grootte" +#: ../../include/js_strings.php:61 +msgid "Jun" +msgstr "jun" -#: ../../include/RedDAV/RedBrowser.php:267 ../../mod/sharedwithme.php:98 -msgid "Last Modified" -msgstr "Laatst gewijzigd" +#: ../../include/js_strings.php:62 +msgid "Jul" +msgstr "jul" -#: ../../include/RedDAV/RedBrowser.php:270 ../../include/ItemObject.php:120 -#: ../../include/conversation.php:660 ../../include/apps.php:255 -#: ../../mod/settings.php:645 ../../mod/webpages.php:181 -#: ../../mod/thing.php:228 ../../mod/group.php:176 ../../mod/blocks.php:154 -#: ../../mod/photos.php:1050 ../../mod/editlayout.php:107 -#: ../../mod/editwebpage.php:225 ../../mod/admin.php:817 -#: ../../mod/admin.php:948 ../../mod/editblock.php:113 -#: ../../mod/connedit.php:543 -msgid "Delete" -msgstr "Verwijderen" +#: ../../include/js_strings.php:63 +msgid "Aug" +msgstr "aug" -#: ../../include/RedDAV/RedBrowser.php:305 -msgid "Create new folder" -msgstr "Nieuwe map aanmaken" +#: ../../include/js_strings.php:64 +msgid "Sep" +msgstr "sep" -#: ../../include/RedDAV/RedBrowser.php:307 -msgid "Upload file" -msgstr "Bestand uploaden" +#: ../../include/js_strings.php:65 +msgid "Oct" +msgstr "okt" -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" -msgstr "Bladwijzers van %1$s" +#: ../../include/js_strings.php:66 +msgid "Nov" +msgstr "nov" -#: ../../include/network.php:632 -msgid "view full size" -msgstr "volledige grootte tonen" +#: ../../include/js_strings.php:67 +msgid "Dec" +msgstr "dec" -#: ../../include/features.php:38 -msgid "General Features" -msgstr "Algemene functies" +#: ../../include/js_strings.php:68 ../../include/text.php:1140 +msgid "Sunday" +msgstr "zondag" -#: ../../include/features.php:40 -msgid "Content Expiration" -msgstr "Inhoud laten verlopen" +#: ../../include/js_strings.php:69 ../../include/text.php:1140 +msgid "Monday" +msgstr "maandag" -#: ../../include/features.php:40 -msgid "Remove posts/comments and/or private messages at a future time" -msgstr "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen" +#: ../../include/js_strings.php:70 ../../include/text.php:1140 +msgid "Tuesday" +msgstr "dinsdag" -#: ../../include/features.php:41 -msgid "Multiple Profiles" -msgstr "Meerdere profielen" +#: ../../include/js_strings.php:71 ../../include/text.php:1140 +msgid "Wednesday" +msgstr "woensdag" -#: ../../include/features.php:41 -msgid "Ability to create multiple profiles" -msgstr "Mogelijkheid om meerdere profielen aan te maken" +#: ../../include/js_strings.php:72 ../../include/text.php:1140 +msgid "Thursday" +msgstr "donderdag" -#: ../../include/features.php:42 -msgid "Advanced Profiles" -msgstr "Geavanceerde profielen" +#: ../../include/js_strings.php:73 ../../include/text.php:1140 +msgid "Friday" +msgstr "vrijdag" -#: ../../include/features.php:42 -msgid "Additional profile sections and selections" -msgstr "Extra onderdelen en keuzes voor je profiel" +#: ../../include/js_strings.php:74 ../../include/text.php:1140 +msgid "Saturday" +msgstr "zaterdag" -#: ../../include/features.php:43 -msgid "Profile Import/Export" -msgstr "Profiel importen/exporteren" +#: ../../include/js_strings.php:75 +msgid "Sun" +msgstr "zo" -#: ../../include/features.php:43 -msgid "Save and load profile details across sites/channels" -msgstr "Profielgegevens opslaan en in andere hubs/kanalen gebruiken." +#: ../../include/js_strings.php:76 +msgid "Mon" +msgstr "ma" -#: ../../include/features.php:44 -msgid "Web Pages" -msgstr "Webpagina's" +#: ../../include/js_strings.php:77 +msgid "Tue" +msgstr "di" -#: ../../include/features.php:44 -msgid "Provide managed web pages on your channel" -msgstr "Sta beheerde webpagina's op jouw kanaal toe" +#: ../../include/js_strings.php:78 +msgid "Wed" +msgstr "wo" -#: ../../include/features.php:45 -msgid "Private Notes" -msgstr "Privé-aantekeningen" +#: ../../include/js_strings.php:79 +msgid "Thu" +msgstr "do" -#: ../../include/features.php:45 -msgid "Enables a tool to store notes and reminders" -msgstr "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan" +#: ../../include/js_strings.php:80 +msgid "Fri" +msgstr "vr" -#: ../../include/features.php:46 -msgid "Navigation Channel Select" -msgstr "Kanaal kiezen in navigatiemenu" +#: ../../include/js_strings.php:81 +msgid "Sat" +msgstr "za" -#: ../../include/features.php:46 -msgid "Change channels directly from within the navigation dropdown menu" -msgstr "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk" +#: ../../include/js_strings.php:82 +msgctxt "calendar" +msgid "today" +msgstr "vandaag" -#: ../../include/features.php:47 -msgid "Photo Location" -msgstr "Fotolocatie" +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "month" +msgstr "maand" -#: ../../include/features.php:47 -msgid "If location data is available on uploaded photos, link this to a map." -msgstr "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart." +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "week" +msgstr "week" -#: ../../include/features.php:49 -msgid "Expert Mode" -msgstr "Expertmodus" +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "day" +msgstr "dag" -#: ../../include/features.php:49 -msgid "Enable Expert Mode to provide advanced configuration options" -msgstr "Schakel de expertmodus in voor geavanceerde instellingen" +#: ../../include/js_strings.php:86 +msgctxt "calendar" +msgid "All day" +msgstr "hele dag" -#: ../../include/features.php:50 -msgid "Premium Channel" -msgstr "Premiumkanaal" +#: ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "Regelmatig" -#: ../../include/features.php:50 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" -msgstr "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal" +#: ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "Elk uur" -#: ../../include/features.php:55 -msgid "Post Composition Features" -msgstr "Functies voor het opstellen van berichten" +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Twee keer per dag" -#: ../../include/features.php:57 -msgid "Use Markdown" -msgstr "Markdown gebruiken" +#: ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "Dagelijks" -#: ../../include/features.php:57 -msgid "Allow use of \"Markdown\" to format posts" -msgstr "Sta het gebruik van \"markdown\" toe om berichten mee op te maken." +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Wekelijks" -#: ../../include/features.php:58 -msgid "Large Photos" -msgstr "Grote foto's" +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Maandelijks" -#: ../../include/features.php:58 -msgid "" -"Include large (640px) photo thumbnails in posts. If not enabled, use small " -"(320px) photo thumbnails" -msgstr "Toon grote (640px) voorbeeldfoto's in berichten. Standaard worden kleine voorbeeldfoto's (320px) getoond. " +#: ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" -#: ../../include/features.php:59 ../../include/widgets.php:546 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "Kanaalbronnen" +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" -#: ../../include/features.php:59 -msgid "Automatically import channel content from other channels or feeds" -msgstr "Automatisch inhoud uit andere kanalen of feeds importeren." +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" -#: ../../include/features.php:60 -msgid "Even More Encryption" -msgstr "Extra encryptie" +#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 +#: ../../mod/id.php:16 ../../mod/admin.php:779 ../../mod/admin.php:788 +#: ../../boot.php:1499 +msgid "Email" +msgstr "E-mail" -#: ../../include/features.php:60 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel." +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora" -#: ../../include/features.php:61 -msgid "Enable voting tools" -msgstr "Stemmen inschakelen" +#: ../../include/contact_selectors.php:81 +msgid "Facebook" +msgstr "Facebook" -#: ../../include/features.php:61 -msgid "Provide a class of post which others can vote on" -msgstr "Creëert een berichtenoptie zodat anderen op jouw vraag kunnen stemmen." +#: ../../include/contact_selectors.php:82 +msgid "Zot!" +msgstr "Zot!" -#: ../../include/features.php:67 -msgid "Network and Stream Filtering" -msgstr "Netwerk- en streamfilter" +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "LinkedIn" -#: ../../include/features.php:68 -msgid "Search by Date" -msgstr "Zoek op datum" +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "XMPP/IM" -#: ../../include/features.php:68 -msgid "Ability to select posts by date ranges" -msgstr "Mogelijkheid om berichten op datum te filteren " +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "MySpace" -#: ../../include/features.php:69 -msgid "Collections Filter" -msgstr "Filter op collecties" +#: ../../include/activities.php:42 +msgid " and " +msgstr " en " -#: ../../include/features.php:69 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde collecties" +#: ../../include/activities.php:50 +msgid "public profile" +msgstr "openbaar profiel" -#: ../../include/features.php:70 ../../include/widgets.php:274 -msgid "Saved Searches" -msgstr "Opgeslagen zoekopdrachten" +#: ../../include/activities.php:59 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s veranderde %2$s naar “%3$s”" -#: ../../include/features.php:70 -msgid "Save search terms for re-use" -msgstr "Sla zoekopdrachten op voor hergebruik" +#: ../../include/activities.php:60 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Bezoek het %2$s van %1$s" -#: ../../include/features.php:71 -msgid "Network Personal Tab" -msgstr "Persoonlijke netwerktab" +#: ../../include/activities.php:63 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s heeft een aangepaste %2$s, %3$s veranderd." -#: ../../include/features.php:71 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had" +#: ../../include/Contact.php:101 ../../include/conversation.php:947 +#: ../../include/identity.php:941 ../../include/widgets.php:136 +#: ../../include/widgets.php:174 ../../mod/directory.php:316 +#: ../../mod/match.php:64 ../../mod/suggest.php:52 +msgid "Connect" +msgstr "Verbinden" -#: ../../include/features.php:72 -msgid "Network New Tab" -msgstr "Nieuwe netwerktab" +#: ../../include/Contact.php:118 +msgid "New window" +msgstr "Nieuw venster" -#: ../../include/features.php:72 -msgid "Enable tab to display all new Network activity" -msgstr "Laat de tab alle nieuwe netwerkactiviteit tonen" +#: ../../include/Contact.php:119 +msgid "Open the selected location in a different window or browser tab" +msgstr "Open de geselecteerde locatie in een ander venster of tab" -#: ../../include/features.php:73 -msgid "Affinity Tool" -msgstr "Verwantschapsfilter" +#: ../../include/Contact.php:237 +#, php-format +msgid "User '%s' deleted" +msgstr "Account '%s' verwijderd" -#: ../../include/features.php:73 -msgid "Filter stream activity by depth of relationships" -msgstr "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag" +#: ../../include/dba/dba_driver.php:141 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Kan DNS-informatie voor databaseserver '%s' niet vinden" -#: ../../include/features.php:74 -msgid "Suggest Channels" -msgstr "Kanalen voorstellen" +#: ../../include/conversation.php:120 ../../include/text.php:1832 +#: ../../mod/like.php:361 ../../mod/tagger.php:43 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:172 +msgid "photo" +msgstr "foto" -#: ../../include/features.php:74 -msgid "Show channel suggestions" -msgstr "Voor jou mogelijk interessante kanalen voorstellen" +#: ../../include/conversation.php:123 ../../include/text.php:1835 +#: ../../include/event.php:896 ../../mod/like.php:363 ../../mod/tagger.php:47 +#: ../../mod/events.php:245 +msgid "event" +msgstr "gebeurtenis" -#: ../../include/features.php:79 -msgid "Post/Comment Tools" -msgstr "Bericht- en reactiehulpmiddelen" +#: ../../include/conversation.php:126 ../../mod/like.php:113 +msgid "channel" +msgstr "kanaal" -#: ../../include/features.php:80 -msgid "Tagging" -msgstr "Taggen" +#: ../../include/conversation.php:148 ../../include/text.php:1838 +#: ../../mod/like.php:361 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:172 +msgid "status" +msgstr "bericht" -#: ../../include/features.php:80 -msgid "Ability to tag existing posts" -msgstr "Mogelijkheid om bestaande berichten te taggen" +#: ../../include/conversation.php:150 ../../include/text.php:1840 +#: ../../mod/tagger.php:53 +msgid "comment" +msgstr "reactie" -#: ../../include/features.php:81 -msgid "Post Categories" -msgstr "Categorieën berichten" +#: ../../include/conversation.php:164 ../../mod/like.php:410 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s vindt %3$s van %2$s leuk" -#: ../../include/features.php:81 -msgid "Add categories to your posts" -msgstr "Voeg categorieën toe aan je berichten" +#: ../../include/conversation.php:167 ../../mod/like.php:412 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s vindt %3$s van %2$s niet leuk" -#: ../../include/features.php:82 ../../include/widgets.php:304 -#: ../../include/contact_widgets.php:57 -msgid "Saved Folders" -msgstr "Bewaarde mappen" +#: ../../include/conversation.php:204 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "%1$s is nu met %2$s verbonden" -#: ../../include/features.php:82 -msgid "Ability to file posts under folders" -msgstr "Mogelijkheid om berichten in mappen op te slaan" +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s heeft %2$s aangestoten" -#: ../../include/features.php:83 -msgid "Dislike Posts" -msgstr "Vind berichten niet leuk" +#: ../../include/conversation.php:243 ../../include/text.php:933 +msgid "poked" +msgstr "aangestoten" -#: ../../include/features.php:83 -msgid "Ability to dislike posts/comments" -msgstr "Mogelijkheid om berichten en reacties niet leuk te vinden" +#: ../../include/conversation.php:260 ../../mod/mood.php:63 +#, php-format +msgctxt "mood" +msgid "%1$s is %2$s" +msgstr "%1$s is %2$s" -#: ../../include/features.php:84 -msgid "Star Posts" -msgstr "Geef berichten een ster" +#: ../../include/conversation.php:574 ../../mod/photos.php:1024 +msgctxt "title" +msgid "Likes" +msgstr "vinden dit leuk" -#: ../../include/features.php:84 -msgid "Ability to mark special posts with a star indicator" -msgstr "Mogelijkheid om speciale berichten met een ster te markeren" +#: ../../include/conversation.php:574 ../../mod/photos.php:1024 +msgctxt "title" +msgid "Dislikes" +msgstr "vinden dit niet leuk" -#: ../../include/features.php:85 -msgid "Tag Cloud" -msgstr "Tagwolk" +#: ../../include/conversation.php:575 ../../mod/photos.php:1025 +msgctxt "title" +msgid "Agree" +msgstr "eens" -#: ../../include/features.php:85 -msgid "Provide a personal tag cloud on your channel page" -msgstr "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina" +#: ../../include/conversation.php:575 ../../mod/photos.php:1025 +msgctxt "title" +msgid "Disagree" +msgstr "oneens" -#: ../../include/widgets.php:35 ../../include/taxonomy.php:264 -#: ../../include/contact_widgets.php:92 -msgid "Categories" -msgstr "Categorieën" +#: ../../include/conversation.php:575 ../../mod/photos.php:1025 +msgctxt "title" +msgid "Abstain" +msgstr "onthoudingen" -#: ../../include/widgets.php:91 ../../include/nav.php:163 -#: ../../mod/apps.php:34 -msgid "Apps" -msgstr "Apps" +#: ../../include/conversation.php:576 ../../mod/photos.php:1026 +msgctxt "title" +msgid "Attending" +msgstr "aanwezig" -#: ../../include/widgets.php:92 -msgid "System" -msgstr "Systeem" +#: ../../include/conversation.php:576 ../../mod/photos.php:1026 +msgctxt "title" +msgid "Not attending" +msgstr "niet aanwezig" -#: ../../include/widgets.php:94 ../../include/conversation.php:1504 -msgid "Personal" -msgstr "Persoonlijk" +#: ../../include/conversation.php:576 ../../mod/photos.php:1026 +msgctxt "title" +msgid "Might attend" +msgstr "mogelijk aanwezig" -#: ../../include/widgets.php:95 -msgid "Create Personal App" -msgstr "Persoonlijke app maken" +#: ../../include/conversation.php:661 ../../include/ItemObject.php:126 +msgid "Select" +msgstr "Kies" -#: ../../include/widgets.php:96 -msgid "Edit Personal App" -msgstr "Persoonlijke app bewerken" +#: ../../include/conversation.php:669 ../../include/ItemObject.php:89 +msgid "Private Message" +msgstr "Privébericht" -#: ../../include/widgets.php:136 ../../include/widgets.php:175 -#: ../../include/Contact.php:107 ../../include/conversation.php:945 -#: ../../include/identity.php:823 ../../mod/match.php:64 -#: ../../mod/directory.php:302 ../../mod/suggest.php:52 -msgid "Connect" -msgstr "Verbinden" +#: ../../include/conversation.php:676 ../../include/ItemObject.php:227 +msgid "Message signature validated" +msgstr "Berichtkenmerk gevalideerd" -#: ../../include/widgets.php:138 ../../mod/suggest.php:54 -msgid "Ignore/Hide" -msgstr "Negeren/Verbergen" +#: ../../include/conversation.php:677 ../../include/ItemObject.php:228 +msgid "Message signature incorrect" +msgstr "Berichtkenmerk onjuist" -#: ../../include/widgets.php:143 ../../mod/connections.php:268 -msgid "Suggestions" -msgstr "Voorgestelde kanalen" +#: ../../include/conversation.php:694 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Bekijk het profiel van %s @ %s" -#: ../../include/widgets.php:144 -msgid "See more..." -msgstr "Meer..." +#: ../../include/conversation.php:709 +msgid "Categories:" +msgstr "Categorieën:" + +#: ../../include/conversation.php:710 +msgid "Filed under:" +msgstr "Bewaard onder:" -#: ../../include/widgets.php:166 +#: ../../include/conversation.php:718 ../../include/ItemObject.php:314 #, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." -msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties." +msgid "from %s" +msgstr "van %s" -#: ../../include/widgets.php:172 -msgid "Add New Connection" -msgstr "Nieuwe connectie toevoegen" +#: ../../include/conversation.php:721 ../../include/ItemObject.php:317 +#, php-format +msgid "last edited: %s" +msgstr "laatst bewerkt: %s" -#: ../../include/widgets.php:173 -msgid "Enter the channel address" -msgstr "Vul het adres van het nieuwe kanaal in" +#: ../../include/conversation.php:722 ../../include/ItemObject.php:318 +#, php-format +msgid "Expires: %s" +msgstr "Verloopt: %s" -#: ../../include/widgets.php:174 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Voorbeeld: bob@example.com, http://example.com/barbara" +#: ../../include/conversation.php:737 +msgid "View in context" +msgstr "In context bekijken" -#: ../../include/widgets.php:190 -msgid "Notes" -msgstr "Aantekeningen" +#: ../../include/conversation.php:739 ../../include/conversation.php:1212 +#: ../../include/ItemObject.php:366 ../../mod/editpost.php:130 +#: ../../mod/editblock.php:150 ../../mod/photos.php:990 ../../mod/mail.php:237 +#: ../../mod/mail.php:365 ../../mod/editlayout.php:148 +#: ../../mod/editwebpage.php:190 +msgid "Please wait" +msgstr "Even wachten" -#: ../../include/widgets.php:192 ../../include/text.php:853 -#: ../../include/text.php:865 ../../mod/rbmark.php:28 ../../mod/rbmark.php:98 -#: ../../mod/filer.php:50 ../../mod/admin.php:1416 ../../mod/admin.php:1436 -msgid "Save" -msgstr "Opslaan" +#: ../../include/conversation.php:848 +msgid "remove" +msgstr "verwijderen" -#: ../../include/widgets.php:266 -msgid "Remove term" -msgstr "Verwijder zoekterm" +#: ../../include/conversation.php:852 ../../include/nav.php:241 +msgid "Loading..." +msgstr "Aan het laden..." -#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60 -#: ../../include/contact_widgets.php:95 -msgid "Everything" -msgstr "Alles" +#: ../../include/conversation.php:853 +msgid "Delete Selected Items" +msgstr "Verwijder de geselecteerde items" -#: ../../include/widgets.php:349 -msgid "Archives" -msgstr "Archieven" +#: ../../include/conversation.php:941 +msgid "View Source" +msgstr "Bron weergeven" -#: ../../include/widgets.php:427 ../../mod/connedit.php:572 -msgid "Me" -msgstr "Ik" +#: ../../include/conversation.php:942 +msgid "Follow Thread" +msgstr "Conversatie volgen" -#: ../../include/widgets.php:428 ../../mod/connedit.php:573 -msgid "Family" -msgstr "Familie" +#: ../../include/conversation.php:943 +msgid "View Status" +msgstr "Status weergeven" -#: ../../include/widgets.php:429 ../../include/identity.php:394 -#: ../../include/identity.php:395 ../../include/identity.php:402 -#: ../../include/profile_selectors.php:80 ../../mod/settings.php:339 -#: ../../mod/settings.php:343 ../../mod/settings.php:344 -#: ../../mod/settings.php:347 ../../mod/settings.php:358 -#: ../../mod/connedit.php:574 -msgid "Friends" -msgstr "Vrienden" +#: ../../include/conversation.php:944 ../../include/nav.php:86 +#: ../../mod/connedit.php:494 +msgid "View Profile" +msgstr "Profiel weergeven" -#: ../../include/widgets.php:430 ../../mod/connedit.php:575 -msgid "Acquaintances" -msgstr "Kennissen" +#: ../../include/conversation.php:945 +msgid "View Photos" +msgstr "Foto's weergeven" -#: ../../include/widgets.php:431 ../../mod/connections.php:231 -#: ../../mod/connections.php:246 ../../mod/connedit.php:576 -msgid "All" -msgstr "Alles" +#: ../../include/conversation.php:946 +msgid "Activity/Posts" +msgstr "Kanaal-activiteit" -#: ../../include/widgets.php:450 -msgid "Refresh" -msgstr "Vernieuwen" +#: ../../include/conversation.php:948 +msgid "Edit Connection" +msgstr "Connectie bewerken" -#: ../../include/widgets.php:485 -msgid "Account settings" -msgstr "Account" +#: ../../include/conversation.php:949 +msgid "Send PM" +msgstr "Privébericht verzenden" -#: ../../include/widgets.php:491 -msgid "Channel settings" -msgstr "Kanaal" +#: ../../include/conversation.php:950 ../../include/apps.php:145 +msgid "Poke" +msgstr "Aanstoten" -#: ../../include/widgets.php:497 -msgid "Additional features" -msgstr "Extra functies" +#: ../../include/conversation.php:1064 +#, php-format +msgid "%s likes this." +msgstr "%s vindt dit leuk." -#: ../../include/widgets.php:503 -msgid "Feature/Addon settings" -msgstr "Extra functie- en plugin-instellingen" +#: ../../include/conversation.php:1064 +#, php-format +msgid "%s doesn't like this." +msgstr "%s vindt dit niet leuk." -#: ../../include/widgets.php:509 -msgid "Display settings" -msgstr "Weergave" +#: ../../include/conversation.php:1068 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "%2$d persoon vindt dit leuk." +msgstr[1] "%2$d personen vinden dit leuk." -#: ../../include/widgets.php:515 -msgid "Connected apps" -msgstr "Verbonden applicaties" +#: ../../include/conversation.php:1070 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "%2$d persoon vindt dit niet leuk." +msgstr[1] "%2$d personen vinden dit niet leuk." -#: ../../include/widgets.php:521 -msgid "Export channel" -msgstr "Kanaal exporteren" +#: ../../include/conversation.php:1076 +msgid "and" +msgstr "en" -#: ../../include/widgets.php:530 ../../mod/connedit.php:653 -msgid "Connection Default Permissions" -msgstr "Standaard permissies voor connecties" +#: ../../include/conversation.php:1079 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] ", en %d ander persoon" +msgstr[1] ", en %d andere personen" -#: ../../include/widgets.php:538 -msgid "Premium Channel Settings" -msgstr "Instellingen premiumkanaal" +#: ../../include/conversation.php:1080 +#, php-format +msgid "%s like this." +msgstr "%s vinden dit leuk." -#: ../../include/widgets.php:554 ../../include/nav.php:208 -#: ../../include/apps.php:134 ../../mod/admin.php:1038 -#: ../../mod/admin.php:1238 -msgid "Settings" -msgstr "Instellingen" +#: ../../include/conversation.php:1080 +#, php-format +msgid "%s don't like this." +msgstr "%s vinden dit niet leuk." -#: ../../include/widgets.php:567 ../../mod/message.php:31 -#: ../../mod/mail.php:128 -msgid "Messages" -msgstr "Berichten" +#: ../../include/conversation.php:1143 +msgid "Visible to everybody" +msgstr "Voor iedereen zichtbaar" -#: ../../include/widgets.php:570 -msgid "Check Mail" -msgstr "Controleer op nieuwe berichten" +#: ../../include/conversation.php:1144 ../../mod/mail.php:170 +#: ../../mod/mail.php:299 +msgid "Please enter a link URL:" +msgstr "Vul een internetadres/URL in:" -#: ../../include/widgets.php:575 ../../include/nav.php:199 -msgid "New Message" -msgstr "Nieuw bericht" +#: ../../include/conversation.php:1145 +msgid "Please enter a video link/URL:" +msgstr "Vul een videolink/URL in:" -#: ../../include/widgets.php:650 -msgid "Chat Rooms" -msgstr "Chatkanalen" +#: ../../include/conversation.php:1146 +msgid "Please enter an audio link/URL:" +msgstr "Vul een audiolink/URL in:" -#: ../../include/widgets.php:670 -msgid "Bookmarked Chatrooms" -msgstr "Bladwijzers van chatkanalen" +#: ../../include/conversation.php:1147 +msgid "Tag term:" +msgstr "Tag:" -#: ../../include/widgets.php:690 -msgid "Suggested Chatrooms" -msgstr "Voorgestelde chatkanalen" +#: ../../include/conversation.php:1148 ../../mod/filer.php:48 +msgid "Save to Folder:" +msgstr "Bewaar in map: " -#: ../../include/widgets.php:817 ../../include/widgets.php:875 -msgid "photo/image" -msgstr "foto/afbeelding" +#: ../../include/conversation.php:1149 +msgid "Where are you right now?" +msgstr "Waar bevind je je op dit moment?" -#: ../../include/widgets.php:970 ../../include/widgets.php:972 -msgid "Rate Me" -msgstr "Beoordeel mij" +#: ../../include/conversation.php:1150 ../../mod/editpost.php:54 +#: ../../mod/mail.php:171 ../../mod/mail.php:300 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "Verloopt op DD-MM-YYYY om HH:MM" -#: ../../include/widgets.php:976 -msgid "View Ratings" -msgstr "Bekijk beoordelingen" +#: ../../include/conversation.php:1158 ../../include/page_widgets.php:40 +#: ../../include/ItemObject.php:683 ../../mod/editpost.php:150 +#: ../../mod/editblock.php:171 ../../mod/photos.php:1010 +#: ../../mod/events.php:707 ../../mod/webpages.php:188 +#: ../../mod/editwebpage.php:212 +msgid "Preview" +msgstr "Voorvertoning" -#: ../../include/widgets.php:987 -msgid "Public Hubs" -msgstr "Openbare hubs" +#: ../../include/conversation.php:1177 ../../mod/layouts.php:184 +#: ../../mod/photos.php:989 ../../mod/webpages.php:182 +#: ../../mod/blocks.php:154 +msgid "Share" +msgstr "Delen" -#: ../../include/enotify.php:58 -msgid "Red Matrix Notification" -msgstr "RedMatrix-notificatie" +#: ../../include/conversation.php:1179 +msgid "Page link name" +msgstr "Linknaam pagina" -#: ../../include/enotify.php:59 -msgid "redmatrix" -msgstr "RedMatrix" +#: ../../include/conversation.php:1182 +msgid "Post as" +msgstr "Bericht plaatsen als" -#: ../../include/enotify.php:61 -msgid "Thank You," -msgstr "Bedankt," +#: ../../include/conversation.php:1184 ../../include/ItemObject.php:675 +#: ../../mod/editpost.php:114 ../../mod/editblock.php:136 +#: ../../mod/editlayout.php:135 ../../mod/editwebpage.php:177 +msgid "Bold" +msgstr "Vet" -#: ../../include/enotify.php:63 -#, php-format -msgid "%s Administrator" -msgstr "Beheerder %s" +#: ../../include/conversation.php:1185 ../../include/ItemObject.php:676 +#: ../../mod/editpost.php:115 ../../mod/editblock.php:137 +#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:178 +msgid "Italic" +msgstr "Cursief" -#: ../../include/enotify.php:96 -#, php-format -msgid "%s " -msgstr "%s " +#: ../../include/conversation.php:1186 ../../include/ItemObject.php:677 +#: ../../mod/editpost.php:116 ../../mod/editblock.php:138 +#: ../../mod/editlayout.php:137 ../../mod/editwebpage.php:179 +msgid "Underline" +msgstr "Onderstrepen" -#: ../../include/enotify.php:100 -#, php-format -msgid "[Red:Notify] New mail received at %s" -msgstr "[Red:Notificatie] Nieuw privébericht ontvangen op %s" +#: ../../include/conversation.php:1187 ../../include/ItemObject.php:678 +#: ../../mod/editpost.php:117 ../../mod/editblock.php:139 +#: ../../mod/editlayout.php:138 ../../mod/editwebpage.php:180 +msgid "Quote" +msgstr "Citeren" -#: ../../include/enotify.php:102 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." -msgstr "%1$s, %2$s zond jou een nieuw privébericht om %3$s." +#: ../../include/conversation.php:1188 ../../include/ItemObject.php:679 +#: ../../mod/editpost.php:118 ../../mod/editblock.php:140 +#: ../../mod/editlayout.php:139 ../../mod/editwebpage.php:181 +msgid "Code" +msgstr "Broncode" -#: ../../include/enotify.php:103 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s zond jou %2$s." +#: ../../include/conversation.php:1189 ../../mod/editpost.php:119 +#: ../../mod/editblock.php:142 ../../mod/mail.php:234 ../../mod/mail.php:361 +#: ../../mod/editlayout.php:140 ../../mod/editwebpage.php:182 +msgid "Upload photo" +msgstr "Foto uploaden" -#: ../../include/enotify.php:103 -msgid "a private message" -msgstr "een privébericht" +#: ../../include/conversation.php:1190 +msgid "upload photo" +msgstr "foto uploaden" -#: ../../include/enotify.php:104 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Bezoek %s om je privéberichten te bekijken en/of er op te reageren." +#: ../../include/conversation.php:1191 ../../mod/editpost.php:120 +#: ../../mod/editblock.php:143 ../../mod/mail.php:235 ../../mod/mail.php:362 +#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:183 +msgid "Attach file" +msgstr "Bestand toevoegen" -#: ../../include/enotify.php:158 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" -msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %4$s[/zrl]" +#: ../../include/conversation.php:1192 +msgid "attach file" +msgstr "bestand toevoegen" -#: ../../include/enotify.php:166 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" -msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %5$s van %4$s[/zrl]" +#: ../../include/conversation.php:1193 ../../mod/editpost.php:121 +#: ../../mod/editblock.php:144 ../../mod/mail.php:236 ../../mod/mail.php:363 +#: ../../mod/editlayout.php:142 ../../mod/editwebpage.php:184 +msgid "Insert web link" +msgstr "Weblink invoegen" -#: ../../include/enotify.php:175 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" -msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]jouw %4$s[/zrl]" +#: ../../include/conversation.php:1194 +msgid "web link" +msgstr "Weblink" -#: ../../include/enotify.php:186 -#, php-format -msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Red:Notificatie] Reactie op conversatie #%1$d door %2$s" +#: ../../include/conversation.php:1195 +msgid "Insert video link" +msgstr "Videolink invoegen" -#: ../../include/enotify.php:187 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." -msgstr "%1$s, %2$s gaf een reactie op een bericht/conversatie die jij volgt." +#: ../../include/conversation.php:1196 +msgid "video link" +msgstr "videolink" -#: ../../include/enotify.php:190 ../../include/enotify.php:205 -#: ../../include/enotify.php:231 ../../include/enotify.php:249 -#: ../../include/enotify.php:263 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Bezoek %s om de conversatie te bekijken en/of er op te reageren." +#: ../../include/conversation.php:1197 +msgid "Insert audio link" +msgstr "Audiolink invoegen" -#: ../../include/enotify.php:196 -#, php-format -msgid "[Red:Notify] %s posted to your profile wall" -msgstr "[Red:Notificatie] %s heeft een bericht op jouw kanaal geplaatst" +#: ../../include/conversation.php:1198 +msgid "audio link" +msgstr "audiolink" -#: ../../include/enotify.php:198 -#, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" -msgstr "%1$s, %2$s heeft om %3$s een bericht op jouw kanaal geplaatst" +#: ../../include/conversation.php:1199 ../../mod/editpost.php:125 +#: ../../mod/editblock.php:148 ../../mod/editlayout.php:146 +#: ../../mod/editwebpage.php:188 +msgid "Set your location" +msgstr "Locatie instellen" -#: ../../include/enotify.php:200 -#, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" -msgstr "%1$s, %2$s heeft een bericht op [zrl=%3$s]jouw kanaal[/zrl] geplaatst" +#: ../../include/conversation.php:1200 +msgid "set location" +msgstr "locatie instellen" -#: ../../include/enotify.php:224 -#, php-format -msgid "[Red:Notify] %s tagged you" -msgstr "[Red:Notificatie] %s heeft je genoemd" +#: ../../include/conversation.php:1201 ../../mod/editpost.php:127 +msgid "Toggle voting" +msgstr "Stemmen in- of uitschakelen" -#: ../../include/enotify.php:225 -#, php-format -msgid "%1$s, %2$s tagged you at %3$s" -msgstr "%1$s, %2$s noemde jou op %3$s" +#: ../../include/conversation.php:1204 ../../mod/editpost.php:126 +#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147 +#: ../../mod/editwebpage.php:189 +msgid "Clear browser location" +msgstr "Locatie van webbrowser wissen" -#: ../../include/enotify.php:226 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." -msgstr "%1$s, %2$s [zrl=%3$s]noemde jou[/zrl]." +#: ../../include/conversation.php:1205 +msgid "clear location" +msgstr "locatie wissen" -#: ../../include/enotify.php:238 -#, php-format -msgid "[Red:Notify] %1$s poked you" -msgstr "[Red:Notificatie] %1$s heeft je aangestoten" +#: ../../include/conversation.php:1207 ../../mod/editpost.php:142 +#: ../../mod/editblock.php:162 ../../mod/editwebpage.php:205 +msgid "Title (optional)" +msgstr "Titel (optioneel)" -#: ../../include/enotify.php:239 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" -msgstr "%1$s, %2$s heeft je aangestoten op %3$s" +#: ../../include/conversation.php:1211 ../../mod/editpost.php:144 +#: ../../mod/editblock.php:165 ../../mod/editlayout.php:163 +#: ../../mod/editwebpage.php:207 +msgid "Categories (optional, comma-separated list)" +msgstr "Categorieën (optioneel, door komma's gescheiden lijst)" -#: ../../include/enotify.php:240 -#, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." -msgstr "%1$s, %2$s [zrl=%2$s]heeft je aangestoten[/zrl]." +#: ../../include/conversation.php:1213 ../../mod/editpost.php:131 +#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149 +#: ../../mod/editwebpage.php:191 +msgid "Permission settings" +msgstr "Permissies" -#: ../../include/enotify.php:256 -#, php-format -msgid "[Red:Notify] %s tagged your post" -msgstr "[Red:Notificatie] %s heeft jouw bericht getagd" +#: ../../include/conversation.php:1214 +msgid "permissions" +msgstr "permissies" -#: ../../include/enotify.php:257 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" -msgstr "%1$s, %2$s heeft jouw bericht om %3$s getagd" +#: ../../include/conversation.php:1222 ../../mod/editpost.php:139 +#: ../../mod/editblock.php:159 ../../mod/editlayout.php:156 +#: ../../mod/editwebpage.php:200 +msgid "Public post" +msgstr "Openbaar bericht" -#: ../../include/enotify.php:258 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" -msgstr "%1$s, %2$s heeft [zrl=%3$s]jouw bericht[/zrl] getagd" +#: ../../include/conversation.php:1224 ../../mod/editpost.php:145 +#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164 +#: ../../mod/editwebpage.php:208 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be" -#: ../../include/enotify.php:270 -msgid "[Red:Notify] Introduction received" -msgstr "[Red:Notificatie] Connectieverzoek ontvangen" +#: ../../include/conversation.php:1237 ../../mod/editpost.php:156 +#: ../../mod/editblock.php:176 ../../mod/mail.php:241 ../../mod/mail.php:368 +#: ../../mod/editlayout.php:173 ../../mod/editwebpage.php:217 +msgid "Set expiration date" +msgstr "Verloopdatum instellen" -#: ../../include/enotify.php:271 -#, php-format -msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" -msgstr "%1$s, je hebt een nieuw connectieverzoek ontvangen van '%2$s' op %3$s" +#: ../../include/conversation.php:1239 ../../include/ItemObject.php:686 +#: ../../mod/editpost.php:158 ../../mod/mail.php:243 ../../mod/mail.php:370 +msgid "Encrypt text" +msgstr "Tekst versleutelen" -#: ../../include/enotify.php:272 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." -msgstr "%1$s, je hebt een [zrl=%2$s]nieuw connectieverzoek[/zrl] ontvangen van %3$s." +#: ../../include/conversation.php:1241 ../../mod/editpost.php:160 +#: ../../mod/events.php:691 +msgid "OK" +msgstr "OK" -#: ../../include/enotify.php:276 ../../include/enotify.php:295 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Je kan het profiel bekijken op %s" +#: ../../include/conversation.php:1242 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:161 +#: ../../mod/events.php:690 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 +#: ../../mod/settings.php:584 ../../mod/settings.php:610 +msgid "Cancel" +msgstr "Annuleren" -#: ../../include/enotify.php:278 -#, php-format -msgid "Please visit %s to approve or reject the connection request." -msgstr "Bezoek %s om het connectieverzoek te accepteren of af te wijzen." +#: ../../include/conversation.php:1485 +msgid "Discover" +msgstr "Ontdekken" -#: ../../include/enotify.php:285 -msgid "[Red:Notify] Friend suggestion received" -msgstr "[Red:Notificatie] Kanaalvoorstel ontvangen" +#: ../../include/conversation.php:1488 +msgid "Imported public streams" +msgstr "Openbare streams importeren" -#: ../../include/enotify.php:286 -#, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" -msgstr "%1$s, je hebt een kanaalvoorstel ontvangen van '%2$s' om %3$s" +#: ../../include/conversation.php:1493 +msgid "Commented Order" +msgstr "Nieuwe reacties bovenaan" -#: ../../include/enotify.php:287 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " -"%4$s." -msgstr "%1$s, je hebt [zrl=%2$s]een kanaalvoorstel[/zrl] ontvangen voor %3$s van %4$s." +#: ../../include/conversation.php:1496 +msgid "Sort by Comment Date" +msgstr "Berichten met nieuwe reacties bovenaan" -#: ../../include/enotify.php:293 -msgid "Name:" -msgstr "Naam:" +#: ../../include/conversation.php:1500 +msgid "Posted Order" +msgstr "Nieuwe berichten bovenaan" -#: ../../include/enotify.php:294 -msgid "Photo:" -msgstr "Foto:" +#: ../../include/conversation.php:1503 +msgid "Sort by Post Date" +msgstr "Nieuwe berichten bovenaan" -#: ../../include/enotify.php:297 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Bezoek %s om het voorstel te accepteren of af te wijzen." +#: ../../include/conversation.php:1508 ../../include/widgets.php:94 +msgid "Personal" +msgstr "Persoonlijk" -#: ../../include/enotify.php:508 -msgid "[Red:Notify]" -msgstr "[Red:Notificatie]" +#: ../../include/conversation.php:1511 +msgid "Posts that mention or involve you" +msgstr "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent" -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Regelmatig" +#: ../../include/conversation.php:1517 ../../mod/menu.php:112 +#: ../../mod/connections.php:72 ../../mod/connections.php:82 +msgid "New" +msgstr "Nieuw" -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "Elk uur" +#: ../../include/conversation.php:1520 +msgid "Activity Stream - by date" +msgstr "Activiteitenstroom - volgens datum" -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "Twee keer per dag" - -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "Dagelijks" - -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Wekelijks" - -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Maandelijks" - -#: ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" - -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: ../../include/contact_selectors.php:79 ../../mod/admin.php:813 -#: ../../mod/admin.php:822 ../../mod/id.php:15 ../../mod/id.php:16 -#: ../../boot.php:1542 -msgid "Email" -msgstr "E-mail" - -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - -#: ../../include/message.php:18 -msgid "No recipient provided." -msgstr "Geen ontvanger opgegeven." - -#: ../../include/message.php:23 -msgid "[no subject]" -msgstr "[geen onderwerp]" - -#: ../../include/message.php:45 -msgid "Unable to determine sender." -msgstr "Afzender kan niet bepaald worden." - -#: ../../include/message.php:200 -msgid "Stored post could not be verified." -msgstr "Opgeslagen bericht kon niet worden geverifieerd." - -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." -msgstr "Kanaal is op deze hub geblokkeerd." - -#: ../../include/follow.php:33 -msgid "Channel location missing." -msgstr "Ontbrekende kanaallocatie." +#: ../../include/conversation.php:1526 +msgid "Starred" +msgstr "Met ster" -#: ../../include/follow.php:83 -msgid "Response from remote channel was incomplete." -msgstr "Antwoord van het kanaal op afstand was niet volledig." +#: ../../include/conversation.php:1529 +msgid "Favourite Posts" +msgstr "Favoriete berichten" -#: ../../include/follow.php:100 -msgid "Channel was deleted and no longer exists." -msgstr "Kanaal is verwijderd en bestaat niet meer." +#: ../../include/conversation.php:1536 +msgid "Spam" +msgstr "Spam" -#: ../../include/follow.php:135 ../../include/follow.php:197 -msgid "Protocol disabled." -msgstr "Protocol uitgeschakeld." +#: ../../include/conversation.php:1539 +msgid "Posts flagged as SPAM" +msgstr "Berichten gemarkeerd als SPAM" -#: ../../include/follow.php:170 -msgid "Channel discovery failed." -msgstr "Kanaal ontdekken mislukt." +#: ../../include/conversation.php:1583 ../../mod/admin.php:947 +msgid "Channel" +msgstr "Kanaal" -#: ../../include/follow.php:186 -msgid "local account not found." -msgstr "lokale account niet gevonden." +#: ../../include/conversation.php:1586 +msgid "Status Messages and Posts" +msgstr "Berichten in dit kanaal" -#: ../../include/follow.php:215 -msgid "Cannot connect to yourself." -msgstr "Kan niet met jezelf verbinden" +#: ../../include/conversation.php:1595 +msgid "About" +msgstr "Over" -#: ../../include/ItemObject.php:89 ../../include/conversation.php:667 -msgid "Private Message" -msgstr "Privébericht" +#: ../../include/conversation.php:1598 +msgid "Profile Details" +msgstr "Profiel" -#: ../../include/ItemObject.php:126 ../../include/conversation.php:659 -msgid "Select" -msgstr "Kies" +#: ../../include/conversation.php:1604 ../../include/apps.php:139 +#: ../../include/nav.php:92 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Foto's" -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" -msgstr "In map opslaan" +#: ../../include/conversation.php:1607 ../../include/photos.php:422 +msgid "Photo Albums" +msgstr "Fotoalbums" -#: ../../include/ItemObject.php:151 -msgid "I will attend" -msgstr "Aanwezig" +#: ../../include/conversation.php:1614 +msgid "Files and Storage" +msgstr "Bestanden en opslagruimte" -#: ../../include/ItemObject.php:151 -msgid "I will not attend" -msgstr "Niet aanwezig" +#: ../../include/conversation.php:1624 ../../include/conversation.php:1627 +msgid "Chatrooms" +msgstr "Chatkanalen" -#: ../../include/ItemObject.php:151 -msgid "I might attend" -msgstr "Mogelijk aanwezig" +#: ../../include/conversation.php:1637 ../../include/apps.php:129 +#: ../../include/nav.php:103 +msgid "Bookmarks" +msgstr "Bladwijzers" -#: ../../include/ItemObject.php:161 -msgid "I agree" -msgstr "Eens" +#: ../../include/conversation.php:1640 +msgid "Saved Bookmarks" +msgstr "Opgeslagen bladwijzers" -#: ../../include/ItemObject.php:161 -msgid "I disagree" -msgstr "Oneens" +#: ../../include/conversation.php:1647 ../../include/apps.php:136 +#: ../../include/nav.php:107 ../../mod/webpages.php:178 +msgid "Webpages" +msgstr "Webpagina's" -#: ../../include/ItemObject.php:161 -msgid "I abstain" -msgstr "Onthouding" +#: ../../include/conversation.php:1650 +msgid "Manage Webpages" +msgstr "Webpagina's beheren" -#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187 -#: ../../include/conversation.php:1677 ../../mod/photos.php:1003 -#: ../../mod/photos.php:1015 +#: ../../include/conversation.php:1679 ../../include/ItemObject.php:175 +#: ../../include/ItemObject.php:187 ../../mod/photos.php:1043 +#: ../../mod/photos.php:1055 msgid "View all" msgstr "Toon alles" -#: ../../include/ItemObject.php:179 ../../include/taxonomy.php:396 -#: ../../include/conversation.php:1701 ../../include/identity.php:1133 -#: ../../mod/photos.php:1007 +#: ../../include/conversation.php:1703 ../../include/taxonomy.php:403 +#: ../../include/identity.php:1252 ../../include/ItemObject.php:179 +#: ../../mod/photos.php:1047 msgctxt "noun" msgid "Like" msgid_plural "Likes" msgstr[0] "vindt dit leuk" msgstr[1] "vinden dit leuk" -#: ../../include/ItemObject.php:184 ../../include/conversation.php:1704 -#: ../../mod/photos.php:1012 +#: ../../include/conversation.php:1706 ../../include/ItemObject.php:184 +#: ../../mod/photos.php:1052 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "vindt dit niet leuk" msgstr[1] "vinden dit niet leuk" -#: ../../include/ItemObject.php:212 -msgid "Add Star" -msgstr "Ster toevoegen" +#: ../../include/conversation.php:1709 +msgctxt "noun" +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "aanwezig" +msgstr[1] "aanwezig" -#: ../../include/ItemObject.php:213 -msgid "Remove Star" -msgstr "Ster verwijderen" +#: ../../include/conversation.php:1712 +msgctxt "noun" +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "niet aanwezig" +msgstr[1] "niet aanwezig" -#: ../../include/ItemObject.php:214 -msgid "Toggle Star Status" -msgstr "Ster toevoegen of verwijderen" +#: ../../include/conversation.php:1715 +msgctxt "noun" +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "nog niet beslist" +msgstr[1] "nog niet beslist" -#: ../../include/ItemObject.php:218 -msgid "starred" -msgstr "met ster" +#: ../../include/conversation.php:1718 +msgctxt "noun" +msgid "Agree" +msgid_plural "Agrees" +msgstr[0] "eens" +msgstr[1] "eens" -#: ../../include/ItemObject.php:227 ../../include/conversation.php:674 -msgid "Message signature validated" -msgstr "Berichtkenmerk gevalideerd" +#: ../../include/conversation.php:1721 +msgctxt "noun" +msgid "Disagree" +msgid_plural "Disagrees" +msgstr[0] "oneens" +msgstr[1] "oneens" -#: ../../include/ItemObject.php:228 ../../include/conversation.php:675 -msgid "Message signature incorrect" -msgstr "Berichtkenmerk onjuist" +#: ../../include/conversation.php:1724 +msgctxt "noun" +msgid "Abstain" +msgid_plural "Abstains" +msgstr[0] "onthouding" +msgstr[1] "onthoudingen" -#: ../../include/ItemObject.php:236 -msgid "Add Tag" -msgstr "Tag toevoegen" +#: ../../include/api.php:1290 +msgid "Public Timeline" +msgstr "Openbare tijdlijn" -#: ../../include/ItemObject.php:254 ../../mod/photos.php:947 -msgid "I like this (toggle)" -msgstr "Vind ik leuk" +#: ../../include/photos.php:109 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes" -#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:310 -msgid "like" -msgstr "vind dit leuk" +#: ../../include/photos.php:116 +msgid "Image file is empty." +msgstr "Afbeeldingsbestand is leeg" -#: ../../include/ItemObject.php:255 ../../mod/photos.php:948 -msgid "I don't like this (toggle)" -msgstr "Vind ik niet leuk" +#: ../../include/photos.php:143 ../../mod/profile_photo.php:222 +msgid "Unable to process image" +msgstr "Afbeelding kan niet verwerkt worden" -#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:311 -msgid "dislike" -msgstr "vind dit niet leuk" +#: ../../include/photos.php:219 +msgid "Photo storage failed." +msgstr "Foto kan niet worden opgeslagen" -#: ../../include/ItemObject.php:259 -msgid "Share This" -msgstr "Delen" +#: ../../include/photos.php:426 +msgid "Upload New Photos" +msgstr "Nieuwe foto's uploaden" -#: ../../include/ItemObject.php:259 -msgid "share" -msgstr "delen" +#: ../../include/enotify.php:57 ../../include/network.php:1613 +msgid "$Projectname Notification" +msgstr "$Projectname-notificatie" -#: ../../include/ItemObject.php:276 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d reactie" -msgstr[1] "%d reacties weergeven" +#: ../../include/enotify.php:58 ../../include/network.php:1614 +msgid "$projectname" +msgstr "$projectname" + +#: ../../include/enotify.php:60 ../../include/network.php:1616 +msgid "Thank You," +msgstr "Bedankt," -#: ../../include/ItemObject.php:294 ../../include/ItemObject.php:295 +#: ../../include/enotify.php:62 ../../include/network.php:1618 #, php-format -msgid "View %s's profile - %s" -msgstr "Profiel van %s bekijken - %s" +msgid "%s Administrator" +msgstr "Beheerder %s" -#: ../../include/ItemObject.php:298 -msgid "to" -msgstr "aan" +#: ../../include/enotify.php:96 +#, php-format +msgid "%s " +msgstr "%s " -#: ../../include/ItemObject.php:299 -msgid "via" -msgstr "via" +#: ../../include/enotify.php:100 +#, php-format +msgid "[Red:Notify] New mail received at %s" +msgstr "[Red:Notificatie] Nieuw privébericht ontvangen op %s" -#: ../../include/ItemObject.php:300 -msgid "Wall-to-Wall" -msgstr "Kanaal-naar-kanaal" +#: ../../include/enotify.php:102 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "%1$s, %2$s zond jou een nieuw privébericht om %3$s." -#: ../../include/ItemObject.php:301 -msgid "via Wall-To-Wall:" -msgstr "via kanaal-naar-kanaal" +#: ../../include/enotify.php:103 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s zond jou %2$s." + +#: ../../include/enotify.php:103 +msgid "a private message" +msgstr "een privébericht" -#: ../../include/ItemObject.php:312 ../../include/conversation.php:716 +#: ../../include/enotify.php:104 #, php-format -msgid "from %s" -msgstr "van %s" +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Bezoek %s om je privéberichten te bekijken en/of er op te reageren." -#: ../../include/ItemObject.php:315 ../../include/conversation.php:719 +#: ../../include/enotify.php:158 #, php-format -msgid "last edited: %s" -msgstr "laatst bewerkt: %s" +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %4$s[/zrl]" -#: ../../include/ItemObject.php:316 ../../include/conversation.php:720 +#: ../../include/enotify.php:166 #, php-format -msgid "Expires: %s" -msgstr "Verloopt: %s" +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]een %5$s van %4$s[/zrl]" -#: ../../include/ItemObject.php:337 -msgid "Save Bookmarks" -msgstr "Bladwijzers opslaan" +#: ../../include/enotify.php:175 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "%1$s, %2$s gaf een reactie op [zrl=%3$s]jouw %4$s[/zrl]" -#: ../../include/ItemObject.php:338 -msgid "Add to Calendar" -msgstr "Aan agenda toevoegen" +#: ../../include/enotify.php:186 +#, php-format +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Red:Notificatie] Reactie op conversatie #%1$d door %2$s" -#: ../../include/ItemObject.php:347 -msgid "Mark all seen" -msgstr "Markeer alles als bekeken" +#: ../../include/enotify.php:187 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "%1$s, %2$s gaf een reactie op een bericht/conversatie die jij volgt." -#: ../../include/ItemObject.php:353 ../../mod/photos.php:1133 -msgctxt "noun" -msgid "Likes" -msgstr "vinden dit leuk" +#: ../../include/enotify.php:190 ../../include/enotify.php:205 +#: ../../include/enotify.php:231 ../../include/enotify.php:249 +#: ../../include/enotify.php:263 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Bezoek %s om de conversatie te bekijken en/of er op te reageren." -#: ../../include/ItemObject.php:354 ../../mod/photos.php:1134 -msgctxt "noun" -msgid "Dislikes" -msgstr "vinden dit niet leuk" +#: ../../include/enotify.php:196 +#, php-format +msgid "[Red:Notify] %s posted to your profile wall" +msgstr "[Red:Notificatie] %s heeft een bericht op jouw kanaal geplaatst" -#: ../../include/ItemObject.php:359 ../../include/acl_selectors.php:249 -#: ../../mod/photos.php:1139 -msgid "Close" -msgstr "Sluiten" +#: ../../include/enotify.php:198 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" +msgstr "%1$s, %2$s heeft om %3$s een bericht op jouw kanaal geplaatst" -#: ../../include/ItemObject.php:364 ../../include/conversation.php:737 -#: ../../include/conversation.php:1209 ../../mod/photos.php:950 -#: ../../mod/editlayout.php:153 ../../mod/editwebpage.php:192 -#: ../../mod/editpost.php:130 ../../mod/editblock.php:155 -#: ../../mod/mail.php:241 ../../mod/mail.php:356 -msgid "Please wait" -msgstr "Even wachten" +#: ../../include/enotify.php:200 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +msgstr "%1$s, %2$s heeft een bericht op [zrl=%3$s]jouw kanaal[/zrl] geplaatst" -#: ../../include/ItemObject.php:665 ../../mod/photos.php:966 -#: ../../mod/photos.php:1084 -msgid "This is you" -msgstr "Dit ben jij" +#: ../../include/enotify.php:224 +#, php-format +msgid "[Red:Notify] %s tagged you" +msgstr "[Red:Notificatie] %s heeft je genoemd" -#: ../../include/ItemObject.php:669 ../../include/conversation.php:1181 -#: ../../mod/editlayout.php:140 ../../mod/editwebpage.php:179 -#: ../../mod/editpost.php:114 ../../mod/editblock.php:141 -msgid "Bold" -msgstr "Vet" +#: ../../include/enotify.php:225 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" +msgstr "%1$s, %2$s noemde jou op %3$s" -#: ../../include/ItemObject.php:670 ../../include/conversation.php:1182 -#: ../../mod/editlayout.php:141 ../../mod/editwebpage.php:180 -#: ../../mod/editpost.php:115 ../../mod/editblock.php:142 -msgid "Italic" -msgstr "Cursief" +#: ../../include/enotify.php:226 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +msgstr "%1$s, %2$s [zrl=%3$s]noemde jou[/zrl]." -#: ../../include/ItemObject.php:671 ../../include/conversation.php:1183 -#: ../../mod/editlayout.php:142 ../../mod/editwebpage.php:181 -#: ../../mod/editpost.php:116 ../../mod/editblock.php:143 -msgid "Underline" -msgstr "Onderstrepen" +#: ../../include/enotify.php:238 +#, php-format +msgid "[Red:Notify] %1$s poked you" +msgstr "[Red:Notificatie] %1$s heeft je aangestoten" -#: ../../include/ItemObject.php:672 ../../include/conversation.php:1184 -#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:182 -#: ../../mod/editpost.php:117 ../../mod/editblock.php:144 -msgid "Quote" -msgstr "Citeren" +#: ../../include/enotify.php:239 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" +msgstr "%1$s, %2$s heeft je aangestoten op %3$s" -#: ../../include/ItemObject.php:673 ../../include/conversation.php:1185 -#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:183 -#: ../../mod/editpost.php:118 ../../mod/editblock.php:145 -msgid "Code" -msgstr "Broncode" +#: ../../include/enotify.php:240 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgstr "%1$s, %2$s [zrl=%2$s]heeft je aangestoten[/zrl]." -#: ../../include/ItemObject.php:674 -msgid "Image" -msgstr "Afbeelding" +#: ../../include/enotify.php:256 +#, php-format +msgid "[Red:Notify] %s tagged your post" +msgstr "[Red:Notificatie] %s heeft jouw bericht getagd" -#: ../../include/ItemObject.php:675 -msgid "Insert Link" -msgstr "Link invoegen" +#: ../../include/enotify.php:257 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" +msgstr "%1$s, %2$s heeft jouw bericht om %3$s getagd" -#: ../../include/ItemObject.php:676 -msgid "Video" -msgstr "Video" +#: ../../include/enotify.php:258 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +msgstr "%1$s, %2$s heeft [zrl=%3$s]jouw bericht[/zrl] getagd" -#: ../../include/ItemObject.php:680 ../../include/conversation.php:1236 -#: ../../mod/editpost.php:157 ../../mod/mail.php:247 ../../mod/mail.php:361 -msgid "Encrypt text" -msgstr "Tekst versleutelen" +#: ../../include/enotify.php:270 +msgid "[Red:Notify] Introduction received" +msgstr "[Red:Notificatie] Connectieverzoek ontvangen" -#: ../../include/Contact.php:124 -msgid "New window" -msgstr "Nieuw venster" +#: ../../include/enotify.php:271 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, je hebt een nieuw connectieverzoek ontvangen van '%2$s' op %3$s" -#: ../../include/Contact.php:125 -msgid "Open the selected location in a different window or browser tab" -msgstr "Open de geselecteerde locatie in een ander venster of tab" +#: ../../include/enotify.php:272 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, je hebt een [zrl=%2$s]nieuw connectieverzoek[/zrl] ontvangen van %3$s." -#: ../../include/Contact.php:215 ../../mod/admin.php:730 +#: ../../include/enotify.php:276 ../../include/enotify.php:295 #, php-format -msgid "User '%s' deleted" -msgstr "Account '%s' verwijderd" +msgid "You may visit their profile at %s" +msgstr "Je kan het profiel bekijken op %s" -#: ../../include/bb2diaspora.php:373 -msgid "Attachments:" -msgstr "Bijlagen:" +#: ../../include/enotify.php:278 +#, php-format +msgid "Please visit %s to approve or reject the connection request." +msgstr "Bezoek %s om het connectieverzoek te accepteren of af te wijzen." + +#: ../../include/enotify.php:285 +msgid "[Red:Notify] Friend suggestion received" +msgstr "[Red:Notificatie] Kanaalvoorstel ontvangen" + +#: ../../include/enotify.php:286 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +msgstr "%1$s, je hebt een kanaalvoorstel ontvangen van '%2$s' om %3$s" + +#: ../../include/enotify.php:287 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " +"%4$s." +msgstr "%1$s, je hebt [zrl=%2$s]een kanaalvoorstel[/zrl] ontvangen voor %3$s van %4$s." + +#: ../../include/enotify.php:293 +msgid "Name:" +msgstr "Naam:" + +#: ../../include/enotify.php:294 +msgid "Photo:" +msgstr "Foto:" + +#: ../../include/enotify.php:297 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Bezoek %s om het voorstel te accepteren of af te wijzen." + +#: ../../include/enotify.php:508 +msgid "[Red:Notify]" +msgstr "[Red:Notificatie]" + +#: ../../include/network.php:635 +msgid "view full size" +msgstr "volledige grootte tonen" -#: ../../include/bb2diaspora.php:453 -msgid "Redmatrix event notification:" -msgstr "Notificatie RedMatrix-gebeurtenis:" +#: ../../include/network.php:1660 ../../include/account.php:314 +#: ../../include/account.php:341 ../../include/account.php:401 +msgid "Administrator" +msgstr "Beheerder" + +#: ../../include/network.php:1674 +msgid "No Subject" +msgstr "Geen onderwerp" + +#: ../../include/bookmarks.php:35 +#, php-format +msgid "%1$s's bookmarks" +msgstr "Bladwijzers van %1$s" -#: ../../include/text.php:329 +#: ../../include/text.php:391 msgid "prev" msgstr "vorige" -#: ../../include/text.php:331 +#: ../../include/text.php:393 msgid "first" msgstr "eerste" -#: ../../include/text.php:360 +#: ../../include/text.php:422 msgid "last" msgstr "laatste" -#: ../../include/text.php:363 +#: ../../include/text.php:425 msgid "next" msgstr "volgende" -#: ../../include/text.php:373 +#: ../../include/text.php:435 msgid "older" msgstr "ouder" -#: ../../include/text.php:375 +#: ../../include/text.php:437 msgid "newer" msgstr "nieuwer" -#: ../../include/text.php:768 +#: ../../include/text.php:775 msgid "No connections" msgstr "Geen connecties" -#: ../../include/text.php:782 +#: ../../include/text.php:787 #, php-format msgid "%d Connection" msgid_plural "%d Connections" msgstr[0] "%d connectie" msgstr[1] "%d connecties" -#: ../../include/text.php:795 ../../mod/viewconnections.php:104 +#: ../../include/text.php:800 ../../mod/viewconnections.php:101 msgid "View Connections" msgstr "Connecties weergeven" -#: ../../include/text.php:852 ../../include/text.php:864 -#: ../../include/nav.php:165 ../../include/apps.php:147 +#: ../../include/text.php:857 ../../include/text.php:869 +#: ../../include/apps.php:147 ../../include/nav.php:159 #: ../../mod/search.php:38 msgid "Search" msgstr "Zoeken" -#: ../../include/text.php:928 +#: ../../include/text.php:858 ../../include/text.php:870 +#: ../../include/widgets.php:191 ../../mod/filer.php:49 +#: ../../mod/admin.php:1411 ../../mod/admin.php:1431 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 +msgid "Save" +msgstr "Opslaan" + +#: ../../include/text.php:933 msgid "poke" msgstr "aanstoten" -#: ../../include/text.php:928 ../../include/conversation.php:243 -msgid "poked" -msgstr "aangestoten" - -#: ../../include/text.php:929 +#: ../../include/text.php:934 msgid "ping" msgstr "ping" -#: ../../include/text.php:929 +#: ../../include/text.php:934 msgid "pinged" msgstr "gepingd" -#: ../../include/text.php:930 +#: ../../include/text.php:935 msgid "prod" msgstr "por" -#: ../../include/text.php:930 +#: ../../include/text.php:935 msgid "prodded" msgstr "gepord" -#: ../../include/text.php:931 +#: ../../include/text.php:936 msgid "slap" msgstr "slaan" -#: ../../include/text.php:931 +#: ../../include/text.php:936 msgid "slapped" msgstr "sloeg" -#: ../../include/text.php:932 +#: ../../include/text.php:937 msgid "finger" msgstr "finger" -#: ../../include/text.php:932 +#: ../../include/text.php:937 msgid "fingered" msgstr "gefingerd" -#: ../../include/text.php:933 +#: ../../include/text.php:938 msgid "rebuff" msgstr "afpoeieren" -#: ../../include/text.php:933 +#: ../../include/text.php:938 msgid "rebuffed" msgstr "afgepoeierd" -#: ../../include/text.php:943 +#: ../../include/text.php:948 msgid "happy" msgstr "gelukkig" -#: ../../include/text.php:944 +#: ../../include/text.php:949 msgid "sad" msgstr "bedroefd" -#: ../../include/text.php:945 +#: ../../include/text.php:950 msgid "mellow" msgstr "mellow" -#: ../../include/text.php:946 +#: ../../include/text.php:951 msgid "tired" msgstr "moe" -#: ../../include/text.php:947 +#: ../../include/text.php:952 msgid "perky" msgstr "parmantig" -#: ../../include/text.php:948 +#: ../../include/text.php:953 msgid "angry" msgstr "boos" -#: ../../include/text.php:949 +#: ../../include/text.php:954 msgid "stupified" msgstr "beteuterd" -#: ../../include/text.php:950 +#: ../../include/text.php:955 msgid "puzzled" msgstr "verward" -#: ../../include/text.php:951 +#: ../../include/text.php:956 msgid "interested" msgstr "geïnteresseerd" -#: ../../include/text.php:952 +#: ../../include/text.php:957 msgid "bitter" msgstr "verbitterd" -#: ../../include/text.php:953 +#: ../../include/text.php:958 msgid "cheerful" msgstr "vrolijk" -#: ../../include/text.php:954 +#: ../../include/text.php:959 msgid "alive" msgstr "levendig" -#: ../../include/text.php:955 +#: ../../include/text.php:960 msgid "annoyed" msgstr "geërgerd" -#: ../../include/text.php:956 +#: ../../include/text.php:961 msgid "anxious" msgstr "bezorgd" -#: ../../include/text.php:957 +#: ../../include/text.php:962 msgid "cranky" msgstr "humeurig" -#: ../../include/text.php:958 +#: ../../include/text.php:963 msgid "disturbed" msgstr "verontrust" -#: ../../include/text.php:959 +#: ../../include/text.php:964 msgid "frustrated" msgstr "gefrustreerd " -#: ../../include/text.php:960 +#: ../../include/text.php:965 msgid "depressed" msgstr "gedeprimeerd" -#: ../../include/text.php:961 +#: ../../include/text.php:966 msgid "motivated" msgstr "gemotiveerd" -#: ../../include/text.php:962 +#: ../../include/text.php:967 msgid "relaxed" msgstr "ontspannen" -#: ../../include/text.php:963 +#: ../../include/text.php:968 msgid "surprised" msgstr "verrast" -#: ../../include/text.php:1135 -msgid "Monday" -msgstr "maandag" - -#: ../../include/text.php:1135 -msgid "Tuesday" -msgstr "dinsdag" +#: ../../include/text.php:1144 +msgid "May" +msgstr "mei" -#: ../../include/text.php:1135 -msgid "Wednesday" -msgstr "woensdag" +#: ../../include/text.php:1247 +msgid "unknown.???" +msgstr "onbekend.???" -#: ../../include/text.php:1135 -msgid "Thursday" -msgstr "donderdag" +#: ../../include/text.php:1248 +msgid "bytes" +msgstr "bytes" -#: ../../include/text.php:1135 -msgid "Friday" -msgstr "vrijdag" - -#: ../../include/text.php:1135 -msgid "Saturday" -msgstr "zaterdag" - -#: ../../include/text.php:1135 -msgid "Sunday" -msgstr "zondag" - -#: ../../include/text.php:1139 -msgid "January" -msgstr "januari" - -#: ../../include/text.php:1139 -msgid "February" -msgstr "februari" - -#: ../../include/text.php:1139 -msgid "March" -msgstr "maart" - -#: ../../include/text.php:1139 -msgid "April" -msgstr "april" - -#: ../../include/text.php:1139 -msgid "May" -msgstr "mei" - -#: ../../include/text.php:1139 -msgid "June" -msgstr "juni" - -#: ../../include/text.php:1139 -msgid "July" -msgstr "juli" - -#: ../../include/text.php:1139 -msgid "August" -msgstr "augustus" - -#: ../../include/text.php:1139 -msgid "September" -msgstr "september" - -#: ../../include/text.php:1139 -msgid "October" -msgstr "oktober" - -#: ../../include/text.php:1139 -msgid "November" -msgstr "november" - -#: ../../include/text.php:1139 -msgid "December" -msgstr "december" - -#: ../../include/text.php:1244 -msgid "unknown.???" -msgstr "onbekend.???" - -#: ../../include/text.php:1245 -msgid "bytes" -msgstr "bytes" - -#: ../../include/text.php:1281 +#: ../../include/text.php:1284 msgid "remove category" msgstr "categorie verwijderen" -#: ../../include/text.php:1356 +#: ../../include/text.php:1359 msgid "remove from file" msgstr "uit map verwijderen" -#: ../../include/text.php:1436 ../../include/text.php:1447 -#: ../../mod/connedit.php:661 +#: ../../include/text.php:1443 ../../include/text.php:1454 msgid "Click to open/close" msgstr "Klik om te openen of te sluiten" -#: ../../include/text.php:1609 ../../mod/events.php:444 +#: ../../include/text.php:1609 ../../mod/events.php:497 msgid "Link to Source" msgstr "Originele locatie" @@ -1980,30 +2260,6 @@ msgstr "Opmaaktype pagina" msgid "Select an alternate language" msgstr "Kies een andere taal" -#: ../../include/text.php:1832 ../../include/conversation.php:120 -#: ../../include/diaspora.php:2081 ../../mod/like.php:346 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:43 -msgid "photo" -msgstr "foto" - -#: ../../include/text.php:1835 ../../include/conversation.php:123 -#: ../../mod/like.php:348 ../../mod/tagger.php:47 -msgid "event" -msgstr "gebeurtenis" - -#: ../../include/text.php:1838 ../../include/conversation.php:148 -#: ../../include/diaspora.php:2081 ../../mod/like.php:346 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:51 -msgid "status" -msgstr "bericht" - -#: ../../include/text.php:1840 ../../include/conversation.php:150 -#: ../../mod/tagger.php:53 -msgid "comment" -msgstr "reactie" - #: ../../include/text.php:1845 msgid "activity" msgstr "activiteit" @@ -2012,15 +2268,15 @@ msgstr "activiteit" msgid "Design Tools" msgstr "Ontwerp-hulpmiddelen" -#: ../../include/text.php:2143 ../../mod/blocks.php:146 +#: ../../include/text.php:2143 ../../mod/blocks.php:147 msgid "Blocks" msgstr "Blokken" -#: ../../include/text.php:2144 ../../mod/menu.php:95 +#: ../../include/text.php:2144 ../../mod/menu.php:103 msgid "Menus" msgstr "Menu's" -#: ../../include/text.php:2145 ../../mod/layouts.php:173 +#: ../../include/text.php:2145 ../../mod/layouts.php:174 msgid "Layouts" msgstr "Lay-outs" @@ -2028,1140 +2284,744 @@ msgstr "Lay-outs" msgid "Pages" msgstr "Pagina's" -#: ../../include/nav.php:87 ../../include/nav.php:120 ../../boot.php:1539 -msgid "Logout" -msgstr "Uitloggen" +#: ../../include/acl_selectors.php:239 +msgid "Visible to your default audience" +msgstr "Voor iedereen zichtbaar, mits niet anders ingesteld" -#: ../../include/nav.php:87 ../../include/nav.php:120 -msgid "End this session" -msgstr "Beëindig deze sessie" +#: ../../include/acl_selectors.php:240 +msgid "Show" +msgstr "Tonen" -#: ../../include/nav.php:90 ../../include/nav.php:151 -msgid "Home" -msgstr "Home" +#: ../../include/acl_selectors.php:241 +msgid "Don't show" +msgstr "Niet tonen" -#: ../../include/nav.php:90 -msgid "Your posts and conversations" -msgstr "Jouw berichten en conversaties" +#: ../../include/acl_selectors.php:247 ../../mod/filestorage.php:147 +#: ../../mod/chat.php:207 ../../mod/photos.php:592 ../../mod/photos.php:962 +#: ../../mod/events.php:708 ../../mod/thing.php:310 ../../mod/thing.php:356 +msgid "Permissions" +msgstr "Permissies" -#: ../../include/nav.php:91 ../../include/conversation.php:942 -#: ../../mod/connedit.php:494 ../../mod/connedit.php:660 -msgid "View Profile" -msgstr "Profiel weergeven" +#: ../../include/acl_selectors.php:248 ../../include/ItemObject.php:361 +#: ../../mod/photos.php:1179 +msgid "Close" +msgstr "Sluiten" -#: ../../include/nav.php:91 -msgid "Your profile page" -msgstr "Jouw profielpagina" +#: ../../include/attach.php:243 ../../include/attach.php:329 +msgid "Item was not found." +msgstr "Item niet gevonden" -#: ../../include/nav.php:93 -msgid "Edit Profiles" -msgstr "Bewerk profielen" +#: ../../include/attach.php:471 +msgid "No source file." +msgstr "Geen bronbestand." -#: ../../include/nav.php:93 -msgid "Manage/Edit profiles" -msgstr "Beheer/wijzig profielen" +#: ../../include/attach.php:489 +msgid "Cannot locate file to replace" +msgstr "Kan het te vervangen bestand niet vinden" -#: ../../include/nav.php:95 ../../include/identity.php:846 -msgid "Edit Profile" -msgstr "Profiel bewerken" +#: ../../include/attach.php:507 +msgid "Cannot locate file to revise/update" +msgstr "Kan het bestand wat aangepast moet worden niet vinden" -#: ../../include/nav.php:95 -msgid "Edit your profile" -msgstr "Jouw profiel bewerken" +#: ../../include/attach.php:632 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Bestand is groter dan de toegelaten %d" -#: ../../include/nav.php:97 ../../include/conversation.php:1600 -#: ../../include/apps.php:139 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Foto's" +#: ../../include/attach.php:645 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "Je hebt jouw limiet van %1$.0f MB opslagruimte voor bijlagen bereikt." -#: ../../include/nav.php:97 -msgid "Your photos" -msgstr "Jouw foto's" +#: ../../include/attach.php:793 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Uploaden van bestand mislukt. Mogelijk systeemlimiet bereikt of actie afgebroken." -#: ../../include/nav.php:98 -msgid "Your files" -msgstr "Jouw bestanden" +#: ../../include/attach.php:806 +msgid "Stored file could not be verified. Upload failed." +msgstr "Opgeslagen bestand kon niet worden geverifieerd. Uploaden mislukt." -#: ../../include/nav.php:103 ../../include/apps.php:146 -msgid "Chat" -msgstr "Chatten" +#: ../../include/attach.php:854 ../../include/attach.php:870 +msgid "Path not available." +msgstr "Pad niet beschikbaar." -#: ../../include/nav.php:103 -msgid "Your chatrooms" -msgstr "Jouw chatkanalen" +#: ../../include/attach.php:916 ../../include/attach.php:1069 +msgid "Empty pathname" +msgstr "Padnaam leeg" -#: ../../include/nav.php:109 ../../include/conversation.php:1635 -#: ../../include/apps.php:129 -msgid "Bookmarks" -msgstr "Bladwijzers" +#: ../../include/attach.php:942 +msgid "duplicate filename or path" +msgstr "dubbele bestandsnaam of pad" -#: ../../include/nav.php:109 -msgid "Your bookmarks" -msgstr "Jouw bladwijzers" +#: ../../include/attach.php:965 +msgid "Path not found." +msgstr "Pad niet gevonden" -#: ../../include/nav.php:113 ../../include/conversation.php:1645 -#: ../../include/apps.php:136 ../../mod/webpages.php:176 -msgid "Webpages" -msgstr "Webpagina's" +#: ../../include/attach.php:1023 +msgid "mkdir failed." +msgstr "directory aanmaken (mkdir) mislukt." -#: ../../include/nav.php:113 -msgid "Your webpages" -msgstr "Jouw webpagina's" +#: ../../include/attach.php:1027 +msgid "database storage failed." +msgstr "opslag in database mislukt." -#: ../../include/nav.php:117 ../../include/apps.php:131 ../../boot.php:1540 -msgid "Login" -msgstr "Inloggen" +#: ../../include/attach.php:1075 +msgid "Empty path" +msgstr "Ontbrekend bestandspad" -#: ../../include/nav.php:117 -msgid "Sign in" -msgstr "Inloggen" +#: ../../include/import.php:23 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt." -#: ../../include/nav.php:134 -#, php-format -msgid "%s - click to logout" -msgstr "%s - klik om uit te loggen" +#: ../../include/import.php:70 +msgid "Channel clone failed. Import failed." +msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt." -#: ../../include/nav.php:137 -msgid "Remote authentication" -msgstr "Authenticatie op afstand" +#: ../../include/import.php:80 ../../mod/import.php:138 +msgid "Cloned channel not found. Import failed." +msgstr "Gekloond kanaal niet gevonden. Importeren mislukt." -#: ../../include/nav.php:137 -msgid "Click to authenticate to your home hub" -msgstr "Authenticeer jezelf via (bijvoorbeeld) jouw hub" +#: ../../include/notify.php:20 +msgid "created a new post" +msgstr "maakte een nieuw bericht aan" -#: ../../include/nav.php:151 -msgid "Home Page" -msgstr "Homepage" +#: ../../include/notify.php:21 +#, php-format +msgid "commented on %s's post" +msgstr "gaf een reactie op een bericht van %s" -#: ../../include/nav.php:155 ../../mod/register.php:224 ../../boot.php:1516 -msgid "Register" -msgstr "Registreren" +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Nieuwe pagina" -#: ../../include/nav.php:155 -msgid "Create an account" -msgstr "Maak een account aan" +#: ../../include/page_widgets.php:39 ../../mod/layouts.php:188 +#: ../../mod/webpages.php:187 ../../mod/blocks.php:159 +msgid "View" +msgstr "Weergeven" -#: ../../include/nav.php:160 ../../include/apps.php:142 ../../mod/help.php:67 -#: ../../mod/help.php:72 ../../mod/layouts.php:175 -msgid "Help" -msgstr "Hulp" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 +msgid "Actions" +msgstr "Acties" -#: ../../include/nav.php:160 -msgid "Help and documentation" -msgstr "Hulp en documentatie" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 +msgid "Page Link" +msgstr "Paginalink" -#: ../../include/nav.php:163 -msgid "Applications, utilities, links, games" -msgstr "Apps" +#: ../../include/page_widgets.php:43 +msgid "Title" +msgstr "Titel" -#: ../../include/nav.php:165 -msgid "Search site content" -msgstr "Inhoud van deze hub doorzoeken" +#: ../../include/page_widgets.php:44 ../../mod/layouts.php:181 +#: ../../mod/menu.php:110 ../../mod/webpages.php:192 ../../mod/blocks.php:150 +msgid "Created" +msgstr "Aangemaakt" -#: ../../include/nav.php:168 ../../include/apps.php:141 -#: ../../mod/directory.php:366 -msgid "Directory" -msgstr "Kanalengids" +#: ../../include/page_widgets.php:45 ../../mod/layouts.php:182 +#: ../../mod/menu.php:111 ../../mod/webpages.php:193 ../../mod/blocks.php:151 +msgid "Edited" +msgstr "Bewerkt" -#: ../../include/nav.php:168 -msgid "Channel Directory" -msgstr "Kanalengids" +#: ../../include/photo/photo_driver.php:705 ../../mod/photos.php:94 +#: ../../mod/photos.php:660 ../../mod/profile_photo.php:146 +#: ../../mod/profile_photo.php:236 ../../mod/profile_photo.php:376 +msgid "Profile Photos" +msgstr "Profielfoto's" -#: ../../include/nav.php:180 ../../include/apps.php:133 -msgid "Matrix" -msgstr "Matrix" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 +msgid "Male" +msgstr "Man" -#: ../../include/nav.php:180 -msgid "Your matrix" -msgstr "Jouw matrix" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 +msgid "Female" +msgstr "Vrouw" -#: ../../include/nav.php:181 -msgid "Mark all matrix notifications seen" -msgstr "Markeer alle matrixnotificaties als bekeken" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Momenteel man" -#: ../../include/nav.php:183 ../../include/apps.php:137 -msgid "Channel Home" -msgstr "Tijdlijn kanaal" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Momenteel vrouw" -#: ../../include/nav.php:183 -msgid "Channel home" -msgstr "Tijdlijn kanaal" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Voornamelijk man" -#: ../../include/nav.php:184 -msgid "Mark all channel notifications seen" -msgstr "Alle kanaalnotificaties als gelezen markeren" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Voornamelijk vrouw" -#: ../../include/nav.php:187 ../../mod/connections.php:407 -msgid "Connections" -msgstr "Connecties" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transgender" -#: ../../include/nav.php:190 -msgid "Notices" -msgstr "Notificaties" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Interseksueel" -#: ../../include/nav.php:190 -msgid "Notifications" -msgstr "Notificaties" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Transseksueel" -#: ../../include/nav.php:191 -msgid "See all notifications" -msgstr "Alle notificaties weergeven" - -#: ../../include/nav.php:192 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" -msgstr "Markeer alle systeemnotificaties als bekeken" - -#: ../../include/nav.php:194 ../../include/apps.php:143 -msgid "Mail" -msgstr "Privéberichten" - -#: ../../include/nav.php:194 -msgid "Private mail" -msgstr "Privéberichten" - -#: ../../include/nav.php:195 -msgid "See all private messages" -msgstr "Alle privéberichten weergeven" - -#: ../../include/nav.php:196 -msgid "Mark all private messages seen" -msgstr "Markeer alle privéberichten als bekeken" - -#: ../../include/nav.php:197 -msgid "Inbox" -msgstr "Postvak IN" - -#: ../../include/nav.php:198 -msgid "Outbox" -msgstr "Postvak UIT" - -#: ../../include/nav.php:202 ../../include/apps.php:140 -#: ../../mod/events.php:472 -msgid "Events" -msgstr "Agenda" - -#: ../../include/nav.php:202 -msgid "Event Calendar" -msgstr "Agenda" - -#: ../../include/nav.php:203 -msgid "See all events" -msgstr "Alle gebeurtenissen weergeven" - -#: ../../include/nav.php:204 -msgid "Mark all events seen" -msgstr "Markeer alle gebeurtenissen als bekeken" - -#: ../../include/nav.php:206 ../../include/apps.php:132 -#: ../../mod/manage.php:166 -msgid "Channel Manager" -msgstr "Kanaalbeheer" - -#: ../../include/nav.php:206 -msgid "Manage Your Channels" -msgstr "Beheer je kanalen" - -#: ../../include/nav.php:208 -msgid "Account/Channel Settings" -msgstr "Account-/kanaal-instellingen" - -#: ../../include/nav.php:216 ../../mod/admin.php:120 -msgid "Admin" -msgstr "Beheer" - -#: ../../include/nav.php:216 -msgid "Site Setup and Configuration" -msgstr "Hub instellen en beheren" - -#: ../../include/nav.php:247 ../../include/conversation.php:850 -msgid "Loading..." -msgstr "Aan het laden..." - -#: ../../include/nav.php:252 -msgid "@name, #tag, content" -msgstr "@kanaal, #label, inhoud" - -#: ../../include/nav.php:253 -msgid "Please wait..." -msgstr "Wachten aub..." - -#: ../../include/taxonomy.php:222 ../../include/taxonomy.php:243 -msgid "Tags" -msgstr "Tags" - -#: ../../include/taxonomy.php:287 -msgid "Keywords" -msgstr "Trefwoorden" - -#: ../../include/taxonomy.php:308 -msgid "have" -msgstr "heb" - -#: ../../include/taxonomy.php:308 -msgid "has" -msgstr "heeft" - -#: ../../include/taxonomy.php:309 -msgid "want" -msgstr "wil" - -#: ../../include/taxonomy.php:309 -msgid "wants" -msgstr "wil" - -#: ../../include/taxonomy.php:310 -msgid "likes" -msgstr "vindt dit leuk" - -#: ../../include/taxonomy.php:311 -msgid "dislikes" -msgstr "vindt dit niet leuk" - -#: ../../include/activities.php:39 -msgid " and " -msgstr " en " - -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "openbaar profiel" - -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s veranderde %2$s naar “%3$s”" - -#: ../../include/activities.php:57 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Bezoek het %2$s van %1$s" - -#: ../../include/activities.php:60 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s heeft een aangepaste %2$s, %3$s veranderd." - -#: ../../include/bbcode.php:122 ../../include/bbcode.php:743 -#: ../../include/bbcode.php:746 ../../include/bbcode.php:751 -#: ../../include/bbcode.php:754 ../../include/bbcode.php:757 -#: ../../include/bbcode.php:760 ../../include/bbcode.php:765 -#: ../../include/bbcode.php:768 ../../include/bbcode.php:773 -#: ../../include/bbcode.php:776 ../../include/bbcode.php:779 -#: ../../include/bbcode.php:782 -msgid "Image/photo" -msgstr "Afbeelding/foto" - -#: ../../include/bbcode.php:161 ../../include/bbcode.php:793 -msgid "Encrypted content" -msgstr "Versleutelde inhoud" - -#: ../../include/bbcode.php:177 -msgid "Install design element: " -msgstr "Installeer ontwerpelement: " - -#: ../../include/bbcode.php:190 -msgid "QR code" -msgstr "QR-code" - -#: ../../include/bbcode.php:241 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s schreef het volgende %2$s %3$s" - -#: ../../include/bbcode.php:243 -msgid "post" -msgstr "bericht" - -#: ../../include/bbcode.php:493 -msgid "Different viewers will see this text differently" -msgstr "Deze tekst wordt per persoon anders weergeven." - -#: ../../include/bbcode.php:704 -msgid "$1 spoiler" -msgstr "$1 spoiler" - -#: ../../include/bbcode.php:731 -msgid "$1 wrote:" -msgstr "$1 schreef:" - -#: ../../include/items.php:399 ../../mod/like.php:270 -#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/profperm.php:23 -#: ../../mod/bulksetclose.php:11 ../../index.php:392 -msgid "Permission denied" -msgstr "Toegang geweigerd" - -#: ../../include/items.php:1012 ../../include/items.php:1058 -msgid "(Unknown)" -msgstr "(Onbekend)" - -#: ../../include/items.php:1226 -msgid "Visible to anybody on the internet." -msgstr "Voor iedereen op het internet zichtbaar." - -#: ../../include/items.php:1228 -msgid "Visible to you only." -msgstr "Alleen voor jou zichtbaar." - -#: ../../include/items.php:1230 -msgid "Visible to anybody in this network." -msgstr "Voor iedereen in dit netwerk zichtbaar." - -#: ../../include/items.php:1232 -msgid "Visible to anybody authenticated." -msgstr "Voor iedereen die geauthenticeerd is zichtbaar." - -#: ../../include/items.php:1234 -#, php-format -msgid "Visible to anybody on %s." -msgstr "Voor iedereen op %s zichtbaar." - -#: ../../include/items.php:1236 -msgid "Visible to all connections." -msgstr "Voor alle connecties zichtbaar." - -#: ../../include/items.php:1238 -msgid "Visible to approved connections." -msgstr "Voor alle goedgekeurde connecties zichtbaar." - -#: ../../include/items.php:1240 -msgid "Visible to specific connections." -msgstr "Voor specifieke connecties zichtbaar." - -#: ../../include/items.php:4051 ../../mod/thing.php:74 -#: ../../mod/display.php:36 ../../mod/filestorage.php:27 -#: ../../mod/viewsrc.php:20 ../../mod/admin.php:167 ../../mod/admin.php:984 -#: ../../mod/admin.php:1184 -msgid "Item not found." -msgstr "Item niet gevonden." - -#: ../../include/items.php:4124 ../../include/photos.php:26 -#: ../../include/attach.php:136 ../../include/attach.php:183 -#: ../../include/attach.php:246 ../../include/attach.php:260 -#: ../../include/attach.php:304 ../../include/attach.php:318 -#: ../../include/attach.php:343 ../../include/attach.php:539 -#: ../../include/attach.php:611 ../../include/chat.php:131 -#: ../../mod/profile.php:64 ../../mod/profile.php:72 -#: ../../mod/achievements.php:30 ../../mod/manage.php:6 -#: ../../mod/settings.php:564 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/webpages.php:69 ../../mod/thing.php:241 ../../mod/thing.php:256 -#: ../../mod/thing.php:290 ../../mod/profile_photo.php:264 -#: ../../mod/profile_photo.php:277 ../../mod/block.php:22 -#: ../../mod/block.php:72 ../../mod/like.php:178 ../../mod/events.php:219 -#: ../../mod/group.php:9 ../../mod/setup.php:207 ../../mod/common.php:35 -#: ../../mod/connections.php:169 ../../mod/blocks.php:69 -#: ../../mod/blocks.php:76 ../../mod/photos.php:68 ../../mod/pdledit.php:21 -#: ../../mod/authtest.php:13 ../../mod/editlayout.php:63 -#: ../../mod/editlayout.php:87 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 -#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125 -#: ../../mod/rate.php:110 ../../mod/editpost.php:13 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/locs.php:77 ../../mod/sources.php:66 -#: ../../mod/menu.php:69 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88 -#: ../../mod/filestorage.php:115 ../../mod/fsuggest.php:78 -#: ../../mod/poke.php:128 ../../mod/profiles.php:188 -#: ../../mod/profiles.php:576 ../../mod/viewsrc.php:14 ../../mod/mitem.php:115 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/editblock.php:65 ../../mod/register.php:72 ../../mod/item.php:206 -#: ../../mod/item.php:214 ../../mod/item.php:962 ../../mod/layouts.php:69 -#: ../../mod/layouts.php:76 ../../mod/layouts.php:87 ../../mod/id.php:71 -#: ../../mod/message.php:16 ../../mod/mood.php:111 ../../mod/connedit.php:331 -#: ../../mod/mail.php:114 ../../mod/notifications.php:66 -#: ../../mod/regmod.php:17 ../../mod/new_channel.php:68 -#: ../../mod/new_channel.php:99 ../../mod/appman.php:66 -#: ../../mod/network.php:12 ../../mod/page.php:28 ../../mod/page.php:79 -#: ../../mod/bookmarks.php:46 ../../mod/channel.php:100 -#: ../../mod/channel.php:219 ../../mod/channel.php:262 -#: ../../mod/suggest.php:26 ../../mod/service_limits.php:7 -#: ../../mod/sharedwithme.php:7 ../../index.php:190 ../../index.php:393 -msgid "Permission denied." -msgstr "Toegang geweigerd" - -#: ../../include/items.php:4524 ../../mod/group.php:38 ../../mod/group.php:140 -#: ../../mod/bulksetclose.php:51 -msgid "Collection not found." -msgstr "Collectie niet gevonden." - -#: ../../include/items.php:4540 -msgid "Collection is empty." -msgstr "Collectie is leeg" - -#: ../../include/items.php:4547 -#, php-format -msgid "Collection: %s" -msgstr "Collectie: %s" - -#: ../../include/items.php:4557 -#, php-format -msgid "Connection: %s" -msgstr "Connectie: %s" - -#: ../../include/items.php:4559 -msgid "Connection not found." -msgstr "Connectie niet gevonden." - -#: ../../include/permissions.php:26 -msgid "Can view my normal stream and posts" -msgstr "Kan mijn normale kanaalstream en berichten bekijken" - -#: ../../include/permissions.php:27 -msgid "Can view my default channel profile" -msgstr "Kan mijn standaard kanaalprofiel bekijken" - -#: ../../include/permissions.php:28 -msgid "Can view my photo albums" -msgstr "Kan mijn fotoalbums bekijken" - -#: ../../include/permissions.php:29 -msgid "Can view my connections" -msgstr "Kan een lijst met mijn connecties bekijken" - -#: ../../include/permissions.php:30 -msgid "Can view my file storage" -msgstr "Kan mijn bestanden bekijken" - -#: ../../include/permissions.php:31 -msgid "Can view my webpages" -msgstr "Kan mijn pagina's bekijken" - -#: ../../include/permissions.php:34 -msgid "Can send me their channel stream and posts" -msgstr "Kan mij de inhoud van hun kanaal en berichten sturen" - -#: ../../include/permissions.php:35 -msgid "Can post on my channel page (\"wall\")" -msgstr "Kan een bericht in mijn kanaal plaatsen" - -#: ../../include/permissions.php:36 -msgid "Can comment on or like my posts" -msgstr "Kan op mijn berichten reageren of deze (niet) leuk vinden" - -#: ../../include/permissions.php:37 -msgid "Can send me private mail messages" -msgstr "Kan mij privéberichten sturen" - -#: ../../include/permissions.php:38 -msgid "Can post photos to my photo albums" -msgstr "Kan foto's aan mijn fotoalbums toevoegen" - -#: ../../include/permissions.php:39 -msgid "Can like/dislike stuff" -msgstr "Kan dingen leuk of niet leuk vinden" - -#: ../../include/permissions.php:39 -msgid "Profiles and things other than posts/comments" -msgstr "Profielen en dingen, buiten berichten en reacties" - -#: ../../include/permissions.php:41 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+" - -#: ../../include/permissions.php:41 -msgid "Advanced - useful for creating group forum channels" -msgstr "Geavanceerd - nuttig voor groepforums" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Hermafrodiet" -#: ../../include/permissions.php:42 -msgid "Can chat with me (when available)" -msgstr "Kan met mij chatten (wanneer beschikbaar)" +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Genderneutraal" -#: ../../include/permissions.php:43 -msgid "Can write to my file storage" -msgstr "Kan bestanden aan mijn bestandsopslag toevoegen" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Niet gespecificeerd" -#: ../../include/permissions.php:44 -msgid "Can edit my webpages" -msgstr "Kan mijn pagina's bewerken" +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Nog niet beslist" -#: ../../include/permissions.php:46 -msgid "Can source my public posts in derived channels" -msgstr "Kan mijn openbare berichten als bron voor andere kanalen gebruiken" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" +msgstr "Mannen" -#: ../../include/permissions.php:46 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" +msgstr "Vrouwen" -#: ../../include/permissions.php:48 -msgid "Can administer my channel resources" -msgstr "Kan mijn kanaal beheren" +#: ../../include/profile_selectors.php:42 +msgid "Gay" +msgstr "Homoseksueel" -#: ../../include/permissions.php:48 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet." +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" +msgstr "Lesbisch" -#: ../../include/permissions.php:809 -msgid "Social Networking" -msgstr "Sociaal netwerk" +#: ../../include/profile_selectors.php:42 +msgid "No Preference" +msgstr "Geen voorkeur" -#: ../../include/permissions.php:809 ../../include/permissions.php:810 -#: ../../include/permissions.php:811 -msgid "Mostly Public" -msgstr "Vrijwel alles openbaar" +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" +msgstr "Biseksueel" -#: ../../include/permissions.php:809 ../../include/permissions.php:810 -#: ../../include/permissions.php:811 -msgid "Restricted" -msgstr "Beperkt zichtbaar" +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" +msgstr "Autoseksueel" -#: ../../include/permissions.php:809 ../../include/permissions.php:810 -msgid "Private" -msgstr "Verborgen kanaal" +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" +msgstr "Seksuele onthouding" -#: ../../include/permissions.php:810 -msgid "Community Forum" -msgstr "Groepsforum" +#: ../../include/profile_selectors.php:42 +msgid "Virgin" +msgstr "Maagd" -#: ../../include/permissions.php:811 -msgid "Feed Republish" -msgstr "Feed herpubliceren" +#: ../../include/profile_selectors.php:42 +msgid "Deviant" +msgstr "Afwijkend" -#: ../../include/permissions.php:812 -msgid "Special Purpose" -msgstr "Speciaal doel" +#: ../../include/profile_selectors.php:42 +msgid "Fetish" +msgstr "Fetisj" -#: ../../include/permissions.php:812 -msgid "Celebrity/Soapbox" -msgstr "Beroemdheid/alleen volgen" +#: ../../include/profile_selectors.php:42 +msgid "Oodles" +msgstr "Veel" -#: ../../include/permissions.php:812 -msgid "Group Repository" -msgstr "Groepsopslag" +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" +msgstr "Aseksueel" -#: ../../include/permissions.php:813 ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:80 #: ../../include/profile_selectors.php:97 -msgid "Other" -msgstr "Anders" - -#: ../../include/permissions.php:813 -msgid "Custom/Expert Mode" -msgstr "Expertmodus/handmatig aanpassen" - -#: ../../include/conversation.php:126 ../../mod/like.php:113 -msgid "channel" -msgstr "kanaal" - -#: ../../include/conversation.php:164 ../../include/diaspora.php:2110 -#: ../../mod/like.php:394 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s vindt %3$s van %2$s leuk" - -#: ../../include/conversation.php:167 ../../mod/like.php:396 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s vindt %3$s van %2$s niet leuk" +msgid "Single" +msgstr "Alleen" -#: ../../include/conversation.php:204 -#, php-format -msgid "%1$s is now connected with %2$s" -msgstr "%1$s is nu met %2$s verbonden" +#: ../../include/profile_selectors.php:80 +msgid "Lonely" +msgstr "Eenzaam" -#: ../../include/conversation.php:239 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s heeft %2$s aangestoten" +#: ../../include/profile_selectors.php:80 +msgid "Available" +msgstr "Beschikbaar" -#: ../../include/conversation.php:260 ../../mod/mood.php:63 -#, php-format -msgctxt "mood" -msgid "%1$s is %2$s" -msgstr "%1$s is %2$s" +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" +msgstr "Niet beschikbaar" -#: ../../include/conversation.php:572 ../../mod/photos.php:984 -msgctxt "title" -msgid "Likes" -msgstr "vinden dit leuk" +#: ../../include/profile_selectors.php:80 +msgid "Has crush" +msgstr "Heeft een oogje op iemand" -#: ../../include/conversation.php:572 ../../mod/photos.php:984 -msgctxt "title" -msgid "Dislikes" -msgstr "vinden dit niet leuk" +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" +msgstr "Smoorverliefd" -#: ../../include/conversation.php:573 ../../mod/photos.php:985 -msgctxt "title" -msgid "Agree" -msgstr "eens" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" +msgstr "Aan het daten" -#: ../../include/conversation.php:573 ../../mod/photos.php:985 -msgctxt "title" -msgid "Disagree" -msgstr "oneens" +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" +msgstr "Ontrouw" -#: ../../include/conversation.php:573 ../../mod/photos.php:985 -msgctxt "title" -msgid "Abstain" -msgstr "onthoudingen" +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" +msgstr "Seksverslaafd" -#: ../../include/conversation.php:574 ../../mod/photos.php:986 -msgctxt "title" -msgid "Attending" -msgstr "aanwezig" +#: ../../include/profile_selectors.php:80 ../../include/identity.php:390 +#: ../../include/identity.php:391 ../../include/identity.php:398 +#: ../../include/widgets.php:429 ../../mod/connedit.php:569 +#: ../../mod/settings.php:337 ../../mod/settings.php:341 +#: ../../mod/settings.php:342 ../../mod/settings.php:345 +#: ../../mod/settings.php:356 +msgid "Friends" +msgstr "Vrienden" -#: ../../include/conversation.php:574 ../../mod/photos.php:986 -msgctxt "title" -msgid "Not attending" -msgstr "niet aanwezig" +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" +msgstr "Vriendschap plus" -#: ../../include/conversation.php:574 ../../mod/photos.php:986 -msgctxt "title" -msgid "Might attend" -msgstr "mogelijk aanwezig" +#: ../../include/profile_selectors.php:80 +msgid "Casual" +msgstr "Ongebonden/vluchtig" -#: ../../include/conversation.php:692 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Bekijk het profiel van %s @ %s" +#: ../../include/profile_selectors.php:80 +msgid "Engaged" +msgstr "Verloofd" -#: ../../include/conversation.php:707 -msgid "Categories:" -msgstr "Categorieën:" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" +msgstr "Getrouwd" -#: ../../include/conversation.php:708 -msgid "Filed under:" -msgstr "Bewaard onder:" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" +msgstr "Denkbeeldig getrouwd" -#: ../../include/conversation.php:735 -msgid "View in context" -msgstr "In context bekijken" +#: ../../include/profile_selectors.php:80 +msgid "Partners" +msgstr "Partners" -#: ../../include/conversation.php:846 -msgid "remove" -msgstr "verwijderen" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" +msgstr "Samenwonend" -#: ../../include/conversation.php:851 -msgid "Delete Selected Items" -msgstr "Verwijder de geselecteerde items" +#: ../../include/profile_selectors.php:80 +msgid "Common law" +msgstr "Common-law-huwelijk" -#: ../../include/conversation.php:939 -msgid "View Source" -msgstr "Bron weergeven" +#: ../../include/profile_selectors.php:80 +msgid "Happy" +msgstr "Gelukkig" -#: ../../include/conversation.php:940 -msgid "Follow Thread" -msgstr "Conversatie volgen" +#: ../../include/profile_selectors.php:80 +msgid "Not looking" +msgstr "Niet op zoek" -#: ../../include/conversation.php:941 -msgid "View Status" -msgstr "Status weergeven" +#: ../../include/profile_selectors.php:80 +msgid "Swinger" +msgstr "Swinger" -#: ../../include/conversation.php:943 -msgid "View Photos" -msgstr "Foto's weergeven" +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" +msgstr "Verraden" -#: ../../include/conversation.php:944 -msgid "Matrix Activity" -msgstr "Kanaal-activiteit" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" +msgstr "Uit elkaar" -#: ../../include/conversation.php:946 -msgid "Edit Contact" -msgstr "Contact bewerken" +#: ../../include/profile_selectors.php:80 +msgid "Unstable" +msgstr "Onstabiel" -#: ../../include/conversation.php:947 -msgid "Send PM" -msgstr "Privébericht verzenden" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" +msgstr "Gescheiden" -#: ../../include/conversation.php:948 ../../include/apps.php:145 -msgid "Poke" -msgstr "Aanstoten" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" +msgstr "Denkbeeldig gescheiden" -#: ../../include/conversation.php:1062 -#, php-format -msgid "%s likes this." -msgstr "%s vindt dit leuk." +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" +msgstr "Weduwnaar/weduwe" -#: ../../include/conversation.php:1062 -#, php-format -msgid "%s doesn't like this." -msgstr "%s vindt dit niet leuk." +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" +msgstr "Onzeker" -#: ../../include/conversation.php:1066 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "%2$d persoon vindt dit leuk." -msgstr[1] "%2$d personen vinden dit leuk." +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" +msgstr "Het is ingewikkeld" -#: ../../include/conversation.php:1068 -#, php-format -msgid "%2$d people don't like this." -msgid_plural "%2$d people don't like this." -msgstr[0] "%2$d persoon vindt dit niet leuk." -msgstr[1] "%2$d personen vinden dit niet leuk." +#: ../../include/profile_selectors.php:80 +msgid "Don't care" +msgstr "Maakt mij niks uit" -#: ../../include/conversation.php:1074 -msgid "and" -msgstr "en" +#: ../../include/profile_selectors.php:80 +msgid "Ask me" +msgstr "Vraag het me" -#: ../../include/conversation.php:1077 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] ", en %d ander persoon" -msgstr[1] ", en %d andere personen" +#: ../../include/oembed.php:213 +msgid "Embedded content" +msgstr "Ingesloten inhoud" -#: ../../include/conversation.php:1078 -#, php-format -msgid "%s like this." -msgstr "%s vinden dit leuk." +#: ../../include/oembed.php:222 +msgid "Embedding disabled" +msgstr "Insluiten uitgeschakeld" -#: ../../include/conversation.php:1078 -#, php-format -msgid "%s don't like this." -msgstr "%s vinden dit niet leuk." +#: ../../include/event.php:22 ../../include/bb2diaspora.php:459 +msgid "l F d, Y \\@ g:i A" +msgstr "l d F Y \\@ G:i" -#: ../../include/conversation.php:1140 -msgid "Visible to everybody" -msgstr "Voor iedereen zichtbaar" +#: ../../include/event.php:30 ../../include/bb2diaspora.php:465 +msgid "Starts:" +msgstr "Start:" -#: ../../include/conversation.php:1141 ../../mod/mail.php:174 -#: ../../mod/mail.php:289 -msgid "Please enter a link URL:" -msgstr "Vul een internetadres/URL in:" +#: ../../include/event.php:40 ../../include/bb2diaspora.php:473 +msgid "Finishes:" +msgstr "Einde:" -#: ../../include/conversation.php:1142 -msgid "Please enter a video link/URL:" -msgstr "Vul een videolink/URL in:" +#: ../../include/event.php:50 ../../include/bb2diaspora.php:481 +#: ../../include/identity.php:992 ../../mod/directory.php:302 +#: ../../mod/events.php:701 +msgid "Location:" +msgstr "Plaats:" -#: ../../include/conversation.php:1143 -msgid "Please enter an audio link/URL:" -msgstr "Vul een audiolink/URL in:" +#: ../../include/event.php:766 +msgid "This event has been added to your calendar." +msgstr "Dit evenement is aan jouw agenda toegevoegd." -#: ../../include/conversation.php:1144 -msgid "Tag term:" -msgstr "Tag:" +#: ../../include/event.php:953 +msgid "Not specified" +msgstr "Niet aangegeven" -#: ../../include/conversation.php:1145 ../../mod/filer.php:49 -msgid "Save to Folder:" -msgstr "Bewaar in map: " +#: ../../include/event.php:954 +msgid "Needs Action" +msgstr "Actie vereist" -#: ../../include/conversation.php:1146 -msgid "Where are you right now?" -msgstr "Waar bevind je je op dit moment?" +#: ../../include/event.php:955 +msgid "Completed" +msgstr "Voltooid" -#: ../../include/conversation.php:1147 ../../mod/editpost.php:52 -#: ../../mod/mail.php:175 ../../mod/mail.php:290 -msgid "Expires YYYY-MM-DD HH:MM" -msgstr "Verloopt op DD-MM-YYYY om HH:MM" +#: ../../include/event.php:956 +msgid "In Process" +msgstr "In behandeling" -#: ../../include/conversation.php:1174 ../../mod/webpages.php:180 -#: ../../mod/blocks.php:153 ../../mod/photos.php:949 ../../mod/layouts.php:183 -msgid "Share" -msgstr "Delen" +#: ../../include/event.php:957 +msgid "Cancelled" +msgstr "Geannuleerd" -#: ../../include/conversation.php:1176 -msgid "Page link name" -msgstr "Linknaam pagina" +#: ../../include/apps.php:128 +msgid "Site Admin" +msgstr "Hubbeheerder" -#: ../../include/conversation.php:1179 -msgid "Post as" -msgstr "Bericht plaatsen als" +#: ../../include/apps.php:130 +msgid "Address Book" +msgstr "Connecties" -#: ../../include/conversation.php:1186 ../../mod/editlayout.php:145 -#: ../../mod/editwebpage.php:184 ../../mod/editpost.php:119 -#: ../../mod/editblock.php:147 ../../mod/mail.php:238 ../../mod/mail.php:352 -msgid "Upload photo" -msgstr "Foto uploaden" +#: ../../include/apps.php:131 ../../include/nav.php:111 ../../boot.php:1497 +msgid "Login" +msgstr "Inloggen" -#: ../../include/conversation.php:1187 -msgid "upload photo" -msgstr "foto uploaden" +#: ../../include/apps.php:132 ../../include/nav.php:200 +#: ../../mod/manage.php:160 +msgid "Channel Manager" +msgstr "Kanaalbeheer" -#: ../../include/conversation.php:1188 ../../mod/editlayout.php:146 -#: ../../mod/editwebpage.php:185 ../../mod/editpost.php:120 -#: ../../mod/editblock.php:148 ../../mod/mail.php:239 ../../mod/mail.php:353 -msgid "Attach file" -msgstr "Bestand toevoegen" +#: ../../include/apps.php:133 +msgid "Matrix" +msgstr "Matrix" -#: ../../include/conversation.php:1189 -msgid "attach file" -msgstr "bestand toevoegen" +#: ../../include/apps.php:134 ../../include/widgets.php:553 +#: ../../include/nav.php:202 ../../mod/admin.php:1033 ../../mod/admin.php:1233 +msgid "Settings" +msgstr "Instellingen" -#: ../../include/conversation.php:1190 ../../mod/editlayout.php:147 -#: ../../mod/editwebpage.php:186 ../../mod/editpost.php:121 -#: ../../mod/editblock.php:149 ../../mod/mail.php:240 ../../mod/mail.php:354 -msgid "Insert web link" -msgstr "Weblink invoegen" +#: ../../include/apps.php:137 ../../include/nav.php:177 +msgid "Channel Home" +msgstr "Tijdlijn kanaal" -#: ../../include/conversation.php:1191 -msgid "web link" -msgstr "Weblink" +#: ../../include/apps.php:138 ../../include/identity.php:1226 +#: ../../include/identity.php:1343 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Profiel" -#: ../../include/conversation.php:1192 -msgid "Insert video link" -msgstr "Videolink invoegen" +#: ../../include/apps.php:140 ../../include/nav.php:196 +#: ../../mod/events.php:526 +msgid "Events" +msgstr "Agenda" -#: ../../include/conversation.php:1193 -msgid "video link" -msgstr "videolink" +#: ../../include/apps.php:141 ../../include/nav.php:162 +msgid "Directory" +msgstr "Kanalengids" -#: ../../include/conversation.php:1194 -msgid "Insert audio link" -msgstr "Audiolink invoegen" +#: ../../include/apps.php:142 ../../include/nav.php:154 ../../mod/help.php:202 +#: ../../mod/help.php:207 ../../mod/layouts.php:176 +msgid "Help" +msgstr "Hulp" -#: ../../include/conversation.php:1195 -msgid "audio link" -msgstr "audiolink" +#: ../../include/apps.php:143 ../../include/nav.php:188 +msgid "Mail" +msgstr "Privéberichten" -#: ../../include/conversation.php:1196 ../../mod/editlayout.php:151 -#: ../../mod/editwebpage.php:190 ../../mod/editpost.php:125 -#: ../../mod/editblock.php:153 -msgid "Set your location" -msgstr "Locatie instellen" +#: ../../include/apps.php:144 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Stemming" -#: ../../include/conversation.php:1197 -msgid "set location" -msgstr "locatie instellen" +#: ../../include/apps.php:146 ../../include/nav.php:97 +msgid "Chat" +msgstr "Chatten" -#: ../../include/conversation.php:1198 ../../mod/editpost.php:127 -msgid "Toggle voting" -msgstr "Stemmen in- of uitschakelen" +#: ../../include/apps.php:148 +msgid "Probe" +msgstr "Onderzoeken" -#: ../../include/conversation.php:1201 ../../mod/editlayout.php:152 -#: ../../mod/editwebpage.php:191 ../../mod/editpost.php:126 -#: ../../mod/editblock.php:154 -msgid "Clear browser location" -msgstr "Locatie van webbrowser wissen" +#: ../../include/apps.php:149 +msgid "Suggest" +msgstr "Voorstellen" -#: ../../include/conversation.php:1202 -msgid "clear location" -msgstr "locatie wissen" +#: ../../include/apps.php:150 +msgid "Random Channel" +msgstr "Willekeurig kanaal" -#: ../../include/conversation.php:1204 ../../mod/editwebpage.php:207 -#: ../../mod/editpost.php:141 ../../mod/editblock.php:167 -msgid "Title (optional)" -msgstr "Titel (optioneel)" +#: ../../include/apps.php:151 +msgid "Invite" +msgstr "Uitnodigen " -#: ../../include/conversation.php:1208 ../../mod/editlayout.php:168 -#: ../../mod/editwebpage.php:209 ../../mod/editpost.php:143 -#: ../../mod/editblock.php:170 -msgid "Categories (optional, comma-separated list)" -msgstr "Categorieën (optioneel, door komma's gescheiden lijst)" +#: ../../include/apps.php:152 +msgid "Features" +msgstr "Extra functies" -#: ../../include/conversation.php:1210 ../../mod/editlayout.php:154 -#: ../../mod/editwebpage.php:193 ../../mod/editpost.php:131 -#: ../../mod/editblock.php:156 -msgid "Permission settings" -msgstr "Permissies" +#: ../../include/apps.php:153 ../../mod/id.php:28 +msgid "Language" +msgstr "Taal" -#: ../../include/conversation.php:1211 -msgid "permissions" -msgstr "permissies" +#: ../../include/apps.php:154 +msgid "Post" +msgstr "Bericht" -#: ../../include/conversation.php:1219 ../../mod/editlayout.php:161 -#: ../../mod/editwebpage.php:202 ../../mod/editpost.php:138 -#: ../../mod/editblock.php:164 -msgid "Public post" -msgstr "Openbaar bericht" +#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 +#: ../../mod/id.php:19 +msgid "Profile Photo" +msgstr "Profielfoto" -#: ../../include/conversation.php:1221 ../../mod/editlayout.php:169 -#: ../../mod/editwebpage.php:210 ../../mod/editpost.php:144 -#: ../../mod/editblock.php:171 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be" +#: ../../include/apps.php:247 ../../mod/settings.php:84 +#: ../../mod/settings.php:609 +msgid "Update" +msgstr "Bijwerken" -#: ../../include/conversation.php:1234 ../../mod/editlayout.php:178 -#: ../../mod/editwebpage.php:219 ../../mod/editpost.php:155 -#: ../../mod/editblock.php:181 ../../mod/mail.php:245 ../../mod/mail.php:359 -msgid "Set expiration date" -msgstr "Verloopdatum instellen" +#: ../../include/apps.php:247 +msgid "Install" +msgstr "Installeren" -#: ../../include/conversation.php:1238 ../../mod/events.php:637 -#: ../../mod/editpost.php:159 -msgid "OK" -msgstr "OK" +#: ../../include/apps.php:252 +msgid "Purchase" +msgstr "Aanschaffen" -#: ../../include/conversation.php:1239 ../../mod/settings.php:583 -#: ../../mod/settings.php:609 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 -#: ../../mod/events.php:636 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:160 -msgid "Cancel" -msgstr "Annuleren" +#: ../../include/auth.php:131 +msgid "Logged out." +msgstr "Uitgelogd." -#: ../../include/conversation.php:1481 -msgid "Discover" -msgstr "Ontdekken" +#: ../../include/auth.php:272 +msgid "Failed authentication" +msgstr "Mislukte authenticatie" -#: ../../include/conversation.php:1484 -msgid "Imported public streams" -msgstr "Openbare streams importeren" +#: ../../include/auth.php:286 ../../mod/openid.php:189 +msgid "Login failed." +msgstr "Inloggen mislukt." -#: ../../include/conversation.php:1489 -msgid "Commented Order" -msgstr "Nieuwe reacties bovenaan" +#: ../../include/bb2diaspora.php:373 +msgid "Attachments:" +msgstr "Bijlagen:" -#: ../../include/conversation.php:1492 -msgid "Sort by Comment Date" -msgstr "Berichten met nieuwe reacties bovenaan" +#: ../../include/bb2diaspora.php:461 +msgid "$Projectname event notification:" +msgstr "Notificatie $Projectname-gebeurtenis:" + +#: ../../include/bbcode.php:123 ../../include/bbcode.php:793 +#: ../../include/bbcode.php:796 ../../include/bbcode.php:801 +#: ../../include/bbcode.php:804 ../../include/bbcode.php:807 +#: ../../include/bbcode.php:810 ../../include/bbcode.php:815 +#: ../../include/bbcode.php:818 ../../include/bbcode.php:823 +#: ../../include/bbcode.php:826 ../../include/bbcode.php:829 +#: ../../include/bbcode.php:832 +msgid "Image/photo" +msgstr "Afbeelding/foto" -#: ../../include/conversation.php:1496 -msgid "Posted Order" -msgstr "Nieuwe berichten bovenaan" +#: ../../include/bbcode.php:162 ../../include/bbcode.php:843 +msgid "Encrypted content" +msgstr "Versleutelde inhoud" -#: ../../include/conversation.php:1499 -msgid "Sort by Post Date" -msgstr "Nieuwe berichten bovenaan" +#: ../../include/bbcode.php:179 +#, php-format +msgid "Install %s element: " +msgstr "Installeer %s-element: " -#: ../../include/conversation.php:1507 -msgid "Posts that mention or involve you" -msgstr "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent" +#: ../../include/bbcode.php:183 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." +msgstr "Dit bericht heeft een te installeren %s-element, maar je hebt geen permissies om het op deze hub te installeren." -#: ../../include/conversation.php:1513 ../../mod/connections.php:212 -#: ../../mod/connections.php:225 ../../mod/menu.php:102 -msgid "New" -msgstr "Nieuw" +#: ../../include/bbcode.php:193 ../../mod/impel.php:37 +msgid "webpage" +msgstr "Webpagina" -#: ../../include/conversation.php:1516 -msgid "Activity Stream - by date" -msgstr "Activiteitenstroom - volgens datum" +#: ../../include/bbcode.php:196 ../../mod/impel.php:47 +msgid "layout" +msgstr "lay-out" -#: ../../include/conversation.php:1522 -msgid "Starred" -msgstr "Met ster" +#: ../../include/bbcode.php:199 ../../mod/impel.php:42 +msgid "block" +msgstr "blok" -#: ../../include/conversation.php:1525 -msgid "Favourite Posts" -msgstr "Favoriete berichten" +#: ../../include/bbcode.php:202 ../../mod/impel.php:54 +msgid "menu" +msgstr "menu" -#: ../../include/conversation.php:1532 -msgid "Spam" -msgstr "Spam" +#: ../../include/bbcode.php:257 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s schreef het volgende %2$s %3$s" -#: ../../include/conversation.php:1535 -msgid "Posts flagged as SPAM" -msgstr "Berichten gemarkeerd als SPAM" +#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 +msgid "post" +msgstr "bericht" -#: ../../include/conversation.php:1579 ../../mod/admin.php:952 -msgid "Channel" -msgstr "Kanaal" +#: ../../include/bbcode.php:547 +msgid "Different viewers will see this text differently" +msgstr "Deze tekst wordt per persoon anders weergeven." -#: ../../include/conversation.php:1582 -msgid "Status Messages and Posts" -msgstr "Berichten in dit kanaal" +#: ../../include/bbcode.php:754 +msgid "$1 spoiler" +msgstr "$1 spoiler" -#: ../../include/conversation.php:1591 -msgid "About" -msgstr "Over" +#: ../../include/bbcode.php:781 +msgid "$1 wrote:" +msgstr "$1 schreef:" -#: ../../include/conversation.php:1594 -msgid "Profile Details" -msgstr "Profiel" +#: ../../include/account.php:27 +msgid "Not a valid email address" +msgstr "Geen geldig e-mailadres" -#: ../../include/conversation.php:1603 ../../include/photos.php:359 -msgid "Photo Albums" -msgstr "Fotoalbums" +#: ../../include/account.php:29 +msgid "Your email domain is not among those allowed on this site" +msgstr "Jouw e-maildomein is op deze hub niet toegestaan" -#: ../../include/conversation.php:1612 -msgid "Files and Storage" -msgstr "Bestanden en opslagruimte" +#: ../../include/account.php:35 +msgid "Your email address is already registered at this site." +msgstr "Jouw e-mailadres is al op deze hub geregistreerd." -#: ../../include/conversation.php:1622 ../../include/conversation.php:1625 -msgid "Chatrooms" -msgstr "Chatkanalen" +#: ../../include/account.php:67 +msgid "An invitation is required." +msgstr "Een uitnodiging is vereist" -#: ../../include/conversation.php:1638 -msgid "Saved Bookmarks" -msgstr "Opgeslagen bladwijzers" +#: ../../include/account.php:71 +msgid "Invitation could not be verified." +msgstr "Uitnodiging kon niet geverifieerd worden" -#: ../../include/conversation.php:1648 -msgid "Manage Webpages" -msgstr "Webpagina's beheren" +#: ../../include/account.php:121 +msgid "Please enter the required information." +msgstr "Vul de vereiste informatie in." -#: ../../include/conversation.php:1707 -msgctxt "noun" -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "aanwezig" -msgstr[1] "aanwezig" +#: ../../include/account.php:188 +msgid "Failed to store account information." +msgstr "Account-informatie kon niet opgeslagen worden." -#: ../../include/conversation.php:1710 -msgctxt "noun" -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "niet aanwezig" -msgstr[1] "niet aanwezig" +#: ../../include/account.php:246 +#, php-format +msgid "Registration confirmation for %s" +msgstr "Registratiebevestiging voor %s" -#: ../../include/conversation.php:1713 -msgctxt "noun" -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "nog niet beslist" -msgstr[1] "nog niet beslist" +#: ../../include/account.php:312 +#, php-format +msgid "Registration request at %s" +msgstr "Registratiebevestiging voor %s" -#: ../../include/conversation.php:1716 -msgctxt "noun" -msgid "Agree" -msgid_plural "Agrees" -msgstr[0] "eens" -msgstr[1] "eens" +#: ../../include/account.php:336 +msgid "your registration password" +msgstr "jouw registratiewachtwoord" -#: ../../include/conversation.php:1719 -msgctxt "noun" -msgid "Disagree" -msgid_plural "Disagrees" -msgstr[0] "oneens" -msgstr[1] "oneens" +#: ../../include/account.php:339 ../../include/account.php:399 +#, php-format +msgid "Registration details for %s" +msgstr "Registratiegegevens voor %s" -#: ../../include/conversation.php:1722 -msgctxt "noun" -msgid "Abstain" -msgid_plural "Abstains" -msgstr[0] "onthouding" -msgstr[1] "onthoudingen" +#: ../../include/account.php:408 +msgid "Account approved." +msgstr "Account goedgekeurd" -#: ../../include/photos.php:94 +#: ../../include/account.php:447 #, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes" +msgid "Registration revoked for %s" +msgstr "Registratie ingetrokken voor %s" -#: ../../include/photos.php:101 -msgid "Image file is empty." -msgstr "Afbeeldingsbestand is leeg" +#: ../../include/account.php:492 +msgid "Account verified. Please login." +msgstr "Account is geverifieerd. Je kan inloggen." -#: ../../include/photos.php:128 ../../mod/profile_photo.php:217 -msgid "Unable to process image" -msgstr "Afbeelding kan niet verwerkt worden" +#: ../../include/account.php:705 ../../include/account.php:707 +msgid "Click here to upgrade." +msgstr "Klik hier om te upgraden." -#: ../../include/photos.php:199 -msgid "Photo storage failed." -msgstr "Foto kan niet worden opgeslagen" +#: ../../include/account.php:713 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden." -#: ../../include/photos.php:363 -msgid "Upload New Photos" -msgstr "Nieuwe foto's uploaden" +#: ../../include/account.php:718 +msgid "This action is not available under your subscription plan." +msgstr "Deze handeling is niet mogelijk met jouw abonnement." -#: ../../include/zot.php:666 -msgid "Invalid data packet" -msgstr "Datapakket ongeldig" +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." +msgstr "Kanaal is op deze hub geblokkeerd." -#: ../../include/zot.php:682 -msgid "Unable to verify channel signature" -msgstr "Kanaalkenmerk kon niet worden geverifieerd. " +#: ../../include/follow.php:33 +msgid "Channel location missing." +msgstr "Ontbrekende kanaallocatie." -#: ../../include/zot.php:2108 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "Hubkenmerk voor %s kon niet worden geverifieerd" +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." +msgstr "Antwoord van het kanaal op afstand was niet volledig." -#: ../../include/oembed.php:183 -msgid "Embedded content" -msgstr "Ingesloten inhoud" +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." +msgstr "Kanaal is verwijderd en bestaat niet meer." -#: ../../include/oembed.php:192 -msgid "Embedding disabled" -msgstr "Insluiten uitgeschakeld" +#: ../../include/follow.php:154 +msgid "Protocol disabled." +msgstr "Protocol uitgeschakeld." -#: ../../include/auth.php:131 -msgid "Logged out." -msgstr "Uitgelogd." +#: ../../include/follow.php:170 +msgid "Channel discovery failed." +msgstr "Kanaal ontdekken mislukt." -#: ../../include/auth.php:272 -msgid "Failed authentication" -msgstr "Mislukte authenticatie" +#: ../../include/follow.php:186 +msgid "local account not found." +msgstr "lokale account niet gevonden." -#: ../../include/auth.php:286 ../../mod/openid.php:190 -msgid "Login failed." -msgstr "Inloggen mislukt." +#: ../../include/follow.php:210 +msgid "Cannot connect to yourself." +msgstr "Kan niet met jezelf verbinden" + +#: ../../include/security.php:345 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. " #: ../../include/contact_widgets.php:14 #, php-format @@ -3170,7 +3030,7 @@ msgid_plural "%d invitations available" msgstr[0] "%d uitnodiging beschikbaar" msgstr[1] "%d uitnodigingen beschikbaar" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:450 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:415 msgid "Advanced" msgstr "Geavanceerd" @@ -3190,12 +3050,12 @@ msgstr "Verbinden/volgen" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Voorbeeld: Robert Morgenstein, vissen" -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:413 -#: ../../mod/directory.php:362 ../../mod/directory.php:367 +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:379 +#: ../../mod/directory.php:384 ../../mod/connections.php:266 msgid "Find" msgstr "Vinden" -#: ../../include/contact_widgets.php:27 ../../mod/directory.php:366 +#: ../../include/contact_widgets.php:27 ../../mod/directory.php:383 #: ../../mod/suggest.php:60 msgid "Channel Suggestions" msgstr "Voorgestelde kanalen" @@ -3212,2799 +3072,3241 @@ msgstr "Vrienden uitnodigen" msgid "Advanced example: name=fred and country=iceland" msgstr "Geavanceerd voorbeeld (Engels): name=jan en country=nederland" -#: ../../include/contact_widgets.php:125 +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98 +#: ../../include/widgets.php:306 +msgid "Everything" +msgstr "Alles" + +#: ../../include/contact_widgets.php:95 ../../include/taxonomy.php:271 +#: ../../include/widgets.php:35 +msgid "Categories" +msgstr "Categorieën" + +#: ../../include/contact_widgets.php:128 #, php-format msgid "%d connection in common" msgid_plural "%d connections in common" msgstr[0] "%d gemeenschappelijke connectie" msgstr[1] "%d gemeenschappelijke connecties" -#: ../../include/contact_widgets.php:130 +#: ../../include/contact_widgets.php:133 msgid "show more" msgstr "meer connecties weergeven" -#: ../../include/acl_selectors.php:240 -msgid "Visible to your default audience" -msgstr "Voor iedereen zichtbaar, mits niet anders ingesteld" +#: ../../include/group.php:26 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten kunnen van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken." -#: ../../include/acl_selectors.php:241 -msgid "Show" -msgstr "Tonen" +#: ../../include/group.php:232 +msgid "Add new connections to this collection (privacy group)" +msgstr "Voeg nieuwe connecties aan deze collectie toe (privacy-groep)" -#: ../../include/acl_selectors.php:242 -msgid "Don't show" -msgstr "Niet tonen" +#: ../../include/group.php:251 ../../mod/admin.php:788 +msgid "All Channels" +msgstr "Alle kanalen" -#: ../../include/acl_selectors.php:248 ../../mod/events.php:654 -#: ../../mod/photos.php:559 ../../mod/photos.php:922 ../../mod/chat.php:209 -#: ../../mod/filestorage.php:147 -msgid "Permissions" -msgstr "Permissies" +#: ../../include/group.php:273 +msgid "edit" +msgstr "bewerken" -#: ../../include/attach.php:241 ../../include/attach.php:299 -msgid "Item was not found." -msgstr "Item niet gevonden" +#: ../../include/group.php:295 +msgid "Collections" +msgstr "Collecties" -#: ../../include/attach.php:356 -msgid "No source file." -msgstr "Geen bronbestand." +#: ../../include/group.php:296 +msgid "Edit collection" +msgstr "Collectie bewerken" -#: ../../include/attach.php:374 -msgid "Cannot locate file to replace" -msgstr "Kan het te vervangen bestand niet vinden" +#: ../../include/group.php:297 +msgid "Add new collection" +msgstr "Nieuwe collectie toevoegen" -#: ../../include/attach.php:392 -msgid "Cannot locate file to revise/update" -msgstr "Kan het bestand wat aangepast moet worden niet vinden" +#: ../../include/group.php:298 +msgid "Channels not in any collection" +msgstr "Kanalen die zich in geen enkele collectie bevinden" -#: ../../include/attach.php:403 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Bestand is groter dan de toegelaten %d" +#: ../../include/group.php:300 ../../include/widgets.php:274 +msgid "add" +msgstr "toevoegen" -#: ../../include/attach.php:415 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "Je hebt jouw limiet van %1$.0f MB opslagruimte voor bijlagen bereikt." +#: ../../include/taxonomy.php:229 ../../include/taxonomy.php:250 +msgid "Tags" +msgstr "Tags" -#: ../../include/attach.php:498 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "Uploaden van bestand mislukt. Mogelijk systeemlimiet bereikt of actie afgebroken." +#: ../../include/taxonomy.php:294 +msgid "Keywords" +msgstr "Trefwoorden" -#: ../../include/attach.php:510 -msgid "Stored file could not be verified. Upload failed." -msgstr "Opgeslagen bestand kon niet worden geverifieerd. Uploaden mislukt." +#: ../../include/taxonomy.php:315 +msgid "have" +msgstr "heb" -#: ../../include/attach.php:554 ../../include/attach.php:571 -msgid "Path not available." -msgstr "Pad niet beschikbaar." +#: ../../include/taxonomy.php:315 +msgid "has" +msgstr "heeft" -#: ../../include/attach.php:616 -msgid "Empty pathname" -msgstr "Padnaam leeg" +#: ../../include/taxonomy.php:316 +msgid "want" +msgstr "wil" -#: ../../include/attach.php:632 -msgid "duplicate filename or path" -msgstr "dubbele bestandsnaam of pad" +#: ../../include/taxonomy.php:316 +msgid "wants" +msgstr "wil" -#: ../../include/attach.php:656 -msgid "Path not found." -msgstr "Pad niet gevonden" +#: ../../include/taxonomy.php:317 ../../include/ItemObject.php:254 +msgid "like" +msgstr "vind dit leuk" + +#: ../../include/taxonomy.php:317 +msgid "likes" +msgstr "vindt dit leuk" + +#: ../../include/taxonomy.php:318 ../../include/ItemObject.php:255 +msgid "dislike" +msgstr "vind dit niet leuk" + +#: ../../include/taxonomy.php:318 +msgid "dislikes" +msgstr "vindt dit niet leuk" + +#: ../../include/dir_fns.php:126 +msgid "Directory Options" +msgstr "Opties kanalengids" + +#: ../../include/dir_fns.php:128 +msgid "Safe Mode" +msgstr "Veilig zoeken" + +#: ../../include/dir_fns.php:128 ../../include/dir_fns.php:129 +#: ../../include/dir_fns.php:130 ../../mod/removeme.php:60 +#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 +#: ../../mod/mitem.php:229 ../../mod/connedit.php:631 +#: ../../mod/connedit.php:659 ../../mod/filestorage.php:151 +#: ../../mod/filestorage.php:159 ../../mod/admin.php:386 ../../mod/menu.php:96 +#: ../../mod/menu.php:153 ../../mod/photos.php:589 ../../mod/settings.php:574 +#: ../../mod/api.php:106 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1501 +msgid "No" +msgstr "Nee" + +#: ../../include/dir_fns.php:128 ../../include/dir_fns.php:129 +#: ../../include/dir_fns.php:130 ../../mod/removeme.php:60 +#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 +#: ../../mod/mitem.php:229 ../../mod/filestorage.php:151 +#: ../../mod/filestorage.php:159 ../../mod/admin.php:388 ../../mod/menu.php:96 +#: ../../mod/menu.php:153 ../../mod/photos.php:589 ../../mod/settings.php:574 +#: ../../mod/api.php:105 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1501 +msgid "Yes" +msgstr "Ja" -#: ../../include/attach.php:707 -msgid "mkdir failed." -msgstr "directory aanmaken (mkdir) mislukt." +#: ../../include/dir_fns.php:129 +msgid "Public Forums Only" +msgstr "Alleen openbare forums" -#: ../../include/attach.php:711 -msgid "database storage failed." -msgstr "opslag in database mislukt." +#: ../../include/dir_fns.php:130 +msgid "This Website Only" +msgstr "Alleen deze hub" -#: ../../include/identity.php:33 +#: ../../include/identity.php:32 msgid "Unable to obtain identity information from database" msgstr "Niet in staat om identiteitsinformatie uit de database te verkrijgen" -#: ../../include/identity.php:67 +#: ../../include/identity.php:66 msgid "Empty name" msgstr "Ontbrekende naam" -#: ../../include/identity.php:70 +#: ../../include/identity.php:69 msgid "Name too long" msgstr "Naam te lang" -#: ../../include/identity.php:186 +#: ../../include/identity.php:181 msgid "No account identifier" msgstr "Geen account-identificator" -#: ../../include/identity.php:198 +#: ../../include/identity.php:193 msgid "Nickname is required." msgstr "Bijnaam is verplicht" -#: ../../include/identity.php:212 +#: ../../include/identity.php:207 msgid "Reserved nickname. Please choose another." msgstr "Deze naam is gereserveerd. Kies een andere." -#: ../../include/identity.php:217 ../../include/dimport.php:34 +#: ../../include/identity.php:212 msgid "" "Nickname has unsupported characters or is already being used on this site." msgstr "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik." -#: ../../include/identity.php:292 +#: ../../include/identity.php:288 msgid "Unable to retrieve created identity" msgstr "Niet in staat om aangemaakte identiteit te vinden" -#: ../../include/identity.php:350 +#: ../../include/identity.php:346 msgid "Default Profile" msgstr "Standaardprofiel" -#: ../../include/identity.php:630 +#: ../../include/identity.php:745 msgid "Requested channel is not available." msgstr "Opgevraagd kanaal is niet beschikbaar." -#: ../../include/identity.php:677 ../../mod/profile.php:16 -#: ../../mod/achievements.php:11 ../../mod/webpages.php:29 -#: ../../mod/connect.php:13 ../../mod/hcard.php:8 ../../mod/blocks.php:29 +#: ../../include/identity.php:791 ../../mod/achievements.php:11 +#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29 +#: ../../mod/editblock.php:29 ../../mod/profile.php:16 +#: ../../mod/webpages.php:29 ../../mod/blocks.php:29 #: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 -#: ../../mod/filestorage.php:54 ../../mod/editblock.php:29 -#: ../../mod/layouts.php:29 +#: ../../mod/connect.php:13 msgid "Requested profile is not available." msgstr "Opgevraagd profiel is niet beschikbaar" -#: ../../include/identity.php:836 ../../mod/profiles.php:774 +#: ../../include/identity.php:954 ../../mod/profiles.php:774 msgid "Change profile photo" msgstr "Profielfoto veranderen" -#: ../../include/identity.php:842 +#: ../../include/identity.php:960 msgid "Profiles" msgstr "Profielen" -#: ../../include/identity.php:842 +#: ../../include/identity.php:960 msgid "Manage/edit profiles" msgstr "Profielen beheren/bewerken" -#: ../../include/identity.php:843 ../../mod/profiles.php:775 +#: ../../include/identity.php:961 ../../mod/profiles.php:775 msgid "Create New Profile" msgstr "Nieuw profiel aanmaken" -#: ../../include/identity.php:858 ../../mod/profiles.php:786 +#: ../../include/identity.php:964 ../../include/nav.php:90 +msgid "Edit Profile" +msgstr "Profiel bewerken" + +#: ../../include/identity.php:976 ../../mod/profiles.php:786 msgid "Profile Image" msgstr "Profielfoto" -#: ../../include/identity.php:861 +#: ../../include/identity.php:979 msgid "visible to everybody" msgstr "Voor iedereen zichtbaar" -#: ../../include/identity.php:862 ../../mod/profiles.php:669 +#: ../../include/identity.php:980 ../../mod/profiles.php:669 #: ../../mod/profiles.php:790 msgid "Edit visibility" msgstr "Zichtbaarheid bewerken" -#: ../../include/identity.php:878 ../../include/identity.php:1117 +#: ../../include/identity.php:996 ../../include/identity.php:1236 msgid "Gender:" msgstr "Geslacht:" -#: ../../include/identity.php:879 ../../include/identity.php:1161 +#: ../../include/identity.php:997 ../../include/identity.php:1280 msgid "Status:" msgstr "Status:" -#: ../../include/identity.php:880 ../../include/identity.php:1172 +#: ../../include/identity.php:998 ../../include/identity.php:1291 msgid "Homepage:" msgstr "Homepagina:" -#: ../../include/identity.php:881 +#: ../../include/identity.php:999 msgid "Online Now" msgstr "Nu online" -#: ../../include/identity.php:964 ../../include/identity.php:1042 -#: ../../mod/ping.php:324 +#: ../../include/identity.php:1083 ../../include/identity.php:1161 +#: ../../mod/ping.php:318 msgid "g A l F d" msgstr "G:i, l d F" -#: ../../include/identity.php:965 ../../include/identity.php:1043 +#: ../../include/identity.php:1084 ../../include/identity.php:1162 msgid "F d" msgstr "d F" -#: ../../include/identity.php:1010 ../../include/identity.php:1082 -#: ../../mod/ping.php:346 +#: ../../include/identity.php:1129 ../../include/identity.php:1201 +#: ../../mod/ping.php:341 msgid "[today]" msgstr "[vandaag]" -#: ../../include/identity.php:1021 +#: ../../include/identity.php:1140 msgid "Birthday Reminders" msgstr "Verjaardagsherinneringen" -#: ../../include/identity.php:1022 +#: ../../include/identity.php:1141 msgid "Birthdays this week:" msgstr "Verjaardagen deze week:" -#: ../../include/identity.php:1075 +#: ../../include/identity.php:1194 msgid "[No description]" msgstr "[Geen omschrijving]" -#: ../../include/identity.php:1093 +#: ../../include/identity.php:1212 msgid "Event Reminders" msgstr "Herinneringen" -#: ../../include/identity.php:1094 +#: ../../include/identity.php:1213 msgid "Events this week:" msgstr "Gebeurtenissen deze week:" -#: ../../include/identity.php:1107 ../../include/identity.php:1224 -#: ../../include/apps.php:138 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Profiel" - -#: ../../include/identity.php:1115 ../../mod/settings.php:1045 +#: ../../include/identity.php:1234 ../../mod/settings.php:1026 msgid "Full Name:" msgstr "Volledige naam:" -#: ../../include/identity.php:1122 +#: ../../include/identity.php:1241 msgid "Like this channel" msgstr "Vind dit kanaal leuk" -#: ../../include/identity.php:1146 +#: ../../include/identity.php:1265 msgid "j F, Y" msgstr "F j Y" -#: ../../include/identity.php:1147 +#: ../../include/identity.php:1266 msgid "j F" msgstr "F j" -#: ../../include/identity.php:1154 +#: ../../include/identity.php:1273 msgid "Birthday:" msgstr "Geboortedatum:" -#: ../../include/identity.php:1158 +#: ../../include/identity.php:1277 ../../mod/directory.php:297 msgid "Age:" msgstr "Leeftijd:" -#: ../../include/identity.php:1167 +#: ../../include/identity.php:1286 +#, php-format +msgid "for %1$d %2$s" +msgstr "voor %1$d %2$s" + +#: ../../include/identity.php:1289 ../../mod/profiles.php:691 +msgid "Sexual Preference:" +msgstr "Seksuele voorkeur:" + +#: ../../include/identity.php:1293 ../../mod/directory.php:313 +#: ../../mod/profiles.php:693 +msgid "Hometown:" +msgstr "Oorspronkelijk uit:" + +#: ../../include/identity.php:1295 +msgid "Tags:" +msgstr "Tags:" + +#: ../../include/identity.php:1297 ../../mod/profiles.php:694 +msgid "Political Views:" +msgstr "Politieke overtuigingen:" + +#: ../../include/identity.php:1299 +msgid "Religion:" +msgstr "Religie:" + +#: ../../include/identity.php:1301 ../../mod/directory.php:315 +msgid "About:" +msgstr "Over:" + +#: ../../include/identity.php:1303 +msgid "Hobbies/Interests:" +msgstr "Hobby's/interesses:" + +#: ../../include/identity.php:1305 ../../mod/profiles.php:697 +msgid "Likes:" +msgstr "Houdt van:" + +#: ../../include/identity.php:1307 ../../mod/profiles.php:698 +msgid "Dislikes:" +msgstr "Houdt niet van:" + +#: ../../include/identity.php:1309 +msgid "Contact information and Social Networks:" +msgstr "Contactinformatie en sociale netwerken:" + +#: ../../include/identity.php:1311 +msgid "My other channels:" +msgstr "Mijn andere kanalen" + +#: ../../include/identity.php:1313 +msgid "Musical interests:" +msgstr "Muzikale interesses:" + +#: ../../include/identity.php:1315 +msgid "Books, literature:" +msgstr "Boeken, literatuur:" + +#: ../../include/identity.php:1317 +msgid "Television:" +msgstr "Televisie:" + +#: ../../include/identity.php:1319 +msgid "Film/dance/culture/entertainment:" +msgstr "Films/dansen/cultuur/vermaak:" + +#: ../../include/identity.php:1321 +msgid "Love/Romance:" +msgstr "Liefde/romantiek:" + +#: ../../include/identity.php:1323 +msgid "Work/employment:" +msgstr "Werk/beroep:" + +#: ../../include/identity.php:1325 +msgid "School/education:" +msgstr "School/opleiding:" + +#: ../../include/identity.php:1345 +msgid "Like this thing" +msgstr "Vind dit ding leuk" + +#: ../../include/message.php:18 +msgid "No recipient provided." +msgstr "Geen ontvanger opgegeven." + +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "[geen onderwerp]" + +#: ../../include/message.php:45 +msgid "Unable to determine sender." +msgstr "Afzender kan niet bepaald worden." + +#: ../../include/message.php:203 +msgid "Stored post could not be verified." +msgstr "Opgeslagen bericht kon niet worden geverifieerd." + +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" +msgstr "In map opslaan" + +#: ../../include/ItemObject.php:151 +msgid "I will attend" +msgstr "Aanwezig" + +#: ../../include/ItemObject.php:151 +msgid "I will not attend" +msgstr "Niet aanwezig" + +#: ../../include/ItemObject.php:151 +msgid "I might attend" +msgstr "Mogelijk aanwezig" + +#: ../../include/ItemObject.php:161 +msgid "I agree" +msgstr "Eens" + +#: ../../include/ItemObject.php:161 +msgid "I disagree" +msgstr "Oneens" + +#: ../../include/ItemObject.php:161 +msgid "I abstain" +msgstr "Onthouding" + +#: ../../include/ItemObject.php:212 +msgid "Add Star" +msgstr "Ster toevoegen" + +#: ../../include/ItemObject.php:213 +msgid "Remove Star" +msgstr "Ster verwijderen" + +#: ../../include/ItemObject.php:214 +msgid "Toggle Star Status" +msgstr "Ster toevoegen of verwijderen" + +#: ../../include/ItemObject.php:218 +msgid "starred" +msgstr "met ster" + +#: ../../include/ItemObject.php:236 +msgid "Add Tag" +msgstr "Tag toevoegen" + +#: ../../include/ItemObject.php:254 ../../mod/photos.php:987 +msgid "I like this (toggle)" +msgstr "Vind ik leuk" + +#: ../../include/ItemObject.php:255 ../../mod/photos.php:988 +msgid "I don't like this (toggle)" +msgstr "Vind ik niet leuk" + +#: ../../include/ItemObject.php:259 +msgid "Share This" +msgstr "Delen" + +#: ../../include/ItemObject.php:259 +msgid "share" +msgstr "delen" + +#: ../../include/ItemObject.php:276 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d reactie" +msgstr[1] "%d reacties weergeven" + +#: ../../include/ItemObject.php:295 ../../include/ItemObject.php:296 +#, php-format +msgid "View %s's profile - %s" +msgstr "Profiel van %s bekijken - %s" + +#: ../../include/ItemObject.php:299 +msgid "to" +msgstr "aan" + +#: ../../include/ItemObject.php:300 +msgid "via" +msgstr "via" + +#: ../../include/ItemObject.php:301 +msgid "Wall-to-Wall" +msgstr "Kanaal-naar-kanaal" + +#: ../../include/ItemObject.php:302 +msgid "via Wall-To-Wall:" +msgstr "via kanaal-naar-kanaal" + +#: ../../include/ItemObject.php:305 +msgid "Delivery Report" +msgstr "Afleveringsrapport" + +#: ../../include/ItemObject.php:339 +msgid "Save Bookmarks" +msgstr "Bladwijzers opslaan" + +#: ../../include/ItemObject.php:340 +msgid "Add to Calendar" +msgstr "Aan agenda toevoegen" + +#: ../../include/ItemObject.php:349 +msgid "Mark all seen" +msgstr "Markeer alles als bekeken" + +#: ../../include/ItemObject.php:355 ../../mod/photos.php:1173 +msgctxt "noun" +msgid "Likes" +msgstr "vinden dit leuk" + +#: ../../include/ItemObject.php:356 ../../mod/photos.php:1174 +msgctxt "noun" +msgid "Dislikes" +msgstr "vinden dit niet leuk" + +#: ../../include/ItemObject.php:671 ../../mod/photos.php:1006 +#: ../../mod/photos.php:1124 +msgid "This is you" +msgstr "Dit ben jij" + +#: ../../include/ItemObject.php:680 +msgid "Image" +msgstr "Afbeelding" + +#: ../../include/ItemObject.php:681 +msgid "Insert Link" +msgstr "Link invoegen" + +#: ../../include/ItemObject.php:682 +msgid "Video" +msgstr "Video" + +#: ../../include/items.php:423 ../../mod/like.php:280 ../../mod/dreport.php:6 +#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/profperm.php:23 +#: ../../mod/import_items.php:114 ../../index.php:360 +msgid "Permission denied" +msgstr "Toegang geweigerd" + +#: ../../include/items.php:1128 ../../include/items.php:1174 +msgid "(Unknown)" +msgstr "(Onbekend)" + +#: ../../include/items.php:1371 +msgid "Visible to anybody on the internet." +msgstr "Voor iedereen op het internet zichtbaar." + +#: ../../include/items.php:1373 +msgid "Visible to you only." +msgstr "Alleen voor jou zichtbaar." + +#: ../../include/items.php:1375 +msgid "Visible to anybody in this network." +msgstr "Voor iedereen in dit netwerk zichtbaar." + +#: ../../include/items.php:1377 +msgid "Visible to anybody authenticated." +msgstr "Voor iedereen die geauthenticeerd is zichtbaar." + +#: ../../include/items.php:1379 +#, php-format +msgid "Visible to anybody on %s." +msgstr "Voor iedereen op %s zichtbaar." + +#: ../../include/items.php:1381 +msgid "Visible to all connections." +msgstr "Voor alle connecties zichtbaar." + +#: ../../include/items.php:1383 +msgid "Visible to approved connections." +msgstr "Voor alle goedgekeurde connecties zichtbaar." + +#: ../../include/items.php:1385 +msgid "Visible to specific connections." +msgstr "Voor specifieke connecties zichtbaar." + +#: ../../include/items.php:4263 ../../mod/display.php:36 +#: ../../mod/filestorage.php:27 ../../mod/admin.php:127 +#: ../../mod/admin.php:979 ../../mod/admin.php:1179 ../../mod/thing.php:86 +#: ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "Item niet gevonden." + +#: ../../include/items.php:4772 ../../mod/group.php:38 ../../mod/group.php:137 +msgid "Collection not found." +msgstr "Collectie niet gevonden." + +#: ../../include/items.php:4788 +msgid "Collection is empty." +msgstr "Collectie is leeg" + +#: ../../include/items.php:4795 +#, php-format +msgid "Collection: %s" +msgstr "Collectie: %s" + +#: ../../include/items.php:4805 ../../mod/connedit.php:658 #, php-format -msgid "for %1$d %2$s" -msgstr "voor %1$d %2$s" +msgid "Connection: %s" +msgstr "Connectie: %s" -#: ../../include/identity.php:1170 ../../mod/profiles.php:691 -msgid "Sexual Preference:" -msgstr "Seksuele voorkeur:" +#: ../../include/items.php:4807 +msgid "Connection not found." +msgstr "Connectie niet gevonden." -#: ../../include/identity.php:1174 ../../mod/profiles.php:693 -msgid "Hometown:" -msgstr "Oorspronkelijk uit:" +#: ../../include/widgets.php:91 ../../include/nav.php:157 +#: ../../mod/apps.php:36 +msgid "Apps" +msgstr "Apps" -#: ../../include/identity.php:1176 -msgid "Tags:" -msgstr "Tags:" +#: ../../include/widgets.php:92 +msgid "System" +msgstr "Systeem" -#: ../../include/identity.php:1178 ../../mod/profiles.php:694 -msgid "Political Views:" -msgstr "Politieke overtuigingen:" +#: ../../include/widgets.php:95 +msgid "Create Personal App" +msgstr "Persoonlijke app maken" -#: ../../include/identity.php:1180 -msgid "Religion:" -msgstr "Religie:" +#: ../../include/widgets.php:96 +msgid "Edit Personal App" +msgstr "Persoonlijke app bewerken" -#: ../../include/identity.php:1182 -msgid "About:" -msgstr "Over:" +#: ../../include/widgets.php:138 ../../mod/suggest.php:54 +msgid "Ignore/Hide" +msgstr "Negeren/Verbergen" -#: ../../include/identity.php:1184 -msgid "Hobbies/Interests:" -msgstr "Hobby's/interesses:" +#: ../../include/widgets.php:143 ../../mod/connections.php:125 +msgid "Suggestions" +msgstr "Voorgestelde kanalen" -#: ../../include/identity.php:1186 ../../mod/profiles.php:697 -msgid "Likes:" -msgstr "Houdt van:" +#: ../../include/widgets.php:144 +msgid "See more..." +msgstr "Meer..." -#: ../../include/identity.php:1188 ../../mod/profiles.php:698 -msgid "Dislikes:" -msgstr "Houdt niet van:" +#: ../../include/widgets.php:165 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "Je hebt %1$.0f van de %2$.0f toegestane connecties." -#: ../../include/identity.php:1190 -msgid "Contact information and Social Networks:" -msgstr "Contactinformatie en sociale netwerken:" +#: ../../include/widgets.php:171 +msgid "Add New Connection" +msgstr "Nieuwe connectie toevoegen" -#: ../../include/identity.php:1192 -msgid "My other channels:" -msgstr "Mijn andere kanalen" +#: ../../include/widgets.php:172 +msgid "Enter the channel address" +msgstr "Vul het adres van het nieuwe kanaal in" -#: ../../include/identity.php:1194 -msgid "Musical interests:" -msgstr "Muzikale interesses:" +#: ../../include/widgets.php:173 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Voorbeeld: bob@example.com, http://example.com/barbara" -#: ../../include/identity.php:1196 -msgid "Books, literature:" -msgstr "Boeken, literatuur:" +#: ../../include/widgets.php:189 +msgid "Notes" +msgstr "Aantekeningen" -#: ../../include/identity.php:1198 -msgid "Television:" -msgstr "Televisie:" +#: ../../include/widgets.php:265 +msgid "Remove term" +msgstr "Verwijder zoekterm" -#: ../../include/identity.php:1200 -msgid "Film/dance/culture/entertainment:" -msgstr "Films/dansen/cultuur/vermaak:" +#: ../../include/widgets.php:348 +msgid "Archives" +msgstr "Archieven" -#: ../../include/identity.php:1202 -msgid "Love/Romance:" -msgstr "Liefde/romantiek:" +#: ../../include/widgets.php:427 ../../mod/connedit.php:567 +msgid "Me" +msgstr "Ik" -#: ../../include/identity.php:1204 -msgid "Work/employment:" -msgstr "Werk/beroep:" +#: ../../include/widgets.php:428 ../../mod/connedit.php:568 +msgid "Family" +msgstr "Familie" -#: ../../include/identity.php:1206 -msgid "School/education:" -msgstr "School/opleiding:" +#: ../../include/widgets.php:430 ../../mod/connedit.php:570 +msgid "Acquaintances" +msgstr "Kennissen" -#: ../../include/identity.php:1226 -msgid "Like this thing" -msgstr "Vind dit ding leuk" +#: ../../include/widgets.php:431 ../../mod/connedit.php:571 +#: ../../mod/connections.php:88 ../../mod/connections.php:103 +msgid "All" +msgstr "Alles" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 -msgid "Male" -msgstr "Man" +#: ../../include/widgets.php:450 +msgid "Refresh" +msgstr "Vernieuwen" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 -msgid "Female" -msgstr "Vrouw" +#: ../../include/widgets.php:484 +msgid "Account settings" +msgstr "Account" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Momenteel man" +#: ../../include/widgets.php:490 +msgid "Channel settings" +msgstr "Kanaal" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Momenteel vrouw" +#: ../../include/widgets.php:496 +msgid "Additional features" +msgstr "Extra functies" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Voornamelijk man" +#: ../../include/widgets.php:502 +msgid "Feature/Addon settings" +msgstr "Extra functie- en plugin-instellingen" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Voornamelijk vrouw" +#: ../../include/widgets.php:508 +msgid "Display settings" +msgstr "Weergave" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transgender" +#: ../../include/widgets.php:514 +msgid "Connected apps" +msgstr "Verbonden applicaties" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Interseksueel" +#: ../../include/widgets.php:520 +msgid "Export channel" +msgstr "Kanaal exporteren" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transseksueel" +#: ../../include/widgets.php:529 ../../mod/connedit.php:658 +msgid "Connection Default Permissions" +msgstr "Standaard permissies voor connecties" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Hermafrodiet" +#: ../../include/widgets.php:537 +msgid "Premium Channel Settings" +msgstr "Instellingen premiumkanaal" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Genderneutraal" +#: ../../include/widgets.php:567 +msgid "Private Mail Menu" +msgstr "Privéberichten" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Niet gespecificeerd" +#: ../../include/widgets.php:569 +msgid "Check Mail" +msgstr "Controleer op nieuwe berichten" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Nog niet beslist" +#: ../../include/widgets.php:575 +msgid "Combined View" +msgstr "Gecombineerd postvak" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" -msgstr "Mannen" +#: ../../include/widgets.php:580 ../../include/nav.php:191 +msgid "Inbox" +msgstr "Postvak IN" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" -msgstr "Vrouwen" +#: ../../include/widgets.php:585 ../../include/nav.php:192 +msgid "Outbox" +msgstr "Postvak UIT" -#: ../../include/profile_selectors.php:42 -msgid "Gay" -msgstr "Homoseksueel" +#: ../../include/widgets.php:590 ../../include/nav.php:193 +msgid "New Message" +msgstr "Nieuw bericht" -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" -msgstr "Lesbisch" +#: ../../include/widgets.php:609 ../../include/widgets.php:621 +msgid "Conversations" +msgstr "Conversaties" -#: ../../include/profile_selectors.php:42 -msgid "No Preference" -msgstr "Geen voorkeur" +#: ../../include/widgets.php:613 +msgid "Received Messages" +msgstr "Ontvangen berichten" -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" -msgstr "Biseksueel" +#: ../../include/widgets.php:617 +msgid "Sent Messages" +msgstr "Verzonden berichten" -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "Autoseksueel" +#: ../../include/widgets.php:631 +msgid "No messages." +msgstr "Geen berichten" -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" -msgstr "Seksuele onthouding" +#: ../../include/widgets.php:648 +msgid "Delete conversation" +msgstr "Verwijder conversatie" -#: ../../include/profile_selectors.php:42 -msgid "Virgin" -msgstr "Maagd" +#: ../../include/widgets.php:650 +msgid "D, d M Y - g:i A" +msgstr "D, j M Y - G:i" -#: ../../include/profile_selectors.php:42 -msgid "Deviant" -msgstr "Afwijkend" +#: ../../include/widgets.php:738 +msgid "Chat Rooms" +msgstr "Chatkanalen" -#: ../../include/profile_selectors.php:42 -msgid "Fetish" -msgstr "Fetisj" +#: ../../include/widgets.php:758 +msgid "Bookmarked Chatrooms" +msgstr "Bladwijzers van chatkanalen" -#: ../../include/profile_selectors.php:42 -msgid "Oodles" -msgstr "Veel" +#: ../../include/widgets.php:778 +msgid "Suggested Chatrooms" +msgstr "Voorgestelde chatkanalen" -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" -msgstr "Aseksueel" +#: ../../include/widgets.php:905 ../../include/widgets.php:963 +msgid "photo/image" +msgstr "foto/afbeelding" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" -msgstr "Alleen" +#: ../../include/widgets.php:1058 ../../include/widgets.php:1060 +msgid "Rate Me" +msgstr "Beoordeel mij" -#: ../../include/profile_selectors.php:80 -msgid "Lonely" -msgstr "Eenzaam" +#: ../../include/widgets.php:1064 +msgid "View Ratings" +msgstr "Bekijk beoordelingen" -#: ../../include/profile_selectors.php:80 -msgid "Available" -msgstr "Beschikbaar" +#: ../../include/widgets.php:1075 +msgid "Public Hubs" +msgstr "Openbare hubs" -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" -msgstr "Niet beschikbaar" +#: ../../include/widgets.php:1123 +msgid "Forums" +msgstr "Forums" -#: ../../include/profile_selectors.php:80 -msgid "Has crush" -msgstr "Heeft een oogje op iemand" +#: ../../include/widgets.php:1150 +msgid "Tasks" +msgstr "Taken" -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" -msgstr "Smoorverliefd" +#: ../../include/widgets.php:1159 +msgid "Documentation" +msgstr "Documentatie" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" -msgstr "Aan het daten" +#: ../../include/widgets.php:1161 +msgid "Project/Site Information" +msgstr "Project- en hub-informatie" -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" -msgstr "Ontrouw" +#: ../../include/widgets.php:1162 +msgid "For Members" +msgstr "Voor leden" -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" -msgstr "Seksverslaafd" +#: ../../include/widgets.php:1163 +msgid "For Administrators" +msgstr "Voor beheerders" + +#: ../../include/widgets.php:1164 +msgid "For Developers" +msgstr "Voor ontwikkelaars" + +#: ../../include/widgets.php:1189 ../../mod/admin.php:410 +msgid "Site" +msgstr "Hub-instellingen" -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" -msgstr "Vriendschap plus" +#: ../../include/widgets.php:1190 +msgid "Accounts" +msgstr "Accounts" -#: ../../include/profile_selectors.php:80 -msgid "Casual" -msgstr "Ongebonden/vluchtig" +#: ../../include/widgets.php:1191 ../../mod/admin.php:939 +msgid "Channels" +msgstr "Kanalen" -#: ../../include/profile_selectors.php:80 -msgid "Engaged" -msgstr "Verloofd" +#: ../../include/widgets.php:1192 ../../mod/admin.php:1031 +#: ../../mod/admin.php:1071 +msgid "Plugins" +msgstr "Plug-ins" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" -msgstr "Getrouwd" +#: ../../include/widgets.php:1193 ../../mod/admin.php:1231 +#: ../../mod/admin.php:1265 +msgid "Themes" +msgstr "Thema's" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" -msgstr "Denkbeeldig getrouwd" +#: ../../include/widgets.php:1194 +msgid "Inspect queue" +msgstr "Inspecteer berichtenwachtrij" -#: ../../include/profile_selectors.php:80 -msgid "Partners" -msgstr "Partners" +#: ../../include/widgets.php:1195 +msgid "Profile Config" +msgstr "Profielconfiguratie" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" -msgstr "Samenwonend" +#: ../../include/widgets.php:1196 +msgid "DB updates" +msgstr "Database-updates" -#: ../../include/profile_selectors.php:80 -msgid "Common law" -msgstr "Common-law-huwelijk" +#: ../../include/widgets.php:1214 ../../include/widgets.php:1220 +#: ../../mod/admin.php:1350 +msgid "Logs" +msgstr "Logboeken" -#: ../../include/profile_selectors.php:80 -msgid "Happy" -msgstr "Gelukkig" +#: ../../include/widgets.php:1218 ../../include/nav.php:210 +msgid "Admin" +msgstr "Beheer" -#: ../../include/profile_selectors.php:80 -msgid "Not looking" -msgstr "Niet op zoek" +#: ../../include/widgets.php:1219 +msgid "Plugin Features" +msgstr "Plug-in-opties" -#: ../../include/profile_selectors.php:80 -msgid "Swinger" -msgstr "Swinger" +#: ../../include/widgets.php:1221 +msgid "User registrations waiting for confirmation" +msgstr "Accounts die op goedkeuring wachten" -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" -msgstr "Verraden" +#: ../../include/zot.php:677 +msgid "Invalid data packet" +msgstr "Datapakket ongeldig" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" -msgstr "Uit elkaar" +#: ../../include/zot.php:693 +msgid "Unable to verify channel signature" +msgstr "Kanaalkenmerk kon niet worden geverifieerd. " -#: ../../include/profile_selectors.php:80 -msgid "Unstable" -msgstr "Onstabiel" +#: ../../include/zot.php:2213 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "Hubkenmerk voor %s kon niet worden geverifieerd" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" -msgstr "Gescheiden" +#: ../../include/zot.php:3511 +msgid "invalid target signature" +msgstr "ongeldig doelkenmerk" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" -msgstr "Denkbeeldig gescheiden" +#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1496 +msgid "Logout" +msgstr "Uitloggen" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" -msgstr "Weduwnaar/weduwe" +#: ../../include/nav.php:82 ../../include/nav.php:114 +msgid "End this session" +msgstr "Beëindig deze sessie" -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" -msgstr "Onzeker" +#: ../../include/nav.php:85 ../../include/nav.php:145 +msgid "Home" +msgstr "Home" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" -msgstr "Het is ingewikkeld" +#: ../../include/nav.php:85 +msgid "Your posts and conversations" +msgstr "Jouw berichten en conversaties" -#: ../../include/profile_selectors.php:80 -msgid "Don't care" -msgstr "Maakt mij niks uit" +#: ../../include/nav.php:86 +msgid "Your profile page" +msgstr "Jouw profielpagina" -#: ../../include/profile_selectors.php:80 -msgid "Ask me" -msgstr "Vraag het me" +#: ../../include/nav.php:88 +msgid "Edit Profiles" +msgstr "Bewerk profielen" -#: ../../include/apps.php:128 -msgid "Site Admin" -msgstr "Hubbeheerder" +#: ../../include/nav.php:88 +msgid "Manage/Edit profiles" +msgstr "Beheer/wijzig profielen" -#: ../../include/apps.php:130 -msgid "Address Book" -msgstr "Connecties" +#: ../../include/nav.php:90 +msgid "Edit your profile" +msgstr "Jouw profiel bewerken" -#: ../../include/apps.php:144 ../../mod/mood.php:130 -msgid "Mood" -msgstr "Stemming" +#: ../../include/nav.php:92 +msgid "Your photos" +msgstr "Jouw foto's" -#: ../../include/apps.php:148 -msgid "Probe" -msgstr "Onderzoeken" +#: ../../include/nav.php:93 +msgid "Your files" +msgstr "Jouw bestanden" -#: ../../include/apps.php:149 -msgid "Suggest" -msgstr "Voorstellen" +#: ../../include/nav.php:97 +msgid "Your chatrooms" +msgstr "Jouw chatkanalen" -#: ../../include/apps.php:150 -msgid "Random Channel" -msgstr "Willekeurig kanaal" +#: ../../include/nav.php:103 +msgid "Your bookmarks" +msgstr "Jouw bladwijzers" -#: ../../include/apps.php:151 -msgid "Invite" -msgstr "Uitnodigen " +#: ../../include/nav.php:107 +msgid "Your webpages" +msgstr "Jouw webpagina's" -#: ../../include/apps.php:152 -msgid "Features" -msgstr "Extra functies" +#: ../../include/nav.php:111 +msgid "Sign in" +msgstr "Inloggen" -#: ../../include/apps.php:153 ../../mod/id.php:28 -msgid "Language" -msgstr "Taal" +#: ../../include/nav.php:128 +#, php-format +msgid "%s - click to logout" +msgstr "%s - klik om uit te loggen" -#: ../../include/apps.php:154 -msgid "Post" -msgstr "Bericht" +#: ../../include/nav.php:131 +msgid "Remote authentication" +msgstr "Authenticatie op afstand" -#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 -#: ../../mod/id.php:19 -msgid "Profile Photo" -msgstr "Profielfoto" +#: ../../include/nav.php:131 +msgid "Click to authenticate to your home hub" +msgstr "Authenticeer jezelf via (bijvoorbeeld) jouw hub" -#: ../../include/apps.php:247 ../../mod/settings.php:84 -#: ../../mod/settings.php:608 -msgid "Update" -msgstr "Bijwerken" +#: ../../include/nav.php:145 +msgid "Home Page" +msgstr "Homepage" -#: ../../include/apps.php:247 -msgid "Install" -msgstr "Installeren" +#: ../../include/nav.php:149 ../../mod/register.php:224 ../../boot.php:1473 +msgid "Register" +msgstr "Registreren" -#: ../../include/apps.php:252 -msgid "Purchase" -msgstr "Aanschaffen" +#: ../../include/nav.php:149 +msgid "Create an account" +msgstr "Maak een account aan" -#: ../../include/chat.php:23 -msgid "Missing room name" -msgstr "Naam chatkanaal ontbreekt" +#: ../../include/nav.php:154 +msgid "Help and documentation" +msgstr "Hulp en documentatie" -#: ../../include/chat.php:32 -msgid "Duplicate room name" -msgstr "Naam chatkanaal bestaat al" +#: ../../include/nav.php:157 +msgid "Applications, utilities, links, games" +msgstr "Apps" -#: ../../include/chat.php:82 ../../include/chat.php:90 -msgid "Invalid room specifier." -msgstr "Ongeldige omschrijving chatkanaal" +#: ../../include/nav.php:159 +msgid "Search site @name, #tag, ?docs, content" +msgstr "Zoek een @kanaal, doorzoek inhoud hub met tekst en #tags, of doorzoek ?documentatie " -#: ../../include/chat.php:120 -msgid "Room not found." -msgstr "Chatkanaal niet gevonden" +#: ../../include/nav.php:162 +msgid "Channel Directory" +msgstr "Kanalengids" -#: ../../include/chat.php:141 -msgid "Room is full" -msgstr "Chatkanaal is vol" +#: ../../include/nav.php:174 +msgid "Grid" +msgstr "Grid" -#: ../../mod/achievements.php:34 -msgid "Some blurb about what to do when you're new here" -msgstr "Welkom op $Projectname. Klik op de tab ontdekken of klik rechtsboven op de kanalengids, om kanalen te vinden. Rechtsboven vind je ook apps, waar je vrijwel alle functies van $Projectname kunt vinden. Voor hulp met $Projectname klik je op het vraagteken." +#: ../../include/nav.php:174 +msgid "Your grid" +msgstr "Jouw grid" -#: ../../mod/manage.php:136 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt." +#: ../../include/nav.php:175 +msgid "Mark all grid notifications seen" +msgstr "Markeer alle gridnotificaties als bekeken" -#: ../../mod/manage.php:144 -msgid "Create a new channel" -msgstr "Nieuw kanaal aanmaken" +#: ../../include/nav.php:177 +msgid "Channel home" +msgstr "Tijdlijn kanaal" -#: ../../mod/manage.php:167 -msgid "Current Channel" -msgstr "Huidig kanaal" +#: ../../include/nav.php:178 +msgid "Mark all channel notifications seen" +msgstr "Alle kanaalnotificaties als gelezen markeren" -#: ../../mod/manage.php:169 -msgid "Switch to one of your channels by selecting it." -msgstr "Activeer een van jouw andere kanalen door er op te klikken." +#: ../../include/nav.php:181 ../../mod/connections.php:260 +msgid "Connections" +msgstr "Connecties" -#: ../../mod/manage.php:170 -msgid "Default Channel" -msgstr "Standaardkanaal" +#: ../../include/nav.php:184 +msgid "Notices" +msgstr "Notificaties" -#: ../../mod/manage.php:171 -msgid "Make Default" -msgstr "Als standaard instellen" +#: ../../include/nav.php:184 +msgid "Notifications" +msgstr "Notificaties" -#: ../../mod/manage.php:174 -#, php-format -msgid "%d new messages" -msgstr "%d nieuwe berichten" +#: ../../include/nav.php:185 +msgid "See all notifications" +msgstr "Alle notificaties weergeven" -#: ../../mod/manage.php:175 -#, php-format -msgid "%d new introductions" -msgstr "%d nieuwe connectieverzoeken" +#: ../../include/nav.php:186 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Markeer alle systeemnotificaties als bekeken" -#: ../../mod/manage.php:177 -msgid "Delegated Channels" -msgstr "Uitbestede kanalen" +#: ../../include/nav.php:188 +msgid "Private mail" +msgstr "Privéberichten" -#: ../../mod/settings.php:76 -msgid "Name is required" -msgstr "Naam is vereist" +#: ../../include/nav.php:189 +msgid "See all private messages" +msgstr "Alle privéberichten weergeven" -#: ../../mod/settings.php:80 -msgid "Key and Secret are required" -msgstr "Key en secret zijn vereist" +#: ../../include/nav.php:190 +msgid "Mark all private messages seen" +msgstr "Markeer alle privéberichten als bekeken" -#: ../../mod/settings.php:124 -msgid "Diaspora Policy Settings updated." -msgstr "Beleidsinstellingen Diaspora bijgewerkt." +#: ../../include/nav.php:196 +msgid "Event Calendar" +msgstr "Agenda" -#: ../../mod/settings.php:232 -msgid "Passwords do not match. Password unchanged." -msgstr "Wachtwoorden komen niet overeen. Wachtwoord onveranderd." +#: ../../include/nav.php:197 +msgid "See all events" +msgstr "Alle gebeurtenissen weergeven" -#: ../../mod/settings.php:236 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd." +#: ../../include/nav.php:198 +msgid "Mark all events seen" +msgstr "Markeer alle gebeurtenissen als bekeken" -#: ../../mod/settings.php:250 -msgid "Password changed." -msgstr "Wachtwoord veranderd." +#: ../../include/nav.php:200 +msgid "Manage Your Channels" +msgstr "Beheer je kanalen" -#: ../../mod/settings.php:252 -msgid "Password update failed. Please try again." -msgstr "Bijwerken wachtwoord mislukt. Probeer opnieuw." +#: ../../include/nav.php:202 +msgid "Account/Channel Settings" +msgstr "Account-/kanaal-instellingen" -#: ../../mod/settings.php:266 -msgid "Not valid email." -msgstr "Geen geldig e-mailadres." +#: ../../include/nav.php:210 +msgid "Site Setup and Configuration" +msgstr "Hub instellen en beheren" -#: ../../mod/settings.php:269 -msgid "Protected email address. Cannot change to that email." -msgstr "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken." +#: ../../include/nav.php:246 +msgid "@name, #tag, ?doc, content" +msgstr "@kanaal, #tag, inhoud, ?hulp" -#: ../../mod/settings.php:278 -msgid "System failure storing new email. Please try again." -msgstr "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer." +#: ../../include/nav.php:247 +msgid "Please wait..." +msgstr "Wachten aub..." -#: ../../mod/settings.php:517 -msgid "Settings updated." -msgstr "Instellingen bijgewerkt." +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Welkom op $Projectname. Klik op de tab ontdekken of klik rechtsboven op de kanalengids, om kanalen te vinden. Rechtsboven vind je ook apps, waar je vrijwel alle functies van $Projectname kunt vinden. Voor hulp met $Projectname klik je op het vraagteken." -#: ../../mod/settings.php:573 ../../mod/api.php:106 ../../mod/photos.php:556 -#: ../../mod/menu.php:88 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/admin.php:424 -#: ../../mod/removeme.php:60 ../../view/theme/redbasic/php/config.php:102 -#: ../../view/theme/redbasic/php/config.php:127 ../../boot.php:1544 -msgid "No" -msgstr "Nee" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Contact niet gevonden" -#: ../../mod/settings.php:573 ../../mod/api.php:105 ../../mod/photos.php:556 -#: ../../mod/menu.php:88 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/admin.php:426 -#: ../../mod/removeme.php:60 ../../view/theme/redbasic/php/config.php:102 -#: ../../view/theme/redbasic/php/config.php:127 ../../boot.php:1544 -msgid "Yes" -msgstr "Ja" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Kanaalvoorstel verzonden." -#: ../../mod/settings.php:581 ../../mod/settings.php:607 -#: ../../mod/settings.php:643 -msgid "Add application" -msgstr "Applicatie toevoegen" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Kanalen voorstellen" -#: ../../mod/settings.php:584 -msgid "Name of application" -msgstr "Naam van applicatie" +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Stel een kanaal voor aan %s" -#: ../../mod/settings.php:585 ../../mod/settings.php:611 -msgid "Consumer Key" -msgstr "Consumer key" +#: ../../mod/directory.php:59 ../../mod/display.php:13 ../../mod/search.php:13 +#: ../../mod/photos.php:453 ../../mod/ratings.php:82 +#: ../../mod/viewconnections.php:17 +msgid "Public access denied." +msgstr "Openbare toegang geweigerd." -#: ../../mod/settings.php:585 ../../mod/settings.php:586 -msgid "Automatically generated - change if desired. Max length 20" -msgstr "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20" +#: ../../mod/directory.php:234 +#, php-format +msgid "%d rating" +msgid_plural "%d ratings" +msgstr[0] "%d beoordeling" +msgstr[1] "%d beoordelingen" -#: ../../mod/settings.php:586 ../../mod/settings.php:612 -msgid "Consumer Secret" -msgstr "Consumer secret" +#: ../../mod/directory.php:245 +msgid "Gender: " +msgstr "Geslacht:" -#: ../../mod/settings.php:587 ../../mod/settings.php:613 -msgid "Redirect" -msgstr "Redirect/doorverwijzing" +#: ../../mod/directory.php:247 +msgid "Status: " +msgstr "Status: " -#: ../../mod/settings.php:587 -msgid "" -"Redirect URI - leave blank unless your application specifically requires " -"this" -msgstr "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist" +#: ../../mod/directory.php:249 +msgid "Homepage: " +msgstr "Homepage: " -#: ../../mod/settings.php:588 ../../mod/settings.php:614 -msgid "Icon url" -msgstr "URL van pictogram" +#: ../../mod/directory.php:308 ../../mod/events.php:699 +msgid "Description:" +msgstr "Omschrijving:" -#: ../../mod/settings.php:588 -msgid "Optional" -msgstr "Optioneel" +#: ../../mod/directory.php:317 +msgid "Public Forum:" +msgstr "Openbaar forum:" -#: ../../mod/settings.php:599 -msgid "You can't edit this application." -msgstr "Je kan deze applicatie niet bewerken" +#: ../../mod/directory.php:320 +msgid "Keywords: " +msgstr "Trefwoorden: " -#: ../../mod/settings.php:642 -msgid "Connected Apps" -msgstr "Verbonden applicaties" +#: ../../mod/directory.php:323 +msgid "Don't suggest" +msgstr "Niet voorstellen" -#: ../../mod/settings.php:646 -msgid "Client key starts with" -msgstr "Client key begint met" +#: ../../mod/directory.php:325 +msgid "Common connections:" +msgstr "Gemeenschappelijke connecties:" -#: ../../mod/settings.php:647 -msgid "No name" -msgstr "Geen naam" +#: ../../mod/directory.php:374 +msgid "Global Directory" +msgstr "Volledige kanalengids" -#: ../../mod/settings.php:648 -msgid "Remove authorization" -msgstr "Autorisatie verwijderen" +#: ../../mod/directory.php:374 +msgid "Local Directory" +msgstr "Lokale kanalengids" -#: ../../mod/settings.php:662 -msgid "No feature settings configured" -msgstr "Geen extra functie- of plugin-instellingen" +#: ../../mod/directory.php:380 +msgid "Finding:" +msgstr "Gezocht naar:" -#: ../../mod/settings.php:678 -msgid "Feature/Addon Settings" -msgstr "Extra functie- en plugin-instellingen" +#: ../../mod/directory.php:385 +msgid "next page" +msgstr "volgende pagina" -#: ../../mod/settings.php:680 -msgid "Settings for the built-in Diaspora emulator" -msgstr "Instellingen voor de ingebouwde Diaspora-emulator" +#: ../../mod/directory.php:385 +msgid "previous page" +msgstr "vorige pagina" -#: ../../mod/settings.php:681 -msgid "Allow any Diaspora member to comment on your public posts" -msgstr "Sta toe dat elk Diaspora-lid op jouw openbare berichten kan reageren." +#: ../../mod/directory.php:386 +msgid "Sort options" +msgstr "Sorteeropties" -#: ../../mod/settings.php:682 -msgid "Diaspora Policy Settings" -msgstr "Beleidsinstellingen Diaspora" +#: ../../mod/directory.php:387 +msgid "Alphabetic" +msgstr "Alfabetisch" -#: ../../mod/settings.php:683 -msgid "Prevent your hashtags from being redirected to other sites" -msgstr "Voorkom dat jouw tags naar andere websites worden doorverwezen" +#: ../../mod/directory.php:388 +msgid "Reverse Alphabetic" +msgstr "Omgekeerd alfabetisch" -#: ../../mod/settings.php:707 -msgid "Account Settings" -msgstr "Account-instellingen" +#: ../../mod/directory.php:389 +msgid "Newest to Oldest" +msgstr "Nieuw naar oud" -#: ../../mod/settings.php:708 -msgid "Enter New Password:" -msgstr "Nieuw wachtwoord invoeren:" +#: ../../mod/directory.php:390 +msgid "Oldest to Newest" +msgstr "Oud naar nieuw" -#: ../../mod/settings.php:709 -msgid "Confirm New Password:" -msgstr "Nieuw wachtwoord bevestigen:" +#: ../../mod/directory.php:407 +msgid "No entries (some entries may be hidden)." +msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)." -#: ../../mod/settings.php:709 -msgid "Leave password fields blank unless changing" -msgstr "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen" +#: ../../mod/bookmarks.php:40 +msgid "Bookmark added" +msgstr "Bladwijzer toegevoegd" -#: ../../mod/settings.php:711 ../../mod/settings.php:1046 -msgid "Email Address:" -msgstr "E-mailadres:" +#: ../../mod/bookmarks.php:62 +msgid "My Bookmarks" +msgstr "Mijn bladwijzers" -#: ../../mod/settings.php:712 ../../mod/removeaccount.php:61 -msgid "Remove Account" -msgstr "Account verwijderen" +#: ../../mod/bookmarks.php:73 +msgid "My Connections Bookmarks" +msgstr "Bladwijzers van mijn connecties" -#: ../../mod/settings.php:713 -msgid "Remove this account including all its channels" -msgstr "Dit account en al zijn kanalen verwijderen" +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID-protocolfout. Geen ID terugontvangen." -#: ../../mod/settings.php:729 -msgid "Off" -msgstr "Uit" +#: ../../mod/openid.php:72 ../../mod/openid.php:179 ../../mod/post.php:285 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Welkom %s. Authenticatie op afstand geslaagd." -#: ../../mod/settings.php:729 -msgid "On" -msgstr "Aan" +#: ../../mod/block.php:27 ../../mod/page.php:36 +msgid "Invalid item." +msgstr "Ongeldig item." -#: ../../mod/settings.php:736 -msgid "Additional Features" -msgstr "Extra functies" +#: ../../mod/block.php:39 ../../mod/page.php:52 ../../mod/wall_upload.php:29 +msgid "Channel not found." +msgstr "Kanaal niet gevonden." -#: ../../mod/settings.php:760 -msgid "Connector Settings" -msgstr "Instellingen externe koppelingen" +#: ../../mod/block.php:75 ../../mod/display.php:110 ../../mod/help.php:214 +#: ../../mod/page.php:89 ../../index.php:237 +msgid "Page not found." +msgstr "Pagina niet gevonden." -#: ../../mod/settings.php:799 -msgid "No special theme for mobile devices" -msgstr "Geen speciaal thema voor mobiele apparaten" +#: ../../mod/id.php:11 +msgid "First Name" +msgstr "Voornaam" -#: ../../mod/settings.php:802 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (experimenteel)" +#: ../../mod/id.php:12 +msgid "Last Name" +msgstr "Achternaam" -#: ../../mod/settings.php:805 ../../mod/admin.php:396 -msgid "mobile" -msgstr "mobiel" +#: ../../mod/id.php:13 +msgid "Nickname" +msgstr "Bijnaam" -#: ../../mod/settings.php:841 -msgid "Display Settings" -msgstr "Weergave-instellingen" +#: ../../mod/id.php:14 +msgid "Full Name" +msgstr "Volledige naam" -#: ../../mod/settings.php:847 -msgid "Display Theme:" -msgstr "Gebruik thema:" +#: ../../mod/id.php:20 +msgid "Profile Photo 16px" +msgstr "Profielfoto 16px" -#: ../../mod/settings.php:848 -msgid "Mobile Theme:" -msgstr "Mobiel thema:" +#: ../../mod/id.php:21 +msgid "Profile Photo 32px" +msgstr "Profielfoto 32px" -#: ../../mod/settings.php:849 -msgid "Enable user zoom on mobile devices" -msgstr "Inzoomen op smartphones en tablets toestaan" +#: ../../mod/id.php:22 +msgid "Profile Photo 48px" +msgstr "Profielfoto 48px" -#: ../../mod/settings.php:850 -msgid "Update browser every xx seconds" -msgstr "Ververs de webbrowser om de zoveel seconde" +#: ../../mod/id.php:23 +msgid "Profile Photo 64px" +msgstr "Profielfoto 64px" -#: ../../mod/settings.php:850 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Minimaal 10 seconde, geen maximum" +#: ../../mod/id.php:24 +msgid "Profile Photo 80px" +msgstr "Profielfoto 80px" -#: ../../mod/settings.php:851 -msgid "Maximum number of conversations to load at any time:" -msgstr "Maximaal aantal conversaties die per keer geladen worden:" +#: ../../mod/id.php:25 +msgid "Profile Photo 128px" +msgstr "Profielfoto 128px" -#: ../../mod/settings.php:851 -msgid "Maximum of 100 items" -msgstr "Maximaal 100 conversaties" +#: ../../mod/id.php:26 +msgid "Timezone" +msgstr "Tijdzone" -#: ../../mod/settings.php:852 -msgid "Show emoticons (smilies) as images" -msgstr "Toon emoticons (smilies) als afbeeldingen" +#: ../../mod/id.php:27 +msgid "Homepage URL" +msgstr "URL homepagina" -#: ../../mod/settings.php:853 -msgid "Link post titles to source" -msgstr "Berichtkoppen naar originele locatie linken" +#: ../../mod/id.php:29 +msgid "Birth Year" +msgstr "Geboortejaar" + +#: ../../mod/id.php:30 +msgid "Birth Month" +msgstr "Geboortemaand" -#: ../../mod/settings.php:854 -msgid "System Page Layout Editor - (advanced)" -msgstr "Lay-out bewerken van systeempagina's (geavanceerd)" +#: ../../mod/id.php:31 +msgid "Birth Day" +msgstr "Geboortedag" -#: ../../mod/settings.php:857 -msgid "Use blog/list mode on channel page" -msgstr "Gebruik blog/lijst-modus op kanaalpagina" +#: ../../mod/id.php:32 +msgid "Birthdate" +msgstr "Geboortedatum" -#: ../../mod/settings.php:857 ../../mod/settings.php:858 -msgid "(comments displayed separately)" -msgstr "(reacties worden afzonderlijk weergeven)" +#: ../../mod/id.php:33 ../../mod/profiles.php:431 +msgid "Gender" +msgstr "Geslacht" -#: ../../mod/settings.php:858 -msgid "Use blog/list mode on matrix page" -msgstr "Gebruik blog/lijst-modus op matrixpagina" +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "Leuk/niet leuk" -#: ../../mod/settings.php:859 -msgid "Channel page max height of content (in pixels)" -msgstr "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)" +#: ../../mod/like.php:20 +msgid "This action is restricted to members." +msgstr "Deze actie kan alleen door $Projectname-leden worden uitgevoerd." -#: ../../mod/settings.php:859 ../../mod/settings.php:860 -msgid "click to expand content exceeding this height" -msgstr "klik om inhoud uit te klappen die deze hoogte overschrijdt" +#: ../../mod/like.php:21 +msgid "" +"Please login with your $Projectname ID or register as a new $Projectname member to continue." +msgstr "Je dient in te loggen met je $Projectname-account of een nieuw $Projectname-account aan te maken om verder te kunnen gaan." -#: ../../mod/settings.php:860 -msgid "Matrix page max height of content (in pixels)" -msgstr "Maximale hoogte berichtinhoud op matrixpagina (in pixels)" +#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165 +msgid "Invalid request." +msgstr "Ongeldig verzoek" -#: ../../mod/settings.php:894 -msgid "Nobody except yourself" -msgstr "Niemand, behalve jezelf" +#: ../../mod/like.php:142 +msgid "thing" +msgstr "ding" -#: ../../mod/settings.php:895 -msgid "Only those you specifically allow" -msgstr "Alleen connecties met uitdrukkelijke toestemming" +#: ../../mod/like.php:188 +msgid "Channel unavailable." +msgstr "Kanaal niet beschikbaar." -#: ../../mod/settings.php:896 -msgid "Approved connections" -msgstr "Geaccepteerde connecties" +#: ../../mod/like.php:236 +msgid "Previous action reversed." +msgstr "Vorige actie omgedraaid" -#: ../../mod/settings.php:897 -msgid "Any connections" -msgstr "Alle connecties" +#: ../../mod/like.php:414 +#, php-format +msgid "%1$s agrees with %2$s's %3$s" +msgstr "%1$s is het eens met %2$s's %3$s" -#: ../../mod/settings.php:898 -msgid "Anybody on this website" -msgstr "Iedereen op deze hub" +#: ../../mod/like.php:416 +#, php-format +msgid "%1$s doesn't agree with %2$s's %3$s" +msgstr "%1$s is het niet eens met %2$s's %3$s" -#: ../../mod/settings.php:899 -msgid "Anybody in this network" -msgstr "Iedereen in dit netwerk" +#: ../../mod/like.php:418 +#, php-format +msgid "%1$s abstains from a decision on %2$s's %3$s" +msgstr "%1$s onthoudt zich van een besluit over %2$s's %3$s" -#: ../../mod/settings.php:900 -msgid "Anybody authenticated" -msgstr "Geauthenticeerd" +#: ../../mod/like.php:420 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "%1$s is aanwezig op %2$s's %3$s" -#: ../../mod/settings.php:901 -msgid "Anybody on the internet" -msgstr "Iedereen op het internet" +#: ../../mod/like.php:422 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%1$s is niet aanwezig op %2$s's %3$s" -#: ../../mod/settings.php:975 -msgid "Publish your default profile in the network directory" -msgstr "Publiceer je standaardprofiel in de kanalengids" +#: ../../mod/like.php:424 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%1$s is mogelijk aanwezig op %2$s's %3$s" -#: ../../mod/settings.php:980 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen" +#: ../../mod/like.php:520 +msgid "Action completed." +msgstr "Actie voltooid" -#: ../../mod/settings.php:984 ../../mod/profile_photo.php:366 -msgid "or" -msgstr "of" +#: ../../mod/like.php:521 +msgid "Thank you." +msgstr "Bedankt" -#: ../../mod/settings.php:989 -msgid "Your channel address is" -msgstr "Jouw kanaaladres is" +#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 +msgid "Export Channel" +msgstr "Kanaal exporteren" -#: ../../mod/settings.php:1037 -msgid "Channel Settings" -msgstr "Kanaal-instellingen" +#: ../../mod/uexport.php:53 +msgid "" +"Export your basic channel information to a file. This acts as a backup of " +"your connections, permissions, profile and basic data, which can be used to " +"import your data to a new server hub, but does not contain your content." +msgstr "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal." -#: ../../mod/settings.php:1044 -msgid "Basic Settings" -msgstr "Basis-instellingen" +#: ../../mod/uexport.php:54 +msgid "Export Content" +msgstr "Inhoud exporteren" -#: ../../mod/settings.php:1047 -msgid "Your Timezone:" -msgstr "Jouw tijdzone:" +#: ../../mod/uexport.php:55 +msgid "" +"Export your channel information and recent content to a JSON backup that can" +" be restored or imported to another server hub. This backs up all of your " +"connections, permissions, profile data and several months of posts. This " +"file may be VERY large. Please be patient - it may take several minutes for" +" this download to begin." +msgstr "Exporteer informatie en recente inhoud van jouw kanaal naar een JSON-back-up, wat kan worden gebruikt om jouw kanaal te herstellen of te importeren op een andere hub. Dit slaat al jouw connecties, permissies, profielgegevens en enkele maanden aan inhoud van jouw kanaal op. Dit bestand kan ZEER groot worden. Wees geduldig - het kan enkele minuten duren voordat de download begint." + +#: ../../mod/uexport.php:56 +msgid "Export your posts from a given year." +msgstr "Exporteer jouw berichten uit een bepaald jaar." + +#: ../../mod/uexport.php:58 +msgid "" +"You may also export your posts and conversations for a particular year or " +"month. Adjust the date in your browser location bar to select other dates. " +"If the export fails (possibly due to memory exhaustion on your server hub), " +"please try again selecting a more limited date range." +msgstr "Je kan ook berichten en conversaties uit een bepaald jaar of van een bepaalde maand exporteren. Verander de datum in de adresbalk van jouw webbrowser om andere jaren en maanden te selecteren. Wanneer het exporteren mislukt (waarschijnlijk door een gebrek aan beschikbaar servergeheugen), probeer het dan nogmaals met een beperkter tijdvak." -#: ../../mod/settings.php:1048 -msgid "Default Post Location:" -msgstr "Standaardlocatie bericht:" +#: ../../mod/uexport.php:59 +#, php-format +msgid "" +"To select all posts for a given year, such as this year, visit %2$s" +msgstr "Bezoek %2$s om alle berichten van bijvoorbeeld dit jaar te selecteren. " -#: ../../mod/settings.php:1048 -msgid "Geographical location to display on your posts" -msgstr "Geografische locatie die bij het bericht moet worden vermeld" +#: ../../mod/uexport.php:60 +#, php-format +msgid "" +"To select all posts for a given month, such as January of this year, visit " +"%2$s" +msgstr "Bezoek %2$s om alle berichten van bijvoorbeeld januari dit jaar te selecteren." -#: ../../mod/settings.php:1049 -msgid "Use Browser Location:" -msgstr "Locatie van webbrowser gebruiken:" +#: ../../mod/uexport.php:61 +#, php-format +msgid "" +"These content files may be imported or restored by visiting %2$s on any site containing your channel. For best results" +" please import or restore these in date order (oldest first)." +msgstr "Deze back-up-bestanden kunnen geïmporteerd of hersteld worden door op jouw hub en met jouw kanaal %2$s te bezoeken. Voor het beste resultaat kan je de bestanden in chronologische volgorde importeren of herstellen." -#: ../../mod/settings.php:1051 -msgid "Adult Content" -msgstr "Inhoud voor volwassenen" +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Afwezig" -#: ../../mod/settings.php:1051 -msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" -msgstr "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassenen. (Gebruik de tag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)" +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "Online" -#: ../../mod/settings.php:1053 -msgid "Security and Privacy Settings" -msgstr "Veiligheids- en privacy-instellingen" +#: ../../mod/tagger.php:96 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s heeft het %3$s van %2$s getagd met %4$s" -#: ../../mod/settings.php:1055 -msgid "Your permissions are already configured. Click to view/adjust" -msgstr "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen." +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Geen kanaal." -#: ../../mod/settings.php:1057 -msgid "Hide my online presence" -msgstr "Verberg mijn aanwezigheid" +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Veel voorkomende connecties" -#: ../../mod/settings.php:1057 -msgid "Prevents displaying in your profile that you are online" -msgstr "Voorkomt dat op je kanaalpagina te zien valt dat je momenteel op $Projectname aanwezig bent" +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Geen gemeenschappelijke connecties." -#: ../../mod/settings.php:1059 -msgid "Simple Privacy Settings:" -msgstr "Eenvoudige privacy-instellingen:" +#: ../../mod/ping.php:260 +msgid "sent you a private message" +msgstr "stuurde jou een privébericht" -#: ../../mod/settings.php:1060 -msgid "" -"Very Public - extremely permissive (should be used with caution)" -msgstr "Zeer openbaar (kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)" +#: ../../mod/ping.php:308 +msgid "added your channel" +msgstr "voegde jouw kanaal toe" -#: ../../mod/settings.php:1061 -msgid "" -"Typical - default public, privacy when desired (similar to social " -"network permissions but with improved privacy)" -msgstr "Normaal (standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)" +#: ../../mod/ping.php:350 +msgid "posted an event" +msgstr "plaatste een gebeurtenis" -#: ../../mod/settings.php:1062 -msgid "Private - default private, never open or public" -msgstr "Privé (standaard privé en nooit openbaar)" +#: ../../mod/help.php:147 +msgid "Documentation Search" +msgstr "Zoek documentatie" -#: ../../mod/settings.php:1063 -msgid "Blocked - default blocked to/from everybody" -msgstr "Geblokkeerd (standaard geblokkeerd naar/van iedereen)" +#: ../../mod/help.php:184 ../../mod/help.php:190 ../../mod/help.php:196 +msgid "Help:" +msgstr "Hulp:" -#: ../../mod/settings.php:1065 -msgid "Allow others to tag your posts" -msgstr "Anderen toestaan om je berichten te taggen" +#: ../../mod/help.php:211 ../../index.php:234 +msgid "Not Found" +msgstr "Niet gevonden" + +#: ../../mod/help.php:235 +msgid "$Projectname Documentation" +msgstr "$Projectname-documentatie" -#: ../../mod/settings.php:1065 +#: ../../mod/removeme.php:29 msgid "" -"Often used by the community to retro-actively flag inappropriate content" -msgstr "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd." -#: ../../mod/settings.php:1067 -msgid "Advanced Privacy Settings" -msgstr "Geavanceerde privacy-instellingen" +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" +msgstr "Verwijder dit kanaal" -#: ../../mod/settings.php:1069 -msgid "Expire other channel content after this many days" -msgstr "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:" +#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 +msgid "WARNING: " +msgstr "WAARSCHUWING: " -#: ../../mod/settings.php:1069 -msgid "0 or blank prevents expiration" -msgstr "0 of leeg voorkomt het verlopen" +#: ../../mod/removeme.php:58 +msgid "This channel will be completely removed from the network. " +msgstr "Dit kanaal wordt volledig uit het $Projectname-netwerk verwijderd." -#: ../../mod/settings.php:1070 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum aantal connectieverzoeken per dag:" +#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 +msgid "This action is permanent and can not be undone!" +msgstr "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!" -#: ../../mod/settings.php:1070 -msgid "May reduce spam activity" -msgstr "Kan eventuele spam verminderen" +#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 +msgid "Please enter your password for verification:" +msgstr "Vul je wachtwoord in ter verificatie:" -#: ../../mod/settings.php:1071 -msgid "Default Post Permissions" -msgstr "Standaard permissies voor nieuwe berichten" +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" +msgstr "Dit kanaal en alle klonen hiervan uit het $Projectname-netwerk verwijderen" -#: ../../mod/settings.php:1072 ../../mod/mitem.php:152 ../../mod/mitem.php:221 -msgid "(click to open/close)" -msgstr "(klik om te openen/sluiten)" +#: ../../mod/removeme.php:60 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het $Projectname-netwerk verwijderd" -#: ../../mod/settings.php:1076 -msgid "Channel permissions category:" -msgstr "Kanaaltype en -permissies:" +#: ../../mod/removeme.php:61 ../../mod/settings.php:1109 +msgid "Remove Channel" +msgstr "Kanaal verwijderen" -#: ../../mod/settings.php:1082 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" +#: ../../mod/filer.php:48 +msgid "- select -" +msgstr "- kies map -" -#: ../../mod/settings.php:1082 -msgid "Useful to reduce spamming" -msgstr "Kan eventuele spam verminderen" +#: ../../mod/mitem.php:24 ../../mod/menu.php:140 +msgid "Menu not found." +msgstr "Menu niet gevonden." -#: ../../mod/settings.php:1085 -msgid "Notification Settings" -msgstr "Notificatie-instellingen" +#: ../../mod/mitem.php:48 +msgid "Unable to create element." +msgstr "Niet in staat om onderdeel aan te maken." -#: ../../mod/settings.php:1086 -msgid "By default post a status message when:" -msgstr "Plaats automatisch een statusbericht wanneer:" +#: ../../mod/mitem.php:72 +msgid "Unable to update menu element." +msgstr "Menu-onderdeel kan niet worden geüpdatet." -#: ../../mod/settings.php:1087 -msgid "accepting a friend request" -msgstr "Een connectieverzoek wordt geaccepteerd" +#: ../../mod/mitem.php:88 +msgid "Unable to add menu element." +msgstr "Menu-onderdeel kan niet worden toegevoegd." -#: ../../mod/settings.php:1088 -msgid "joining a forum/community" -msgstr "Je lid wordt van een forum/groep" +#: ../../mod/mitem.php:116 ../../mod/menu.php:162 ../../mod/xchan.php:37 +msgid "Not found." +msgstr "Niet gevonden." -#: ../../mod/settings.php:1089 -msgid "making an interesting profile change" -msgstr "Er sprake is van een interessante profielwijziging" +#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 +msgid "Menu Item Permissions" +msgstr "Permissies menu-item" -#: ../../mod/settings.php:1090 -msgid "Send a notification email when:" -msgstr "Verzend een notificatie per e-mail wanneer:" +#: ../../mod/mitem.php:150 ../../mod/mitem.php:223 ../../mod/settings.php:1053 +msgid "(click to open/close)" +msgstr "(klik om te openen/sluiten)" -#: ../../mod/settings.php:1091 -msgid "You receive a connection request" -msgstr "Je een connectieverzoek ontvangt" +#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 +msgid "Link Name" +msgstr "Linknaam" -#: ../../mod/settings.php:1092 -msgid "Your connections are confirmed" -msgstr "Jouw connecties zijn bevestigd" +#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 +msgid "Link or Submenu Target" +msgstr "Linkdoel of submenu-doel" -#: ../../mod/settings.php:1093 -msgid "Someone writes on your profile wall" -msgstr "Iemand iets op jouw kanaal heeft geschreven" +#: ../../mod/mitem.php:153 +msgid "Enter URL of the link or select a menu name to create a submenu" +msgstr "Geef de URL van de link of kies een menunaam om een submenu aan te maken" -#: ../../mod/settings.php:1094 -msgid "Someone writes a followup comment" -msgstr "Iemand een reactie schrijft" +#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 +msgid "Use magic-auth if available" +msgstr "Gebruik magic-auth wanneer beschikbaar" -#: ../../mod/settings.php:1095 -msgid "You receive a private message" -msgstr "Je een privé-bericht ontvangt" +#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 +msgid "Open link in new window" +msgstr "Open link in nieuw venster" -#: ../../mod/settings.php:1096 -msgid "You receive a friend suggestion" -msgstr "Je een kanaalvoorstel ontvangt" +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Order in list" +msgstr "Volgorde in lijst" -#: ../../mod/settings.php:1097 -msgid "You are tagged in a post" -msgstr "Je expliciet in een bericht bent genoemd" +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Higher numbers will sink to bottom of listing" +msgstr "Hogere nummers komen onderaan de lijst terecht" -#: ../../mod/settings.php:1098 -msgid "You are poked/prodded/etc. in a post" -msgstr "Je bent in een bericht aangestoten/gepord/etc." +#: ../../mod/mitem.php:157 +msgid "Submit and finish" +msgstr "Opslaan en afsluiten" -#: ../../mod/settings.php:1101 -msgid "Show visual notifications including:" -msgstr "Toon de volgende zichtbare notificaties:" +#: ../../mod/mitem.php:158 +msgid "Submit and continue" +msgstr "Opslaan en doorgaan" -#: ../../mod/settings.php:1103 -msgid "Unseen matrix activity" -msgstr "Niet bekeken matrix-activiteit" +#: ../../mod/mitem.php:166 +msgid "Menu:" +msgstr "Menu:" -#: ../../mod/settings.php:1104 -msgid "Unseen channel activity" -msgstr "Niet bekeken kanaal-activiteit" +#: ../../mod/mitem.php:169 +msgid "Link Target" +msgstr "Linkdoel" -#: ../../mod/settings.php:1105 -msgid "Unseen private messages" -msgstr "Niet bekeken privéberichten" +#: ../../mod/mitem.php:172 +msgid "Edit menu" +msgstr "Menu bewerken" -#: ../../mod/settings.php:1105 ../../mod/settings.php:1110 -#: ../../mod/settings.php:1111 ../../mod/settings.php:1112 -msgid "Recommended" -msgstr "Aanbevolen" +#: ../../mod/mitem.php:175 +msgid "Edit element" +msgstr "Onderdeel bewerken" -#: ../../mod/settings.php:1106 -msgid "Upcoming events" -msgstr "Aankomende gebeurtenissen" +#: ../../mod/mitem.php:176 +msgid "Drop element" +msgstr "Onderdeel verwijderen" -#: ../../mod/settings.php:1107 -msgid "Events today" -msgstr "Gebeurtissen van vandaag" +#: ../../mod/mitem.php:177 +msgid "New element" +msgstr "Nieuw element" -#: ../../mod/settings.php:1108 -msgid "Upcoming birthdays" -msgstr "Aankomende verjaardagen" +#: ../../mod/mitem.php:178 +msgid "Edit this menu container" +msgstr "Deze menu-container bewerken" -#: ../../mod/settings.php:1108 -msgid "Not available in all themes" -msgstr "Niet in alle thema's beschikbaar" +#: ../../mod/mitem.php:179 +msgid "Add menu element" +msgstr "Menu-element toevoegen" -#: ../../mod/settings.php:1109 -msgid "System (personal) notifications" -msgstr "(Persoonlijke) systeemnotificaties" +#: ../../mod/mitem.php:180 +msgid "Delete this menu item" +msgstr "Dit menu-item verwijderen" -#: ../../mod/settings.php:1110 -msgid "System info messages" -msgstr "Systeemmededelingen" +#: ../../mod/mitem.php:181 +msgid "Edit this menu item" +msgstr "Dit menu-item bewerken" -#: ../../mod/settings.php:1111 -msgid "System critical alerts" -msgstr "Kritische systeemwaarschuwingen" +#: ../../mod/mitem.php:198 +msgid "Menu item not found." +msgstr "Menu-item niet gevonden." -#: ../../mod/settings.php:1112 -msgid "New connections" -msgstr "Nieuwe connecties" +#: ../../mod/mitem.php:211 +msgid "Menu item deleted." +msgstr "Menu-item verwijderd." -#: ../../mod/settings.php:1113 -msgid "System Registrations" -msgstr "Nieuwe accountregistraties op deze hub" +#: ../../mod/mitem.php:213 +msgid "Menu item could not be deleted." +msgstr "Menu-item kon niet worden verwijderd." -#: ../../mod/settings.php:1114 -msgid "" -"Also show new wall posts, private messages and connections under Notices" -msgstr "Toon tevens nieuwe kanaalberichten, privéberichten en connecties onder Notificaties" +#: ../../mod/mitem.php:220 +msgid "Edit Menu Element" +msgstr "Menu-element bewerken" -#: ../../mod/settings.php:1116 -msgid "Notify me of events this many days in advance" -msgstr "Herinner mij zoveel dagen van te voren aan gebeurtenissen" +#: ../../mod/mitem.php:226 +msgid "Link text" +msgstr "Linktekst" -#: ../../mod/settings.php:1116 -msgid "Must be greater than 0" -msgstr "Moet hoger dan 0 zijn" +#: ../../mod/connedit.php:75 +msgid "Could not access contact record." +msgstr "Kon geen toegang krijgen tot de connectie-gegevens." -#: ../../mod/settings.php:1118 -msgid "Advanced Account/Page Type Settings" -msgstr "Instellingen geavanceerd account/paginatype" +#: ../../mod/connedit.php:99 +msgid "Could not locate selected profile." +msgstr "Kon het gekozen profiel niet vinden." -#: ../../mod/settings.php:1119 -msgid "Change the behaviour of this account for special situations" -msgstr "Verander het gedrag van dit account voor speciale situaties" +#: ../../mod/connedit.php:219 +msgid "Connection updated." +msgstr "Connectie bijgewerkt." -#: ../../mod/settings.php:1122 -msgid "" -"Please enable expert mode (in Settings > " -"Additional features) to adjust!" -msgstr "Schakel de expertmodus in (in Instellingen > Extra functies) om aan te kunnen passen!" +#: ../../mod/connedit.php:221 +msgid "Failed to update connection record." +msgstr "Bijwerken van connectie-gegevens mislukt." -#: ../../mod/settings.php:1123 -msgid "Miscellaneous Settings" -msgstr "Diverse instellingen" +#: ../../mod/connedit.php:268 +msgid "is now connected to" +msgstr "is nu verbonden met" -#: ../../mod/settings.php:1125 -msgid "Personal menu to display in your channel pages" -msgstr "Persoonlijk menu om op je kanaalpagina's weer te geven" +#: ../../mod/connedit.php:391 +msgid "Could not access address book record." +msgstr "Kon geen toegang krijgen tot de record van de connectie." -#: ../../mod/settings.php:1126 ../../mod/removeme.php:61 -msgid "Remove Channel" -msgstr "Kanaal verwijderen" +#: ../../mod/connedit.php:405 +msgid "Refresh failed - channel is currently unavailable." +msgstr "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar" -#: ../../mod/settings.php:1127 -msgid "Remove this channel." -msgstr "Verwijder dit kanaal." +#: ../../mod/connedit.php:414 ../../mod/connedit.php:423 +#: ../../mod/connedit.php:432 ../../mod/connedit.php:441 +#: ../../mod/connedit.php:454 +msgid "Unable to set address book parameters." +msgstr "Niet in staat om de parameters van connecties in te stellen." -#: ../../mod/xchan.php:6 -msgid "Xchan Lookup" -msgstr "Xchan opzoeken" +#: ../../mod/connedit.php:478 +msgid "Connection has been removed." +msgstr "Connectie is verwijderd" -#: ../../mod/xchan.php:9 -msgid "Lookup xchan beginning with (or webbie): " -msgstr "Zoek een xchan (of webbie) die begint met:" +#: ../../mod/connedit.php:497 +#, php-format +msgid "View %s's profile" +msgstr "Profiel van %s weergeven" -#: ../../mod/xchan.php:37 ../../mod/menu.php:149 ../../mod/mitem.php:120 -msgid "Not found." -msgstr "Niet gevonden." +#: ../../mod/connedit.php:501 +msgid "Refresh Permissions" +msgstr "Permissies vernieuwen" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Geef toestemming voor applicatiekoppeling" +#: ../../mod/connedit.php:504 +msgid "Fetch updated permissions" +msgstr "Aangepaste permissies ophalen" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Ga terug naar je app en voeg deze beveiligingscode in:" +#: ../../mod/connedit.php:508 +msgid "Recent Activity" +msgstr "Recente activiteit" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Inloggen om verder te kunnen gaan." +#: ../../mod/connedit.php:511 +msgid "View recent posts and comments" +msgstr "Recente berichten en reacties weergeven" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?" +#: ../../mod/connedit.php:515 ../../mod/admin.php:785 +msgid "Unblock" +msgstr "Deblokkeren" -#: ../../mod/webpages.php:189 -msgid "Page Title" -msgstr "Paginatitel" +#: ../../mod/connedit.php:515 ../../mod/admin.php:784 +msgid "Block" +msgstr "Blokkeren" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Kanaal toegevoegd." +#: ../../mod/connedit.php:518 +msgid "Block (or Unblock) all communications with this connection" +msgstr "Blokkeer (of deblokkeer) alle communicatie met deze connectie" -#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 -msgid "Tag removed" -msgstr "Tag verwijderd" +#: ../../mod/connedit.php:519 +msgid "This connection is blocked!" +msgstr "Deze connectie is geblokkeerd!" -#: ../../mod/tagrm.php:119 -msgid "Remove Item Tag" -msgstr "Verwijder item-tag" +#: ../../mod/connedit.php:523 +msgid "Unignore" +msgstr "Niet meer negeren" -#: ../../mod/tagrm.php:121 -msgid "Select a tag to remove: " -msgstr "Kies een tag om te verwijderen" +#: ../../mod/connedit.php:523 ../../mod/notifications.php:51 +msgid "Ignore" +msgstr "Negeren" -#: ../../mod/tagrm.php:133 ../../mod/photos.php:875 -msgid "Remove" -msgstr "Verwijderen" +#: ../../mod/connedit.php:526 +msgid "Ignore (or Unignore) all inbound communications from this connection" +msgstr "Negeer (of negeer niet meer) alle inkomende communicatie van deze connectie" -#: ../../mod/connect.php:56 ../../mod/connect.php:104 -msgid "Continue" -msgstr "Ga verder" +#: ../../mod/connedit.php:527 +msgid "This connection is ignored!" +msgstr "Deze connectie wordt genegeerd!" -#: ../../mod/connect.php:85 -msgid "Premium Channel Setup" -msgstr "Instellen premiumkanaal " +#: ../../mod/connedit.php:531 +msgid "Unarchive" +msgstr "Niet meer archiveren" -#: ../../mod/connect.php:87 -msgid "Enable premium channel connection restrictions" -msgstr "Restricties voor connecties van premiumkanaal toestaan" +#: ../../mod/connedit.php:531 +msgid "Archive" +msgstr "Archiveren" -#: ../../mod/connect.php:88 +#: ../../mod/connedit.php:534 msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz." +"Archive (or Unarchive) this connection - mark channel dead but keep content" +msgstr "Archiveer (of dearchiveer) deze connectie - markeer het kanaal als dood, maar bewaar de inhoud" -#: ../../mod/connect.php:90 ../../mod/connect.php:110 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:" +#: ../../mod/connedit.php:535 +msgid "This connection is archived!" +msgstr "Deze connectie is gearchiveerd!" + +#: ../../mod/connedit.php:539 +msgid "Unhide" +msgstr "Niet meer verbergen" -#: ../../mod/connect.php:91 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:" +#: ../../mod/connedit.php:539 +msgid "Hide" +msgstr "Verbergen" -#: ../../mod/connect.php:92 ../../mod/connect.php:113 -msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina." +#: ../../mod/connedit.php:542 +msgid "Hide or Unhide this connection from your other connections" +msgstr "Deze connectie verbergen (of niet meer verbergen) voor jouw andere connecties" -#: ../../mod/connect.php:101 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) " +#: ../../mod/connedit.php:543 +msgid "This connection is hidden!" +msgstr "Deze connectie is verborgen!" -#: ../../mod/connect.php:109 -msgid "Restricted or Premium Channel" -msgstr "Beperkt of premiumkanaal" +#: ../../mod/connedit.php:550 +msgid "Delete this connection" +msgstr "Deze connectie verwijderen" -#: ../../mod/thing.php:94 -msgid "Thing updated" -msgstr "Ding bijgewerkt" +#: ../../mod/connedit.php:631 +msgid "Approve this connection" +msgstr "Deze connectie accepteren" -#: ../../mod/thing.php:153 -msgid "Object store: failed" -msgstr "Opslaan van ding mislukt" +#: ../../mod/connedit.php:631 +msgid "Accept connection to allow communication" +msgstr "Keur deze connectie goed om communicatie toe te staan" -#: ../../mod/thing.php:157 -msgid "Thing added" -msgstr "Ding toegevoegd" +#: ../../mod/connedit.php:636 +msgid "Set Affinity" +msgstr "Verwantschapsfilter instellen" -#: ../../mod/thing.php:175 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "OBJ: %1$s %2$s %3$s" +#: ../../mod/connedit.php:639 +msgid "Set Profile" +msgstr "Profiel instellen" -#: ../../mod/thing.php:226 -msgid "Show Thing" -msgstr "Ding weergeven" +#: ../../mod/connedit.php:642 +msgid "Set Affinity & Profile" +msgstr "Verwantschapsfilter en profiel instellen" -#: ../../mod/thing.php:233 -msgid "item not found." -msgstr "Item niet gevonden" +#: ../../mod/connedit.php:659 +msgid "Apply these permissions automatically" +msgstr "Deze permissies automatisch toepassen" -#: ../../mod/thing.php:261 -msgid "Edit Thing" -msgstr "Ding bewerken" +#: ../../mod/connedit.php:661 +msgid "This connection's address is" +msgstr "Het adres van deze connectie is" -#: ../../mod/thing.php:263 ../../mod/thing.php:310 -msgid "Select a profile" -msgstr "Kies een profiel" +#: ../../mod/connedit.php:664 +msgid "" +"The permissions indicated on this page will be applied to all new " +"connections." +msgstr "Permissies die op deze pagina staan vermeld worden op alle nieuwe connecties toegepast." -#: ../../mod/thing.php:267 ../../mod/thing.php:313 -msgid "Post an activity" -msgstr "Plaats een bericht" +#: ../../mod/connedit.php:666 +msgid "Slide to adjust your degree of friendship" +msgstr "Schuif om te bepalen hoe goed je iemand kent en/of mag" -#: ../../mod/thing.php:267 ../../mod/thing.php:313 -msgid "Only sends to viewers of the applicable profile" -msgstr "Toont dit alleen aan diegene die het gekozen profiel mogen zien." +#: ../../mod/connedit.php:668 +msgid "Slide to adjust your rating" +msgstr "Gebruik de schuif om je beoordeling te geven" -#: ../../mod/thing.php:269 ../../mod/thing.php:315 -msgid "Name of thing e.g. something" -msgstr "Naam van ding" +#: ../../mod/connedit.php:669 ../../mod/connedit.php:674 +msgid "Optionally explain your rating" +msgstr "Verklaar jouw beoordeling (niet verplicht)" -#: ../../mod/thing.php:271 ../../mod/thing.php:316 -msgid "URL of thing (optional)" -msgstr "URL van ding (optioneel)" +#: ../../mod/connedit.php:671 +msgid "Custom Filter" +msgstr "Berichtenfilter" -#: ../../mod/thing.php:273 ../../mod/thing.php:317 -msgid "URL for photo of thing (optional)" -msgstr "URL van foto van ding (optioneel)" +#: ../../mod/connedit.php:672 +msgid "Only import posts with this text" +msgstr "Importeer alleen berichten met deze tekst" -#: ../../mod/thing.php:308 -msgid "Add Thing to your Profile" -msgstr "Ding aan je profiel toevoegen" +#: ../../mod/connedit.php:672 ../../mod/connedit.php:673 +msgid "" +"words one per line or #tags or /patterns/, leave blank to import all posts" +msgstr "woorden, #tags, /regex/ of talen (lang=iso639-1) (één per regel) - laat leeg om alle berichten te importeren" -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Item is niet aanwezig." +#: ../../mod/connedit.php:673 +msgid "Do not import posts with this text" +msgstr "Importeer geen berichten met deze tekst" -#: ../../mod/probe.php:23 ../../mod/probe.php:29 -#, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "Ophalen URL gaf een foutmelding terug: %1$s" +#: ../../mod/connedit.php:675 +msgid "This information is public!" +msgstr "Deze informatie is openbaar!" + +#: ../../mod/connedit.php:680 +msgid "Connection Pending Approval" +msgstr "Connectie moet nog goedgekeurd worden" -#: ../../mod/home.php:53 -msgid "Red Matrix - "The Network"" -msgstr "RedMatrix - "The Network"" +#: ../../mod/connedit.php:681 +msgid "Connection Request" +msgstr "Connectieverzoek" -#: ../../mod/home.php:124 +#: ../../mod/connedit.php:682 #, php-format -msgid "Welcome to %s" -msgstr "Welkom op %s" +msgid "" +"(%s) would like to connect with you. Please approve this connection to allow" +" communication." +msgstr "(%s) wil met jou verbinden. Keur dit connectieverzoek goed om onderling te kunnen communiceren." -#: ../../mod/profile_photo.php:108 -msgid "Image uploaded but image cropping failed." -msgstr "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. " +#: ../../mod/connedit.php:683 ../../mod/admin.php:781 +msgid "Approve" +msgstr "Goedkeuren" -#: ../../mod/profile_photo.php:162 -msgid "Image resize failed." -msgstr "Afbeelding kon niet van grootte veranderd worden." +#: ../../mod/connedit.php:684 +msgid "Approve Later" +msgstr "Later goedkeuren" -#: ../../mod/profile_photo.php:206 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven." +#: ../../mod/connedit.php:687 +msgid "inherited" +msgstr "geërfd" -#: ../../mod/profile_photo.php:233 +#: ../../mod/connedit.php:689 #, php-format -msgid "Image exceeds size limit of %d" -msgstr "Afbeeldingsgrootte overschrijdt het limiet van %d" +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken." -#: ../../mod/profile_photo.php:242 -msgid "Unable to process image." -msgstr "Niet in staat om afbeelding te verwerken." +#: ../../mod/connedit.php:691 +msgid "Their Settings" +msgstr "Hun instellingen" -#: ../../mod/profile_photo.php:291 ../../mod/profile_photo.php:340 -msgid "Photo not available." -msgstr "Foto niet beschikbaar." +#: ../../mod/connedit.php:692 +msgid "My Settings" +msgstr "Mijn instellingen" -#: ../../mod/profile_photo.php:359 -msgid "Upload File:" -msgstr "Bestand uploaden:" +#: ../../mod/connedit.php:694 +msgid "Individual Permissions" +msgstr "Individuele permissies" -#: ../../mod/profile_photo.php:360 -msgid "Select a profile:" -msgstr "Kies een profiel:" +#: ../../mod/connedit.php:695 +msgid "" +"Some permissions may be inherited from your channel's privacy settings, which have higher " +"priority than individual settings. You can not change those" +" settings here." +msgstr "Sommige permissies worden mogelijk overgeërfd van de privacy-instellingen van jouw kanaal, die een hogere prioriteit hebben dan deze individuele instellingen. Je kan je deze overgeërfde permissies hier niet veranderen." -#: ../../mod/profile_photo.php:361 -msgid "Upload Profile Photo" -msgstr "Profielfoto uploaden" +#: ../../mod/connedit.php:696 +msgid "" +"Some permissions may be inherited from your channel's privacy settings, which have higher " +"priority than individual settings. You can change those settings here but " +"they wont have any impact unless the inherited setting changes." +msgstr "Sommige permissies worden mogelijk overgeërfd van de privacy-instellingen van jouw kanaal, die een hogere prioriteit hebben dan deze individuele permissies. Je kan de permissies hier veranderen, maar die hebben geen effect, tenzij de overgeërfde permissies worden veranderd. " -#: ../../mod/profile_photo.php:366 -msgid "skip this step" -msgstr "sla deze stap over" +#: ../../mod/connedit.php:697 +msgid "Last update:" +msgstr "Laatste wijziging:" -#: ../../mod/profile_photo.php:366 -msgid "select a photo from your photo albums" -msgstr "Kies een foto uit jouw fotoalbums" +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" +msgstr "Noteer je huidige stemming en toon het aan je connecties" -#: ../../mod/profile_photo.php:382 -msgid "Crop Image" -msgstr "Afbeelding bijsnijden" +#: ../../mod/magic.php:69 +msgid "Hub not found." +msgstr "Hub niet gevonden." -#: ../../mod/profile_photo.php:383 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven." +#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 +msgid "This setting requires special processing and editing has been blocked." +msgstr "Deze instelling vereist een speciaal proces en bewerken is geblokkeerd." -#: ../../mod/profile_photo.php:385 -msgid "Done Editing" -msgstr "Klaar met bewerken" +#: ../../mod/pconfig.php:49 +msgid "Configuration Editor" +msgstr "Configuratiebewerker" -#: ../../mod/profile_photo.php:428 -msgid "Image uploaded successfully." -msgstr "Uploaden afbeelding geslaagd" +#: ../../mod/pconfig.php:50 +msgid "" +"Warning: Changing some settings could render your channel inoperable. Please" +" leave this page unless you are comfortable with and knowledgeable about how" +" to correctly use this feature." +msgstr "Waarschuwing: het veranderen van sommige instellingen kunnen jouw kanaal onklaar maken. Verlaat deze pagina, tenzij je weet waar je mee bezig bent en voldoende kennis bezit over hoe je deze functies moet gebruiken. " -#: ../../mod/profile_photo.php:430 -msgid "Image upload failed." -msgstr "Uploaden afbeelding mislukt" +#: ../../mod/pubsites.php:16 +msgid "Public Sites" +msgstr "Openbare hubs" -#: ../../mod/profile_photo.php:439 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Verkleinen [%s] van afbeelding mislukt." +#: ../../mod/pubsites.php:19 +msgid "" +"The listed sites allow public registration for the $Projectname network. All" +" sites in the network are interlinked so membership on any of them conveys " +"membership in the network as a whole. Some sites may require subscription or" +" provide tiered service plans. The provider links may " +"provide additional details." +msgstr "Op de hier weergegeven hubs kan iedereen zich voor het $Projectname-netwerk aanmelden. Alle hubs in het $Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. Mogelijk wordt hierover op de hub zelf meer informatie gegeven." -#: ../../mod/block.php:27 ../../mod/page.php:33 -msgid "Invalid item." -msgstr "Ongeldig item." +#: ../../mod/pubsites.php:25 +msgid "Rate this hub" +msgstr "Beoordeel deze hub" -#: ../../mod/block.php:39 ../../mod/wall_upload.php:29 ../../mod/page.php:45 -msgid "Channel not found." -msgstr "Kanaal niet gevonden." +#: ../../mod/pubsites.php:26 +msgid "Site URL" +msgstr "URL hub" -#: ../../mod/block.php:75 ../../mod/help.php:79 ../../mod/display.php:106 -#: ../../mod/page.php:82 ../../index.php:241 -msgid "Page not found." -msgstr "Pagina niet gevonden." +#: ../../mod/pubsites.php:26 +msgid "Access Type" +msgstr "Toegangstype" -#: ../../mod/like.php:15 -msgid "Like/Dislike" -msgstr "Leuk/niet leuk" +#: ../../mod/pubsites.php:26 +msgid "Registration Policy" +msgstr "Registratiebeleid" -#: ../../mod/like.php:20 -msgid "This action is restricted to members." -msgstr "Deze actie kan alleen door $Projectname-leden worden uitgevoerd." +#: ../../mod/pubsites.php:26 ../../mod/profiles.php:454 +msgid "Location" +msgstr "Locatie" -#: ../../mod/like.php:21 -msgid "" -"Please login with your RedMatrix ID or register as a new RedMatrix member to continue." -msgstr "Je dient in te loggen met je RedMatrix-account of een nieuw RedMatrix-account te registreren om verder te kunnen gaan." +#: ../../mod/pubsites.php:26 +msgid "View hub ratings" +msgstr "Bekijk hubbeoordelingen" -#: ../../mod/like.php:101 ../../mod/like.php:128 ../../mod/like.php:166 -msgid "Invalid request." -msgstr "Ongeldig verzoek" +#: ../../mod/pubsites.php:30 +msgid "Rate" +msgstr "Beoordeel" -#: ../../mod/like.php:143 -msgid "thing" -msgstr "ding" +#: ../../mod/pubsites.php:31 +msgid "View ratings" +msgstr "Bekijk beoordelingen" -#: ../../mod/like.php:189 -msgid "Channel unavailable." -msgstr "Kanaal niet beschikbaar." +#: ../../mod/filestorage.php:82 +msgid "Permission Denied." +msgstr "Toegang geweigerd" -#: ../../mod/like.php:228 -msgid "Previous action reversed." -msgstr "Vorige actie omgedraaid" +#: ../../mod/filestorage.php:98 +msgid "File not found." +msgstr "Bestand niet gevonden." -#: ../../mod/like.php:398 -#, php-format -msgid "%1$s agrees with %2$s's %3$s" -msgstr "%1$s is het eens met %2$s's %3$s" +#: ../../mod/filestorage.php:141 +msgid "Edit file permissions" +msgstr "Bestandsrechten bewerken" -#: ../../mod/like.php:400 -#, php-format -msgid "%1$s doesn't agree with %2$s's %3$s" -msgstr "%1$s is het niet eens met %2$s's %3$s" +#: ../../mod/filestorage.php:150 +msgid "Set/edit permissions" +msgstr "Rechten instellen/bewerken" -#: ../../mod/like.php:402 -#, php-format -msgid "%1$s abstains from a decision on %2$s's %3$s" -msgstr "%1$s onthoudt zich van een besluit over %2$s's %3$s" +#: ../../mod/filestorage.php:151 +msgid "Include all files and sub folders" +msgstr "Toepassen op alle bestanden en submappen" -#: ../../mod/like.php:404 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "%1$s is aanwezig op %2$s's %3$s" +#: ../../mod/filestorage.php:152 +msgid "Return to file list" +msgstr "Terugkeren naar bestandlijst " -#: ../../mod/like.php:406 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "%1$s is niet aanwezig op %2$s's %3$s" +#: ../../mod/filestorage.php:154 +msgid "Copy/paste this code to attach file to a post" +msgstr "Kopieer/plak deze code om het bestand aan een bericht te koppelen" -#: ../../mod/like.php:408 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "%1$s is mogelijk aanwezig op %2$s's %3$s" +#: ../../mod/filestorage.php:155 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen" -#: ../../mod/like.php:492 -msgid "Action completed." -msgstr "Actie voltooid" +#: ../../mod/filestorage.php:157 +msgid "Share this file" +msgstr "Dit bestand delen" -#: ../../mod/like.php:493 -msgid "Thank you." -msgstr "Bedankt" +#: ../../mod/filestorage.php:158 +msgid "Show URL to this file" +msgstr "Toon URL van dit bestand" -#: ../../mod/events.php:87 -msgid "Event can not end before it has started." -msgstr "Gebeurtenis kan niet eindigen voordat het is begonnen" +#: ../../mod/filestorage.php:159 +msgid "Notify your contacts about this file" +msgstr "Jouw connecties over dit bestand berichten" + +#: ../../mod/layouts.php:121 ../../mod/layouts.php:179 +#: ../../mod/editlayout.php:161 +msgid "Layout Name" +msgstr "Naam lay-out" + +#: ../../mod/layouts.php:124 ../../mod/editlayout.php:159 +msgid "Layout Description (Optional)" +msgstr "Lay-out-omschrijving (optioneel)" + +#: ../../mod/layouts.php:176 +msgid "Comanche page description language help" +msgstr "Hulp met de paginabeschrijvingstaal Comanche" -#: ../../mod/events.php:89 ../../mod/events.php:98 ../../mod/events.php:116 -msgid "Unable to generate preview." -msgstr "Niet in staat om voorvertoning te genereren" +#: ../../mod/layouts.php:180 +msgid "Layout Description" +msgstr "Lay-out-omschrijving" -#: ../../mod/events.php:96 -msgid "Event title and start time are required." -msgstr "Titel en begintijd van gebeurtenis zijn vereist." +#: ../../mod/layouts.php:185 +msgid "Download PDL file" +msgstr "Download PDL-bestand" -#: ../../mod/events.php:114 -msgid "Event not found." -msgstr "Gebeurtenis niet gevonden" +#: ../../mod/poke.php:164 +msgid "Poke/Prod" +msgstr "Aanstoten/porren" -#: ../../mod/events.php:396 -msgid "l, F j" -msgstr "l j F" +#: ../../mod/poke.php:165 +msgid "poke, prod or do other things to somebody" +msgstr "aanstoten, porren of andere dingen met iemand doen" -#: ../../mod/events.php:418 -msgid "Edit event" -msgstr "Gebeurtenis bewerken" +#: ../../mod/poke.php:166 +msgid "Recipient" +msgstr "Ontvanger" -#: ../../mod/events.php:419 -msgid "Delete event" -msgstr "Gebeurtenis verwijderen" +#: ../../mod/poke.php:167 +msgid "Choose what you wish to do to recipient" +msgstr "Kies wat je met de ontvanger wil doen" -#: ../../mod/events.php:473 -msgid "Create New Event" -msgstr "Nieuwe gebeurtenis aanmaken" +#: ../../mod/poke.php:170 +msgid "Make this post private" +msgstr "Maak dit bericht privé" -#: ../../mod/events.php:474 ../../mod/photos.php:827 -msgid "Previous" -msgstr "Vorige" +#: ../../mod/network.php:91 +msgid "No such group" +msgstr "Collectie niet gevonden" -#: ../../mod/events.php:475 ../../mod/setup.php:265 ../../mod/photos.php:836 -msgid "Next" -msgstr "Volgende" +#: ../../mod/network.php:131 +msgid "No such channel" +msgstr "Niet zo'n kanaal" -#: ../../mod/events.php:476 -msgid "Export" -msgstr "Exporteren" +#: ../../mod/network.php:136 +msgid "forum" +msgstr "forum" -#: ../../mod/events.php:504 -msgid "Event removed" -msgstr "Gebeurtenis verwijderd" +#: ../../mod/network.php:148 +msgid "Search Results For:" +msgstr "Zoekresultaten voor:" -#: ../../mod/events.php:507 -msgid "Failed to remove event" -msgstr "Verwijderen gebeurtenis mislukt" +#: ../../mod/network.php:207 +msgid "Collection is empty" +msgstr "Collectie is leeg" -#: ../../mod/events.php:627 -msgid "Event details" -msgstr "Details van gebeurtenis" +#: ../../mod/network.php:216 +msgid "Collection: " +msgstr "Collectie: " -#: ../../mod/events.php:628 -msgid "Starting date and Title are required." -msgstr "Begintijd en titel zijn vereist." +#: ../../mod/network.php:242 +msgid "Invalid connection." +msgstr "Ongeldige connectie." -#: ../../mod/events.php:630 -msgid "Categories (comma-separated list)" -msgstr "Categorieën (door komma's gescheiden lijst)" +#: ../../mod/chat.php:19 ../../mod/channel.php:25 +msgid "You must be logged in to see this page." +msgstr "Je moet zijn ingelogd om deze pagina te kunnen bekijken." -#: ../../mod/events.php:632 -msgid "Event Starts:" -msgstr "Begin gebeurtenis:" +#: ../../mod/chat.php:171 +msgid "Room not found" +msgstr "Chatkanaal niet gevonden" -#: ../../mod/events.php:639 -msgid "Finish date/time is not known or not relevant" -msgstr "Einddatum/-tijd is niet bekend of niet relevant" +#: ../../mod/chat.php:182 +msgid "Leave Room" +msgstr "Chatkanaal verlaten" -#: ../../mod/events.php:641 -msgid "Event Finishes:" -msgstr "Einde gebeurtenis:" +#: ../../mod/chat.php:183 +msgid "Delete This Room" +msgstr "Chatkanaal verwijderen" -#: ../../mod/events.php:643 ../../mod/events.php:644 -msgid "Adjust for viewer timezone" -msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt" +#: ../../mod/chat.php:184 +msgid "I am away right now" +msgstr "Ik ben momenteel afwezig" -#: ../../mod/events.php:643 -msgid "" -"Important for events that happen in a particular place. Not practical for " -"global holidays." -msgstr "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen." +#: ../../mod/chat.php:185 +msgid "I am online" +msgstr "Ik ben online" -#: ../../mod/events.php:645 -msgid "Description:" -msgstr "Omschrijving:" +#: ../../mod/chat.php:187 +msgid "Bookmark this room" +msgstr "Chatkanaal aan bladwijzers toevoegen" -#: ../../mod/events.php:649 -msgid "Title:" -msgstr "Titel:" +#: ../../mod/chat.php:205 ../../mod/chat.php:227 +msgid "New Chatroom" +msgstr "Nieuw chatkanaal" -#: ../../mod/events.php:651 -msgid "Share this event" -msgstr "Deel deze gebeurtenis" +#: ../../mod/chat.php:206 +msgid "Chatroom Name" +msgstr "Naam chatkanaal" -#: ../../mod/subthread.php:103 +#: ../../mod/chat.php:223 #, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s volgt het %3$s van %2$s" +msgid "%1$s's Chatrooms" +msgstr "Chatkanalen van %1$s" -#: ../../mod/pubsites.php:16 -msgid "Public Sites" -msgstr "Openbare hubs" +#: ../../mod/search.php:209 +#, php-format +msgid "Items tagged with: %s" +msgstr "Items getagd met %s" -#: ../../mod/pubsites.php:19 -msgid "" -"The listed sites allow public registration into the Red Matrix. All sites in" -" the matrix are interlinked so membership on any of them conveys membership " -"in the matrix as a whole. Some sites may require subscription or provide " -"tiered service plans. The provider links may provide " -"additional details." -msgstr "Op de hier weergegeven hubs kan iedereen zich voor de RedMatrix aanmelden. Alle hubs in de Matrix zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. Mogelijk wordt hierover op de hub zelf meer informatie gegeven." +#: ../../mod/search.php:211 +#, php-format +msgid "Search results for: %s" +msgstr "Zoekresultaten voor %s" -#: ../../mod/pubsites.php:25 -msgid "Rate this hub" -msgstr "Beoordeel deze hub" +#: ../../mod/message.php:34 +msgid "Conversation removed." +msgstr "Conversatie verwijderd" -#: ../../mod/pubsites.php:26 -msgid "Site URL" -msgstr "URL hub" +#: ../../mod/channel.php:97 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Onvoldoende permissies. Doorgestuurd naar profielpagina." -#: ../../mod/pubsites.php:26 -msgid "Access Type" -msgstr "Toegangstype" +#: ../../mod/editpost.php:20 ../../mod/editblock.php:78 +#: ../../mod/editblock.php:94 ../../mod/editlayout.php:76 +#: ../../mod/editwebpage.php:77 +msgid "Item not found" +msgstr "Item niet gevonden" -#: ../../mod/pubsites.php:26 -msgid "Registration Policy" -msgstr "Registratiebeleid" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Item is niet te bewerken" -#: ../../mod/pubsites.php:26 ../../mod/profiles.php:454 -msgid "Location" -msgstr "Locatie" +#: ../../mod/editpost.php:55 +msgid "Delete item?" +msgstr "Item verwijderen?" -#: ../../mod/pubsites.php:26 -msgid "View hub ratings" -msgstr "Bekijk hubbeoordelingen" +#: ../../mod/editpost.php:122 ../../mod/editblock.php:145 +#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:185 +msgid "Insert YouTube video" +msgstr "YouTube-video invoegen" -#: ../../mod/pubsites.php:30 -msgid "Rate" -msgstr "Beoordeel" +#: ../../mod/editpost.php:123 ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:186 +msgid "Insert Vorbis [.ogg] video" +msgstr "Vorbis-video [.ogg] invoegen" -#: ../../mod/pubsites.php:31 -msgid "View ratings" -msgstr "Bekijk beoordelingen" +#: ../../mod/editpost.php:124 ../../mod/editblock.php:147 +#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:187 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Vorbis-audio [.ogg] invoegen" -#: ../../mod/rpost.php:131 ../../mod/editpost.php:42 +#: ../../mod/editpost.php:165 ../../mod/rpost.php:128 msgid "Edit post" msgstr "Bericht bewerken" -#: ../../mod/dav.php:121 -msgid "RedMatrix channel" -msgstr "RedMatrix-kanaal" +#: ../../mod/dreport.php:15 +msgid "Invalid message" +msgstr "Ongeldig bericht" -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "Collectie aangemaakt" +#: ../../mod/dreport.php:25 +msgid "no results" +msgstr "geen resultaten" -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "Collectie kon niet aangemaakt worden" +#: ../../mod/dreport.php:30 +#, php-format +msgid "Delivery report for %1$s" +msgstr "Afleveringsrapport voor %1$s" -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "Collectie bijgewerkt." +#: ../../mod/dreport.php:39 +msgid "channel sync processed" +msgstr "kanaalsync verwerkt" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "Kanaalcollectie aanmaken" +#: ../../mod/dreport.php:43 +msgid "queued" +msgstr "in wachtrij" -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "Naam collectie:" +#: ../../mod/dreport.php:47 +msgid "posted" +msgstr "verstuurd" -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "Kanalen in deze collectie zijn zichtbaar voor andere kanalen" +#: ../../mod/dreport.php:51 +msgid "accepted for delivery" +msgstr "geaccepteerd om afgeleverd te worden" -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "Collectie verwijderd" +#: ../../mod/dreport.php:55 +msgid "updated" +msgstr "geüpdatet" -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "Verwijderen collectie mislukt" +#: ../../mod/dreport.php:58 +msgid "update ignored" +msgstr "update genegeerd" -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "Collectiebewerker" +#: ../../mod/dreport.php:61 +msgid "permission denied" +msgstr "toegang geweigerd" -#: ../../mod/group.php:196 ../../mod/bulksetclose.php:89 -msgid "Members" -msgstr "Kanalen" +#: ../../mod/editblock.php:118 +msgid "Delete block?" +msgstr "Blok verwijderen" -#: ../../mod/group.php:198 ../../mod/bulksetclose.php:91 -msgid "All Connected Channels" -msgstr "Alle kanaalconnecties" +#: ../../mod/editblock.php:180 +msgid "Edit Block" +msgstr "Blok bewerken" -#: ../../mod/group.php:233 ../../mod/bulksetclose.php:126 -msgid "Click on a channel to add or remove." -msgstr "Klik op een kanaal om deze toe te voegen of te verwijderen." +#: ../../mod/home.php:57 ../../mod/home.php:63 ../../mod/siteinfo.php:157 +msgid "$Projectname" +msgstr "$Projectname" -#: ../../mod/siteinfo.php:112 +#: ../../mod/home.php:73 #, php-format -msgid "Version %s" -msgstr "Versie %s" +msgid "Welcome to %s" +msgstr "Welkom op %s" -#: ../../mod/siteinfo.php:133 -msgid "Installed plugins/addons/apps:" -msgstr "Ingeschakelde plug-ins/add-ons/apps:" +#: ../../mod/item.php:174 +msgid "Unable to locate original post." +msgstr "Niet in staat om de originele locatie van het bericht te vinden. " -#: ../../mod/siteinfo.php:146 -msgid "No installed plugins/addons/apps" -msgstr "Geen ingeschakelde plug-ins/add-ons/apps" +#: ../../mod/item.php:407 +msgid "Empty post discarded." +msgstr "Leeg bericht geannuleerd" -#: ../../mod/siteinfo.php:155 -msgid "Red" -msgstr "Red" +#: ../../mod/item.php:447 +msgid "Executable content type not permitted to this channel." +msgstr "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal." -#: ../../mod/siteinfo.php:156 -msgid "" -"This is a hub of redmatrix - a global cooperative network of decentralized " -"privacy enhanced websites." -msgstr "Dit is een hub van de RedMatrix - een wereldwijd coöperatief netwerk van gedecentraliseerde websites met verbeterde privacy." +#: ../../mod/item.php:896 +msgid "System error. Post not saved." +msgstr "Systeemfout. Bericht niet opgeslagen." -#: ../../mod/siteinfo.php:158 -msgid "Tag: " -msgstr "Tag: " +#: ../../mod/item.php:1163 +msgid "Unable to obtain post information from database." +msgstr "Niet in staat om informatie over dit bericht uit de database te verkrijgen." -#: ../../mod/siteinfo.php:160 -msgid "Last background fetch: " -msgstr "Meest recente achtergrond-fetch:" +#: ../../mod/item.php:1170 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "Je hebt jouw limiet van %1$.0f berichten bereikt." -#: ../../mod/siteinfo.php:163 -msgid "Running at web location" -msgstr "Draaiend op weblocatie" +#: ../../mod/item.php:1177 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt." -#: ../../mod/siteinfo.php:164 -msgid "" -"Please visit redmatrix.me to learn more" -" about the Red Matrix." -msgstr "Bezoek RedMatrix.me om meer over de RedMatrix te leren." +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "Niet in staat om je hub te vinden" -#: ../../mod/siteinfo.php:165 -msgid "Bug reports and issues: please visit" -msgstr "Bugrapporten en andere kwesties: bezoek" +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Verzenden bericht geslaagd." -#: ../../mod/siteinfo.php:168 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com" +#: ../../mod/admin.php:52 +msgid "Theme settings updated." +msgstr "Thema-instellingen bijgewerkt." + +#: ../../mod/admin.php:160 +msgid "# Accounts" +msgstr "# accounts" + +#: ../../mod/admin.php:161 +msgid "# blocked accounts" +msgstr "# geblokkeerde accounts" + +#: ../../mod/admin.php:162 +msgid "# expired accounts" +msgstr "# verlopen accounts" + +#: ../../mod/admin.php:163 +msgid "# expiring accounts" +msgstr "# accounts die nog moeten verlopen" + +#: ../../mod/admin.php:174 +msgid "# Channels" +msgstr "# Kanalen" -#: ../../mod/siteinfo.php:170 -msgid "Site Administrators" -msgstr "Hubbeheerders: " +#: ../../mod/admin.php:175 +msgid "# primary" +msgstr "# primair" -#: ../../mod/help.php:49 ../../mod/help.php:55 ../../mod/help.php:61 -msgid "Help:" -msgstr "Hulp:" +#: ../../mod/admin.php:176 +msgid "# clones" +msgstr "# klonen" -#: ../../mod/help.php:76 ../../index.php:238 -msgid "Not Found" -msgstr "Niet gevonden" +#: ../../mod/admin.php:182 +msgid "Message queues" +msgstr "Berichtenwachtrij" -#: ../../mod/setup.php:166 -msgid "Red Matrix Server - Setup" -msgstr "RedMatrix Server - Setup" +#: ../../mod/admin.php:198 ../../mod/admin.php:409 ../../mod/admin.php:506 +#: ../../mod/admin.php:774 ../../mod/admin.php:938 ../../mod/admin.php:1030 +#: ../../mod/admin.php:1070 ../../mod/admin.php:1230 ../../mod/admin.php:1264 +#: ../../mod/admin.php:1349 +msgid "Administration" +msgstr "Beheer" -#: ../../mod/setup.php:172 -msgid "Could not connect to database." -msgstr "Could not connect to database." +#: ../../mod/admin.php:199 +msgid "Summary" +msgstr "Samenvatting" -#: ../../mod/setup.php:176 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "Could not connect to specified hub URL. Possible SSL certificate or DNS issue." +#: ../../mod/admin.php:202 +msgid "Registered accounts" +msgstr "Geregistreerde accounts" -#: ../../mod/setup.php:183 -msgid "Could not create table." -msgstr "Could not create table." +#: ../../mod/admin.php:203 ../../mod/admin.php:510 +msgid "Pending registrations" +msgstr "Accounts die op goedkeuring wachten" -#: ../../mod/setup.php:189 -msgid "Your site database has been installed." -msgstr "Your hub database has been installed." +#: ../../mod/admin.php:204 +msgid "Registered channels" +msgstr "Geregistreerde kanalen" -#: ../../mod/setup.php:194 -msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." -msgstr "You may need to import the file \"install/schema_xxx.sql\" manually using a database client." +#: ../../mod/admin.php:205 ../../mod/admin.php:511 +msgid "Active plugins" +msgstr "Ingeschakelde plug-ins" -#: ../../mod/setup.php:195 ../../mod/setup.php:264 ../../mod/setup.php:662 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Please see the file \"install/INSTALL.txt\"." +#: ../../mod/admin.php:206 +msgid "Version" +msgstr "Versie" -#: ../../mod/setup.php:261 -msgid "System check" -msgstr "System check" +#: ../../mod/admin.php:321 +msgid "Site settings updated." +msgstr "Hub-instellingen bijgewerkt." -#: ../../mod/setup.php:266 -msgid "Check again" -msgstr "Check again" +#: ../../mod/admin.php:358 ../../mod/settings.php:790 +msgid "mobile" +msgstr "mobiel" -#: ../../mod/setup.php:289 -msgid "Database connection" -msgstr "Database connection" +#: ../../mod/admin.php:360 +msgid "experimental" +msgstr "experimenteel" -#: ../../mod/setup.php:290 -msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." -msgstr "In order to install RedMatrix we need to know how to connect to your database." +#: ../../mod/admin.php:362 +msgid "unsupported" +msgstr "Niet ondersteund" -#: ../../mod/setup.php:291 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." +#: ../../mod/admin.php:387 +msgid "Yes - with approval" +msgstr "Ja - met goedkeuring" -#: ../../mod/setup.php:292 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "The database you specify below should already exist. If it does not, please create it before continuing." +#: ../../mod/admin.php:393 +msgid "My site is not a public server" +msgstr "Mijn $Projectname-hub is niet openbaar" -#: ../../mod/setup.php:296 -msgid "Database Server Name" -msgstr "Database Server Name" +#: ../../mod/admin.php:394 +msgid "My site has paid access only" +msgstr "Mijn $Projectname-hub kent alleen betaalde toegang" -#: ../../mod/setup.php:296 -msgid "Default is localhost" -msgstr "Default is localhost" +#: ../../mod/admin.php:395 +msgid "My site has free access only" +msgstr "Mijn $Projectname-hub kent alleen gratis toegang" -#: ../../mod/setup.php:297 -msgid "Database Port" -msgstr "Database Port" +#: ../../mod/admin.php:396 +msgid "My site offers free accounts with optional paid upgrades" +msgstr "Mijn $Projectname-hub biedt gratis accounts aan met betaalde uitbreidingen als optie" -#: ../../mod/setup.php:297 -msgid "Communication port number - use 0 for default" -msgstr "Communication port number - use 0 for default" +#: ../../mod/admin.php:412 ../../mod/register.php:207 +msgid "Registration" +msgstr "Registratie" -#: ../../mod/setup.php:298 -msgid "Database Login Name" -msgstr "Database Login Name" +#: ../../mod/admin.php:413 +msgid "File upload" +msgstr "Bestand uploaden" -#: ../../mod/setup.php:299 -msgid "Database Login Password" -msgstr "Database Login Password" +#: ../../mod/admin.php:414 +msgid "Policies" +msgstr "Beleid" -#: ../../mod/setup.php:300 -msgid "Database Name" -msgstr "Database Name" +#: ../../mod/admin.php:419 +msgid "Site name" +msgstr "Naam van deze $Projectname-hub" -#: ../../mod/setup.php:301 -msgid "Database Type" -msgstr "Database Type" +#: ../../mod/admin.php:420 +msgid "Banner/Logo" +msgstr "Banner/logo" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 -msgid "Site administrator email address" -msgstr "Hub administrator email address" +#: ../../mod/admin.php:421 +msgid "Administrator Information" +msgstr "Informatie over de beheerder van deze hub" -#: ../../mod/setup.php:303 ../../mod/setup.php:347 +#: ../../mod/admin.php:421 msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Your account email address must match this in order to use the web admin panel." +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "Contactinformatie voor hub-beheerders. Getoond op pagina met hub-informatie. Er kan hier bbcode gebruikt worden." -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Website URL" -msgstr "Hub URL" +#: ../../mod/admin.php:422 +msgid "System language" +msgstr "Standaardtaal" -#: ../../mod/setup.php:304 ../../mod/setup.php:349 -msgid "Please use SSL (https) URL if available." -msgstr "Please use SSL (https) URL if available." +#: ../../mod/admin.php:423 +msgid "System theme" +msgstr "Standaardthema" -#: ../../mod/setup.php:307 ../../mod/setup.php:352 -msgid "Please select a default timezone for your website" -msgstr "Please select a default timezone for your hub" +#: ../../mod/admin.php:423 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Standaardthema voor $Projectname-hub (kan door lid veranderd worden) - verander thema-instellingen" -#: ../../mod/setup.php:335 -msgid "Site settings" -msgstr "Hub settings" +#: ../../mod/admin.php:424 +msgid "Mobile system theme" +msgstr "Standaardthema voor mobiel" -#: ../../mod/setup.php:395 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Could not find a command line version of PHP in the web server PATH." +#: ../../mod/admin.php:424 +msgid "Theme for mobile devices" +msgstr "Thema voor mobiele apparaten" -#: ../../mod/setup.php:396 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron." +#: ../../mod/admin.php:426 +msgid "Allow Feeds as Connections" +msgstr "Sta feeds toe als connecties" -#: ../../mod/setup.php:400 -msgid "PHP executable path" -msgstr "PHP executable path" +#: ../../mod/admin.php:426 +msgid "(Heavy system resource usage)" +msgstr "(sterk negatieve invloed op systeembronnen hub)" + +#: ../../mod/admin.php:427 +msgid "Maximum image size" +msgstr "Maximale grootte van afbeeldingen" -#: ../../mod/setup.php:400 +#: ../../mod/admin.php:427 msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Enter full path to php executable. You can leave this blank to continue the installation." +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend." -#: ../../mod/setup.php:405 -msgid "Command line PHP" -msgstr "Command line PHP" +#: ../../mod/admin.php:428 +msgid "Does this site allow new member registration?" +msgstr "Staat deze hub nieuwe accounts toe?" -#: ../../mod/setup.php:414 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." +#: ../../mod/admin.php:429 +msgid "Which best describes the types of account offered by this hub?" +msgstr "Wat voor soort accounts biedt deze $Projectname-hub aan? Kies wat het meest in de buurt komt." -#: ../../mod/setup.php:415 -msgid "This is required for message delivery to work." -msgstr "This is required for message delivery to work." +#: ../../mod/admin.php:430 +msgid "Register text" +msgstr "Tekst tijdens registratie" -#: ../../mod/setup.php:417 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" +#: ../../mod/admin.php:430 +msgid "Will be displayed prominently on the registration page." +msgstr "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond." -#: ../../mod/setup.php:438 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" +#: ../../mod/admin.php:431 +msgid "Site homepage to show visitors (default: login box)" +msgstr "Homepagina van deze hub die aan bezoekers wordt getoond (standaard: inlogformulier)" -#: ../../mod/setup.php:439 +#: ../../mod/admin.php:431 msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"." +"example: 'public' to show public stream, 'page/sys/home' to show a system " +"webpage called 'home' or 'include:home.html' to include a file." +msgstr "voorbeeld: 'public' om de openbare stream te tonen, 'page/sys/home' om de webpagina 'home' van het systeemkanaal te tonen of 'include:home.html' om een gewoon bestand te gebruiken." -#: ../../mod/setup.php:441 -msgid "Generate encryption keys" -msgstr "Generate encryption keys" +#: ../../mod/admin.php:432 +msgid "Preserve site homepage URL" +msgstr "Behoudt de URL van de hub (/)" -#: ../../mod/setup.php:448 -msgid "libCurl PHP module" -msgstr "libCurl PHP module" +#: ../../mod/admin.php:432 +msgid "" +"Present the site homepage in a frame at the original location instead of " +"redirecting" +msgstr "Toon de homepagina van de hub in een frame op de oorspronkelijke locatie (/), i.p.v. een doorverwijzing naar een andere locatie (bv. .../home.html)" -#: ../../mod/setup.php:449 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP module" +#: ../../mod/admin.php:433 +msgid "Accounts abandoned after x days" +msgstr "Accounts als verlaten beschouwen na zoveel aantal dagen:" -#: ../../mod/setup.php:450 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP module" +#: ../../mod/admin.php:433 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet." -#: ../../mod/setup.php:451 -msgid "mysqli or postgres PHP module" -msgstr "mysqli or postgres PHP module" +#: ../../mod/admin.php:434 +msgid "Allowed friend domains" +msgstr "Toegestane domeinen" -#: ../../mod/setup.php:452 -msgid "mb_string PHP module" -msgstr "mb_string PHP module" +#: ../../mod/admin.php:434 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Komma-gescheiden lijst van domeinen waarvan kanalen connecties kunnen aangaan met kanalen op deze $Projectname-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten." -#: ../../mod/setup.php:453 -msgid "mcrypt PHP module" -msgstr "mcrypt PHP module" +#: ../../mod/admin.php:435 +msgid "Allowed email domains" +msgstr "Toegestane e-maildomeinen" -#: ../../mod/setup.php:458 ../../mod/setup.php:460 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite module" +#: ../../mod/admin.php:435 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te laten." -#: ../../mod/setup.php:458 +#: ../../mod/admin.php:436 +msgid "Not allowed email domains" +msgstr "Niet toegestane e-maildomeinen" + +#: ../../mod/admin.php:436 msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Error: Apache webserver mod-rewrite module is required but not installed." +"Comma separated list of domains which are not allowed in email addresses for" +" registrations to this site. Wildcards are accepted. Empty to allow any " +"domains, unless allowed domains have been defined." +msgstr "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen niet op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te staan, tenzij er toegestane domeinen zijn ingesteld. " -#: ../../mod/setup.php:464 ../../mod/setup.php:467 -msgid "proc_open" -msgstr "proc_open" +#: ../../mod/admin.php:437 +msgid "Block public" +msgstr "Openbare toegang blokkeren" -#: ../../mod/setup.php:464 +#: ../../mod/admin.php:437 msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "Error: proc_open is required but is either not installed or has been disabled in php.ini" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor ingelogde leden." -#: ../../mod/setup.php:472 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Error: libCURL PHP module required but not installed." +#: ../../mod/admin.php:438 +msgid "Verify Email Addresses" +msgstr "E-mailadres verifieren" -#: ../../mod/setup.php:476 +#: ../../mod/admin.php:438 msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Error: GD graphics PHP module with JPEG support required but not installed." +"Check to verify email addresses used in account registration (recommended)." +msgstr "Inschakelen om e-mailadressen te verifiëren die tijdens de accountregistratie worden gebruikt (aanbevolen)." -#: ../../mod/setup.php:480 -msgid "Error: openssl PHP module required but not installed." -msgstr "Error: openssl PHP module required but not installed." +#: ../../mod/admin.php:439 +msgid "Force publish" +msgstr "Dwing kanaalvermelding af" -#: ../../mod/setup.php:484 +#: ../../mod/admin.php:439 msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." -msgstr "Error: mysqli or postgres PHP module required but neither are installed." - -#: ../../mod/setup.php:488 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Error: mb_string PHP module required but not installed." +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld." -#: ../../mod/setup.php:492 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "Error: mcrypt PHP module required but not installed." +#: ../../mod/admin.php:440 +msgid "Disable discovery tab" +msgstr "Ontdekkingstab" -#: ../../mod/setup.php:508 +#: ../../mod/admin.php:440 msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so." +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "Verwijder de tab in de matrix-weergave waarin zich een selectie aan openbare berichten bevindt, die automatisch voor deze hub zijn uitgekozen." -#: ../../mod/setup.php:509 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can." +#: ../../mod/admin.php:441 +msgid "login on Homepage" +msgstr "Inlogformulier op de homepagina" -#: ../../mod/setup.php:510 +#: ../../mod/admin.php:441 msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder." +"Present a login box to visitors on the home page if no other content has " +"been configured." +msgstr "Toon een inlogformulier voor bezoekers op de homepagina wanneer geen andere inhoud is geconfigureerd. " -#: ../../mod/setup.php:511 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions." +#: ../../mod/admin.php:443 +msgid "Proxy user" +msgstr "Gebruikersnaam proxy" -#: ../../mod/setup.php:514 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php is writable" +#: ../../mod/admin.php:444 +msgid "Proxy URL" +msgstr "URL proxy" -#: ../../mod/setup.php:524 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." +#: ../../mod/admin.php:445 +msgid "Network timeout" +msgstr "Netwerktimeout" -#: ../../mod/setup.php:525 -#, php-format -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." -msgstr "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder." +#: ../../mod/admin.php:445 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)" -#: ../../mod/setup.php:526 ../../mod/setup.php:544 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder." +#: ../../mod/admin.php:446 +msgid "Delivery interval" +msgstr "Afleveringsinterval" -#: ../../mod/setup.php:527 -#, php-format +#: ../../mod/admin.php:446 msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." -msgstr "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains." +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers." -#: ../../mod/setup.php:530 -#, php-format -msgid "%s is writable" -msgstr "%s is writable" +#: ../../mod/admin.php:447 +msgid "Deliveries per process" +msgstr "Leveringen per serverproces" -#: ../../mod/setup.php:543 +#: ../../mod/admin.php:447 msgid "" -"Red uses the store directory to save uploaded files. The web server needs to" -" have write access to the store directory under the Red top level folder" -msgstr "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder" +"Number of deliveries to attempt in a single operating system process. Adjust" +" if necessary to tune system performance. Recommend: 1-5." +msgstr "Aantal leveringen die aan één serverproces worden meegegeven. Pas dit aan wanneer het nodig is om systeemprestaties te verbeteren. Aangeraden: 1-5" -#: ../../mod/setup.php:547 -msgid "store is writable" -msgstr "store is writable" +#: ../../mod/admin.php:448 +msgid "Poll interval" +msgstr "Poll-interval" -#: ../../mod/setup.php:577 +#: ../../mod/admin.php:448 msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "SSL certificate cannot be validated. Fix certificate or disable https access to this hub." +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken." -#: ../../mod/setup.php:578 -msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" -msgstr "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!" +#: ../../mod/admin.php:449 +msgid "Maximum Load Average" +msgstr "Maximaal gemiddelde systeembelasting" -#: ../../mod/setup.php:579 +#: ../../mod/admin.php:449 msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." -msgstr "This restriction is incorporated because public posts from you may for example contain references to images on your own hub." +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50." -#: ../../mod/setup.php:580 -msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." -msgstr "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues." +#: ../../mod/admin.php:450 +msgid "Expiration period in days for imported (matrix/network) content" +msgstr "Aantal dagen waarna geïmporteerde inhoud uit iemands matrix/netwerk-pagina wordt verwijderd." -#: ../../mod/setup.php:581 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." -msgstr "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement." +#: ../../mod/admin.php:450 +msgid "0 for no expiration of imported content" +msgstr "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud." -#: ../../mod/setup.php:582 -msgid "" -"Providers are available that issue free certificates which are browser-" -"valid." -msgstr "Providers are available that issue free certificates which are browser-valid." +#: ../../mod/admin.php:498 +msgid "No server found" +msgstr "Geen hub gevonden" -#: ../../mod/setup.php:584 -msgid "SSL certificate validation" -msgstr "SSL certificate validation" +#: ../../mod/admin.php:505 ../../mod/admin.php:788 +msgid "ID" +msgstr "ID" -#: ../../mod/setup.php:590 -msgid "" -"Url rewrite in .htaccess is not working. Check your server " -"configuration.Test: " -msgstr "Url rewrite in .htaccess is not working. Check your server configuration.Test: " +#: ../../mod/admin.php:505 +msgid "for channel" +msgstr "voor kanaal" -#: ../../mod/setup.php:592 -msgid "Url rewrite is working" -msgstr "Url rewrite is working" +#: ../../mod/admin.php:505 +msgid "on server" +msgstr "op hub" -#: ../../mod/setup.php:602 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." +#: ../../mod/admin.php:505 +msgid "Status" +msgstr "Status" -#: ../../mod/setup.php:625 -msgid "Errors encountered creating database tables." -msgstr "Errors encountered creating database tables." +#: ../../mod/admin.php:507 +msgid "Server" +msgstr "Hubbeheer" -#: ../../mod/setup.php:660 -msgid "

What next

" -msgstr "

Wat nu

" +#: ../../mod/admin.php:524 +msgid "Update has been marked successful" +msgstr "Update is als succesvol gemarkeerd" -#: ../../mod/setup.php:661 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../mod/admin.php:534 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "Uitvoeren van %s is mislukt. Controleer systeemlogboek." -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Geen kanaal." +#: ../../mod/admin.php:537 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Update %s was geslaagd." -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Veel voorkomende connecties" +#: ../../mod/admin.php:541 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is." -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Geen gemeenschappelijke connecties." +#: ../../mod/admin.php:544 +#, php-format +msgid "Update function %s could not be found." +msgstr "Update-functie %s kon niet gevonden worden." -#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "Deze hub is geen kanalengidshub (directoryserver)" +#: ../../mod/admin.php:560 +msgid "No failed updates." +msgstr "Geen mislukte updates." -#: ../../mod/connections.php:37 ../../mod/connedit.php:75 -msgid "Could not access contact record." -msgstr "Kon geen toegang krijgen tot de connectie-gegevens." +#: ../../mod/admin.php:564 +msgid "Failed Updates" +msgstr "Mislukte updates" -#: ../../mod/connections.php:51 ../../mod/connedit.php:99 -msgid "Could not locate selected profile." -msgstr "Kon het gekozen profiel niet vinden." +#: ../../mod/admin.php:566 +msgid "Mark success (if update was manually applied)" +msgstr "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)" -#: ../../mod/connections.php:94 ../../mod/connedit.php:214 -msgid "Connection updated." -msgstr "Connectie bijgewerkt." +#: ../../mod/admin.php:567 +msgid "Attempt to execute this update step automatically" +msgstr "Poging om deze stap van de update automatisch uit te voeren." -#: ../../mod/connections.php:96 ../../mod/connedit.php:216 -msgid "Failed to update connection record." -msgstr "Bijwerken van connectie-gegevens mislukt." +#: ../../mod/admin.php:599 +msgid "Queue Statistics" +msgstr "Wachtrij-statistieken" -#: ../../mod/connections.php:192 ../../mod/connections.php:293 -msgid "Blocked" -msgstr "Geblokkeerd" +#: ../../mod/admin.php:600 +msgid "Total Entries" +msgstr "Aantal vermeldingen" -#: ../../mod/connections.php:197 ../../mod/connections.php:300 -msgid "Ignored" -msgstr "Genegeerd" +#: ../../mod/admin.php:601 +msgid "Priority" +msgstr "Prioriteit" -#: ../../mod/connections.php:202 ../../mod/connections.php:314 -msgid "Hidden" -msgstr "Verborgen" +#: ../../mod/admin.php:602 +msgid "Destination URL" +msgstr "Doel-URL" -#: ../../mod/connections.php:207 ../../mod/connections.php:307 -msgid "Archived" -msgstr "Gearchiveerd" +#: ../../mod/admin.php:603 +msgid "Mark hub permanently offline" +msgstr "Hub als permanent offline markeren" -#: ../../mod/connections.php:271 -msgid "Suggest new connections" -msgstr "Nieuwe kanalen voorstellen" +#: ../../mod/admin.php:604 +msgid "Empty queue for this hub" +msgstr "Berichtenwachtrij voor deze hub legen" -#: ../../mod/connections.php:274 -msgid "New Connections" -msgstr "Nieuwe connecties" +#: ../../mod/admin.php:605 +msgid "Last known contact" +msgstr "Voor het laatst contact" -#: ../../mod/connections.php:277 -msgid "Show pending (new) connections" -msgstr "Nog te accepteren (nieuwe) connecties weergeven" +#: ../../mod/admin.php:641 +#, php-format +msgid "%s account blocked/unblocked" +msgid_plural "%s account blocked/unblocked" +msgstr[0] "%s account geblokkeerd/gedeblokkeerd" +msgstr[1] "%s accounts geblokkeerd/gedeblokkeerd" -#: ../../mod/connections.php:280 ../../mod/profperm.php:139 -msgid "All Connections" -msgstr "Alle connecties" +#: ../../mod/admin.php:649 +#, php-format +msgid "%s account deleted" +msgid_plural "%s accounts deleted" +msgstr[0] "%s account verwijderd" +msgstr[1] "%s accounts verwijderd" -#: ../../mod/connections.php:283 -msgid "Show all connections" -msgstr "Toon alle connecties" +#: ../../mod/admin.php:685 +msgid "Account not found" +msgstr "Account niet gevonden" -#: ../../mod/connections.php:286 -msgid "Unblocked" -msgstr "Niet geblokkeerd" +#: ../../mod/admin.php:697 +#, php-format +msgid "Account '%s' deleted" +msgstr "Account '%s' verwijderd" -#: ../../mod/connections.php:289 -msgid "Only show unblocked connections" -msgstr "Toon alleen niet geblokkeerde connecties" +#: ../../mod/admin.php:705 +#, php-format +msgid "Account '%s' blocked" +msgstr "Account '%s' geblokkeerd" -#: ../../mod/connections.php:296 -msgid "Only show blocked connections" -msgstr "Toon alleen geblokkeerde connecties" +#: ../../mod/admin.php:713 +#, php-format +msgid "Account '%s' unblocked" +msgstr "Account '%s' gedeblokkeerd" -#: ../../mod/connections.php:303 -msgid "Only show ignored connections" -msgstr "Toon alleen genegeerde connecties" +#: ../../mod/admin.php:775 ../../mod/admin.php:787 +msgid "Users" +msgstr "Accounts" -#: ../../mod/connections.php:310 -msgid "Only show archived connections" -msgstr "Toon alleen gearchiveerde connecties" +#: ../../mod/admin.php:777 ../../mod/admin.php:941 +msgid "select all" +msgstr "alles selecteren" -#: ../../mod/connections.php:317 -msgid "Only show hidden connections" -msgstr "Toon alleen verborgen connecties" +#: ../../mod/admin.php:778 +msgid "User registrations waiting for confirm" +msgstr "Accounts die op goedkeuring wachten" -#: ../../mod/connections.php:372 -#, php-format -msgid "%1$s [%2$s]" -msgstr "%1$s [%2$s]" +#: ../../mod/admin.php:779 +msgid "Request date" +msgstr "Tijd/datum verzoek" -#: ../../mod/connections.php:373 -msgid "Edit connection" -msgstr "Connectie bewerken" +#: ../../mod/admin.php:780 +msgid "No registrations." +msgstr "Geen verzoeken." -#: ../../mod/connections.php:411 -msgid "Search your connections" -msgstr "Doorzoek jouw connecties" +#: ../../mod/admin.php:782 +msgid "Deny" +msgstr "Afkeuren" -#: ../../mod/connections.php:412 -msgid "Finding: " -msgstr "Zoeken naar: " +#: ../../mod/admin.php:788 +msgid "Register date" +msgstr "Geregistreerd" -#: ../../mod/blocks.php:95 ../../mod/blocks.php:147 -msgid "Block Name" -msgstr "Bloknaam" +#: ../../mod/admin.php:788 +msgid "Last login" +msgstr "Laatste keer ingelogd" -#: ../../mod/blocks.php:148 -msgid "Block Title" -msgstr "Bloktitel" +#: ../../mod/admin.php:788 +msgid "Expires" +msgstr "Verloopt" -#: ../../mod/tagger.php:96 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s heeft het %3$s van %2$s getagd met %4$s" +#: ../../mod/admin.php:788 +msgid "Service Class" +msgstr "Abonnementen" -#: ../../mod/cloud.php:120 -msgid "RedMatrix - Guests: Username: {your email address}, Password: +++" -msgstr "RedMatrix - gasttoegang: Toegangsnaam: {jouw e-mailadres}, wachtwoord: +++" +#: ../../mod/admin.php:790 +msgid "" +"Selected accounts will be deleted!\\n\\nEverything these accounts had posted" +" on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?" -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "Informatie over de pagina-eigenaar werd niet ontvangen." +#: ../../mod/admin.php:791 +msgid "" +"The account {0} will be deleted!\\n\\nEverything this account has posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?" -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "Album niet gevonden." +#: ../../mod/admin.php:827 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channels censored/uncensored" +msgstr[0] "%s kanaal gecensureerd/ongecensureerd" +msgstr[1] "%s kanalen gecensureerd/ongecensureerd" -#: ../../mod/photos.php:119 ../../mod/photos.php:643 -msgid "Delete Album" -msgstr "Verwijder album" +#: ../../mod/admin.php:836 +#, php-format +msgid "%s channel code allowed/disallowed" +msgid_plural "%s channels code allowed/disallowed" +msgstr[0] "Scripts toegestaan/niet toegestaan voor %s kanaal" +msgstr[1] "Scripts toegestaan/niet toegestaan voor %s kanalen" -#: ../../mod/photos.php:159 ../../mod/photos.php:930 -msgid "Delete Photo" -msgstr "Verwijder foto" +#: ../../mod/admin.php:843 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "%s kanaal verwijderd" +msgstr[1] "%s kanalen verwijderd" -#: ../../mod/photos.php:429 ../../mod/search.php:13 ../../mod/display.php:13 -#: ../../mod/ratings.php:82 ../../mod/directory.php:47 -#: ../../mod/viewconnections.php:17 -msgid "Public access denied." -msgstr "Openbare toegang geweigerd." +#: ../../mod/admin.php:863 +msgid "Channel not found" +msgstr "Kanaal niet gevonden" -#: ../../mod/photos.php:440 -msgid "No photos selected" -msgstr "Geen foto's geselecteerd" +#: ../../mod/admin.php:874 +#, php-format +msgid "Channel '%s' deleted" +msgstr "Kanaal '%s' verwijderd" -#: ../../mod/photos.php:484 -msgid "Access to this item is restricted." -msgstr "Toegang tot dit item is beperkt." +#: ../../mod/admin.php:886 +#, php-format +msgid "Channel '%s' censored" +msgstr "Kanaal '%s' gecensureerd" -#: ../../mod/photos.php:523 +#: ../../mod/admin.php:886 #, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." -msgstr "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt." +msgid "Channel '%s' uncensored" +msgstr "Kanaal '%s' ongecensureerd" -#: ../../mod/photos.php:526 +#: ../../mod/admin.php:897 #, php-format -msgid "%1$.2f MB photo storage used." -msgstr "%1$.2f MB aan foto-opslag gebruikt." +msgid "Channel '%s' code allowed" +msgstr "Scripts toegestaan voor kanaal '%s'" -#: ../../mod/photos.php:550 -msgid "Upload Photos" -msgstr "Foto's uploaden" +#: ../../mod/admin.php:897 +#, php-format +msgid "Channel '%s' code disallowed" +msgstr "Scripts niet toegestaan voor kanaal '%s'" -#: ../../mod/photos.php:554 ../../mod/photos.php:636 ../../mod/photos.php:915 -msgid "Enter a new album name" -msgstr "Vul een nieuwe albumnaam in" +#: ../../mod/admin.php:943 +msgid "Censor" +msgstr "Censureren" -#: ../../mod/photos.php:555 ../../mod/photos.php:637 ../../mod/photos.php:916 -msgid "or select an existing one (doubleclick)" -msgstr "of kies een bestaand album (dubbelklikken)" +#: ../../mod/admin.php:944 +msgid "Uncensor" +msgstr "Niet censureren" -#: ../../mod/photos.php:556 -msgid "Create a status post for this upload" -msgstr "Plaats een bericht voor deze upload." +#: ../../mod/admin.php:945 +msgid "Allow Code" +msgstr "Scripts toestaan" -#: ../../mod/photos.php:584 -msgid "Album name could not be decoded" -msgstr "Albumnaam kon niet gedecodeerd worden" +#: ../../mod/admin.php:946 +msgid "Disallow Code" +msgstr "Scripts niet toestaan" -#: ../../mod/photos.php:625 ../../mod/photos.php:1157 -#: ../../mod/photos.php:1173 -msgid "Contact Photos" -msgstr "Connectiefoto's" +#: ../../mod/admin.php:948 +msgid "UID" +msgstr "UID" -#: ../../mod/photos.php:649 -msgid "Show Newest First" -msgstr "Nieuwste eerst weergeven" +#: ../../mod/admin.php:948 ../../mod/profiles.php:447 +msgid "Address" +msgstr "Kanaaladres" -#: ../../mod/photos.php:651 -msgid "Show Oldest First" -msgstr "Oudste eerst weergeven" +#: ../../mod/admin.php:950 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?" -#: ../../mod/photos.php:675 ../../mod/photos.php:1205 -msgid "View Photo" -msgstr "Foto weergeven" +#: ../../mod/admin.php:951 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?" -#: ../../mod/photos.php:704 -msgid "Edit Album" -msgstr "Album bewerken" +#: ../../mod/admin.php:991 +#, php-format +msgid "Plugin %s disabled." +msgstr "Plug-in %s uitgeschakeld." -#: ../../mod/photos.php:749 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt." +#: ../../mod/admin.php:995 +#, php-format +msgid "Plugin %s enabled." +msgstr "Plug-in %s ingeschakeld" -#: ../../mod/photos.php:751 -msgid "Photo not available" -msgstr "Foto niet aanwezig" +#: ../../mod/admin.php:1005 ../../mod/admin.php:1203 +msgid "Disable" +msgstr "Uitschakelen" -#: ../../mod/photos.php:809 -msgid "Use as profile photo" -msgstr "Als profielfoto gebruiken" +#: ../../mod/admin.php:1008 ../../mod/admin.php:1205 +msgid "Enable" +msgstr "Inschakelen" -#: ../../mod/photos.php:816 -msgid "Private Photo" -msgstr "Privéfoto" +#: ../../mod/admin.php:1032 ../../mod/admin.php:1232 +msgid "Toggle" +msgstr "Omschakelen" -#: ../../mod/photos.php:831 -msgid "View Full Size" -msgstr "Volledige grootte weergeven" +#: ../../mod/admin.php:1040 ../../mod/admin.php:1242 +msgid "Author: " +msgstr "Auteur: " -#: ../../mod/photos.php:909 -msgid "Edit photo" -msgstr "Foto bewerken" +#: ../../mod/admin.php:1041 ../../mod/admin.php:1243 +msgid "Maintainer: " +msgstr "Beheerder: " -#: ../../mod/photos.php:911 -msgid "Rotate CW (right)" -msgstr "Draai met de klok mee (naar rechts)" +#: ../../mod/admin.php:1168 +msgid "No themes found." +msgstr "Geen thema's gevonden" -#: ../../mod/photos.php:912 -msgid "Rotate CCW (left)" -msgstr "Draai tegen de klok in (naar links)" +#: ../../mod/admin.php:1224 +msgid "Screenshot" +msgstr "Schermafdruk" -#: ../../mod/photos.php:919 -msgid "Caption" -msgstr "Bijschrift" +#: ../../mod/admin.php:1270 +msgid "[Experimental]" +msgstr "[Experimenteel]" -#: ../../mod/photos.php:921 -msgid "Add a Tag" -msgstr "Tag toevoegen" +#: ../../mod/admin.php:1271 +msgid "[Unsupported]" +msgstr "[Niet ondersteund]" -#: ../../mod/photos.php:925 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" -msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl" +#: ../../mod/admin.php:1295 +msgid "Log settings updated." +msgstr "Logboek-instellingen bijgewerkt." -#: ../../mod/photos.php:928 -msgid "Flag as adult in album view" -msgstr "Markeer als voor volwassenen in albumweergave" +#: ../../mod/admin.php:1352 +msgid "Clear" +msgstr "Leegmaken" -#: ../../mod/photos.php:1120 -msgid "In This Photo:" -msgstr "Op deze foto:" +#: ../../mod/admin.php:1358 +msgid "Debugging" +msgstr "Debuggen" -#: ../../mod/photos.php:1125 -msgid "Map" -msgstr "Kaart" +#: ../../mod/admin.php:1359 +msgid "Log file" +msgstr "Logbestand" -#: ../../mod/photos.php:1211 -msgid "View Album" -msgstr "Album weergeven" +#: ../../mod/admin.php:1359 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." +msgstr "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je $Projectname-installatie." -#: ../../mod/photos.php:1234 -msgid "Recent Photos" -msgstr "Recente foto's" +#: ../../mod/admin.php:1360 +msgid "Log level" +msgstr "Logniveau" -#: ../../mod/match.php:22 -msgid "Profile Match" -msgstr "Profielovereenkomst" +#: ../../mod/admin.php:1406 +msgid "New Profile Field" +msgstr "Nieuw profielveld" -#: ../../mod/match.php:31 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe." +#: ../../mod/admin.php:1407 ../../mod/admin.php:1427 +msgid "Field nickname" +msgstr "Bijnaam voor veld" -#: ../../mod/match.php:63 -msgid "is interested in:" -msgstr "is geïnteresseerd in:" +#: ../../mod/admin.php:1407 ../../mod/admin.php:1427 +msgid "System name of field" +msgstr "Systeemnaam voor veld" -#: ../../mod/match.php:70 -msgid "No matches" -msgstr "Geen overeenkomsten" +#: ../../mod/admin.php:1408 ../../mod/admin.php:1428 +msgid "Input type" +msgstr "Invoertype" -#: ../../mod/chatsvc.php:111 -msgid "Away" -msgstr "Afwezig" +#: ../../mod/admin.php:1409 ../../mod/admin.php:1429 +msgid "Field Name" +msgstr "Veldnaam" -#: ../../mod/chatsvc.php:115 -msgid "Online" -msgstr "Online" +#: ../../mod/admin.php:1409 ../../mod/admin.php:1429 +msgid "Label on profile pages" +msgstr "Tekstlabel voor op profielpagina's" -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" -msgstr "Kies een bladwijzermap" +#: ../../mod/admin.php:1410 ../../mod/admin.php:1430 +msgid "Help text" +msgstr "Helptekst" -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" -msgstr "Bladwijzer opslaan" +#: ../../mod/admin.php:1410 ../../mod/admin.php:1430 +msgid "Additional info (optional)" +msgstr "Extra informatie (optioneel)" -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" -msgstr "URL van bladwijzer" +#: ../../mod/admin.php:1420 +msgid "Field definition not found" +msgstr "Velddefinitie niet gevonden" -#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 -msgid "Description" -msgstr "Omschrijving" +#: ../../mod/admin.php:1426 +msgid "Edit Profile Field" +msgstr "Profielveld bewerken" -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" -msgstr "Of geef de naam op van een nieuwe bladwijzermap" +#: ../../mod/appman.php:28 ../../mod/appman.php:44 +msgid "App installed." +msgstr "App geïnstalleerd" + +#: ../../mod/appman.php:37 +msgid "Malformed app." +msgstr "Misvormde app." + +#: ../../mod/appman.php:80 +msgid "Embed code" +msgstr "Insluitcode" + +#: ../../mod/appman.php:86 +msgid "Edit App" +msgstr "App bewerken" -#: ../../mod/notify.php:53 ../../mod/notifications.php:94 -msgid "No more system notifications." -msgstr "Geen systeemnotificaties meer." +#: ../../mod/appman.php:86 +msgid "Create App" +msgstr "App maken" -#: ../../mod/notify.php:57 ../../mod/notifications.php:98 -msgid "System Notifications" -msgstr "Systeemnotificaties" +#: ../../mod/appman.php:91 +msgid "Name of app" +msgstr "Naam van app" -#: ../../mod/acl.php:231 -msgid "network" -msgstr "netwerk" +#: ../../mod/appman.php:92 +msgid "Location (URL) of app" +msgstr "Locatie (URL) van app" -#: ../../mod/acl.php:241 -msgid "RSS" -msgstr "RSS" +#: ../../mod/appman.php:93 ../../mod/rbmark.php:95 +msgid "Description" +msgstr "Omschrijving" -#: ../../mod/pdledit.php:13 -msgid "Layout updated." -msgstr "Lay-out bijgewerkt." +#: ../../mod/appman.php:94 +msgid "Photo icon URL" +msgstr "URL van pictogram" -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" -msgstr "Systeempagina's bewerken" +#: ../../mod/appman.php:94 +msgid "80 x 80 pixels - optional" +msgstr "80 x 80 pixels (optioneel)" -#: ../../mod/pdledit.php:48 -msgid "Layout not found." -msgstr "Lay-out niet gevonden." +#: ../../mod/appman.php:95 +msgid "Version ID" +msgstr "Versie-ID" -#: ../../mod/pdledit.php:54 -msgid "Module Name:" -msgstr "Modulenaam:" +#: ../../mod/appman.php:96 +msgid "Price of app" +msgstr "Prijs van de app" -#: ../../mod/pdledit.php:55 -msgid "Layout Help" -msgstr "Lay-out-hulp" +#: ../../mod/appman.php:97 +msgid "Location (URL) to purchase app" +msgstr "Locatie (URL) om de app aan te schaffen" -#: ../../mod/filer.php:49 -msgid "- select -" -msgstr "- kies map -" +#: ../../mod/menu.php:45 +msgid "Unable to update menu." +msgstr "Niet in staat om menu aan te passen" -#: ../../mod/import.php:25 -#, php-format -msgid "Your service plan only allows %d channels." -msgstr "Jouw abonnement staat maar %d kanalen toe." +#: ../../mod/menu.php:56 +msgid "Unable to create menu." +msgstr "Niet in staat om menu aan te maken." -#: ../../mod/import.php:51 -msgid "Nothing to import." -msgstr "Niets gevonden om te importeren" +#: ../../mod/menu.php:94 ../../mod/menu.php:106 +msgid "Menu Name" +msgstr "Menunaam" -#: ../../mod/import.php:75 -msgid "Unable to download data from old server" -msgstr "Niet in staat om gegevens van de oude hub te downloaden" +#: ../../mod/menu.php:94 +msgid "Unique name (not visible on webpage) - required" +msgstr "Unieke naam vereist (niet zichtbaar op webpagina)" -#: ../../mod/import.php:81 -msgid "Imported file is empty." -msgstr "Geïmporteerde bestand is leeg" +#: ../../mod/menu.php:95 ../../mod/menu.php:107 +msgid "Menu Title" +msgstr "Menutitel" -#: ../../mod/import.php:106 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt." +#: ../../mod/menu.php:95 +msgid "Visible on webpage - leave empty for no title" +msgstr "Zichtbaar op webpagina (leeg laten voor geen titel)" -#: ../../mod/import.php:127 -msgid "Unable to create a unique channel address. Import failed." -msgstr "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt." +#: ../../mod/menu.php:96 +msgid "Allow Bookmarks" +msgstr "Bladwijzers toestaan" -#: ../../mod/import.php:147 -msgid "Channel clone failed. Import failed." -msgstr "Het klonen van het kanaal is mislukt. Importeren mislukt." +#: ../../mod/menu.php:96 ../../mod/menu.php:153 +msgid "Menu may be used to store saved bookmarks" +msgstr "Menu kan gebruikt worden om bladwijzers in op te slaan" -#: ../../mod/import.php:157 -msgid "Cloned channel not found. Import failed." -msgstr "Gekloond kanaal niet gevonden. Importeren mislukt." +#: ../../mod/menu.php:97 ../../mod/menu.php:155 +msgid "Submit and proceed" +msgstr "Opslaan en doorgaan" -#: ../../mod/import.php:475 -msgid "Import completed." -msgstr "Import voltooid." +#: ../../mod/menu.php:109 +msgid "Drop" +msgstr "Verwijderen" -#: ../../mod/import.php:487 -msgid "You must be logged in to use this feature." -msgstr "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken." +#: ../../mod/menu.php:113 +msgid "Bookmarks allowed" +msgstr "Bladwijzers toegestaan" -#: ../../mod/import.php:492 -msgid "Import Channel" -msgstr "Kanaal importeren" +#: ../../mod/menu.php:115 +msgid "Delete this menu" +msgstr "Menu verwijderen" -#: ../../mod/import.php:493 -msgid "" -"Use this form to import an existing channel from a different server/hub. You" -" may retrieve the channel identity from the old server/hub via the network " -"or provide an export file. Only identity and connections/relationships will " -"be imported. Importation of content is not yet available." -msgstr "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken. Alleen de identiteit en de connecties zullen geïmporteerd worden. Het importeren van inhoud is nog niet beschikbaar." +#: ../../mod/menu.php:116 ../../mod/menu.php:150 +msgid "Edit menu contents" +msgstr "Bewerk de inhoud van het menu" -#: ../../mod/import.php:494 -msgid "File to Upload" -msgstr "Bestand om te uploaden" +#: ../../mod/menu.php:117 +msgid "Edit this menu" +msgstr "Dit menu bewerken" -#: ../../mod/import.php:495 -msgid "Or provide the old server/hub details" -msgstr "Of vul de gegevens van de oude hub in" +#: ../../mod/menu.php:132 +msgid "Menu could not be deleted." +msgstr "Menu kon niet verwijderd worden." -#: ../../mod/import.php:496 -msgid "Your old identity address (xyz@example.com)" -msgstr "Jouw oude kanaaladres (xyz@example.com)" +#: ../../mod/menu.php:145 +msgid "Edit Menu" +msgstr "Menu bewerken" -#: ../../mod/import.php:497 -msgid "Your old login email address" -msgstr "Het e-mailadres van je oude account" +#: ../../mod/menu.php:149 +msgid "Add or remove entries to this menu" +msgstr "Items aan dit menu toevoegen of verwijder" -#: ../../mod/import.php:498 -msgid "Your old login password" -msgstr "Wachtwoord van jouw oude account" +#: ../../mod/menu.php:151 +msgid "Menu name" +msgstr "Naam van menu" -#: ../../mod/import.php:499 -msgid "" -"For either option, please choose whether to make this hub your new primary " -"address, or whether your old location should continue this role. You will be" -" able to post from either location, but only one can be marked as the " -"primary location for files, photos, and media." -msgstr "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen." +#: ../../mod/menu.php:151 +msgid "Must be unique, only seen by you" +msgstr "Moet uniek zijn en is alleen zichtbaar voor jou." -#: ../../mod/import.php:500 -msgid "Make this hub my primary location" -msgstr "Stel deze hub als mijn primaire locatie in" +#: ../../mod/menu.php:152 +msgid "Menu title" +msgstr "Titel van menu" -#: ../../mod/import.php:501 -msgid "Import existing posts if possible" -msgstr "Importeer bestaande berichten (wanneer mogelijk)" +#: ../../mod/menu.php:152 +msgid "Menu title as seen by others" +msgstr "Titel van menu zoals anderen dat zien." -#: ../../mod/editlayout.php:76 ../../mod/editwebpage.php:77 -#: ../../mod/editpost.php:20 ../../mod/editblock.php:78 -#: ../../mod/editblock.php:94 -msgid "Item not found" -msgstr "Item niet gevonden" +#: ../../mod/menu.php:153 +msgid "Allow bookmarks" +msgstr "Bladwijzers toestaan" -#: ../../mod/editlayout.php:106 -msgid "Edit Layout" -msgstr "Lay-out bewerken" +#: ../../mod/notify.php:53 ../../mod/notifications.php:94 +msgid "No more system notifications." +msgstr "Geen systeemnotificaties meer." -#: ../../mod/editlayout.php:117 -msgid "Delete layout?" -msgstr "Lay-out verwijderen?" +#: ../../mod/notify.php:57 ../../mod/notifications.php:98 +msgid "System Notifications" +msgstr "Systeemnotificaties" -#: ../../mod/editlayout.php:148 ../../mod/editwebpage.php:187 -#: ../../mod/editpost.php:122 ../../mod/editblock.php:150 -msgid "Insert YouTube video" -msgstr "YouTube-video invoegen" +#: ../../mod/page.php:126 +msgid "" +"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " +"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam," +" quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " +"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " +"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " +"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +msgstr "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." -#: ../../mod/editlayout.php:149 ../../mod/editwebpage.php:188 -#: ../../mod/editpost.php:123 ../../mod/editblock.php:151 -msgid "Insert Vorbis [.ogg] video" -msgstr "Vorbis-video [.ogg] invoegen" +#: ../../mod/new_channel.php:109 +msgid "Add a Channel" +msgstr "Kanaal toevoegen" -#: ../../mod/editlayout.php:150 ../../mod/editwebpage.php:189 -#: ../../mod/editpost.php:124 ../../mod/editblock.php:152 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Vorbis-audio [.ogg] invoegen" +#: ../../mod/new_channel.php:110 +msgid "" +"A channel is your own collection of related web pages. A channel can be used" +" to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." +msgstr "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat." -#: ../../mod/editlayout.php:164 ../../mod/layouts.php:124 -msgid "Layout Description (Optional)" -msgstr "Lay-out-omschrijving (optioneel)" +#: ../../mod/new_channel.php:112 ../../mod/sources.php:103 +#: ../../mod/sources.php:137 +msgid "Channel Name" +msgstr "Kanaalnaam" -#: ../../mod/editlayout.php:166 ../../mod/layouts.php:121 -#: ../../mod/layouts.php:178 -msgid "Layout Name" -msgstr "Naam lay-out" +#: ../../mod/new_channel.php:113 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +msgstr "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\"" -#: ../../mod/chat.php:19 ../../mod/channel.php:25 -msgid "You must be logged in to see this page." -msgstr "Je moet zijn ingelogd om deze pagina te kunnen bekijken." +#: ../../mod/new_channel.php:114 +msgid "Choose a short nickname" +msgstr "Korte bijnaam" -#: ../../mod/chat.php:167 -msgid "Room not found" -msgstr "Chatkanaal niet gevonden" +#: ../../mod/new_channel.php:115 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: janp wordt janp@jouw_hub.nl en https://jouw_hub.nl/channel/janp." -#: ../../mod/chat.php:178 -msgid "Leave Room" -msgstr "Chatkanaal verlaten" +#: ../../mod/new_channel.php:116 +msgid "Or import an existing channel from another location" +msgstr "Of importeer een bestaand kanaal vanaf een andere locatie." -#: ../../mod/chat.php:179 -msgid "Delete This Room" -msgstr "Chatkanaal verwijderen" +#: ../../mod/new_channel.php:118 +msgid "" +"Please choose a channel type (such as social networking or community forum) " +"and privacy requirements so we can select the best permissions for you" +msgstr "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd." -#: ../../mod/chat.php:180 -msgid "I am away right now" -msgstr "Ik ben momenteel afwezig" +#: ../../mod/new_channel.php:119 +msgid "Channel Type" +msgstr "Kanaaltype" -#: ../../mod/chat.php:181 -msgid "I am online" -msgstr "Ik ben online" +#: ../../mod/new_channel.php:119 +msgid "Read more about roles" +msgstr "Lees meer over kanaaltypes" -#: ../../mod/chat.php:183 -msgid "Bookmark this room" -msgstr "Chatkanaal aan bladwijzers toevoegen" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Ongeldige verzoek identificator (request identifier)" -#: ../../mod/chat.php:207 ../../mod/chat.php:229 -msgid "New Chatroom" -msgstr "Nieuw chatkanaal" +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Annuleren" -#: ../../mod/chat.php:208 -msgid "Chatroom Name" -msgstr "Naam chatkanaal" +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Lay-out bijgewerkt." -#: ../../mod/chat.php:225 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "Chatkanalen van %1$s" +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Systeempagina's bewerken" -#: ../../mod/editwebpage.php:152 -msgid "Delete webpage?" -msgstr "Webpagina verwijderen?" +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Lay-out niet gevonden." -#: ../../mod/editwebpage.php:173 -msgid "Page link title" -msgstr "Titel van paginalink" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Modulenaam:" -#: ../../mod/editwebpage.php:224 -msgid "Edit Webpage" -msgstr "Webpagina bewerken" +#: ../../mod/pdledit.php:55 +msgid "Layout Help" +msgstr "Lay-out-hulp" -#: ../../mod/dirsearch.php:29 -msgid "This directory server requires an access token" -msgstr "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig" +#: ../../mod/subthread.php:102 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s volgt het %3$s van %2$s" #: ../../mod/lostpass.php:15 msgid "No valid account found." @@ -6014,7 +6316,7 @@ msgstr "Geen geldige account gevonden." msgid "Password reset request issued. Check your email." msgstr "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail." -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103 #, php-format msgid "Site Member (%s)" msgstr "Lid van hub (%s)" @@ -6030,2911 +6332,2848 @@ msgid "" "Password reset failed." msgstr "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt." -#: ../../mod/lostpass.php:85 ../../boot.php:1548 +#: ../../mod/lostpass.php:86 ../../boot.php:1505 msgid "Password Reset" msgstr "Wachtwoord vergeten?" -#: ../../mod/lostpass.php:86 +#: ../../mod/lostpass.php:87 msgid "Your password has been reset as requested." msgstr "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht." -#: ../../mod/lostpass.php:87 +#: ../../mod/lostpass.php:88 msgid "Your new password is" msgstr "Jouw nieuwe wachtwoord is" -#: ../../mod/lostpass.php:88 +#: ../../mod/lostpass.php:89 msgid "Save or copy your new password - and then" msgstr "Kopieer of sla je nieuwe wachtwoord op - en" -#: ../../mod/lostpass.php:89 +#: ../../mod/lostpass.php:90 msgid "click here to login" msgstr "klik dan hier om in te loggen" -#: ../../mod/lostpass.php:90 +#: ../../mod/lostpass.php:91 msgid "" "Your password may be changed from the Settings page after " "successful login." msgstr "Jouw wachtwoord kan worden veranderd onder instellingen, nadat je succesvol bent ingelogd." -#: ../../mod/lostpass.php:107 +#: ../../mod/lostpass.php:108 #, php-format msgid "Your password has changed at %s" msgstr "Jouw wachtwoord op %s is veranderd" -#: ../../mod/lostpass.php:122 +#: ../../mod/lostpass.php:123 msgid "Forgot your Password?" msgstr "Wachtwoord vergeten?" -#: ../../mod/lostpass.php:123 +#: ../../mod/lostpass.php:124 msgid "" "Enter your email address and submit to have your password reset. Then check " "your email for further instructions." msgstr "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies." -#: ../../mod/lostpass.php:124 +#: ../../mod/lostpass.php:125 msgid "Email Address" msgstr "E-mailadres" -#: ../../mod/lostpass.php:125 +#: ../../mod/lostpass.php:126 msgid "Reset" msgstr "Opnieuw instellen" -#: ../../mod/rate.php:157 -msgid "Website:" -msgstr "Website:" - -#: ../../mod/rate.php:160 -#, php-format -msgid "Remote Channel [%s] (not yet known on this site)" -msgstr "Kanaal op afstand [%s] (nog niet op deze hub bekend)" - -#: ../../mod/rate.php:161 ../../mod/connedit.php:663 -msgid "Rating (this information is public)" -msgstr "Beoordeling (deze informatie is openbaar)" - -#: ../../mod/rate.php:162 ../../mod/connedit.php:664 -msgid "Optionally explain your rating (this information is public)" -msgstr "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)" - -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "Item is niet te bewerken" +#: ../../mod/photos.php:79 +msgid "Page owner information could not be retrieved." +msgstr "Informatie over de pagina-eigenaar werd niet ontvangen." -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Item verwijderen?" +#: ../../mod/photos.php:100 +msgid "Album not found." +msgstr "Album niet gevonden." -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." -msgstr "Limiet voor aantal uitnodigingen overschreden." +#: ../../mod/photos.php:127 +msgid "Delete Album" +msgstr "Verwijder album" -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Geen geldig e-mailadres." +#: ../../mod/photos.php:170 ../../mod/photos.php:970 +msgid "Delete Photo" +msgstr "Verwijder foto" -#: ../../mod/invite.php:76 -msgid "Please join us on Red" -msgstr "Uitnodiging voor $Projectname" +#: ../../mod/photos.php:464 +msgid "No photos selected" +msgstr "Geen foto's geselecteerd" -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Limiet voor aantal uitnodigingen overschreden. Neem contact op met je hub-beheerder." +#: ../../mod/photos.php:513 +msgid "Access to this item is restricted." +msgstr "Toegang tot dit item is beperkt." -#: ../../mod/invite.php:92 +#: ../../mod/photos.php:552 #, php-format -msgid "%s : Message delivery failed." -msgstr "%s: Aflevering bericht mislukt." +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt." -#: ../../mod/invite.php:96 +#: ../../mod/photos.php:555 #, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d bericht verzonden." -msgstr[1] "%d berichten verzonden." - -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" -msgstr "Je hebt geen uitnodigingen meer beschikbaar" - -#: ../../mod/invite.php:129 -msgid "Send invitations" -msgstr "Uitnodigingen verzenden" - -#: ../../mod/invite.php:130 -msgid "Enter email addresses, one per line:" -msgstr "Voer e-mailadressen in, één per regel:" - -#: ../../mod/invite.php:131 ../../mod/mail.php:235 ../../mod/mail.php:348 -msgid "Your message:" -msgstr "Jouw bericht:" - -#: ../../mod/invite.php:132 -msgid "Please join my community on RedMatrix." -msgstr "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op de RedMatrix te vergezellen. Lees meer over de RedMatrix op https://redmatrix.me." - -#: ../../mod/invite.php:134 -msgid "You will need to supply this invitation code: " -msgstr "Je moet deze uitnodigingscode opgeven:" - -#: ../../mod/invite.php:135 -msgid "1. Register at any RedMatrix location (they are all inter-connected)" -msgstr "1. Registreer je op een willekeurige RedMatrix-hub (ze zijn allemaal onderling met elkaar verbonden):" - -#: ../../mod/invite.php:137 -msgid "2. Enter my RedMatrix network address into the site searchbar." -msgstr "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn kanaaladres in het zoekveld invullen:" - -#: ../../mod/invite.php:138 -msgid "or visit " -msgstr "of bezoek " - -#: ../../mod/invite.php:140 -msgid "3. Click [Connect]" -msgstr "3. Klik op [+ Verbinden]" - -#: ../../mod/locs.php:21 ../../mod/locs.php:52 -msgid "Location not found." -msgstr "Locatie niet gevonden." - -#: ../../mod/locs.php:56 -msgid "Primary location cannot be removed." -msgstr "Primaire locatie kan niet worden verwijderd." - -#: ../../mod/locs.php:88 -msgid "No locations found." -msgstr "Geen locaties gevonden." - -#: ../../mod/locs.php:101 -msgid "Manage Channel Locations" -msgstr "Kanaallocaties beheren" - -#: ../../mod/locs.php:102 -msgid "Location (address)" -msgstr "Locatie (adres)" - -#: ../../mod/locs.php:103 -msgid "Primary Location" -msgstr "Primaire locatie" - -#: ../../mod/locs.php:104 -msgid "Drop location" -msgstr "Locatie verwijderen" - -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Aanmaken bron mislukt. Geen kanaal geselecteerd." - -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Bron aangemaakt." - -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Bron aangemaakt." - -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" - -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Beheer externe bronnen met inhoud voor jouw kanaal" - -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Nieuwe bron" - -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen." +msgid "%1$.2f MB photo storage used." +msgstr "%1$.2f MB aan foto-opslag gebruikt." -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importeer alleen inhoud met deze woorden (één per regel)" +#: ../../mod/photos.php:583 +msgid "Upload Photos" +msgstr "Foto's uploaden" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Laat leeg om alle openbare inhoud te importeren" +#: ../../mod/photos.php:587 +msgid "Enter an album name" +msgstr "Vul een albumnaam in" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:112 -msgid "Channel Name" -msgstr "Kanaalnaam" +#: ../../mod/photos.php:588 +msgid "or select an existing album (doubleclick)" +msgstr "of kies een bestaand album (dubbelklikken)" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Bron niet gevonden" +#: ../../mod/photos.php:589 +msgid "Create a status post for this upload" +msgstr "Plaats een bericht voor deze upload." -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Bron bewerken" +#: ../../mod/photos.php:616 +msgid "Album name could not be decoded" +msgstr "Albumnaam kon niet gedecodeerd worden" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Bron verwijderen" +#: ../../mod/photos.php:660 ../../mod/photos.php:1197 +#: ../../mod/photos.php:1214 +msgid "Contact Photos" +msgstr "Connectiefoto's" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Bron verwijderd" +#: ../../mod/photos.php:688 +msgid "Show Newest First" +msgstr "Nieuwste eerst weergeven" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Verwijderen bron mislukt." +#: ../../mod/photos.php:690 +msgid "Show Oldest First" +msgstr "Oudste eerst weergeven" -#: ../../mod/menu.php:44 -msgid "Unable to update menu." -msgstr "Niet in staat om menu aan te passen" +#: ../../mod/photos.php:714 ../../mod/photos.php:1247 +msgid "View Photo" +msgstr "Foto weergeven" -#: ../../mod/menu.php:53 -msgid "Unable to create menu." -msgstr "Niet in staat om menu aan te maken." +#: ../../mod/photos.php:743 +msgid "Edit Album" +msgstr "Album bewerken" -#: ../../mod/menu.php:86 ../../mod/menu.php:98 -msgid "Menu Name" -msgstr "Menunaam" +#: ../../mod/photos.php:788 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Toegang geweigerd. Toegang tot dit item kan zijn beperkt." -#: ../../mod/menu.php:86 -msgid "Unique name (not visible on webpage) - required" -msgstr "Unieke naam vereist (niet zichtbaar op webpagina)" +#: ../../mod/photos.php:790 +msgid "Photo not available" +msgstr "Foto niet aanwezig" -#: ../../mod/menu.php:87 ../../mod/menu.php:99 -msgid "Menu Title" -msgstr "Menutitel" +#: ../../mod/photos.php:848 +msgid "Use as profile photo" +msgstr "Als profielfoto gebruiken" -#: ../../mod/menu.php:87 -msgid "Visible on webpage - leave empty for no title" -msgstr "Zichtbaar op webpagina (leeg laten voor geen titel)" +#: ../../mod/photos.php:855 +msgid "Private Photo" +msgstr "Privéfoto" -#: ../../mod/menu.php:88 -msgid "Allow Bookmarks" -msgstr "Bladwijzers toestaan" +#: ../../mod/photos.php:866 ../../mod/events.php:528 +msgid "Previous" +msgstr "Vorige" -#: ../../mod/menu.php:88 ../../mod/menu.php:140 -msgid "Menu may be used to store saved bookmarks" -msgstr "Menu kan gebruikt worden om bladwijzers in op te slaan" +#: ../../mod/photos.php:870 +msgid "View Full Size" +msgstr "Volledige grootte weergeven" -#: ../../mod/menu.php:89 -msgid "Submit and proceed" -msgstr "Opslaan en doorgaan" +#: ../../mod/photos.php:875 ../../mod/events.php:529 ../../mod/setup.php:285 +msgid "Next" +msgstr "Volgende" -#: ../../mod/menu.php:101 -msgid "Drop" +#: ../../mod/photos.php:915 ../../mod/tagrm.php:133 +msgid "Remove" msgstr "Verwijderen" -#: ../../mod/menu.php:103 -msgid "Bookmarks allowed" -msgstr "Bladwijzers toegestaan" +#: ../../mod/photos.php:949 +msgid "Edit photo" +msgstr "Foto bewerken" -#: ../../mod/menu.php:105 -msgid "Delete this menu" -msgstr "Menu verwijderen" +#: ../../mod/photos.php:951 +msgid "Rotate CW (right)" +msgstr "Draai met de klok mee (naar rechts)" -#: ../../mod/menu.php:106 ../../mod/menu.php:137 -msgid "Edit menu contents" -msgstr "Bewerk de inhoud van het menu" +#: ../../mod/photos.php:952 +msgid "Rotate CCW (left)" +msgstr "Draai tegen de klok in (naar links)" -#: ../../mod/menu.php:107 -msgid "Edit this menu" -msgstr "Dit menu bewerken" +#: ../../mod/photos.php:955 +msgid "Enter a new album name" +msgstr "Vul een nieuwe albumnaam in" -#: ../../mod/menu.php:121 -msgid "Menu could not be deleted." -msgstr "Menu kon niet verwijderd worden." +#: ../../mod/photos.php:956 +msgid "or select an existing one (doubleclick)" +msgstr "of kies een bestaand album (dubbelklikken)" -#: ../../mod/menu.php:129 ../../mod/mitem.php:24 -msgid "Menu not found." -msgstr "Menu niet gevonden." +#: ../../mod/photos.php:959 +msgid "Caption" +msgstr "Bijschrift" -#: ../../mod/menu.php:134 -msgid "Edit Menu" -msgstr "Menu bewerken" +#: ../../mod/photos.php:961 +msgid "Add a Tag" +msgstr "Tag toevoegen" -#: ../../mod/menu.php:136 -msgid "Add or remove entries to this menu" -msgstr "Items aan dit menu toevoegen of verwijder" +#: ../../mod/photos.php:965 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl" -#: ../../mod/menu.php:138 -msgid "Menu name" -msgstr "Naam van menu" +#: ../../mod/photos.php:968 +msgid "Flag as adult in album view" +msgstr "Markeer als voor volwassenen in albumweergave" -#: ../../mod/menu.php:138 -msgid "Must be unique, only seen by you" -msgstr "Moet uniek zijn en is alleen zichtbaar voor jou." +#: ../../mod/photos.php:1160 +msgid "In This Photo:" +msgstr "Op deze foto:" -#: ../../mod/menu.php:139 -msgid "Menu title" -msgstr "Titel van menu" +#: ../../mod/photos.php:1165 +msgid "Map" +msgstr "Kaart" -#: ../../mod/menu.php:139 -msgid "Menu title as seen by others" -msgstr "Titel van menu zoals anderen dat zien." +#: ../../mod/photos.php:1253 +msgid "View Album" +msgstr "Album weergeven" -#: ../../mod/menu.php:140 -msgid "Allow bookmarks" -msgstr "Bladwijzers toestaan" +#: ../../mod/photos.php:1276 +msgid "Recent Photos" +msgstr "Recente foto's" -#: ../../mod/menu.php:142 -msgid "Modify" -msgstr "Wijzigen" +#: ../../mod/dav.php:121 +msgid "$Projectname channel" +msgstr "$Projectname-kanaal" -#: ../../mod/filestorage.php:82 -msgid "Permission Denied." -msgstr "Toegang geweigerd" +#: ../../mod/rate.php:157 +msgid "Website:" +msgstr "Website:" -#: ../../mod/filestorage.php:98 -msgid "File not found." -msgstr "Bestand niet gevonden." +#: ../../mod/rate.php:160 +#, php-format +msgid "Remote Channel [%s] (not yet known on this site)" +msgstr "Kanaal op afstand [%s] (nog niet op deze hub bekend)" -#: ../../mod/filestorage.php:141 -msgid "Edit file permissions" -msgstr "Bestandsrechten bewerken" +#: ../../mod/rate.php:161 +msgid "Rating (this information is public)" +msgstr "Beoordeling (deze informatie is openbaar)" -#: ../../mod/filestorage.php:150 -msgid "Set/edit permissions" -msgstr "Rechten instellen/bewerken" +#: ../../mod/rate.php:162 +msgid "Optionally explain your rating (this information is public)" +msgstr "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)" -#: ../../mod/filestorage.php:151 -msgid "Include all files and sub folders" -msgstr "Toepassen op alle bestanden en submappen" +#: ../../mod/events.php:21 +msgid "Calendar entries imported." +msgstr "Agenda-items geïmporteerd." -#: ../../mod/filestorage.php:152 -msgid "Return to file list" -msgstr "Terugkeren naar bestandlijst " +#: ../../mod/events.php:23 +msgid "No calendar entries found." +msgstr "Geen agenda-items gevonden." -#: ../../mod/filestorage.php:154 -msgid "Copy/paste this code to attach file to a post" -msgstr "Kopieer/plak deze code om het bestand aan een bericht te koppelen" +#: ../../mod/events.php:96 +msgid "Event can not end before it has started." +msgstr "Gebeurtenis kan niet eindigen voordat het is begonnen" -#: ../../mod/filestorage.php:155 -msgid "Copy/paste this URL to link file from a web page" -msgstr "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen" +#: ../../mod/events.php:98 ../../mod/events.php:107 ../../mod/events.php:127 +msgid "Unable to generate preview." +msgstr "Niet in staat om voorvertoning te genereren" -#: ../../mod/filestorage.php:157 -msgid "Share this file" -msgstr "Dit bestand delen" +#: ../../mod/events.php:105 +msgid "Event title and start time are required." +msgstr "Titel en begintijd van gebeurtenis zijn vereist." -#: ../../mod/filestorage.php:158 -msgid "Show URL to this file" -msgstr "Toon URL van dit bestand" +#: ../../mod/events.php:125 ../../mod/events.php:250 +msgid "Event not found." +msgstr "Gebeurtenis niet gevonden" -#: ../../mod/filestorage.php:159 -msgid "Notify your contacts about this file" -msgstr "Jouw connecties over dit bestand berichten" +#: ../../mod/events.php:448 +msgid "l, F j" +msgstr "l j F" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Contact niet gevonden" +#: ../../mod/events.php:470 +msgid "Edit event" +msgstr "Gebeurtenis bewerken" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Kanaalvoorstel verzonden." +#: ../../mod/events.php:472 +msgid "Delete event" +msgstr "Gebeurtenis verwijderen" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Kanalen voorstellen" +#: ../../mod/events.php:506 +msgid "calendar" +msgstr "agenda" -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Stel een kanaal voor aan %s" +#: ../../mod/events.php:527 +msgid "Create New Event" +msgstr "Nieuwe gebeurtenis aanmaken" -#: ../../mod/magic.php:69 -msgid "Hub not found." -msgstr "Hub niet gevonden." +#: ../../mod/events.php:530 +msgid "Export" +msgstr "Exporteren" -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "Aanstoten/porren" +#: ../../mod/events.php:533 +msgid "Import" +msgstr "Importeren" -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "aanstoten, porren of andere dingen met iemand doen" +#: ../../mod/events.php:564 +msgid "Event removed" +msgstr "Gebeurtenis verwijderd" -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "Ontvanger" +#: ../../mod/events.php:567 +msgid "Failed to remove event" +msgstr "Verwijderen gebeurtenis mislukt" -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "Kies wat je met de ontvanger wil doen" +#: ../../mod/events.php:681 +msgid "Event details" +msgstr "Details van gebeurtenis" -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "Maak dit bericht privé" +#: ../../mod/events.php:682 +msgid "Starting date and Title are required." +msgstr "Begintijd en titel zijn vereist." -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "Ongeldige profiel-identificator" +#: ../../mod/events.php:684 +msgid "Categories (comma-separated list)" +msgstr "Categorieën (door komma's gescheiden lijst)" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Zichtbaarheid profiel " +#: ../../mod/events.php:686 +msgid "Event Starts:" +msgstr "Begin gebeurtenis:" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Klik op een connectie om deze toe te voegen of te verwijderen" +#: ../../mod/events.php:693 +msgid "Finish date/time is not known or not relevant" +msgstr "Einddatum/-tijd is niet bekend of niet relevant" -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Zichtbaar voor" +#: ../../mod/events.php:695 +msgid "Event Finishes:" +msgstr "Einde gebeurtenis:" -#: ../../mod/impel.php:33 -msgid "webpage" -msgstr "Webpagina" +#: ../../mod/events.php:697 ../../mod/events.php:698 +msgid "Adjust for viewer timezone" +msgstr "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt" -#: ../../mod/impel.php:38 -msgid "block" -msgstr "blok" +#: ../../mod/events.php:697 +msgid "" +"Important for events that happen in a particular place. Not practical for " +"global holidays." +msgstr "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen." -#: ../../mod/impel.php:43 -msgid "layout" -msgstr "lay-out" +#: ../../mod/events.php:703 +msgid "Title:" +msgstr "Titel:" + +#: ../../mod/events.php:705 +msgid "Share this event" +msgstr "Deel deze gebeurtenis" -#: ../../mod/impel.php:117 +#: ../../mod/impel.php:192 #, php-format msgid "%s element installed" msgstr "%s onderdeel geïnstalleerd" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:174 -#: ../../mod/profiles.php:231 ../../mod/profiles.php:600 -msgid "Profile not found." -msgstr "Profiel niet gevonden." +#: ../../mod/impel.php:195 +#, php-format +msgid "%s element installation failed" +msgstr "Installatie %s-element mislukt" -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Profiel verwijderd." +#: ../../mod/probe.php:24 ../../mod/probe.php:30 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Ophalen URL gaf een foutmelding terug: %1$s" -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" -msgstr "Profiel-" +#: ../../mod/match.php:22 +msgid "Profile Match" +msgstr "Profielovereenkomst" -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." -msgstr "Nieuw profiel aangemaakt." +#: ../../mod/match.php:31 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe." -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." -msgstr "Profiel niet beschikbaar om te klonen" +#: ../../mod/match.php:63 +msgid "is interested in:" +msgstr "is geïnteresseerd in:" -#: ../../mod/profiles.php:136 -msgid "Profile unavailable to export." -msgstr "Geen profiel beschikbaar om te exporteren" +#: ../../mod/match.php:70 +msgid "No matches" +msgstr "Geen overeenkomsten" -#: ../../mod/profiles.php:241 -msgid "Profile Name is required." -msgstr "Profielnaam is vereist" +#: ../../mod/profile_photo.php:111 +msgid "Image uploaded but image cropping failed." +msgstr "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. " -#: ../../mod/profiles.php:404 -msgid "Marital Status" -msgstr "Huwelijke status" +#: ../../mod/profile_photo.php:165 +msgid "Image resize failed." +msgstr "Afbeelding kon niet van grootte veranderd worden." -#: ../../mod/profiles.php:408 -msgid "Romantic Partner" -msgstr "Romantische partner" +#: ../../mod/profile_photo.php:209 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven." -#: ../../mod/profiles.php:412 -msgid "Likes" -msgstr "Houdt van" +#: ../../mod/profile_photo.php:247 +msgid "Image upload failed." +msgstr "Uploaden afbeelding mislukt" -#: ../../mod/profiles.php:416 -msgid "Dislikes" -msgstr "Houdt niet van" +#: ../../mod/profile_photo.php:266 +msgid "Unable to process image." +msgstr "Niet in staat om afbeelding te verwerken." -#: ../../mod/profiles.php:420 -msgid "Work/Employment" -msgstr "Werk/arbeid" +#: ../../mod/profile_photo.php:294 +msgid "female" +msgstr "vrouw" -#: ../../mod/profiles.php:423 -msgid "Religion" -msgstr "Religie" +#: ../../mod/profile_photo.php:295 +#, php-format +msgid "%1$s updated her %2$s" +msgstr "%1$s heeft haar %2$s bijgewerkt" -#: ../../mod/profiles.php:427 -msgid "Political Views" -msgstr "Politieke overtuigingen" +#: ../../mod/profile_photo.php:296 +msgid "male" +msgstr "man" -#: ../../mod/profiles.php:431 ../../mod/id.php:33 -msgid "Gender" -msgstr "Geslacht" +#: ../../mod/profile_photo.php:297 +#, php-format +msgid "%1$s updated his %2$s" +msgstr "%1$s heeft zijn %2$s bijgewerkt" -#: ../../mod/profiles.php:435 -msgid "Sexual Preference" -msgstr "Seksuele voorkeur" +#: ../../mod/profile_photo.php:299 +#, php-format +msgid "%1$s updated their %2$s" +msgstr "%1$s hebben hun %2$s bijgewerkt" -#: ../../mod/profiles.php:439 -msgid "Homepage" -msgstr "Homepage" +#: ../../mod/profile_photo.php:301 +msgid "profile photo" +msgstr "profielfoto" + +#: ../../mod/profile_photo.php:365 ../../mod/profile_photo.php:406 +msgid "Photo not available." +msgstr "Foto niet beschikbaar." + +#: ../../mod/profile_photo.php:447 +msgid "Upload File:" +msgstr "Bestand uploaden:" -#: ../../mod/profiles.php:443 -msgid "Interests" -msgstr "Interesses" +#: ../../mod/profile_photo.php:448 +msgid "Select a profile:" +msgstr "Kies een profiel:" -#: ../../mod/profiles.php:447 ../../mod/admin.php:953 -msgid "Address" -msgstr "Kanaaladres" +#: ../../mod/profile_photo.php:449 +msgid "Upload Profile Photo" +msgstr "Profielfoto uploaden" -#: ../../mod/profiles.php:537 -msgid "Profile updated." -msgstr "Profiel bijgewerkt" +#: ../../mod/profile_photo.php:454 ../../mod/settings.php:972 +msgid "or" +msgstr "of" -#: ../../mod/profiles.php:626 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Laat de lijst met connecties niet aan bezoekers van dit profiel zien." +#: ../../mod/profile_photo.php:454 +msgid "skip this step" +msgstr "sla deze stap over" -#: ../../mod/profiles.php:666 -msgid "Edit Profile Details" -msgstr "Profiel bewerken" +#: ../../mod/profile_photo.php:454 +msgid "select a photo from your photo albums" +msgstr "Kies een foto uit jouw fotoalbums" -#: ../../mod/profiles.php:668 -msgid "View this profile" -msgstr "Profiel weergeven" +#: ../../mod/profile_photo.php:470 +msgid "Crop Image" +msgstr "Afbeelding bijsnijden" -#: ../../mod/profiles.php:670 -msgid "Change Profile Photo" -msgstr "Profielfoto wijzigen" +#: ../../mod/profile_photo.php:471 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven." -#: ../../mod/profiles.php:671 -msgid "Create a new profile using these settings" -msgstr "Een nieuw profiel aanmaken met dit profiel als basis" +#: ../../mod/profile_photo.php:473 +msgid "Done Editing" +msgstr "Klaar met bewerken" -#: ../../mod/profiles.php:672 -msgid "Clone this profile" -msgstr "Dit profiel klonen" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Kanaal toegevoegd." -#: ../../mod/profiles.php:673 -msgid "Delete this profile" -msgstr "Dit profiel verwijderen" +#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 +msgid "Tag removed" +msgstr "Tag verwijderd" -#: ../../mod/profiles.php:675 -msgid "Import profile from file" -msgstr "Profiel vanuit bestand importeren" +#: ../../mod/tagrm.php:119 +msgid "Remove Item Tag" +msgstr "Verwijder item-tag" -#: ../../mod/profiles.php:676 -msgid "Export profile to file" -msgstr "Profiel naar bestand exporteren" +#: ../../mod/tagrm.php:121 +msgid "Select a tag to remove: " +msgstr "Kies een tag om te verwijderen" -#: ../../mod/profiles.php:677 -msgid "Profile Name:" -msgstr "Profielnaam:" +#: ../../mod/ratings.php:69 +msgid "No ratings" +msgstr "Geen beoordelingen" -#: ../../mod/profiles.php:678 -msgid "Your Full Name:" -msgstr "Jouw volledige naam:" +#: ../../mod/ratings.php:99 +msgid "Ratings" +msgstr "Waarderingen" -#: ../../mod/profiles.php:679 -msgid "Title/Description:" -msgstr "Titel/omschrijving:" +#: ../../mod/ratings.php:100 +msgid "Rating: " +msgstr "Waardering: " -#: ../../mod/profiles.php:680 -msgid "Your Gender:" -msgstr "Jouw geslacht" +#: ../../mod/ratings.php:101 +msgid "Website: " +msgstr "Website: " -#: ../../mod/profiles.php:681 -msgid "Birthday :" -msgstr "Verjaardag: " +#: ../../mod/ratings.php:103 +msgid "Description: " +msgstr "Omschrijving: " -#: ../../mod/profiles.php:682 -msgid "Street Address:" -msgstr "Straat en huisnummer:" +#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "Deze hub is geen kanalengidshub (directoryserver)" -#: ../../mod/profiles.php:683 -msgid "Locality/City:" -msgstr "Woonplaats:" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "Niet in staat om ontvanger op te zoeken." -#: ../../mod/profiles.php:684 -msgid "Postal/Zip Code:" -msgstr "Postcode:" +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "Niet in staat om met het aangevraagde kanaal te communiceren." -#: ../../mod/profiles.php:685 -msgid "Country:" -msgstr "Land:" +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "Kan opgevraagd kanaal niet verifieren" -#: ../../mod/profiles.php:686 -msgid "Region/State:" -msgstr "Provincie/gewest/deelstaat:" +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt." -#: ../../mod/profiles.php:687 -msgid " Marital Status:" -msgstr " Huwelijkse staat:" +#: ../../mod/mail.php:128 +msgid "Messages" +msgstr "Berichten" -#: ../../mod/profiles.php:688 -msgid "Who: (if applicable)" -msgstr "Wie (wanneer toepasselijk):" +#: ../../mod/mail.php:138 +msgid "Message deleted." +msgstr "Bericht verwijderd." -#: ../../mod/profiles.php:689 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl" +#: ../../mod/mail.php:154 +msgid "Message recalled." +msgstr "Bericht ingetrokken." -#: ../../mod/profiles.php:690 -msgid "Since [date]:" -msgstr "Sinds [datum]:" +#: ../../mod/mail.php:221 +msgid "Send Private Message" +msgstr "Privébericht versturen" -#: ../../mod/profiles.php:692 -msgid "Homepage URL:" -msgstr "Adres homepage:" +#: ../../mod/mail.php:222 ../../mod/mail.php:352 +msgid "To:" +msgstr "Aan:" -#: ../../mod/profiles.php:695 -msgid "Religious Views:" -msgstr "Religieuze overtuigingen" +#: ../../mod/mail.php:227 ../../mod/mail.php:341 ../../mod/mail.php:354 +msgid "Subject:" +msgstr "Onderwerp:" -#: ../../mod/profiles.php:696 -msgid "Keywords:" -msgstr "Trefwoorden" +#: ../../mod/mail.php:231 ../../mod/mail.php:357 ../../mod/invite.php:131 +msgid "Your message:" +msgstr "Jouw bericht:" -#: ../../mod/profiles.php:699 -msgid "Example: fishing photography software" -msgstr "Voorbeeld: muziek, fotografie, software" +#: ../../mod/mail.php:238 +msgid "Send" +msgstr "Verzenden" -#: ../../mod/profiles.php:700 -msgid "Used in directory listings" -msgstr "Wordt in de kanalengids gebruikt" +#: ../../mod/mail.php:322 +msgid "Delete message" +msgstr "Bericht verwijderen" -#: ../../mod/profiles.php:701 -msgid "Tell us about yourself..." -msgstr "Vertel ons iets over jezelf..." +#: ../../mod/mail.php:323 +msgid "Recall message" +msgstr "Bericht intrekken" -#: ../../mod/profiles.php:702 -msgid "Hobbies/Interests" -msgstr "Hobby's/interesses" +#: ../../mod/mail.php:325 +msgid "Message has been recalled." +msgstr "Bericht is ingetrokken." -#: ../../mod/profiles.php:703 -msgid "Contact information and Social Networks" -msgstr "Contactinformatie en sociale netwerken" +#: ../../mod/mail.php:345 +msgid "Delete Conversation" +msgstr "Verwijder conversatie" -#: ../../mod/profiles.php:704 -msgid "My other channels" -msgstr "Mijn andere kanalen" +#: ../../mod/mail.php:347 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Geen veilige communicatie beschikbaar. Mogelijk kan je reageren op de kanaalpagina van de afzender." -#: ../../mod/profiles.php:705 -msgid "Musical interests" -msgstr "Muzikale interesses" +#: ../../mod/mail.php:351 +msgid "Send Reply" +msgstr "Antwoord versturen" -#: ../../mod/profiles.php:706 -msgid "Books, literature" -msgstr "Boeken/literatuur" +#: ../../mod/webpages.php:191 +msgid "Page Title" +msgstr "Paginatitel" -#: ../../mod/profiles.php:707 -msgid "Television" -msgstr "Televisie" +#: ../../mod/register.php:44 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Maximum toegestane dagelijkse registraties op deze $Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals." -#: ../../mod/profiles.php:708 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/cultuur/entertainment" +#: ../../mod/register.php:50 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden." -#: ../../mod/profiles.php:709 -msgid "Love/romance" -msgstr "Liefde/romantiek" +#: ../../mod/register.php:84 +msgid "Passwords do not match." +msgstr "Wachtwoorden komen niet met elkaar overeen." -#: ../../mod/profiles.php:710 -msgid "Work/employment" -msgstr "Werk/arbeid" +#: ../../mod/register.php:117 +msgid "" +"Registration successful. Please check your email for validation " +"instructions." +msgstr "Registratie geslaagd. Controleer je e-mail voor instructies." -#: ../../mod/profiles.php:711 -msgid "School/education" -msgstr "School/onderwijs" +#: ../../mod/register.php:123 +msgid "Your registration is pending approval by the site owner." +msgstr "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze $Projectname-hub." -#: ../../mod/profiles.php:717 -msgid "This is your default profile." -msgstr "Dit is jouw standaardprofiel" +#: ../../mod/register.php:126 +msgid "Your registration can not be processed." +msgstr "Jouw registratie kan niet verwerkt worden." -#: ../../mod/profiles.php:728 ../../mod/directory.php:218 -msgid "Age: " -msgstr "Leeftijd:" +#: ../../mod/register.php:163 +msgid "Registration on this site/hub is by approval only." +msgstr "Registraties op deze $Projectname-hub moeten eerst worden goedgekeurd." -#: ../../mod/profiles.php:771 -msgid "Edit/Manage Profiles" -msgstr "Profielen bewerken/beheren" +#: ../../mod/register.php:164 +msgid "Register at another affiliated site/hub" +msgstr "Registreer op een andere $Projectname-hub" -#: ../../mod/profiles.php:772 -msgid "Add profile things" -msgstr "Dingen aan je profiel toevoegen" +#: ../../mod/register.php:174 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Deze $Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals." -#: ../../mod/profiles.php:773 -msgid "Include desirable objects in your profile" -msgstr "Voeg door jou gewenste dingen aan jouw profiel toe" +#: ../../mod/register.php:185 +msgid "Terms of Service" +msgstr "Gebruiksvoorwaarden" -#: ../../mod/ratings.php:69 -msgid "No ratings" -msgstr "Geen beoordelingen" +#: ../../mod/register.php:191 +#, php-format +msgid "I accept the %s for this website" +msgstr "Ik accepteer de %s van deze $Projectname-hub" -#: ../../mod/ratings.php:99 -msgid "Ratings" -msgstr "Waarderingen" +#: ../../mod/register.php:193 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Ik accepteer de %s van deze $Projectname-hub" -#: ../../mod/ratings.php:100 -msgid "Rating: " -msgstr "Waardering: " +#: ../../mod/register.php:212 +msgid "Membership on this site is by invitation only." +msgstr "Registreren op deze $Projectname-hub kan alleen op uitnodiging." -#: ../../mod/ratings.php:101 -msgid "Website: " -msgstr "Website: " +#: ../../mod/register.php:213 +msgid "Please enter your invitation code" +msgstr "Vul jouw uitnodigingscode in" -#: ../../mod/ratings.php:103 -msgid "Description: " -msgstr "Omschrijving: " +#: ../../mod/register.php:216 +msgid "Your email address" +msgstr "Jouw e-mailadres" -#: ../../mod/viewsrc.php:38 -msgid "Source of Item" -msgstr "Bron van item" +#: ../../mod/register.php:217 +msgid "Choose a password" +msgstr "Geef een wachtwoord op" -#: ../../mod/mitem.php:51 -msgid "Unable to create element." -msgstr "Niet in staat om onderdeel aan te maken." +#: ../../mod/register.php:218 +msgid "Please re-enter your password" +msgstr "Geef het wachtwoord opnieuw op" -#: ../../mod/mitem.php:74 -msgid "Unable to update menu element." -msgstr "Menu-onderdeel kan niet worden geüpdatet." +#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 +msgid "Block Name" +msgstr "Bloknaam" -#: ../../mod/mitem.php:89 -msgid "Unable to add menu element." -msgstr "Menu-onderdeel kan niet worden toegevoegd." +#: ../../mod/blocks.php:149 +msgid "Block Title" +msgstr "Bloktitel" -#: ../../mod/mitem.php:151 ../../mod/mitem.php:220 -msgid "Menu Item Permissions" -msgstr "Permissies menu-item" +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd." -#: ../../mod/mitem.php:154 ../../mod/mitem.php:168 -msgid "Link Name" -msgstr "Linknaam" +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" +msgstr "Verwijder dit account" -#: ../../mod/mitem.php:155 ../../mod/mitem.php:169 -msgid "Link Target" -msgstr "Linkdoel" +#: ../../mod/removeaccount.php:58 +msgid "" +"This account and all its channels will be completely removed from the " +"network. " +msgstr "Dit account en al zijn kanalen worden volledig uit het $Projectname-netwerk verwijderd." -#: ../../mod/mitem.php:156 ../../mod/mitem.php:226 -msgid "Use RedMatrix magic-auth if available" -msgstr "Gebruik RedMatrix' magic-auth wanneer beschikbaar" +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het $Projectname-netwerk verwijderen" -#: ../../mod/mitem.php:157 ../../mod/mitem.php:227 -msgid "Open link in new window" -msgstr "Open link in nieuw venster" +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het $Projectname-netwerk verwijderd" -#: ../../mod/mitem.php:158 ../../mod/mitem.php:228 -msgid "Order in list" -msgstr "Volgorde in lijst" +#: ../../mod/removeaccount.php:61 ../../mod/settings.php:697 +msgid "Remove Account" +msgstr "Account verwijderen" -#: ../../mod/mitem.php:158 ../../mod/mitem.php:228 -msgid "Higher numbers will sink to bottom of listing" -msgstr "Hogere nummers komen onderaan de lijst terecht" +#: ../../mod/service_limits.php:19 +msgid "No service class restrictions found." +msgstr "Geen abonnementsbeperkingen gevonden." -#: ../../mod/mitem.php:159 -msgid "Submit and finish" -msgstr "Opslaan en afsluiten" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Item is niet aanwezig." -#: ../../mod/mitem.php:160 -msgid "Submit and continue" -msgstr "Opslaan en doorgaan" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Aanmaken bron mislukt. Geen kanaal geselecteerd." -#: ../../mod/mitem.php:166 -msgid "Menu:" -msgstr "Menu:" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Bron aangemaakt." -#: ../../mod/mitem.php:172 -msgid "Edit menu" -msgstr "Menu bewerken" +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Bron aangemaakt." -#: ../../mod/mitem.php:175 -msgid "Edit element" -msgstr "Onderdeel bewerken" +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" -#: ../../mod/mitem.php:176 -msgid "Drop element" -msgstr "Onderdeel verwijderen" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Beheer externe bronnen met inhoud voor jouw kanaal" -#: ../../mod/mitem.php:177 -msgid "New element" -msgstr "Nieuw element" +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Nieuwe bron" -#: ../../mod/mitem.php:178 -msgid "Edit this menu container" -msgstr "Deze menu-container bewerken" +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen." -#: ../../mod/mitem.php:179 -msgid "Add menu element" -msgstr "Menu-element toevoegen" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importeer alleen inhoud met deze woorden (één per regel)" -#: ../../mod/mitem.php:180 -msgid "Delete this menu item" -msgstr "Dit menu-item verwijderen" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Laat leeg om alle openbare inhoud te importeren" -#: ../../mod/mitem.php:181 -msgid "Edit this menu item" -msgstr "Dit menu-item bewerken" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Bron niet gevonden" -#: ../../mod/mitem.php:198 -msgid "Menu item not found." -msgstr "Menu-item niet gevonden." +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Bron bewerken" -#: ../../mod/mitem.php:209 -msgid "Menu item deleted." -msgstr "Menu-item verwijderd." +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Bron verwijderen" -#: ../../mod/mitem.php:211 -msgid "Menu item could not be deleted." -msgstr "Menu-item kon niet worden verwijderd." +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Bron verwijderd" -#: ../../mod/mitem.php:218 -msgid "Edit Menu Element" -msgstr "Menu-element bewerken" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Verwijderen bron mislukt." -#: ../../mod/mitem.php:224 -msgid "Link text" -msgstr "Linktekst" +#: ../../mod/lockview.php:37 +msgid "Remote privacy information not available." +msgstr "Privacy-informatie op afstand niet beschikbaar." -#: ../../mod/mitem.php:225 -msgid "URL of link" -msgstr "URL of link" +#: ../../mod/lockview.php:58 +msgid "Visible to:" +msgstr "Zichtbaar voor:" -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID-protocolfout. Geen ID terugontvangen." +#: ../../mod/acl.php:222 +msgid "network" +msgstr "netwerk" -#: ../../mod/openid.php:72 ../../mod/openid.php:180 ../../mod/post.php:286 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Welkom %s. Authenticatie op afstand geslaagd." +#: ../../mod/acl.php:232 +msgid "RSS" +msgstr "RSS" -#: ../../mod/directory.php:224 -#, php-format -msgid "%d rating" -msgid_plural "%d ratings" -msgstr[0] "%d beoordeling" -msgstr[1] "%d beoordelingen" +#: ../../mod/regmod.php:11 +msgid "Please login." +msgstr "Inloggen." -#: ../../mod/directory.php:236 -msgid "Gender: " -msgstr "Geslacht:" +#: ../../mod/rmagic.php:40 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten." -#: ../../mod/directory.php:238 -msgid "Status: " -msgstr "Status: " +#: ../../mod/rmagic.php:40 +msgid "The error message was:" +msgstr "Het foutbericht was:" -#: ../../mod/directory.php:240 -msgid "Homepage: " -msgstr "Homepage: " +#: ../../mod/rmagic.php:44 +msgid "Authentication failed." +msgstr "Authenticatie mislukt." -#: ../../mod/directory.php:243 -msgid "Hometown: " -msgstr "Oorspronkelijk uit: " +#: ../../mod/rmagic.php:84 +msgid "Remote Authentication" +msgstr "Authenticatie op afstand" -#: ../../mod/directory.php:245 -msgid "About: " -msgstr "Over: " +#: ../../mod/rmagic.php:85 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Vul jouw kanaaladres in (bijv. channel@example.com)" -#: ../../mod/directory.php:303 -msgid "Public Forum:" -msgstr "Openbaar forum:" +#: ../../mod/rmagic.php:86 +msgid "Authenticate" +msgstr "Authenticeren" -#: ../../mod/directory.php:306 -msgid "Keywords: " -msgstr "Trefwoorden: " +#: ../../mod/dirsearch.php:29 +msgid "This directory server requires an access token" +msgstr "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig" -#: ../../mod/directory.php:311 +#: ../../mod/siteinfo.php:111 #, php-format -msgid "Common connections: %s" -msgstr "Gemeenschappelijke connecties: %s" +msgid "Version %s" +msgstr "Versie %s" -#: ../../mod/directory.php:363 -msgid "Finding:" -msgstr "Gezocht naar:" +#: ../../mod/siteinfo.php:132 +msgid "Installed plugins/addons/apps:" +msgstr "Ingeschakelde plug-ins/add-ons/apps:" + +#: ../../mod/siteinfo.php:145 +msgid "No installed plugins/addons/apps" +msgstr "Geen ingeschakelde plug-ins/add-ons/apps" -#: ../../mod/directory.php:368 -msgid "next page" -msgstr "volgende pagina" +#: ../../mod/siteinfo.php:158 +msgid "" +"This is a hub of $Projectname - a global cooperative network of " +"decentralized privacy enhanced websites." +msgstr "Dit is een $Projectname-hub - $Projectname is een wereldwijd coöperatief netwerk van gedecentraliseerde websites (hubs) met verbeterde privacy." -#: ../../mod/directory.php:368 -msgid "previous page" -msgstr "vorige pagina" +#: ../../mod/siteinfo.php:160 +msgid "Tag: " +msgstr "Tag: " -#: ../../mod/directory.php:385 -msgid "No entries (some entries may be hidden)." -msgstr "Niets gevonden (sommige kanalen kunnen verborgen zijn)." +#: ../../mod/siteinfo.php:162 +msgid "Last background fetch: " +msgstr "Meest recente achtergrond-fetch:" -#: ../../mod/uexport.php:33 ../../mod/uexport.php:34 -msgid "Export Channel" -msgstr "Kanaal exporteren" +#: ../../mod/siteinfo.php:164 +msgid "Current load average: " +msgstr "Gemiddelde systeembelasting is nu:" + +#: ../../mod/siteinfo.php:167 +msgid "Running at web location" +msgstr "Draaiend op weblocatie" -#: ../../mod/uexport.php:35 +#: ../../mod/siteinfo.php:168 msgid "" -"Export your basic channel information to a small file. This acts as a " -"backup of your connections, permissions, profile and basic data, which can " -"be used to import your data to a new hub, but\tdoes not contain your " -"content." -msgstr "Exporteer de basisinformatie van jouw kanaal naar een klein bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal." +"Please visit redmatrix.me to learn more" +" about $Projectname." +msgstr "Bezoek redmatrix.me om meer over $Projectname te leren." -#: ../../mod/uexport.php:36 -msgid "Export Content" -msgstr "Inhoud exporteren" +#: ../../mod/siteinfo.php:169 +msgid "Bug reports and issues: please visit" +msgstr "Bugrapporten en andere kwesties: bezoek" -#: ../../mod/uexport.php:37 +#: ../../mod/siteinfo.php:171 +msgid "$projectname issues" +msgstr "$projectname-issues" + +#: ../../mod/siteinfo.php:172 msgid "" -"Export your channel information and all the content to a JSON backup. This " -"backs up all of your connections, permissions, profile data and all of your " -"content, but is generally not suitable for importing a channel to a new hub " -"as this file may be VERY large. Please be patient - it may take several " -"minutes for this download to begin." -msgstr "Exporteer informatie en alle inhoud van jouw kanaal naar een JSON-back-up. Dit slaat al jouw connecties, permissies, profielgegevens en de volledige inhoud van jouw kanaal op, maar is in het algemeen niet geschikt om op een nieuwe hub te importeren, omdat dit bestand ZEER groot kan worden. Wees geduldig - het kan enkele minuten duren voordat de download begint." +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com" -#: ../../mod/viewconnections.php:62 -msgid "No connections." -msgstr "Geen connecties." +#: ../../mod/siteinfo.php:174 +msgid "Site Administrators" +msgstr "Hubbeheerders: " -#: ../../mod/viewconnections.php:75 +#: ../../mod/import.php:27 #, php-format -msgid "Visit %s's profile [%s]" -msgstr "Bezoek het profiel van %s [%s]" +msgid "Your service plan only allows %d channels." +msgstr "Jouw abonnement staat maar %d kanalen toe." -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" -msgstr "ongeldig doelkenmerk" +#: ../../mod/import.php:65 ../../mod/import_items.php:38 +msgid "Nothing to import." +msgstr "Niets gevonden om te importeren" -#: ../../mod/admin.php:52 -msgid "Theme settings updated." -msgstr "Thema-instellingen bijgewerkt." +#: ../../mod/import.php:89 ../../mod/import_items.php:62 +msgid "Unable to download data from old server" +msgstr "Niet in staat om gegevens van de oude hub te downloaden" -#: ../../mod/admin.php:93 ../../mod/admin.php:445 -msgid "Site" -msgstr "Hub-instellingen" +#: ../../mod/import.php:95 ../../mod/import_items.php:68 +msgid "Imported file is empty." +msgstr "Geïmporteerde bestand is leeg" -#: ../../mod/admin.php:94 -msgid "Accounts" -msgstr "Accounts" +#: ../../mod/import.php:115 ../../mod/import_items.php:82 +#, php-format +msgid "Warning: Database versions differ by %1$d updates." +msgstr "Waarschuwing: database-versies lopen %1$d updates achter." -#: ../../mod/admin.php:95 ../../mod/admin.php:945 -msgid "Channels" -msgstr "Kanalen" +#: ../../mod/import.php:148 +msgid "No channel. Import failed." +msgstr "Geen kanaal. Importeren mislukt." -#: ../../mod/admin.php:96 ../../mod/admin.php:1036 ../../mod/admin.php:1076 -msgid "Plugins" -msgstr "Plug-ins" +#: ../../mod/import.php:493 +msgid "You must be logged in to use this feature." +msgstr "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken." -#: ../../mod/admin.php:97 ../../mod/admin.php:1236 ../../mod/admin.php:1270 -msgid "Themes" -msgstr "Thema's" +#: ../../mod/import.php:498 +msgid "Import Channel" +msgstr "Kanaal importeren" -#: ../../mod/admin.php:98 -msgid "Inspect queue" -msgstr "Inspecteer berichtenwachtrij" +#: ../../mod/import.php:499 +msgid "" +"Use this form to import an existing channel from a different server/hub. You" +" may retrieve the channel identity from the old server/hub via the network " +"or provide an export file." +msgstr "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken." -#: ../../mod/admin.php:100 -msgid "Profile Config" -msgstr "Profielconfiguratie" +#: ../../mod/import.php:500 ../../mod/import_items.php:121 +msgid "File to Upload" +msgstr "Bestand om te uploaden" -#: ../../mod/admin.php:101 -msgid "DB updates" -msgstr "Database-updates" +#: ../../mod/import.php:501 +msgid "Or provide the old server/hub details" +msgstr "Of vul de gegevens van de oude hub in" -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1355 -msgid "Logs" -msgstr "Logboeken" +#: ../../mod/import.php:502 +msgid "Your old identity address (xyz@example.com)" +msgstr "Jouw oude kanaaladres (xyz@example.com)" -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "Plug-in-opties" +#: ../../mod/import.php:503 +msgid "Your old login email address" +msgstr "Het e-mailadres van je oude account" -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Accounts die op goedkeuring wachten" +#: ../../mod/import.php:504 +msgid "Your old login password" +msgstr "Wachtwoord van jouw oude account" -#: ../../mod/admin.php:200 -msgid "# Accounts" -msgstr "# accounts" +#: ../../mod/import.php:505 +msgid "" +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be" +" able to post from either location, but only one can be marked as the " +"primary location for files, photos, and media." +msgstr "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen." -#: ../../mod/admin.php:201 -msgid "# blocked accounts" -msgstr "# geblokkeerde accounts" +#: ../../mod/import.php:506 +msgid "Make this hub my primary location" +msgstr "Stel deze hub als mijn primaire locatie in" -#: ../../mod/admin.php:202 -msgid "# expired accounts" -msgstr "# verlopen accounts" +#: ../../mod/import.php:507 +msgid "" +"Import existing posts if possible (experimental - limited by available " +"memory" +msgstr "Importeer bestaande berichten wanneer mogelijk (experimenteel - afhankelijk van beschikbaar servergeheugen)" -#: ../../mod/admin.php:203 -msgid "# expiring accounts" -msgstr "# accounts die nog moeten verlopen" +#: ../../mod/import.php:508 +msgid "" +"This process may take several minutes to complete. Please submit the form " +"only once and leave this page open until finished." +msgstr "Dit proces kan enkele minuten in beslag nemen. Klik maar één keer op opslaan en verlaat deze pagina niet alvorens het proces is voltooid." -#: ../../mod/admin.php:216 -msgid "# Channels" -msgstr "# Kanalen" +#: ../../mod/thing.php:111 +msgid "Thing updated" +msgstr "Ding bijgewerkt" -#: ../../mod/admin.php:217 -msgid "# primary" -msgstr "# primair" +#: ../../mod/thing.php:163 +msgid "Object store: failed" +msgstr "Opslaan van ding mislukt" -#: ../../mod/admin.php:218 -msgid "# clones" -msgstr "# klonen" +#: ../../mod/thing.php:167 +msgid "Thing added" +msgstr "Ding toegevoegd" -#: ../../mod/admin.php:224 -msgid "Message queues" -msgstr "Berichtenwachtrij" +#: ../../mod/thing.php:193 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" -#: ../../mod/admin.php:240 ../../mod/admin.php:444 ../../mod/admin.php:539 -#: ../../mod/admin.php:808 ../../mod/admin.php:944 ../../mod/admin.php:1035 -#: ../../mod/admin.php:1075 ../../mod/admin.php:1235 ../../mod/admin.php:1269 -#: ../../mod/admin.php:1354 -msgid "Administration" -msgstr "Beheer" +#: ../../mod/thing.php:256 +msgid "Show Thing" +msgstr "Ding weergeven" -#: ../../mod/admin.php:241 -msgid "Summary" -msgstr "Samenvatting" +#: ../../mod/thing.php:263 +msgid "item not found." +msgstr "Item niet gevonden" -#: ../../mod/admin.php:244 -msgid "Registered accounts" -msgstr "Geregistreerde accounts" +#: ../../mod/thing.php:296 +msgid "Edit Thing" +msgstr "Ding bewerken" -#: ../../mod/admin.php:245 ../../mod/admin.php:543 -msgid "Pending registrations" -msgstr "Accounts die op goedkeuring wachten" +#: ../../mod/thing.php:298 ../../mod/thing.php:348 +msgid "Select a profile" +msgstr "Kies een profiel" -#: ../../mod/admin.php:246 -msgid "Registered channels" -msgstr "Geregistreerde kanalen" +#: ../../mod/thing.php:302 ../../mod/thing.php:351 +msgid "Post an activity" +msgstr "Plaats een bericht" -#: ../../mod/admin.php:247 ../../mod/admin.php:544 -msgid "Active plugins" -msgstr "Ingeschakelde plug-ins" +#: ../../mod/thing.php:302 ../../mod/thing.php:351 +msgid "Only sends to viewers of the applicable profile" +msgstr "Toont dit alleen aan diegene die het gekozen profiel mogen zien." -#: ../../mod/admin.php:248 -msgid "Version" -msgstr "Versie" +#: ../../mod/thing.php:304 ../../mod/thing.php:353 +msgid "Name of thing e.g. something" +msgstr "Naam van ding" -#: ../../mod/admin.php:359 -msgid "Site settings updated." -msgstr "Hub-instellingen bijgewerkt." +#: ../../mod/thing.php:306 ../../mod/thing.php:354 +msgid "URL of thing (optional)" +msgstr "URL van ding (optioneel)" -#: ../../mod/admin.php:398 -msgid "experimental" -msgstr "experimenteel" +#: ../../mod/thing.php:308 ../../mod/thing.php:355 +msgid "URL for photo of thing (optional)" +msgstr "URL van foto van ding (optioneel)" -#: ../../mod/admin.php:400 -msgid "unsupported" -msgstr "Niet ondersteund" +#: ../../mod/thing.php:346 +msgid "Add Thing to your Profile" +msgstr "Ding aan je profiel toevoegen" -#: ../../mod/admin.php:425 -msgid "Yes - with approval" -msgstr "Ja - met goedkeuring" +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "Limiet voor aantal uitnodigingen overschreden." -#: ../../mod/admin.php:431 -msgid "My site is not a public server" -msgstr "Mijn $Projectname-hub is niet openbaar" +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Geen geldig e-mailadres." -#: ../../mod/admin.php:432 -msgid "My site has paid access only" -msgstr "Mijn $Projectname-hub kent alleen betaalde toegang" +#: ../../mod/invite.php:76 +msgid "Please join us on $Projectname" +msgstr "Uitnodiging voor $Projectname" -#: ../../mod/admin.php:433 -msgid "My site has free access only" -msgstr "Mijn $Projectname-hub kent alleen gratis toegang" +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Limiet voor aantal uitnodigingen overschreden. Neem contact op met je hub-beheerder." -#: ../../mod/admin.php:434 -msgid "My site offers free accounts with optional paid upgrades" -msgstr "Mijn $Projectname-hub biedt gratis accounts aan met betaalde uitbreidingen als optie" +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s: Aflevering bericht mislukt." -#: ../../mod/admin.php:447 ../../mod/register.php:207 -msgid "Registration" -msgstr "Registratie" +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d bericht verzonden." +msgstr[1] "%d berichten verzonden." -#: ../../mod/admin.php:448 -msgid "File upload" -msgstr "Bestand uploaden" +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" +msgstr "Je hebt geen uitnodigingen meer beschikbaar" -#: ../../mod/admin.php:449 -msgid "Policies" -msgstr "Beleid" +#: ../../mod/invite.php:129 +msgid "Send invitations" +msgstr "Uitnodigingen verzenden" -#: ../../mod/admin.php:454 -msgid "Site name" -msgstr "Naam van deze $Projectname-hub" +#: ../../mod/invite.php:130 +msgid "Enter email addresses, one per line:" +msgstr "Voer e-mailadressen in, één per regel:" -#: ../../mod/admin.php:455 -msgid "Banner/Logo" -msgstr "Banner/logo" +#: ../../mod/invite.php:132 +msgid "Please join my community on $Projectname." +msgstr "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op $Projectname te vergezellen. Lees meer over $Projectname op https://redmatrix.me." -#: ../../mod/admin.php:456 -msgid "Administrator Information" -msgstr "Informatie over de beheerder van deze hub" +#: ../../mod/invite.php:134 +msgid "You will need to supply this invitation code: " +msgstr "Je moet deze uitnodigingscode opgeven:" -#: ../../mod/admin.php:456 +#: ../../mod/invite.php:135 msgid "" -"Contact information for site administrators. Displayed on siteinfo page. " -"BBCode can be used here" -msgstr "Contactinformatie voor hub-beheerders. Getoond op pagina met hub-informatie. Er kan hier bbcode gebruikt worden." +"1. Register at any $Projectname location (they are all inter-connected)" +msgstr "1. Registreer je op een willekeurige $Projectname-hub (ze zijn allemaal onderling met elkaar verbonden):" -#: ../../mod/admin.php:457 -msgid "System language" -msgstr "Standaardtaal" +#: ../../mod/invite.php:137 +msgid "2. Enter my $Projectname network address into the site searchbar." +msgstr "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn $Projectname-kanaaladres in het zoekveld invullen:" -#: ../../mod/admin.php:458 -msgid "System theme" -msgstr "Standaardthema" +#: ../../mod/invite.php:138 +msgid "or visit " +msgstr "of bezoek " -#: ../../mod/admin.php:458 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Standaardthema voor $Projectname-hub (kan door lid veranderd worden) - verander thema-instellingen" +#: ../../mod/invite.php:140 +msgid "3. Click [Connect]" +msgstr "3. Klik op [+ Verbinden]" -#: ../../mod/admin.php:459 -msgid "Mobile system theme" -msgstr "Standaardthema voor mobiel" +#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 +#: ../../mod/update_home.php:21 ../../mod/update_network.php:23 +#: ../../mod/update_search.php:46 ../../mod/update_public.php:21 +msgid "[Embedded content - reload page to view]" +msgstr "[Ingesloten inhoud - ververs pagina om te bekijken] " -#: ../../mod/admin.php:459 -msgid "Theme for mobile devices" -msgstr "Thema voor mobiele apparaten" +#: ../../mod/viewsrc.php:40 +msgid "Source of Item" +msgstr "Bron van item" -#: ../../mod/admin.php:461 -msgid "Enable Diaspora Protocol" -msgstr "Diaspora-protocol inschakelen" +#: ../../mod/settings.php:76 +msgid "Name is required" +msgstr "Naam is vereist" -#: ../../mod/admin.php:461 -msgid "Communicate with Diaspora and Friendica - experimental" -msgstr "Communiceer met Diaspora en Friendica (experimenteel)" +#: ../../mod/settings.php:80 +msgid "Key and Secret are required" +msgstr "Key en secret zijn vereist" -#: ../../mod/admin.php:462 -msgid "Allow Feeds as Connections" -msgstr "Sta feeds toe als connecties" +#: ../../mod/settings.php:231 +msgid "Passwords do not match. Password unchanged." +msgstr "Wachtwoorden komen niet overeen. Wachtwoord onveranderd." -#: ../../mod/admin.php:462 -msgid "(Heavy system resource usage)" -msgstr "(sterk negatieve invloed op systeembronnen hub)" +#: ../../mod/settings.php:235 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd." -#: ../../mod/admin.php:463 -msgid "Maximum image size" -msgstr "Maximale grootte van afbeeldingen" +#: ../../mod/settings.php:249 +msgid "Password changed." +msgstr "Wachtwoord veranderd." -#: ../../mod/admin.php:463 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend." +#: ../../mod/settings.php:251 +msgid "Password update failed. Please try again." +msgstr "Bijwerken wachtwoord mislukt. Probeer opnieuw." -#: ../../mod/admin.php:464 -msgid "Does this site allow new member registration?" -msgstr "Staat deze hub nieuwe accounts toe?" +#: ../../mod/settings.php:265 +msgid "Not valid email." +msgstr "Geen geldig e-mailadres." -#: ../../mod/admin.php:465 -msgid "Which best describes the types of account offered by this hub?" -msgstr "Wat voor soort accounts biedt deze $Projectname-hub aan? Kies wat het meest in de buurt komt." +#: ../../mod/settings.php:268 +msgid "Protected email address. Cannot change to that email." +msgstr "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken." -#: ../../mod/admin.php:466 -msgid "Register text" -msgstr "Tekst tijdens registratie" +#: ../../mod/settings.php:277 +msgid "System failure storing new email. Please try again." +msgstr "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer." -#: ../../mod/admin.php:466 -msgid "Will be displayed prominently on the registration page." -msgstr "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond." +#: ../../mod/settings.php:518 +msgid "Settings updated." +msgstr "Instellingen bijgewerkt." -#: ../../mod/admin.php:467 -msgid "Accounts abandoned after x days" -msgstr "Accounts als verlaten beschouwen na zoveel aantal dagen:" +#: ../../mod/settings.php:582 ../../mod/settings.php:608 +#: ../../mod/settings.php:644 +msgid "Add application" +msgstr "Applicatie toevoegen" -#: ../../mod/admin.php:467 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet." +#: ../../mod/settings.php:585 +msgid "Name of application" +msgstr "Naam van applicatie" -#: ../../mod/admin.php:468 -msgid "Allowed friend domains" -msgstr "Toegestane domeinen" +#: ../../mod/settings.php:586 ../../mod/settings.php:612 +msgid "Consumer Key" +msgstr "Consumer key" -#: ../../mod/admin.php:468 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Komma-gescheiden lijst van domeinen waarvan kanalen connecties kunnen aangaan met kanalen op deze $Projectname-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten." +#: ../../mod/settings.php:586 ../../mod/settings.php:587 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20" -#: ../../mod/admin.php:469 -msgid "Allowed email domains" -msgstr "Toegestane e-maildomeinen" +#: ../../mod/settings.php:587 ../../mod/settings.php:613 +msgid "Consumer Secret" +msgstr "Consumer secret" + +#: ../../mod/settings.php:588 ../../mod/settings.php:614 +msgid "Redirect" +msgstr "Redirect/doorverwijzing" -#: ../../mod/admin.php:469 +#: ../../mod/settings.php:588 msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te laten." +"Redirect URI - leave blank unless your application specifically requires " +"this" +msgstr "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist" -#: ../../mod/admin.php:470 -msgid "Not allowed email domains" -msgstr "Niet toegestane e-maildomeinen" +#: ../../mod/settings.php:589 ../../mod/settings.php:615 +msgid "Icon url" +msgstr "URL van pictogram" -#: ../../mod/admin.php:470 -msgid "" -"Comma separated list of domains which are not allowed in email addresses for" -" registrations to this site. Wildcards are accepted. Empty to allow any " -"domains, unless allowed domains have been defined." -msgstr "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen niet op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te staan, tenzij er toegestane domeinen zijn ingesteld. " +#: ../../mod/settings.php:589 +msgid "Optional" +msgstr "Optioneel" -#: ../../mod/admin.php:471 -msgid "Block public" -msgstr "Openbare toegang blokkeren" +#: ../../mod/settings.php:600 +msgid "You can't edit this application." +msgstr "Je kan deze applicatie niet bewerken" -#: ../../mod/admin.php:471 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor ingelogde leden." +#: ../../mod/settings.php:643 +msgid "Connected Apps" +msgstr "Verbonden applicaties" -#: ../../mod/admin.php:472 -msgid "Verify Email Addresses" -msgstr "E-mailadres verifieren" +#: ../../mod/settings.php:647 +msgid "Client key starts with" +msgstr "Client key begint met" -#: ../../mod/admin.php:472 -msgid "" -"Check to verify email addresses used in account registration (recommended)." -msgstr "Inschakelen om e-mailadressen te verifiëren die tijdens de accountregistratie worden gebruikt (aanbevolen)." +#: ../../mod/settings.php:648 +msgid "No name" +msgstr "Geen naam" -#: ../../mod/admin.php:473 -msgid "Force publish" -msgstr "Dwing kanaalvermelding af" +#: ../../mod/settings.php:649 +msgid "Remove authorization" +msgstr "Autorisatie verwijderen" -#: ../../mod/admin.php:473 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld." +#: ../../mod/settings.php:662 +msgid "No feature settings configured" +msgstr "Geen extra functie- of plugin-instellingen" -#: ../../mod/admin.php:474 -msgid "Disable discovery tab" -msgstr "Ontdekkingstab" +#: ../../mod/settings.php:669 +msgid "Feature/Addon Settings" +msgstr "Extra functie- en plugin-instellingen" -#: ../../mod/admin.php:474 -msgid "" -"Remove the tab in the network view with public content pulled from sources " -"chosen for this site." -msgstr "Verwijder de tab in de matrix-weergave waarin zich een selectie aan openbare berichten bevindt, die automatisch voor deze hub zijn uitgekozen." +#: ../../mod/settings.php:692 +msgid "Account Settings" +msgstr "Account-instellingen" -#: ../../mod/admin.php:475 -msgid "No login on Homepage" -msgstr "Geen inlogformulier op de homepage" +#: ../../mod/settings.php:693 +msgid "Enter New Password:" +msgstr "Nieuw wachtwoord invoeren:" -#: ../../mod/admin.php:475 -msgid "" -"Check to hide the login form from your sites homepage when visitors arrive " -"who are not logged in (e.g. when you put the content of the homepage in via " -"the site channel)." -msgstr "Vink dit aan om het inlogformulier op de homepage van deze hub, die niet-ingelogde bezoekers te zien krijgen, te verbergen. (bijvoorbeeld wanneer je een kanaal op deze $Projectname-hub als homepage gebruikt)" +#: ../../mod/settings.php:694 +msgid "Confirm New Password:" +msgstr "Nieuw wachtwoord bevestigen:" -#: ../../mod/admin.php:477 -msgid "Proxy user" -msgstr "Gebruikersnaam proxy" +#: ../../mod/settings.php:694 +msgid "Leave password fields blank unless changing" +msgstr "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen" -#: ../../mod/admin.php:478 -msgid "Proxy URL" -msgstr "URL proxy" +#: ../../mod/settings.php:696 ../../mod/settings.php:1027 +msgid "Email Address:" +msgstr "E-mailadres:" -#: ../../mod/admin.php:479 -msgid "Network timeout" -msgstr "Netwerktimeout" +#: ../../mod/settings.php:698 +msgid "Remove this account including all its channels" +msgstr "Dit account en al zijn kanalen verwijderen" -#: ../../mod/admin.php:479 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)" +#: ../../mod/settings.php:714 +msgid "Off" +msgstr "Uit" -#: ../../mod/admin.php:480 -msgid "Delivery interval" -msgstr "Afleveringsinterval" +#: ../../mod/settings.php:714 +msgid "On" +msgstr "Aan" -#: ../../mod/admin.php:480 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers." +#: ../../mod/settings.php:721 +msgid "Additional Features" +msgstr "Extra functies" -#: ../../mod/admin.php:481 -msgid "Poll interval" -msgstr "Poll-interval" +#: ../../mod/settings.php:745 +msgid "Connector Settings" +msgstr "Instellingen externe koppelingen" -#: ../../mod/admin.php:481 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken." +#: ../../mod/settings.php:784 +msgid "No special theme for mobile devices" +msgstr "Geen speciaal thema voor mobiele apparaten" -#: ../../mod/admin.php:482 -msgid "Maximum Load Average" -msgstr "Maximaal gemiddelde systeembelasting" +#: ../../mod/settings.php:787 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (experimenteel)" -#: ../../mod/admin.php:482 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50." +#: ../../mod/settings.php:826 +msgid "Display Settings" +msgstr "Weergave-instellingen" -#: ../../mod/admin.php:483 -msgid "Expiration period in days for imported (matrix/network) content" -msgstr "Aantal dagen waarna geïmporteerde inhoud uit iemands matrix/netwerk-pagina wordt verwijderd." +#: ../../mod/settings.php:827 +msgid "Theme Settings" +msgstr "Thema-instellingen" -#: ../../mod/admin.php:483 -msgid "0 for no expiration of imported content" -msgstr "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud." +#: ../../mod/settings.php:828 +msgid "Custom Theme Settings" +msgstr "Handmatige thema-instellingen" -#: ../../mod/admin.php:531 -msgid "No server found" -msgstr "Geen hub gevonden" +#: ../../mod/settings.php:829 +msgid "Content Settings" +msgstr "Inhoudsinstellingen" -#: ../../mod/admin.php:538 ../../mod/admin.php:822 -msgid "ID" -msgstr "ID" +#: ../../mod/settings.php:835 +msgid "Display Theme:" +msgstr "Gebruik thema:" -#: ../../mod/admin.php:538 -msgid "for channel" -msgstr "voor kanaal" +#: ../../mod/settings.php:836 +msgid "Mobile Theme:" +msgstr "Mobiel thema:" -#: ../../mod/admin.php:538 -msgid "on server" -msgstr "op hub" +#: ../../mod/settings.php:837 +msgid "Enable user zoom on mobile devices" +msgstr "Inzoomen op smartphones en tablets toestaan" -#: ../../mod/admin.php:538 -msgid "Status" -msgstr "Status" +#: ../../mod/settings.php:838 +msgid "Update browser every xx seconds" +msgstr "Ververs de webbrowser om de zoveel seconde" -#: ../../mod/admin.php:540 -msgid "Server" -msgstr "Hubbeheer" +#: ../../mod/settings.php:838 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minimaal 10 seconde, geen maximum" -#: ../../mod/admin.php:557 -msgid "Update has been marked successful" -msgstr "Update is als succesvol gemarkeerd" +#: ../../mod/settings.php:839 +msgid "Maximum number of conversations to load at any time:" +msgstr "Maximaal aantal conversaties die per keer geladen worden:" -#: ../../mod/admin.php:567 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "Uitvoeren van %s is mislukt. Controleer systeemlogboek." +#: ../../mod/settings.php:839 +msgid "Maximum of 100 items" +msgstr "Maximaal 100 conversaties" -#: ../../mod/admin.php:570 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Update %s was geslaagd." +#: ../../mod/settings.php:840 +msgid "Show emoticons (smilies) as images" +msgstr "Toon emoticons (smilies) als afbeeldingen" -#: ../../mod/admin.php:574 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is." +#: ../../mod/settings.php:841 +msgid "Link post titles to source" +msgstr "Berichtkoppen naar originele locatie linken" -#: ../../mod/admin.php:577 -#, php-format -msgid "Update function %s could not be found." -msgstr "Update-functie %s kon niet gevonden worden." +#: ../../mod/settings.php:842 +msgid "System Page Layout Editor - (advanced)" +msgstr "Lay-out bewerken van systeempagina's (geavanceerd)" -#: ../../mod/admin.php:593 -msgid "No failed updates." -msgstr "Geen mislukte updates." +#: ../../mod/settings.php:845 +msgid "Use blog/list mode on channel page" +msgstr "Gebruik blog/lijst-modus op kanaalpagina" -#: ../../mod/admin.php:597 -msgid "Failed Updates" -msgstr "Mislukte updates" +#: ../../mod/settings.php:845 ../../mod/settings.php:846 +msgid "(comments displayed separately)" +msgstr "(reacties worden afzonderlijk weergeven)" -#: ../../mod/admin.php:599 -msgid "Mark success (if update was manually applied)" -msgstr "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)" +#: ../../mod/settings.php:846 +msgid "Use blog/list mode on matrix page" +msgstr "Gebruik blog/lijst-modus op matrixpagina" + +#: ../../mod/settings.php:847 +msgid "Channel page max height of content (in pixels)" +msgstr "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)" -#: ../../mod/admin.php:600 -msgid "Attempt to execute this update step automatically" -msgstr "Poging om deze stap van de update automatisch uit te voeren." +#: ../../mod/settings.php:847 ../../mod/settings.php:848 +msgid "click to expand content exceeding this height" +msgstr "klik om inhoud uit te klappen die deze hoogte overschrijdt" -#: ../../mod/admin.php:632 -msgid "Queue Statistics" -msgstr "Wachtrij-statistieken" +#: ../../mod/settings.php:848 +msgid "Matrix page max height of content (in pixels)" +msgstr "Maximale hoogte berichtinhoud op matrixpagina (in pixels)" -#: ../../mod/admin.php:633 -msgid "Total Entries" -msgstr "Aantal vermeldingen" +#: ../../mod/settings.php:882 +msgid "Nobody except yourself" +msgstr "Niemand, behalve jezelf" -#: ../../mod/admin.php:634 -msgid "Priority" -msgstr "Prioriteit" +#: ../../mod/settings.php:883 +msgid "Only those you specifically allow" +msgstr "Alleen connecties met uitdrukkelijke toestemming" -#: ../../mod/admin.php:635 -msgid "Destination URL" -msgstr "Doel-URL" +#: ../../mod/settings.php:884 +msgid "Approved connections" +msgstr "Geaccepteerde connecties" -#: ../../mod/admin.php:636 -msgid "Mark hub permanently offline" -msgstr "Hub als permanent offline markeren" +#: ../../mod/settings.php:885 +msgid "Any connections" +msgstr "Alle connecties" -#: ../../mod/admin.php:637 -msgid "Empty queue for this hub" -msgstr "Berichtenwachtrij voor deze hub legen" +#: ../../mod/settings.php:886 +msgid "Anybody on this website" +msgstr "Iedereen op deze hub" -#: ../../mod/admin.php:638 -msgid "Last known contact" -msgstr "Voor het laatst contact" +#: ../../mod/settings.php:887 +msgid "Anybody in this network" +msgstr "Iedereen in dit netwerk" -#: ../../mod/admin.php:674 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s account geblokkeerd/gedeblokkeerd" -msgstr[1] "%s accounts geblokkeerd/gedeblokkeerd" +#: ../../mod/settings.php:888 +msgid "Anybody authenticated" +msgstr "Geauthenticeerd" -#: ../../mod/admin.php:682 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s account verwijderd" -msgstr[1] "%s accounts verwijderd" +#: ../../mod/settings.php:889 +msgid "Anybody on the internet" +msgstr "Iedereen op het internet" -#: ../../mod/admin.php:718 -msgid "Account not found" -msgstr "Account niet gevonden" +#: ../../mod/settings.php:963 +msgid "Publish your default profile in the network directory" +msgstr "Publiceer je standaardprofiel in de kanalengids" -#: ../../mod/admin.php:738 -#, php-format -msgid "User '%s' blocked" -msgstr "Lid '%s' geblokkeerd" +#: ../../mod/settings.php:968 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen" -#: ../../mod/admin.php:746 -#, php-format -msgid "User '%s' unblocked" -msgstr "Account '%s' gedeblokkeerd" +#: ../../mod/settings.php:977 +msgid "Your channel address is" +msgstr "Jouw kanaaladres is" -#: ../../mod/admin.php:809 ../../mod/admin.php:821 -msgid "Users" -msgstr "Accounts" +#: ../../mod/settings.php:1018 +msgid "Channel Settings" +msgstr "Kanaal-instellingen" -#: ../../mod/admin.php:811 ../../mod/admin.php:947 -msgid "select all" -msgstr "alles selecteren" +#: ../../mod/settings.php:1025 +msgid "Basic Settings" +msgstr "Basis-instellingen" -#: ../../mod/admin.php:812 -msgid "User registrations waiting for confirm" -msgstr "Accounts die op goedkeuring wachten" +#: ../../mod/settings.php:1028 +msgid "Your Timezone:" +msgstr "Jouw tijdzone:" -#: ../../mod/admin.php:813 -msgid "Request date" -msgstr "Tijd/datum verzoek" +#: ../../mod/settings.php:1029 +msgid "Default Post Location:" +msgstr "Standaardlocatie bericht:" -#: ../../mod/admin.php:814 -msgid "No registrations." -msgstr "Geen verzoeken." +#: ../../mod/settings.php:1029 +msgid "Geographical location to display on your posts" +msgstr "Geografische locatie die bij het bericht moet worden vermeld" -#: ../../mod/admin.php:815 -msgid "Approve" -msgstr "Goedkeuren" +#: ../../mod/settings.php:1030 +msgid "Use Browser Location:" +msgstr "Locatie van webbrowser gebruiken:" -#: ../../mod/admin.php:816 -msgid "Deny" -msgstr "Afkeuren" +#: ../../mod/settings.php:1032 +msgid "Adult Content" +msgstr "Inhoud voor volwassenen" -#: ../../mod/admin.php:818 ../../mod/connedit.php:517 -#: ../../mod/connedit.php:720 -msgid "Block" -msgstr "Blokkeren" +#: ../../mod/settings.php:1032 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassenen. (Gebruik de tag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)" -#: ../../mod/admin.php:819 ../../mod/connedit.php:517 -#: ../../mod/connedit.php:720 -msgid "Unblock" -msgstr "Deblokkeren" +#: ../../mod/settings.php:1034 +msgid "Security and Privacy Settings" +msgstr "Veiligheids- en privacy-instellingen" -#: ../../mod/admin.php:822 -msgid "Register date" -msgstr "Geregistreerd" +#: ../../mod/settings.php:1036 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen." -#: ../../mod/admin.php:822 -msgid "Last login" -msgstr "Laatste keer ingelogd" +#: ../../mod/settings.php:1038 +msgid "Hide my online presence" +msgstr "Verberg mijn aanwezigheid" -#: ../../mod/admin.php:822 -msgid "Expires" -msgstr "Verloopt" +#: ../../mod/settings.php:1038 +msgid "Prevents displaying in your profile that you are online" +msgstr "Voorkomt dat op je kanaalpagina te zien valt dat je momenteel op $Projectname aanwezig bent" -#: ../../mod/admin.php:822 -msgid "Service Class" -msgstr "Abonnementen" +#: ../../mod/settings.php:1040 +msgid "Simple Privacy Settings:" +msgstr "Eenvoudige privacy-instellingen:" -#: ../../mod/admin.php:824 +#: ../../mod/settings.php:1041 msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?" +"Very Public - extremely permissive (should be used with caution)" +msgstr "Zeer openbaar (kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)" -#: ../../mod/admin.php:825 +#: ../../mod/settings.php:1042 msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?" +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" +msgstr "Normaal (standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)" -#: ../../mod/admin.php:859 -#, php-format -msgid "%s channel censored/uncensored" -msgid_plural "%s channels censored/uncensored" -msgstr[0] "%s kanaal gecensureerd/ongecensureerd" -msgstr[1] "%s kanalen gecensureerd/ongecensureerd" +#: ../../mod/settings.php:1043 +msgid "Private - default private, never open or public" +msgstr "Privé (standaard privé en nooit openbaar)" -#: ../../mod/admin.php:866 -#, php-format -msgid "%s channel deleted" -msgid_plural "%s channels deleted" -msgstr[0] "%s kanaal verwijderd" -msgstr[1] "%s kanalen verwijderd" +#: ../../mod/settings.php:1044 +msgid "Blocked - default blocked to/from everybody" +msgstr "Geblokkeerd (standaard geblokkeerd naar/van iedereen)" -#: ../../mod/admin.php:886 -msgid "Channel not found" -msgstr "Kanaal niet gevonden" +#: ../../mod/settings.php:1046 +msgid "Allow others to tag your posts" +msgstr "Anderen toestaan om je berichten te taggen" -#: ../../mod/admin.php:897 -#, php-format -msgid "Channel '%s' deleted" -msgstr "Kanaal '%s' verwijderd" +#: ../../mod/settings.php:1046 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren" -#: ../../mod/admin.php:908 -#, php-format -msgid "Channel '%s' uncensored" -msgstr "Kanaal '%s' ongecensureerd" +#: ../../mod/settings.php:1048 +msgid "Advanced Privacy Settings" +msgstr "Geavanceerde privacy-instellingen" -#: ../../mod/admin.php:908 -#, php-format -msgid "Channel '%s' censored" -msgstr "Kanaal '%s' gecensureerd" +#: ../../mod/settings.php:1050 +msgid "Expire other channel content after this many days" +msgstr "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:" -#: ../../mod/admin.php:949 -msgid "Censor" -msgstr "Censureren" +#: ../../mod/settings.php:1050 +msgid "0 or blank prevents expiration" +msgstr "0 of leeg voorkomt het verlopen" -#: ../../mod/admin.php:950 -msgid "Uncensor" -msgstr "Niet censureren" +#: ../../mod/settings.php:1051 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum aantal connectieverzoeken per dag:" -#: ../../mod/admin.php:953 -msgid "UID" -msgstr "UID" +#: ../../mod/settings.php:1051 +msgid "May reduce spam activity" +msgstr "Kan eventuele spam verminderen" -#: ../../mod/admin.php:955 -msgid "" -"Selected channels will be deleted!\\n\\nEverything that was posted in these " -"channels on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?" +#: ../../mod/settings.php:1052 +msgid "Default Post Permissions" +msgstr "Standaard permissies voor nieuwe berichten" -#: ../../mod/admin.php:956 -msgid "" -"The channel {0} will be deleted!\\n\\nEverything that was posted in this " -"channel on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?" +#: ../../mod/settings.php:1057 +msgid "Channel permissions category:" +msgstr "Kanaaltype en -permissies:" -#: ../../mod/admin.php:996 -#, php-format -msgid "Plugin %s disabled." -msgstr "Plug-in %s uitgeschakeld." +#: ../../mod/settings.php:1063 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" -#: ../../mod/admin.php:1000 -#, php-format -msgid "Plugin %s enabled." -msgstr "Plug-in %s ingeschakeld" +#: ../../mod/settings.php:1063 +msgid "Useful to reduce spamming" +msgstr "Kan eventuele spam verminderen" -#: ../../mod/admin.php:1010 ../../mod/admin.php:1208 -msgid "Disable" -msgstr "Uitschakelen" +#: ../../mod/settings.php:1066 +msgid "Notification Settings" +msgstr "Notificatie-instellingen" -#: ../../mod/admin.php:1013 ../../mod/admin.php:1210 -msgid "Enable" -msgstr "Inschakelen" +#: ../../mod/settings.php:1067 +msgid "By default post a status message when:" +msgstr "Plaats automatisch een statusbericht wanneer:" -#: ../../mod/admin.php:1037 ../../mod/admin.php:1237 -msgid "Toggle" -msgstr "Omschakelen" +#: ../../mod/settings.php:1068 +msgid "accepting a friend request" +msgstr "Een connectieverzoek wordt geaccepteerd" -#: ../../mod/admin.php:1045 ../../mod/admin.php:1247 -msgid "Author: " -msgstr "Auteur: " +#: ../../mod/settings.php:1069 +msgid "joining a forum/community" +msgstr "Je lid wordt van een forum/groep" -#: ../../mod/admin.php:1046 ../../mod/admin.php:1248 -msgid "Maintainer: " -msgstr "Beheerder: " +#: ../../mod/settings.php:1070 +msgid "making an interesting profile change" +msgstr "Er sprake is van een interessante profielwijziging" -#: ../../mod/admin.php:1173 -msgid "No themes found." -msgstr "Geen thema's gevonden" +#: ../../mod/settings.php:1071 +msgid "Send a notification email when:" +msgstr "Verzend een notificatie per e-mail wanneer:" -#: ../../mod/admin.php:1229 -msgid "Screenshot" -msgstr "Schermafdruk" +#: ../../mod/settings.php:1072 +msgid "You receive a connection request" +msgstr "Je een connectieverzoek ontvangt" -#: ../../mod/admin.php:1275 -msgid "[Experimental]" -msgstr "[Experimenteel]" +#: ../../mod/settings.php:1073 +msgid "Your connections are confirmed" +msgstr "Jouw connecties zijn bevestigd" -#: ../../mod/admin.php:1276 -msgid "[Unsupported]" -msgstr "[Niet ondersteund]" +#: ../../mod/settings.php:1074 +msgid "Someone writes on your profile wall" +msgstr "Iemand iets op jouw kanaal heeft geschreven" -#: ../../mod/admin.php:1300 -msgid "Log settings updated." -msgstr "Logboek-instellingen bijgewerkt." +#: ../../mod/settings.php:1075 +msgid "Someone writes a followup comment" +msgstr "Iemand een reactie schrijft" -#: ../../mod/admin.php:1357 -msgid "Clear" -msgstr "Leegmaken" +#: ../../mod/settings.php:1076 +msgid "You receive a private message" +msgstr "Je een privé-bericht ontvangt" -#: ../../mod/admin.php:1363 -msgid "Debugging" -msgstr "Debuggen" +#: ../../mod/settings.php:1077 +msgid "You receive a friend suggestion" +msgstr "Je een kanaalvoorstel ontvangt" -#: ../../mod/admin.php:1364 -msgid "Log file" -msgstr "Logbestand" +#: ../../mod/settings.php:1078 +msgid "You are tagged in a post" +msgstr "Je expliciet in een bericht bent genoemd" + +#: ../../mod/settings.php:1079 +msgid "You are poked/prodded/etc. in a post" +msgstr "Je bent in een bericht aangestoten/gepord/etc." -#: ../../mod/admin.php:1364 -msgid "" -"Must be writable by web server. Relative to your Red top-level directory." -msgstr "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je $Projectname-installatie." +#: ../../mod/settings.php:1082 +msgid "Show visual notifications including:" +msgstr "Toon de volgende zichtbare notificaties:" -#: ../../mod/admin.php:1365 -msgid "Log level" -msgstr "Logniveau" +#: ../../mod/settings.php:1084 +msgid "Unseen matrix activity" +msgstr "Niet bekeken matrix-activiteit" -#: ../../mod/admin.php:1411 -msgid "New Profile Field" -msgstr "Nieuw profielveld" +#: ../../mod/settings.php:1085 +msgid "Unseen channel activity" +msgstr "Niet bekeken kanaal-activiteit" -#: ../../mod/admin.php:1412 ../../mod/admin.php:1432 -msgid "Field nickname" -msgstr "Bijnaam voor veld" +#: ../../mod/settings.php:1086 +msgid "Unseen private messages" +msgstr "Niet bekeken privéberichten" -#: ../../mod/admin.php:1412 ../../mod/admin.php:1432 -msgid "System name of field" -msgstr "Systeemnaam voor veld" +#: ../../mod/settings.php:1086 ../../mod/settings.php:1091 +#: ../../mod/settings.php:1092 ../../mod/settings.php:1093 +msgid "Recommended" +msgstr "Aanbevolen" -#: ../../mod/admin.php:1413 ../../mod/admin.php:1433 -msgid "Input type" -msgstr "Invoertype" +#: ../../mod/settings.php:1087 +msgid "Upcoming events" +msgstr "Aankomende gebeurtenissen" -#: ../../mod/admin.php:1414 ../../mod/admin.php:1434 -msgid "Field Name" -msgstr "Veldnaam" +#: ../../mod/settings.php:1088 +msgid "Events today" +msgstr "Gebeurtissen van vandaag" -#: ../../mod/admin.php:1414 ../../mod/admin.php:1434 -msgid "Label on profile pages" -msgstr "Tekstlabel voor op profielpagina's" +#: ../../mod/settings.php:1089 +msgid "Upcoming birthdays" +msgstr "Aankomende verjaardagen" -#: ../../mod/admin.php:1415 ../../mod/admin.php:1435 -msgid "Help text" -msgstr "Helptekst" +#: ../../mod/settings.php:1089 +msgid "Not available in all themes" +msgstr "Niet in alle thema's beschikbaar" -#: ../../mod/admin.php:1415 ../../mod/admin.php:1435 -msgid "Additional info (optional)" -msgstr "Extra informatie (optioneel)" +#: ../../mod/settings.php:1090 +msgid "System (personal) notifications" +msgstr "(Persoonlijke) systeemnotificaties" -#: ../../mod/admin.php:1425 -msgid "Field definition not found" -msgstr "Velddefinitie niet gevonden" +#: ../../mod/settings.php:1091 +msgid "System info messages" +msgstr "Systeemmededelingen" -#: ../../mod/admin.php:1431 -msgid "Edit Profile Field" -msgstr "Profielveld bewerken" +#: ../../mod/settings.php:1092 +msgid "System critical alerts" +msgstr "Kritische systeemwaarschuwingen" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "Niet in staat om je hub te vinden" +#: ../../mod/settings.php:1093 +msgid "New connections" +msgstr "Nieuwe connecties" -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "Verzenden bericht geslaagd." +#: ../../mod/settings.php:1094 +msgid "System Registrations" +msgstr "Nieuwe accountregistraties op deze hub" -#: ../../mod/editblock.php:112 -msgid "Edit Block" -msgstr "Blok bewerken" +#: ../../mod/settings.php:1095 +msgid "" +"Also show new wall posts, private messages and connections under Notices" +msgstr "Toon tevens nieuwe kanaalberichten, privéberichten en connecties onder Notificaties" -#: ../../mod/editblock.php:123 -msgid "Delete block?" -msgstr "Blok verwijderen" +#: ../../mod/settings.php:1097 +msgid "Notify me of events this many days in advance" +msgstr "Herinner mij zoveel dagen van te voren aan gebeurtenissen" -#: ../../mod/register.php:44 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "Maximum toegestane dagelijkse registraties op deze $Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals." +#: ../../mod/settings.php:1097 +msgid "Must be greater than 0" +msgstr "Moet hoger dan 0 zijn" -#: ../../mod/register.php:50 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden." +#: ../../mod/settings.php:1099 +msgid "Advanced Account/Page Type Settings" +msgstr "Instellingen geavanceerd account/paginatype" -#: ../../mod/register.php:84 -msgid "Passwords do not match." -msgstr "Wachtwoorden komen niet met elkaar overeen." +#: ../../mod/settings.php:1100 +msgid "Change the behaviour of this account for special situations" +msgstr "Verander het gedrag van dit account voor speciale situaties" -#: ../../mod/register.php:117 +#: ../../mod/settings.php:1103 msgid "" -"Registration successful. Please check your email for validation " -"instructions." -msgstr "Registratie geslaagd. Controleer je e-mail voor instructies." +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" +msgstr "Schakel de expertmodus in (in Instellingen > Extra functies) om aan te kunnen passen!" -#: ../../mod/register.php:123 -msgid "Your registration is pending approval by the site owner." -msgstr "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze $Projectname-hub." +#: ../../mod/settings.php:1104 +msgid "Miscellaneous Settings" +msgstr "Diverse instellingen" -#: ../../mod/register.php:126 -msgid "Your registration can not be processed." -msgstr "Jouw registratie kan niet verwerkt worden." +#: ../../mod/settings.php:1105 +msgid "Default photo upload folder" +msgstr "Standaard fotoalbum voor uploads" -#: ../../mod/register.php:163 -msgid "Registration on this site/hub is by approval only." -msgstr "Registraties op deze $Projectname-hub moeten eerst worden goedgekeurd." +#: ../../mod/settings.php:1106 +msgid "Default file upload folder" +msgstr "Standaard bestandsmap voor uploads" -#: ../../mod/register.php:164 -msgid "Register at another affiliated site/hub" -msgstr "Registreer op een andere $Projectname-hub" +#: ../../mod/settings.php:1108 +msgid "Personal menu to display in your channel pages" +msgstr "Persoonlijk menu om op je kanaalpagina's weer te geven" -#: ../../mod/register.php:174 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Deze $Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals." +#: ../../mod/settings.php:1110 +msgid "Remove this channel." +msgstr "Verwijder dit kanaal." -#: ../../mod/register.php:185 -msgid "Terms of Service" -msgstr "Gebruiksvoorwaarden" +#: ../../mod/xchan.php:6 +msgid "Xchan Lookup" +msgstr "Xchan opzoeken" -#: ../../mod/register.php:191 -#, php-format -msgid "I accept the %s for this website" -msgstr "Ik accepteer de %s van deze $Projectname-hub" +#: ../../mod/xchan.php:9 +msgid "Lookup xchan beginning with (or webbie): " +msgstr "Zoek een xchan (of webbie) die begint met:" -#: ../../mod/register.php:193 +#: ../../mod/manage.php:130 #, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "Ik accepteer de %s van deze $Projectname-hub" - -#: ../../mod/register.php:212 -msgid "Membership on this site is by invitation only." -msgstr "Registreren op deze $Projectname-hub kan alleen op uitnodiging." +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt." -#: ../../mod/register.php:213 -msgid "Please enter your invitation code" -msgstr "Vul jouw uitnodigingscode in" +#: ../../mod/manage.php:138 +msgid "Create a new channel" +msgstr "Nieuw kanaal aanmaken" -#: ../../mod/register.php:216 -msgid "Your email address" -msgstr "Jouw e-mailadres" +#: ../../mod/manage.php:161 +msgid "Current Channel" +msgstr "Huidig kanaal" -#: ../../mod/register.php:217 -msgid "Choose a password" -msgstr "Geef een wachtwoord op" +#: ../../mod/manage.php:163 +msgid "Switch to one of your channels by selecting it." +msgstr "Activeer een van jouw andere kanalen door er op te klikken." -#: ../../mod/register.php:218 -msgid "Please re-enter your password" -msgstr "Geef het wachtwoord opnieuw op" +#: ../../mod/manage.php:164 +msgid "Default Channel" +msgstr "Standaardkanaal" -#: ../../mod/removeaccount.php:30 -msgid "" -"Account removals are not allowed within 48 hours of changing the account " -"password." -msgstr "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd." +#: ../../mod/manage.php:165 +msgid "Make Default" +msgstr "Als standaard instellen" -#: ../../mod/removeaccount.php:57 -msgid "Remove This Account" -msgstr "Verwijder dit account" +#: ../../mod/manage.php:168 +#, php-format +msgid "%d new messages" +msgstr "%d nieuwe berichten" -#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 -msgid "WARNING: " -msgstr "WAARSCHUWING: " +#: ../../mod/manage.php:169 +#, php-format +msgid "%d new introductions" +msgstr "%d nieuwe connectieverzoeken" -#: ../../mod/removeaccount.php:58 -msgid "" -"This account and all its channels will be completely removed from the " -"network. " -msgstr "Dit account en al zijn kanalen worden volledig uit het $Projectname-netwerk verwijderd." +#: ../../mod/manage.php:171 +msgid "Delegated Channels" +msgstr "Uitbestede kanalen" -#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 -msgid "This action is permanent and can not be undone!" -msgstr "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Geef toestemming voor applicatiekoppeling" -#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59 -msgid "Please enter your password for verification:" -msgstr "Vul je wachtwoord in ter verificatie:" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Ga terug naar je app en voeg deze beveiligingscode in:" -#: ../../mod/removeaccount.php:60 -msgid "" -"Remove this account, all its channels and all its channel clones from the " -"network" -msgstr "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het $Projectname-netwerk verwijderen" +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Inloggen om verder te kunnen gaan." -#: ../../mod/removeaccount.php:60 +#: ../../mod/api.php:104 msgid "" -"By default only the instances of the channels located on this hub will be " -"removed from the network" -msgstr "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het $Projectname-netwerk verwijderd" - -#: ../../mod/item.php:174 -msgid "Unable to locate original post." -msgstr "Niet in staat om de originele locatie van het bericht te vinden. " +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?" -#: ../../mod/item.php:437 -msgid "Empty post discarded." -msgstr "Leeg bericht geannuleerd" +#: ../../mod/connections.php:52 ../../mod/connections.php:150 +msgid "Blocked" +msgstr "Geblokkeerd" -#: ../../mod/item.php:479 -msgid "Executable content type not permitted to this channel." -msgstr "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal." +#: ../../mod/connections.php:57 ../../mod/connections.php:157 +msgid "Ignored" +msgstr "Genegeerd" -#: ../../mod/item.php:885 -msgid "System error. Post not saved." -msgstr "Systeemfout. Bericht niet opgeslagen." +#: ../../mod/connections.php:62 ../../mod/connections.php:171 +msgid "Hidden" +msgstr "Verborgen" -#: ../../mod/item.php:1103 -msgid "Unable to obtain post information from database." -msgstr "Niet in staat om informatie over dit bericht uit de database te verkrijgen." +#: ../../mod/connections.php:67 ../../mod/connections.php:164 +msgid "Archived" +msgstr "Gearchiveerd" -#: ../../mod/item.php:1110 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "Je hebt jouw limiet van %1$.0f berichten bereikt." +#: ../../mod/connections.php:128 +msgid "Suggest new connections" +msgstr "Nieuwe kanalen voorstellen" -#: ../../mod/item.php:1117 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "Je hebt jouw limiet van %1$.0f webpagina's bereikt." +#: ../../mod/connections.php:131 +msgid "New Connections" +msgstr "Nieuwe connecties" -#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 -#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 -#: ../../mod/update_home.php:21 -msgid "[Embedded content - reload page to view]" -msgstr "[Ingesloten inhoud - ververs pagina om te bekijken] " +#: ../../mod/connections.php:134 +msgid "Show pending (new) connections" +msgstr "Nog te accepteren (nieuwe) connecties weergeven" -#: ../../mod/lockview.php:37 -msgid "Remote privacy information not available." -msgstr "Privacy-informatie op afstand niet beschikbaar." +#: ../../mod/connections.php:137 ../../mod/profperm.php:139 +msgid "All Connections" +msgstr "Alle connecties" -#: ../../mod/lockview.php:58 -msgid "Visible to:" -msgstr "Zichtbaar voor:" +#: ../../mod/connections.php:140 +msgid "Show all connections" +msgstr "Toon alle connecties" -#: ../../mod/layouts.php:175 -msgid "Comanche page description language help" -msgstr "Hulp met de paginabeschrijvingstaal Comanche" +#: ../../mod/connections.php:143 +msgid "Unblocked" +msgstr "Niet geblokkeerd" -#: ../../mod/layouts.php:179 -msgid "Layout Description" -msgstr "Lay-out-omschrijving" +#: ../../mod/connections.php:146 +msgid "Only show unblocked connections" +msgstr "Toon alleen niet geblokkeerde connecties" -#: ../../mod/layouts.php:184 -msgid "Download PDL file" -msgstr "Download PDL-bestand" +#: ../../mod/connections.php:153 +msgid "Only show blocked connections" +msgstr "Toon alleen geblokkeerde connecties" -#: ../../mod/id.php:11 -msgid "First Name" -msgstr "Voornaam" +#: ../../mod/connections.php:160 +msgid "Only show ignored connections" +msgstr "Toon alleen genegeerde connecties" -#: ../../mod/id.php:12 -msgid "Last Name" -msgstr "Achternaam" +#: ../../mod/connections.php:167 +msgid "Only show archived connections" +msgstr "Toon alleen gearchiveerde connecties" -#: ../../mod/id.php:13 -msgid "Nickname" -msgstr "Bijnaam" +#: ../../mod/connections.php:174 +msgid "Only show hidden connections" +msgstr "Toon alleen verborgen connecties" -#: ../../mod/id.php:14 -msgid "Full Name" -msgstr "Volledige naam" +#: ../../mod/connections.php:225 +#, php-format +msgid "%1$s [%2$s]" +msgstr "%1$s [%2$s]" -#: ../../mod/id.php:20 -msgid "Profile Photo 16px" -msgstr "Profielfoto 16px" +#: ../../mod/connections.php:226 +msgid "Edit connection" +msgstr "Connectie bewerken" -#: ../../mod/id.php:21 -msgid "Profile Photo 32px" -msgstr "Profielfoto 32px" +#: ../../mod/connections.php:264 +msgid "Search your connections" +msgstr "Doorzoek jouw connecties" -#: ../../mod/id.php:22 -msgid "Profile Photo 48px" -msgstr "Profielfoto 48px" +#: ../../mod/connections.php:265 +msgid "Finding: " +msgstr "Zoeken naar: " -#: ../../mod/id.php:23 -msgid "Profile Photo 64px" -msgstr "Profielfoto 64px" +#: ../../mod/editlayout.php:112 +msgid "Delete layout?" +msgstr "Lay-out verwijderen?" -#: ../../mod/id.php:24 -msgid "Profile Photo 80px" -msgstr "Profielfoto 80px" +#: ../../mod/editlayout.php:178 +msgid "Edit Layout" +msgstr "Lay-out bewerken" -#: ../../mod/id.php:25 -msgid "Profile Photo 128px" -msgstr "Profielfoto 128px" +#: ../../mod/editwebpage.php:153 +msgid "Delete webpage?" +msgstr "Webpagina verwijderen?" -#: ../../mod/id.php:26 -msgid "Timezone" -msgstr "Tijdzone" +#: ../../mod/editwebpage.php:172 +msgid "Page link title" +msgstr "Titel van paginalink" -#: ../../mod/id.php:27 -msgid "Homepage URL" -msgstr "URL homepagina" +#: ../../mod/editwebpage.php:222 +msgid "Edit Webpage" +msgstr "Webpagina bewerken" -#: ../../mod/id.php:29 -msgid "Birth Year" -msgstr "Geboortejaar" +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "Collectie aangemaakt" -#: ../../mod/id.php:30 -msgid "Birth Month" -msgstr "Geboortemaand" +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Collectie kon niet aangemaakt worden" -#: ../../mod/id.php:31 -msgid "Birth Day" -msgstr "Geboortedag" +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "Collectie bijgewerkt." -#: ../../mod/id.php:32 -msgid "Birthdate" -msgstr "Geboortedatum" +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Kanaalcollectie aanmaken" -#: ../../mod/message.php:41 -msgid "Conversation removed." -msgstr "Conversatie verwijderd" +#: ../../mod/group.php:87 ../../mod/group.php:180 +msgid "Collection Name: " +msgstr "Naam collectie:" -#: ../../mod/message.php:56 -msgid "No messages." -msgstr "Geen berichten" +#: ../../mod/group.php:89 ../../mod/group.php:183 +msgid "Members are visible to other channels" +msgstr "Kanalen in deze collectie zijn zichtbaar voor andere kanalen" -#: ../../mod/message.php:72 ../../mod/mail.php:336 -msgid "Delete conversation" -msgstr "Verwijder conversatie" +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Collectie verwijderd" -#: ../../mod/message.php:74 -msgid "D, d M Y - g:i A" -msgstr "D, j M Y - G:i" +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Verwijderen collectie mislukt" -#: ../../mod/mood.php:131 -msgid "Set your current mood and tell your friends" -msgstr "Noteer je huidige stemming en toon het aan je connecties" +#: ../../mod/group.php:179 +msgid "Collection Editor" +msgstr "Collectiebewerker" -#: ../../mod/vote.php:97 -msgid "Total votes" -msgstr "Totaal aantal stemmen" +#: ../../mod/group.php:193 +msgid "Members" +msgstr "Kanalen" -#: ../../mod/vote.php:98 -msgid "Average Rating" -msgstr "Gemiddelde waardering" +#: ../../mod/group.php:195 +msgid "All Connected Channels" +msgstr "Alle kanaalconnecties" -#: ../../mod/removeme.php:29 -msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." -msgstr "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd." +#: ../../mod/group.php:227 +msgid "Click on a channel to add or remove." +msgstr "Klik op een kanaal om deze toe te voegen of te verwijderen." -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" -msgstr "Verwijder dit kanaal" +#: ../../mod/connect.php:56 ../../mod/connect.php:104 +msgid "Continue" +msgstr "Ga verder" -#: ../../mod/removeme.php:58 -msgid "This channel will be completely removed from the network. " -msgstr "Dit kanaal wordt volledig uit het $Projectname-netwerk verwijderd." +#: ../../mod/connect.php:85 +msgid "Premium Channel Setup" +msgstr "Instellen premiumkanaal " -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" -msgstr "Dit kanaal en alle klonen hiervan uit het $Projectname-netwerk verwijderen" +#: ../../mod/connect.php:87 +msgid "Enable premium channel connection restrictions" +msgstr "Restricties voor connecties van premiumkanaal toestaan" -#: ../../mod/removeme.php:60 +#: ../../mod/connect.php:88 msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" -msgstr "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het $Projectname-netwerk verwijderd" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz." -#: ../../mod/connedit.php:262 -msgid "is now connected to" -msgstr "is nu verbonden met" +#: ../../mod/connect.php:90 ../../mod/connect.php:110 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:" -#: ../../mod/connedit.php:375 -msgid "Could not access address book record." -msgstr "Kon geen toegang krijgen tot de record van de connectie." +#: ../../mod/connect.php:91 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:" -#: ../../mod/connedit.php:389 -msgid "Refresh failed - channel is currently unavailable." -msgstr "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar" +#: ../../mod/connect.php:92 ../../mod/connect.php:113 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina." -#: ../../mod/connedit.php:396 -msgid "Channel has been unblocked" -msgstr "Kanaal is gedeblokkeerd" +#: ../../mod/connect.php:101 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) " -#: ../../mod/connedit.php:397 -msgid "Channel has been blocked" -msgstr "Kanaal is geblokkeerd" +#: ../../mod/connect.php:109 +msgid "Restricted or Premium Channel" +msgstr "Beperkt of premiumkanaal" -#: ../../mod/connedit.php:401 ../../mod/connedit.php:413 -#: ../../mod/connedit.php:425 ../../mod/connedit.php:437 -#: ../../mod/connedit.php:453 -msgid "Unable to set address book parameters." -msgstr "Niet in staat om de parameters van connecties in te stellen." +#: ../../mod/viewconnections.php:59 +msgid "No connections." +msgstr "Geen connecties." -#: ../../mod/connedit.php:408 -msgid "Channel has been unignored" -msgstr "Kanaal wordt niet meer genegeerd" +#: ../../mod/viewconnections.php:72 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Bezoek het profiel van %s [%s]" -#: ../../mod/connedit.php:409 -msgid "Channel has been ignored" -msgstr "Kanaal wordt genegeerd" +#: ../../mod/locs.php:21 ../../mod/locs.php:49 +msgid "Location not found." +msgstr "Locatie niet gevonden." -#: ../../mod/connedit.php:420 -msgid "Channel has been unarchived" -msgstr "Kanaal is niet meer gearchiveerd" +#: ../../mod/locs.php:57 +msgid "Location lookup failed." +msgstr "Opzoeken locatie mislukt" -#: ../../mod/connedit.php:421 -msgid "Channel has been archived" -msgstr "Kanaal is gearchiveerd" +#: ../../mod/locs.php:61 +msgid "" +"Please select another location to become primary before removing the primary" +" location." +msgstr "Kies eerst een andere primaire locatie alvorens de huidige primaire locatie te verwijderen." -#: ../../mod/connedit.php:432 -msgid "Channel has been unhidden" -msgstr "Kanaal is niet meer verborgen" +#: ../../mod/locs.php:93 +msgid "No locations found." +msgstr "Geen locaties gevonden." -#: ../../mod/connedit.php:433 -msgid "Channel has been hidden" -msgstr "Kanaal is verborgen" +#: ../../mod/locs.php:104 +msgid "Manage Channel Locations" +msgstr "Kanaallocaties beheren" -#: ../../mod/connedit.php:448 -msgid "Channel has been approved" -msgstr "Connectie/kanaal is geaccepteerd" +#: ../../mod/locs.php:105 +msgid "Location (address)" +msgstr "Locatie (adres)" -#: ../../mod/connedit.php:449 -msgid "Channel has been unapproved" -msgstr "Connectie/kanaal is afgewezen" +#: ../../mod/locs.php:106 +msgid "Primary Location" +msgstr "Primaire locatie" -#: ../../mod/connedit.php:477 -msgid "Connection has been removed." -msgstr "Connectie is verwijderd" +#: ../../mod/locs.php:107 +msgid "Drop location" +msgstr "Locatie verwijderen" -#: ../../mod/connedit.php:497 -#, php-format -msgid "View %s's profile" -msgstr "Profiel van %s weergeven" +#: ../../mod/post.php:234 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen." -#: ../../mod/connedit.php:501 -msgid "Refresh Permissions" -msgstr "Permissies vernieuwen" +#: ../../mod/setup.php:191 +msgid "$Projectname Server - Setup" +msgstr "$Projectname Server - Setup" -#: ../../mod/connedit.php:504 -msgid "Fetch updated permissions" -msgstr "Aangepaste permissies ophalen" +#: ../../mod/setup.php:195 +msgid "Could not connect to database." +msgstr "Could not connect to database." -#: ../../mod/connedit.php:508 -msgid "Recent Activity" -msgstr "Recente activiteit" +#: ../../mod/setup.php:199 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "Could not connect to specified hub URL. Possible SSL certificate or DNS issue." -#: ../../mod/connedit.php:511 -msgid "View recent posts and comments" -msgstr "Recente berichten en reacties weergeven" +#: ../../mod/setup.php:206 +msgid "Could not create table." +msgstr "Could not create table." + +#: ../../mod/setup.php:211 +msgid "Your site database has been installed." +msgstr "Your hub database has been installed." -#: ../../mod/connedit.php:520 -msgid "Block (or Unblock) all communications with this connection" -msgstr "Blokkeer (of deblokkeer) alle communicatie met deze connectie" +#: ../../mod/setup.php:215 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." +msgstr "You may need to import the file \"install/schema_xxx.sql\" manually using a database client." -#: ../../mod/connedit.php:524 ../../mod/connedit.php:721 -msgid "Unignore" -msgstr "Niet meer negeren" +#: ../../mod/setup.php:216 ../../mod/setup.php:284 ../../mod/setup.php:734 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Please see the file \"install/INSTALL.txt\"." -#: ../../mod/connedit.php:524 ../../mod/connedit.php:721 -#: ../../mod/notifications.php:51 -msgid "Ignore" -msgstr "Negeren" +#: ../../mod/setup.php:281 +msgid "System check" +msgstr "System check" -#: ../../mod/connedit.php:527 -msgid "Ignore (or Unignore) all inbound communications from this connection" -msgstr "Negeer (of negeer niet meer) alle inkomende communicatie van deze connectie" +#: ../../mod/setup.php:286 +msgid "Check again" +msgstr "Check again" -#: ../../mod/connedit.php:530 -msgid "Unarchive" -msgstr "Niet meer archiveren" +#: ../../mod/setup.php:308 +msgid "Database connection" +msgstr "Database connection" -#: ../../mod/connedit.php:530 -msgid "Archive" -msgstr "Archiveren" +#: ../../mod/setup.php:309 +msgid "" +"In order to install $Projectname we need to know how to connect to your " +"database." +msgstr "In order to install $Projectname we need to know how to connect to your database." -#: ../../mod/connedit.php:533 +#: ../../mod/setup.php:310 msgid "" -"Archive (or Unarchive) this connection - mark channel dead but keep content" -msgstr "Archiveer (of dearchiveer) deze connectie - markeer het kanaal als dood, maar bewaar de inhoud" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." -#: ../../mod/connedit.php:536 -msgid "Unhide" -msgstr "Niet meer verbergen" +#: ../../mod/setup.php:311 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "The database you specify below should already exist. If it does not, please create it before continuing." -#: ../../mod/connedit.php:536 -msgid "Hide" -msgstr "Verbergen" +#: ../../mod/setup.php:315 +msgid "Database Server Name" +msgstr "Database Server Name" -#: ../../mod/connedit.php:539 -msgid "Hide or Unhide this connection from your other connections" -msgstr "Deze connectie verbergen (of niet meer verbergen) voor jouw andere connecties" +#: ../../mod/setup.php:315 +msgid "Default is localhost" +msgstr "Default is localhost" -#: ../../mod/connedit.php:546 -msgid "Delete this connection" -msgstr "Deze connectie verwijderen" +#: ../../mod/setup.php:316 +msgid "Database Port" +msgstr "Database Port" -#: ../../mod/connedit.php:637 ../../mod/connedit.php:675 -msgid "Approve this connection" -msgstr "Deze connectie accepteren" +#: ../../mod/setup.php:316 +msgid "Communication port number - use 0 for default" +msgstr "Communication port number - use 0 for default" -#: ../../mod/connedit.php:637 -msgid "Accept connection to allow communication" -msgstr "Keur deze connectie goed om communicatie toe te staan" +#: ../../mod/setup.php:317 +msgid "Database Login Name" +msgstr "Database Login Name" -#: ../../mod/connedit.php:653 -#, php-format -msgid "Connections: settings for %s" -msgstr "Connecties: instellingen voor %s" +#: ../../mod/setup.php:318 +msgid "Database Login Password" +msgstr "Database Login Password" -#: ../../mod/connedit.php:654 -msgid "Apply these permissions automatically" -msgstr "Deze permissies automatisch toepassen" +#: ../../mod/setup.php:319 +msgid "Database Name" +msgstr "Database Name" -#: ../../mod/connedit.php:658 -msgid "Apply the permissions indicated on this page to all new connections." -msgstr "Permissies die op deze pagina staan vermeldt op alle nieuwe connecties toepassen." +#: ../../mod/setup.php:320 +msgid "Database Type" +msgstr "Database Type" -#: ../../mod/connedit.php:662 -msgid "Slide to adjust your degree of friendship" -msgstr "Schuif om te bepalen hoe goed je iemand kent en/of mag" +#: ../../mod/setup.php:322 ../../mod/setup.php:363 +msgid "Site administrator email address" +msgstr "Hub administrator email address" -#: ../../mod/connedit.php:671 +#: ../../mod/setup.php:322 ../../mod/setup.php:363 msgid "" -"Default permissions for your channel type have (just) been applied. They " -"have not yet been submitted. Please review the permissions on this page and " -"make any desired changes at this time. This new connection may not " -"be able to communicate with you until you submit this page, which will " -"install and apply the selected permissions." -msgstr "Voor jouw kanaaltype geldende standaard permissies zijn (zonet) toegepast. Ze zijn echter nog niet opgeslagen. Controleer de permissies op deze pagina en verander ze eventueel. Deze nieuwe connectie kan mogelijk nog niet met jou communiceren totdat je deze pagina opslaat, wat ervoor zorgt dat de gekozen permissies actief worden." - -#: ../../mod/connedit.php:674 -msgid "inherited" -msgstr "geërfd" - -#: ../../mod/connedit.php:677 -msgid "Connection has no individual permissions!" -msgstr "Connectie heeft geen individuele permissies!" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Your account email address must match this in order to use the web admin panel." -#: ../../mod/connedit.php:678 -msgid "" -"This may be appropriate based on your privacy " -"settings, though you may wish to review the \"Advanced Permissions\"." -msgstr "Dit is mogelijk voldoende, wanneer er naar jouw privacy-instellingen wordt gekeken. Hoewel je wellicht de geavanceerde rechten wil nagaan." +#: ../../mod/setup.php:323 ../../mod/setup.php:365 +msgid "Website URL" +msgstr "Hub URL" -#: ../../mod/connedit.php:680 -msgid "Profile Visibility" -msgstr "Zichtbaarheid profiel" +#: ../../mod/setup.php:323 ../../mod/setup.php:365 +msgid "Please use SSL (https) URL if available." +msgstr "Please use SSL (https) URL if available." -#: ../../mod/connedit.php:681 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken." +#: ../../mod/setup.php:325 ../../mod/setup.php:367 +msgid "Please select a default timezone for your website" +msgstr "Please select a default timezone for your hub" -#: ../../mod/connedit.php:682 -msgid "Contact Information / Notes" -msgstr "Informatie/aantekeningen over connectie" +#: ../../mod/setup.php:352 +msgid "Site settings" +msgstr "Hub settings" -#: ../../mod/connedit.php:683 -msgid "Edit contact notes" -msgstr "Bewerk aantekeningen over contact" +#: ../../mod/setup.php:417 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Could not find a command line version of PHP in the web server PATH." -#: ../../mod/connedit.php:685 -msgid "Their Settings" -msgstr "Hun instellingen" +#: ../../mod/setup.php:418 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron." -#: ../../mod/connedit.php:686 -msgid "My Settings" -msgstr "Mijn instellingen" +#: ../../mod/setup.php:422 +msgid "PHP executable path" +msgstr "PHP executable path" -#: ../../mod/connedit.php:688 +#: ../../mod/setup.php:422 msgid "" -"Default permissions for this channel type have (just) been applied. They " -"have not been saved and there are currently no stored default " -"permissions. Please review/edit the applied settings and click [Submit] to " -"finalize." -msgstr "Voor dit kanaaltype geldende standaard permissies zijn (zonet) toegepast. Ze zijn echter nog niet opgeslagen en er zijn momenteel geen standaard permissies aanwezig. Controleer/verander de permissies op deze pagina en klik op [Opslaan] om deze te activeren." +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Enter full path to php executable. You can leave this blank to continue the installation." -#: ../../mod/connedit.php:689 -msgid "Clear/Disable Automatic Permissions" -msgstr "Verwijderen/uitschakelen automatische permissies" +#: ../../mod/setup.php:427 +msgid "Command line PHP" +msgstr "Command line PHP" -#: ../../mod/connedit.php:690 -msgid "Forum Members" -msgstr "Forumleden" +#: ../../mod/setup.php:436 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." -#: ../../mod/connedit.php:691 -msgid "Soapbox" -msgstr "Zeepkist" +#: ../../mod/setup.php:437 +msgid "This is required for message delivery to work." +msgstr "This is required for message delivery to work." -#: ../../mod/connedit.php:692 -msgid "Full Sharing (typical social network permissions)" -msgstr "Voluit delen (vergelijkbaar met die van sociale netwerken)" +#: ../../mod/setup.php:440 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" -#: ../../mod/connedit.php:693 -msgid "Cautious Sharing " -msgstr "Voorzichtig delen" +#: ../../mod/setup.php:458 +#, php-format +msgid "" +"Your max allowed total upload size is set to %s. Maximum size of one file to" +" upload is set to %s. You are allowed to upload up to %d files at once." +msgstr "Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once." -#: ../../mod/connedit.php:694 -msgid "Follow Only" -msgstr "Alleen volgen" +#: ../../mod/setup.php:463 +msgid "You can adjust these settings in the servers php.ini." +msgstr "You can adjust these settings in the servers php.ini." -#: ../../mod/connedit.php:695 -msgid "Individual Permissions" -msgstr "Individuele permissies" +#: ../../mod/setup.php:465 +msgid "PHP upload limits" +msgstr "PHP upload limits" -#: ../../mod/connedit.php:696 +#: ../../mod/setup.php:488 msgid "" -"Some permissions may be inherited from your channel privacy settings, which have higher priority than " -"individual settings. Changing those inherited settings on this page will " -"have no effect." -msgstr "Sommige permissies kunnen worden overgeërfd van de privacy-instellingen van jouw kanaal. Wanneer je deze geërfde instellingen op deze pagina veranderd heeft dat geen effect." - -#: ../../mod/connedit.php:697 -msgid "Advanced Permissions" -msgstr "Geavanceerde permissies" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" -#: ../../mod/connedit.php:698 -msgid "Simple Permissions (select one and submit)" -msgstr "Eenvoudige permissies (selecteer er één en opslaan)" +#: ../../mod/setup.php:489 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../mod/connedit.php:702 -#, php-format -msgid "Visit %s's profile - %s" -msgstr "Profiel van %s bezoeken - %s" +#: ../../mod/setup.php:492 +msgid "Generate encryption keys" +msgstr "Generate encryption keys" -#: ../../mod/connedit.php:703 -msgid "Block/Unblock contact" -msgstr "Connectie blokkeren/deblokkeren" +#: ../../mod/setup.php:504 +msgid "libCurl PHP module" +msgstr "libCurl PHP module" -#: ../../mod/connedit.php:704 -msgid "Ignore contact" -msgstr "Connectie negeren" +#: ../../mod/setup.php:505 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP module" -#: ../../mod/connedit.php:705 -msgid "Repair URL settings" -msgstr "URL-instellingen repareren" +#: ../../mod/setup.php:506 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP module" -#: ../../mod/connedit.php:706 -msgid "View conversations" -msgstr "Conversaties weergeven" +#: ../../mod/setup.php:507 +msgid "mysqli or postgres PHP module" +msgstr "mysqli or postgres PHP module" -#: ../../mod/connedit.php:708 -msgid "Delete contact" -msgstr "Connectie verwijderen" +#: ../../mod/setup.php:508 +msgid "mb_string PHP module" +msgstr "mb_string PHP module" -#: ../../mod/connedit.php:712 -msgid "Last update:" -msgstr "Laatste wijziging:" +#: ../../mod/setup.php:509 +msgid "mcrypt PHP module" +msgstr "mcrypt PHP module" -#: ../../mod/connedit.php:714 -msgid "Update public posts" -msgstr "Openbare berichten updaten" +#: ../../mod/setup.php:510 +msgid "xml PHP module" +msgstr "xml PHP module" -#: ../../mod/connedit.php:716 -msgid "Update now" -msgstr "Nu updaten" +#: ../../mod/setup.php:514 ../../mod/setup.php:516 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite module" -#: ../../mod/connedit.php:722 -msgid "Currently blocked" -msgstr "Momenteel geblokkeerd" +#: ../../mod/setup.php:514 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Error: Apache webserver mod-rewrite module is required but not installed." -#: ../../mod/connedit.php:723 -msgid "Currently ignored" -msgstr "Momenteel genegeerd" +#: ../../mod/setup.php:520 ../../mod/setup.php:523 +msgid "proc_open" +msgstr "proc_open" -#: ../../mod/connedit.php:724 -msgid "Currently archived" -msgstr "Momenteel gearchiveerd" +#: ../../mod/setup.php:520 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Error: proc_open is required but is either not installed or has been disabled in php.ini" -#: ../../mod/connedit.php:725 -msgid "Currently pending" -msgstr "Moeten nog geaccepteerd of afgewezen worden" +#: ../../mod/setup.php:528 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Error: libCURL PHP module required but not installed." -#: ../../mod/rmagic.php:40 +#: ../../mod/setup.php:532 msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten." - -#: ../../mod/rmagic.php:40 -msgid "The error message was:" -msgstr "Het foutbericht was:" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Error: GD graphics PHP module with JPEG support required but not installed." -#: ../../mod/rmagic.php:44 -msgid "Authentication failed." -msgstr "Authenticatie mislukt." +#: ../../mod/setup.php:536 +msgid "Error: openssl PHP module required but not installed." +msgstr "Error: openssl PHP module required but not installed." -#: ../../mod/rmagic.php:84 -msgid "Remote Authentication" -msgstr "Authenticatie op afstand" +#: ../../mod/setup.php:540 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." +msgstr "Error: mysqli or postgres PHP module required but neither are installed." -#: ../../mod/rmagic.php:85 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Vul jouw kanaaladres in (bijv. channel@example.com)" +#: ../../mod/setup.php:544 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Error: mb_string PHP module required but not installed." -#: ../../mod/rmagic.php:86 -msgid "Authenticate" -msgstr "Authenticeren" +#: ../../mod/setup.php:548 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Error: mcrypt PHP module required but not installed." -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "Niet in staat om ontvanger op te zoeken." +#: ../../mod/setup.php:552 +msgid "Error: xml PHP module required for DAV but not installed." +msgstr "Error: xml PHP module required for DAV but not installed." -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "Niet in staat om met het aangevraagde kanaal te communiceren." +#: ../../mod/setup.php:570 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so." -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "Kan opgevraagd kanaal niet verifieren" +#: ../../mod/setup.php:571 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can." -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt." +#: ../../mod/setup.php:572 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder." -#: ../../mod/mail.php:139 -msgid "Message deleted." -msgstr "Bericht verwijderd." +#: ../../mod/setup.php:573 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions." -#: ../../mod/mail.php:156 -msgid "Message recalled." -msgstr "Bericht ingetrokken." +#: ../../mod/setup.php:576 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php is writable" -#: ../../mod/mail.php:225 -msgid "Send Private Message" -msgstr "Privébericht versturen" +#: ../../mod/setup.php:590 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." -#: ../../mod/mail.php:226 ../../mod/mail.php:343 -msgid "To:" -msgstr "Aan:" +#: ../../mod/setup.php:591 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." +msgstr "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder." -#: ../../mod/mail.php:231 ../../mod/mail.php:345 -msgid "Subject:" -msgstr "Onderwerp:" +#: ../../mod/setup.php:592 ../../mod/setup.php:613 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder." -#: ../../mod/mail.php:242 -msgid "Send" -msgstr "Verzenden" +#: ../../mod/setup.php:593 +#, php-format +msgid "" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." +msgstr "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains." -#: ../../mod/mail.php:269 -msgid "Message not found." -msgstr "Bericht niet gevonden" +#: ../../mod/setup.php:596 +#, php-format +msgid "%s is writable" +msgstr "%s is writable" -#: ../../mod/mail.php:312 -msgid "Delete message" -msgstr "Bericht verwijderen" +#: ../../mod/setup.php:612 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" +msgstr "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder" -#: ../../mod/mail.php:313 -msgid "Recall message" -msgstr "Bericht intrekken" +#: ../../mod/setup.php:616 +msgid "store is writable" +msgstr "store is writable" -#: ../../mod/mail.php:315 -msgid "Message has been recalled." -msgstr "Bericht is ingetrokken." +#: ../../mod/setup.php:649 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "SSL certificate cannot be validated. Fix certificate or disable https access to this hub." -#: ../../mod/mail.php:332 -msgid "Private Conversation" -msgstr "Privéconversatie" +#: ../../mod/setup.php:650 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" +msgstr "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!" -#: ../../mod/mail.php:338 +#: ../../mod/setup.php:651 msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Geen veilige communicatie beschikbaar. Mogelijk kan je reageren op de kanaalpagina van de afzender." +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "This restriction is incorporated because public posts from you may for example contain references to images on your own hub." -#: ../../mod/mail.php:342 -msgid "Send Reply" -msgstr "Antwoord versturen" +#: ../../mod/setup.php:652 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues." -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Ongeldige verzoek identificator (request identifier)" +#: ../../mod/setup.php:653 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement." -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Annuleren" +#: ../../mod/setup.php:654 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." +msgstr "Providers are available that issue free certificates which are browser-valid." -#: ../../mod/regmod.php:11 -msgid "Please login." -msgstr "Inloggen." +#: ../../mod/setup.php:656 +msgid "SSL certificate validation" +msgstr "SSL certificate validation" -#: ../../mod/post.php:235 +#: ../../mod/setup.php:662 msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen." +"Url rewrite in .htaccess is not working. Check your server " +"configuration.Test: " +msgstr "Url rewrite in .htaccess is not working. Check your server configuration.Test: " -#: ../../mod/new_channel.php:109 -msgid "Add a Channel" -msgstr "Kanaal toevoegen" +#: ../../mod/setup.php:665 +msgid "Url rewrite is working" +msgstr "Url rewrite is working" -#: ../../mod/new_channel.php:110 +#: ../../mod/setup.php:674 msgid "" -"A channel is your own collection of related web pages. A channel can be used" -" to hold social network profiles, blogs, conversation groups and forums, " -"celebrity pages, and much more. You may create as many channels as your " -"service provider allows." -msgstr "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat." +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." -#: ../../mod/new_channel.php:113 -msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " -msgstr "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\"" +#: ../../mod/setup.php:698 +msgid "Errors encountered creating database tables." +msgstr "Errors encountered creating database tables." -#: ../../mod/new_channel.php:114 -msgid "Choose a short nickname" -msgstr "Korte bijnaam" +#: ../../mod/setup.php:732 +msgid "

What next

" +msgstr "

Wat nu

" -#: ../../mod/new_channel.php:115 +#: ../../mod/setup.php:733 msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." -msgstr "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: janp wordt janp@jouw_hub.nl en https://jouw_hub.nl/channel/janp." +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." -#: ../../mod/new_channel.php:116 -msgid "Or import an existing channel from another location" -msgstr "Of importeer een bestaand kanaal vanaf een andere locatie." +#: ../../mod/sharedwithme.php:94 +msgid "Files: shared with me" +msgstr "Bestanden: met mij gedeeld" -#: ../../mod/new_channel.php:118 +#: ../../mod/sharedwithme.php:96 +msgid "NEW" +msgstr "NIEUW" + +#: ../../mod/sharedwithme.php:99 +msgid "Remove all files" +msgstr "Verwijder alle bestanden" + +#: ../../mod/sharedwithme.php:100 +msgid "Remove this file" +msgstr "Verwijder dit bestand" + +#: ../../mod/suggest.php:35 msgid "" -"Please choose a channel type (such as social networking or community forum) " -"and privacy requirements so we can select the best permissions for you" -msgstr "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd." +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer." -#: ../../mod/new_channel.php:119 -msgid "Channel Type" -msgstr "Kanaaltype" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:174 +#: ../../mod/profiles.php:231 ../../mod/profiles.php:600 +msgid "Profile not found." +msgstr "Profiel niet gevonden." -#: ../../mod/new_channel.php:119 -msgid "Read more about roles" -msgstr "Lees meer over kanaaltypes" +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Profiel verwijderd." -#: ../../mod/appman.php:28 ../../mod/appman.php:44 -msgid "App installed." -msgstr "App geïnstalleerd" +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Profiel-" -#: ../../mod/appman.php:37 -msgid "Malformed app." -msgstr "Misvormde app." +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Nieuw profiel aangemaakt." -#: ../../mod/appman.php:80 -msgid "Embed code" -msgstr "Insluitcode" +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Profiel niet beschikbaar om te klonen" -#: ../../mod/appman.php:86 -msgid "Edit App" -msgstr "App bewerken" +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Geen profiel beschikbaar om te exporteren" -#: ../../mod/appman.php:86 -msgid "Create App" -msgstr "App maken" +#: ../../mod/profiles.php:241 +msgid "Profile Name is required." +msgstr "Profielnaam is vereist" -#: ../../mod/appman.php:91 -msgid "Name of app" -msgstr "Naam van app" +#: ../../mod/profiles.php:404 +msgid "Marital Status" +msgstr "Huwelijke status" -#: ../../mod/appman.php:92 -msgid "Location (URL) of app" -msgstr "Locatie (URL) van app" +#: ../../mod/profiles.php:408 +msgid "Romantic Partner" +msgstr "Romantische partner" -#: ../../mod/appman.php:94 -msgid "Photo icon URL" -msgstr "URL van pictogram" +#: ../../mod/profiles.php:412 +msgid "Likes" +msgstr "Houdt van" -#: ../../mod/appman.php:94 -msgid "80 x 80 pixels - optional" -msgstr "80 x 80 pixels (optioneel)" +#: ../../mod/profiles.php:416 +msgid "Dislikes" +msgstr "Houdt niet van" -#: ../../mod/appman.php:95 -msgid "Version ID" -msgstr "Versie-ID" +#: ../../mod/profiles.php:420 +msgid "Work/Employment" +msgstr "Werk/arbeid" -#: ../../mod/appman.php:96 -msgid "Price of app" -msgstr "Prijs van de app" +#: ../../mod/profiles.php:423 +msgid "Religion" +msgstr "Religie" -#: ../../mod/appman.php:97 -msgid "Location (URL) to purchase app" -msgstr "Locatie (URL) om de app aan te schaffen" +#: ../../mod/profiles.php:427 +msgid "Political Views" +msgstr "Politieke overtuigingen" -#: ../../mod/ping.php:263 -msgid "sent you a private message" -msgstr "stuurde jou een privébericht" +#: ../../mod/profiles.php:435 +msgid "Sexual Preference" +msgstr "Seksuele voorkeur" -#: ../../mod/ping.php:314 -msgid "added your channel" -msgstr "voegde jouw kanaal toe" +#: ../../mod/profiles.php:439 +msgid "Homepage" +msgstr "Homepage" -#: ../../mod/ping.php:355 -msgid "posted an event" -msgstr "plaatste een gebeurtenis" +#: ../../mod/profiles.php:443 +msgid "Interests" +msgstr "Interesses" -#: ../../mod/network.php:91 -msgid "No such group" -msgstr "Collectie niet gevonden" +#: ../../mod/profiles.php:537 +msgid "Profile updated." +msgstr "Profiel bijgewerkt" -#: ../../mod/network.php:129 -msgid "No such channel" -msgstr "Niet zo'n kanaal" +#: ../../mod/profiles.php:626 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Laat de lijst met connecties niet aan bezoekers van dit profiel zien." -#: ../../mod/network.php:143 -msgid "Search Results For:" -msgstr "Zoekresultaten voor:" +#: ../../mod/profiles.php:666 +msgid "Edit Profile Details" +msgstr "Profiel bewerken" -#: ../../mod/network.php:198 -msgid "Collection is empty" -msgstr "Collectie is leeg" +#: ../../mod/profiles.php:668 +msgid "View this profile" +msgstr "Profiel weergeven" -#: ../../mod/network.php:207 -msgid "Collection: " -msgstr "Collectie: " +#: ../../mod/profiles.php:670 +msgid "Change Profile Photo" +msgstr "Profielfoto wijzigen" -#: ../../mod/network.php:226 -msgid "Connection: " -msgstr "Connectie: " +#: ../../mod/profiles.php:671 +msgid "Create a new profile using these settings" +msgstr "Een nieuw profiel aanmaken met dit profiel als basis" -#: ../../mod/network.php:233 -msgid "Invalid connection." -msgstr "Ongeldige connectie." +#: ../../mod/profiles.php:672 +msgid "Clone this profile" +msgstr "Dit profiel klonen" -#: ../../mod/page.php:119 -msgid "Ipsum Lorem" -msgstr "Lorem ipsum" +#: ../../mod/profiles.php:673 +msgid "Delete this profile" +msgstr "Dit profiel verwijderen" -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" -msgstr "Bladwijzer toegevoegd" +#: ../../mod/profiles.php:675 +msgid "Import profile from file" +msgstr "Profiel vanuit bestand importeren" -#: ../../mod/bookmarks.php:60 -msgid "My Bookmarks" -msgstr "Mijn bladwijzers" +#: ../../mod/profiles.php:676 +msgid "Export profile to file" +msgstr "Profiel naar bestand exporteren" -#: ../../mod/bookmarks.php:71 -msgid "My Connections Bookmarks" -msgstr "Bladwijzers van mijn connecties" +#: ../../mod/profiles.php:677 +msgid "Profile Name:" +msgstr "Profielnaam:" -#: ../../mod/channel.php:97 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Onvoldoende permissies. Doorgestuurd naar profielpagina." +#: ../../mod/profiles.php:678 +msgid "Your Full Name:" +msgstr "Jouw volledige naam:" -#: ../../mod/suggest.php:35 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer." +#: ../../mod/profiles.php:679 +msgid "Title/Description:" +msgstr "Titel/omschrijving:" -#: ../../mod/poll.php:64 -msgid "Poll" -msgstr "Poll" +#: ../../mod/profiles.php:680 +msgid "Your Gender:" +msgstr "Jouw geslacht" -#: ../../mod/poll.php:69 -msgid "View Results" -msgstr "Bekijk resultaten" +#: ../../mod/profiles.php:681 +msgid "Birthday :" +msgstr "Verjaardag: " -#: ../../mod/service_limits.php:19 -msgid "No service class restrictions found." -msgstr "Geen abonnementsbeperkingen gevonden." +#: ../../mod/profiles.php:682 +msgid "Street Address:" +msgstr "Straat en huisnummer:" -#: ../../mod/sharedwithme.php:94 -msgid "Files: shared with me" -msgstr "Bestanden: met mij gedeeld" +#: ../../mod/profiles.php:683 +msgid "Locality/City:" +msgstr "Woonplaats:" -#: ../../mod/sharedwithme.php:96 -msgid "NEW" -msgstr "NIEUW" +#: ../../mod/profiles.php:684 +msgid "Postal/Zip Code:" +msgstr "Postcode:" -#: ../../mod/sharedwithme.php:99 -msgid "Remove all files" -msgstr "Verwijder alle bestanden" +#: ../../mod/profiles.php:685 +msgid "Country:" +msgstr "Land:" -#: ../../mod/sharedwithme.php:100 -msgid "Remove this file" -msgstr "Verwijder dit bestand" +#: ../../mod/profiles.php:686 +msgid "Region/State:" +msgstr "Provincie/gewest/deelstaat:" -#: ../../view/theme/apw/php/config.php:202 -#: ../../view/theme/apw/php/config.php:236 -msgid "Schema Default" -msgstr "Standaardschema" +#: ../../mod/profiles.php:687 +msgid " Marital Status:" +msgstr " Huwelijkse staat:" -#: ../../view/theme/apw/php/config.php:203 -msgid "Sans-Serif" -msgstr "Schreefloos" +#: ../../mod/profiles.php:688 +msgid "Who: (if applicable)" +msgstr "Wie (wanneer toepasselijk):" -#: ../../view/theme/apw/php/config.php:204 -msgid "Monospace" -msgstr "Monospace" +#: ../../mod/profiles.php:689 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl" -#: ../../view/theme/apw/php/config.php:259 -#: ../../view/theme/redbasic/php/config.php:100 -msgid "Theme settings" -msgstr "Thema-instellingen" +#: ../../mod/profiles.php:690 +msgid "Since [date]:" +msgstr "Sinds [datum]:" -#: ../../view/theme/apw/php/config.php:260 -msgid "Set scheme" -msgstr "Schema van thema instellen" +#: ../../mod/profiles.php:692 +msgid "Homepage URL:" +msgstr "Adres homepage:" -#: ../../view/theme/apw/php/config.php:261 -#: ../../view/theme/redbasic/php/config.php:122 -msgid "Set font-size for posts and comments" -msgstr "Lettergrootte voor berichten en reacties instellen" +#: ../../mod/profiles.php:695 +msgid "Religious Views:" +msgstr "Religieuze overtuigingen" -#: ../../view/theme/apw/php/config.php:262 -msgid "Set font face" -msgstr "Lettertypefamilie instellen" +#: ../../mod/profiles.php:696 +msgid "Keywords:" +msgstr "Trefwoorden" -#: ../../view/theme/apw/php/config.php:263 -msgid "Set iconset" -msgstr "Pictogrammenset instellen" +#: ../../mod/profiles.php:699 +msgid "Example: fishing photography software" +msgstr "Voorbeeld: muziek, fotografie, software" -#: ../../view/theme/apw/php/config.php:264 -msgid "Set big shadow size, default 15px 15px 15px" -msgstr "Een grote schaduwgrootte instellen (standaard 15px 15px 15px)" +#: ../../mod/profiles.php:700 +msgid "Used in directory listings" +msgstr "Wordt in de kanalengids gebruikt" -#: ../../view/theme/apw/php/config.php:265 -msgid "Set small shadow size, default 5px 5px 5px" -msgstr "Een kleine schaduwgrootte instellen (standaard 5px 5px 5px)" +#: ../../mod/profiles.php:701 +msgid "Tell us about yourself..." +msgstr "Vertel ons iets over jezelf..." -#: ../../view/theme/apw/php/config.php:266 -msgid "Set shadow color, default #000" -msgstr "Schaduwkleur instellen (standaard #000)" +#: ../../mod/profiles.php:702 +msgid "Hobbies/Interests" +msgstr "Hobby's/interesses" -#: ../../view/theme/apw/php/config.php:267 -msgid "Set radius size, default 5px" -msgstr "Radius instellen (standaard 5px)" +#: ../../mod/profiles.php:703 +msgid "Contact information and Social Networks" +msgstr "Contactinformatie en sociale netwerken" -#: ../../view/theme/apw/php/config.php:268 -msgid "Set line-height for posts and comments" -msgstr "Lijnhoogte voor berichten en reacties instellen" +#: ../../mod/profiles.php:704 +msgid "My other channels" +msgstr "Mijn andere kanalen" -#: ../../view/theme/apw/php/config.php:269 -msgid "Set background image" -msgstr "Achtergrondafbeelding instellen" +#: ../../mod/profiles.php:705 +msgid "Musical interests" +msgstr "Muzikale interesses" -#: ../../view/theme/apw/php/config.php:270 -msgid "Set background attachment" -msgstr "Gedrag achtergrondafbeelding instellen" +#: ../../mod/profiles.php:706 +msgid "Books, literature" +msgstr "Boeken/literatuur" -#: ../../view/theme/apw/php/config.php:271 -msgid "Set background color" -msgstr "Achtergrondkleur instellen" +#: ../../mod/profiles.php:707 +msgid "Television" +msgstr "Televisie" + +#: ../../mod/profiles.php:708 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/cultuur/entertainment" -#: ../../view/theme/apw/php/config.php:272 -msgid "Set section background image" -msgstr "Achtergrondafbeelding van sectie instellen" +#: ../../mod/profiles.php:709 +msgid "Love/romance" +msgstr "Liefde/romantiek" -#: ../../view/theme/apw/php/config.php:273 -msgid "Set section background color" -msgstr "Achtergrondkleur van sectie instellen" +#: ../../mod/profiles.php:710 +msgid "Work/employment" +msgstr "Werk/arbeid" -#: ../../view/theme/apw/php/config.php:274 -msgid "Set color of items - use hex" -msgstr "Tekstkleur van items instellen (gebruik hexadecimaal)" +#: ../../mod/profiles.php:711 +msgid "School/education" +msgstr "School/onderwijs" -#: ../../view/theme/apw/php/config.php:275 -msgid "Set color of links - use hex" -msgstr "Kleur van links instellen (gebruik hexadecimaal)" +#: ../../mod/profiles.php:717 +msgid "This is your default profile." +msgstr "Dit is jouw standaardprofiel" -#: ../../view/theme/apw/php/config.php:276 -msgid "Set max-width for items. Default 400px" -msgstr "Maximale breedte van items instellen (standaard 400px)" +#: ../../mod/profiles.php:728 +msgid "Age: " +msgstr "Leeftijd:" -#: ../../view/theme/apw/php/config.php:277 -msgid "Set min-width for items. Default 240px" -msgstr "Minimale breedte van items instellen (standaard 240px)" +#: ../../mod/profiles.php:771 +msgid "Edit/Manage Profiles" +msgstr "Profielen bewerken/beheren" -#: ../../view/theme/apw/php/config.php:278 -msgid "Set the generic content wrapper width. Default 48%" -msgstr "Breedte van de generieke content-wrapper instellen (standaard 48%)" +#: ../../mod/profiles.php:772 +msgid "Add profile things" +msgstr "Dingen aan je profiel toevoegen" -#: ../../view/theme/apw/php/config.php:279 -msgid "Set color of fonts - use hex" -msgstr "Tekstkleur instellen (gebruik hexadecimaal)" +#: ../../mod/profiles.php:773 +msgid "Include desirable objects in your profile" +msgstr "Voeg door jou gewenste dingen aan jouw profiel toe" -#: ../../view/theme/apw/php/config.php:280 -msgid "Set background-size element" -msgstr "Grootte achtergrondafbeelding instellen" +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Ongeldige profiel-identificator" -#: ../../view/theme/apw/php/config.php:281 -msgid "Item opacity" -msgstr "Ondoorzichtigheid item" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Zichtbaarheid profiel " -#: ../../view/theme/apw/php/config.php:282 -msgid "Display post previews only" -msgstr "Alleen voorvertoning berichten weergeven" +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Klik op een connectie om deze toe te voegen of te verwijderen" -#: ../../view/theme/apw/php/config.php:283 -msgid "Display side bar on channel page" -msgstr "Zijbalk op kanaalpagina weergeven" +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Zichtbaar voor" -#: ../../view/theme/apw/php/config.php:284 -msgid "Colour of the navigation bar" -msgstr "Kleur van de navigatiebalk" +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" +msgstr "Kies een bladwijzermap" -#: ../../view/theme/apw/php/config.php:285 -msgid "Item float" -msgstr "Item float" +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" +msgstr "Bladwijzer opslaan" -#: ../../view/theme/apw/php/config.php:286 -msgid "Left offset of the section element" -msgstr "Linker offset van het sectie-element" +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" +msgstr "URL van bladwijzer" -#: ../../view/theme/apw/php/config.php:287 -msgid "Right offset of the section element" -msgstr "Rechter offset van het sectie-element" +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" +msgstr "Of geef de naam op van een nieuwe bladwijzermap" -#: ../../view/theme/apw/php/config.php:288 -msgid "Section width" -msgstr "Breedte van sectie" +#: ../../mod/import_items.php:101 +msgid "Import completed" +msgstr "Importeren voltooid" -#: ../../view/theme/apw/php/config.php:289 -msgid "Left offset of the aside" -msgstr "Rechter offset van aside (zijbalk)" +#: ../../mod/import_items.php:119 +msgid "Import Items" +msgstr "Importeer items" -#: ../../view/theme/apw/php/config.php:290 -msgid "Right offset of the aside element" -msgstr "Rechter offset van het aside-element" +#: ../../mod/import_items.php:120 +msgid "" +"Use this form to import existing posts and content from an export file." +msgstr "Gebruik dit formulier om bestaande berichten en andere inhoud vanuit een exportbestand te importeren." #: ../../view/theme/redbasic/php/config.php:82 -msgid "Light (Red Matrix default)" -msgstr "Light ($Projectname-standaard)" +msgid "Focus (Hubzilla default)" +msgstr "Focus (Hubzilla-standaard)" + +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Theme settings" +msgstr "Thema-instellingen" -#: ../../view/theme/redbasic/php/config.php:101 +#: ../../view/theme/redbasic/php/config.php:103 msgid "Select scheme" msgstr "Kies schema van thema" -#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:104 msgid "Narrow navbar" msgstr "Smalle navigatiebalk" -#: ../../view/theme/redbasic/php/config.php:103 +#: ../../view/theme/redbasic/php/config.php:105 msgid "Navigation bar background color" msgstr "Achtergrondkleur navigatiebalk" -#: ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:106 msgid "Navigation bar gradient top color" msgstr "Bovenste gradiëntkleur navigatiebalk" -#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:107 msgid "Navigation bar gradient bottom color" msgstr "Onderste gradiëntkleur navigatiebalk" -#: ../../view/theme/redbasic/php/config.php:106 +#: ../../view/theme/redbasic/php/config.php:108 msgid "Navigation active button gradient top color" msgstr "Bovenste gradiëntkleur actieve knop navigatiebalk" -#: ../../view/theme/redbasic/php/config.php:107 +#: ../../view/theme/redbasic/php/config.php:109 msgid "Navigation active button gradient bottom color" msgstr "Onderste gradiëntkleur actieve knop op navigatiebalk" -#: ../../view/theme/redbasic/php/config.php:108 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Navigation bar border color " msgstr "Randkleur navigatiebalk " -#: ../../view/theme/redbasic/php/config.php:109 +#: ../../view/theme/redbasic/php/config.php:111 msgid "Navigation bar icon color " msgstr "Pictogramkleur navigatiebalk" -#: ../../view/theme/redbasic/php/config.php:110 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Navigation bar active icon color " msgstr "Actieve pictogramkleur navigatiebalk" -#: ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:113 msgid "link color" msgstr "Linkkleur instellen" -#: ../../view/theme/redbasic/php/config.php:112 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Set font-color for banner" msgstr "Tekstkleur van banner instellen" -#: ../../view/theme/redbasic/php/config.php:113 +#: ../../view/theme/redbasic/php/config.php:115 msgid "Set the background color" msgstr "Achtergrondkleur instellen" -#: ../../view/theme/redbasic/php/config.php:114 +#: ../../view/theme/redbasic/php/config.php:116 msgid "Set the background image" msgstr "Achtergrondafbeelding instellen" -#: ../../view/theme/redbasic/php/config.php:115 +#: ../../view/theme/redbasic/php/config.php:117 msgid "Set the background color of items" msgstr "Achtergrondkleur items instellen" -#: ../../view/theme/redbasic/php/config.php:116 +#: ../../view/theme/redbasic/php/config.php:118 msgid "Set the background color of comments" msgstr "Achtergrondkleur reacties instellen" -#: ../../view/theme/redbasic/php/config.php:117 +#: ../../view/theme/redbasic/php/config.php:119 msgid "Set the border color of comments" msgstr "Randkleur reacties instellen" -#: ../../view/theme/redbasic/php/config.php:118 +#: ../../view/theme/redbasic/php/config.php:120 msgid "Set the indent for comments" msgstr "Inspringen reacties instellen" -#: ../../view/theme/redbasic/php/config.php:119 +#: ../../view/theme/redbasic/php/config.php:121 msgid "Set the basic color for item icons" msgstr "Basiskleur itempictogrammen instellen" -#: ../../view/theme/redbasic/php/config.php:120 +#: ../../view/theme/redbasic/php/config.php:122 msgid "Set the hover color for item icons" msgstr "Hoverkleur itempictogrammen instellen" -#: ../../view/theme/redbasic/php/config.php:121 +#: ../../view/theme/redbasic/php/config.php:123 msgid "Set font-size for the entire application" msgstr "Tekstgrootte van de volledige applicatie instellen" -#: ../../view/theme/redbasic/php/config.php:121 +#: ../../view/theme/redbasic/php/config.php:123 msgid "Example: 14px" msgstr "Voorbeeld: 14px" -#: ../../view/theme/redbasic/php/config.php:123 +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set font-size for posts and comments" +msgstr "Lettergrootte voor berichten en reacties instellen" + +#: ../../view/theme/redbasic/php/config.php:125 msgid "Set font-color for posts and comments" msgstr "Tekstkleur van berichten en reacties" -#: ../../view/theme/redbasic/php/config.php:124 +#: ../../view/theme/redbasic/php/config.php:126 msgid "Set radius of corners" msgstr "Radius van hoeken instellen" -#: ../../view/theme/redbasic/php/config.php:125 +#: ../../view/theme/redbasic/php/config.php:127 msgid "Set shadow depth of photos" msgstr "Schaduwdiepte van foto's instellen" -#: ../../view/theme/redbasic/php/config.php:126 +#: ../../view/theme/redbasic/php/config.php:128 msgid "Set maximum width of content region in pixel" msgstr "Maximumbreedte conversatieruimte instellen (in pixels)" -#: ../../view/theme/redbasic/php/config.php:126 +#: ../../view/theme/redbasic/php/config.php:128 msgid "Leave empty for default width" msgstr "Laat leeg voor standaardbreedte" -#: ../../view/theme/redbasic/php/config.php:127 -msgid "Center page content" -msgstr "Inhoud centreren" +#: ../../view/theme/redbasic/php/config.php:129 +msgid "Left align page content" +msgstr "Inhoud links uitlijnen" -#: ../../view/theme/redbasic/php/config.php:128 +#: ../../view/theme/redbasic/php/config.php:130 msgid "Set minimum opacity of nav bar - to hide it" msgstr "Minimale ondoorzichtigheid navigatiebalk (- om te verbergen)" -#: ../../view/theme/redbasic/php/config.php:129 +#: ../../view/theme/redbasic/php/config.php:131 msgid "Set size of conversation author photo" msgstr "Grootte profielfoto's van berichten instellen" -#: ../../view/theme/redbasic/php/config.php:130 +#: ../../view/theme/redbasic/php/config.php:132 msgid "Set size of followup author photos" msgstr "Grootte profielfoto's van reacties instellen" -#: ../../boot.php:1345 +#: ../../boot.php:1302 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s mislukt. Zie foutenlogboek." -#: ../../boot.php:1348 +#: ../../boot.php:1305 #, php-format msgid "Update Error at %s" msgstr "Update-fout op %s" -#: ../../boot.php:1515 +#: ../../boot.php:1472 msgid "" -"Create an account to access services and applications within the Red Matrix" -msgstr "Maak een account aan om toegang te krijgen tot diensten en toepassingen van $Projectname" +"Create an account to access services and applications within the Hubzilla" +msgstr "Maak een account aan om toegang te krijgen tot diensten en toepassingen van Hubzilla" -#: ../../boot.php:1543 +#: ../../boot.php:1500 msgid "Password" msgstr "Wachtwoord" -#: ../../boot.php:1544 +#: ../../boot.php:1501 msgid "Remember me" msgstr "Aangemeld blijven" -#: ../../boot.php:1547 +#: ../../boot.php:1504 msgid "Forgot your password?" msgstr "Wachtwoord vergeten?" -#: ../../boot.php:2166 +#: ../../boot.php:2130 msgid "toggle mobile" msgstr "mobiele weergave omschakelen" -#: ../../boot.php:2301 +#: ../../boot.php:2265 msgid "Website SSL certificate is not valid. Please correct." msgstr "Het SSL-certificaat van deze website is ongeldig. Corrigeer dit a.u.b." -#: ../../boot.php:2304 +#: ../../boot.php:2268 #, php-format -msgid "[red] Website SSL error for %s" -msgstr "[red] Probleem met SSL-certificaat voor %s" +msgid "[hubzilla] Website SSL error for %s" +msgstr "[hubzilla] Probleem met SSL-certificaat voor %s" -#: ../../boot.php:2341 +#: ../../boot.php:2305 msgid "Cron/Scheduled tasks not running." msgstr "Cron is niet actief" -#: ../../boot.php:2345 +#: ../../boot.php:2309 #, php-format -msgid "[red] Cron tasks not running on %s" -msgstr "[red] Cron-taken zijn niet actief op %s" +msgid "[hubzilla] Cron tasks not running on %s" +msgstr "[hubzilla] Cron-taken zijn niet actief op %s" diff --git a/view/nl/hstrings.php b/view/nl/hstrings.php index 37bb0c32b..422c65f3c 100644 --- a/view/nl/hstrings.php +++ b/view/nl/hstrings.php @@ -5,122 +5,9 @@ function string_plural_select_nl($n){ return ($n != 1);; }} ; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden"; -$a->strings["Profile Photos"] = "Profielfoto's"; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. "; -$a->strings["created a new post"] = "maakte een nieuw bericht aan"; -$a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten kunnen van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken."; -$a->strings["Default privacy group for new contacts"] = "Standaard privacy-collectie voor nieuwe kanalen"; -$a->strings["All Channels"] = "Alle kanalen"; -$a->strings["edit"] = "bewerken"; -$a->strings["Collections"] = "Collecties"; -$a->strings["Edit collection"] = "Collectie bewerken"; -$a->strings["Add new collection"] = "Nieuwe collectie toevoegen"; -$a->strings["Channels not in any collection"] = "Kanalen die zich in geen enkele collectie bevinden"; -$a->strings["add"] = "toevoegen"; -$a->strings["Not a valid email address"] = "Geen geldig e-mailadres"; -$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze hub niet toegestaan"; -$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze hub geregistreerd."; -$a->strings["An invitation is required."] = "Een uitnodiging is vereist"; -$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden"; -$a->strings["Please enter the required information."] = "Vul de vereiste informatie in."; -$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden."; -$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s"; -$a->strings["Registration request at %s"] = "Registratiebevestiging voor %s"; -$a->strings["Administrator"] = "Beheerder"; -$a->strings["your registration password"] = "jouw registratiewachtwoord"; -$a->strings["Registration details for %s"] = "Registratiegegevens voor %s"; -$a->strings["Account approved."] = "Account goedgekeurd"; -$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; -$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen."; -$a->strings["Click here to upgrade."] = "Klik hier om te upgraden."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden."; -$a->strings["This action is not available under your subscription plan."] = "Deze handeling is niet mogelijk met jouw abonnement."; -$a->strings["Miscellaneous"] = "Diversen"; -$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD"; -$a->strings["Required"] = "Vereist"; -$a->strings["never"] = "nooit"; -$a->strings["less than a second ago"] = "minder dan een seconde geleden"; -$a->strings["year"] = "jaar"; -$a->strings["years"] = "jaren"; -$a->strings["month"] = "maand"; -$a->strings["months"] = "maanden"; -$a->strings["week"] = "week"; -$a->strings["weeks"] = "weken"; -$a->strings["day"] = "dag"; -$a->strings["days"] = "dagen"; -$a->strings["hour"] = "uur"; -$a->strings["hours"] = "uren"; -$a->strings["minute"] = "minuut"; -$a->strings["minutes"] = "minuten"; -$a->strings["second"] = "seconde"; -$a->strings["seconds"] = "seconden"; -$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; -$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s"; -$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s"; -$a->strings["New Page"] = "Nieuwe pagina"; -$a->strings["Edit"] = "Bewerken"; -$a->strings["View"] = "Weergeven"; -$a->strings["Preview"] = "Voorvertoning"; -$a->strings["Actions"] = "Acties"; -$a->strings["Page Link"] = "Paginalink"; -$a->strings["Title"] = "Titel"; -$a->strings["Created"] = "Aangemaakt"; -$a->strings["Edited"] = "Bewerkt"; -$a->strings["Public Timeline"] = "Openbare tijdlijn"; -$a->strings["Default"] = "Standaard"; -$a->strings["Directory Options"] = "Opties kanalengids"; -$a->strings["Alphabetic"] = "Alfabetisch"; -$a->strings["Reverse Alphabetic"] = "Omgekeerd alfabetisch"; -$a->strings["Newest to Oldest"] = "Nieuw naar oud"; -$a->strings["Oldest to Newest"] = "Oud naar nieuw"; -$a->strings["Sort"] = "Sorteren"; -$a->strings["Safe Mode"] = "Veilig zoeken"; -$a->strings["Public Forums Only"] = "Alleen openbare forums"; -$a->strings["This Website Only"] = "Alleen deze hub"; -$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; -$a->strings["Starts:"] = "Start:"; -$a->strings["Finishes:"] = "Einde:"; -$a->strings["Location:"] = "Plaats:"; -$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd."; -$a->strings["Delete this item?"] = "Dit item verwijderen?"; -$a->strings["Comment"] = "Reactie"; -$a->strings["[+] show all"] = "[+] alle"; -$a->strings["[-] show less"] = "[-] minder reacties weergeven"; -$a->strings["[+] expand"] = "[+] uitklappen"; -$a->strings["[-] collapse"] = "[-] inklappen"; -$a->strings["Password too short"] = "Wachtwoord te kort"; -$a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen"; -$a->strings["everybody"] = "iedereen"; -$a->strings["Secret Passphrase"] = "Geheim wachtwoord"; -$a->strings["Passphrase hint"] = "Wachtwoordhint"; -$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen."; -$a->strings["close all"] = "Alles sluiten"; -$a->strings["Nothing new here"] = "Niets nieuw hier"; -$a->strings["Rate This Channel (this is public)"] = "Beoordeel dit kanaal (dit is openbaar)"; -$a->strings["Rating"] = "Beoordeling"; -$a->strings["Describe (optional)"] = "Omschrijving (optioneel)"; -$a->strings["Submit"] = "Opslaan"; -$a->strings["Please enter a link URL"] = "Vul een internetadres/URL in:"; -$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?"; -$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; -$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; -$a->strings["ago"] = "geleden"; -$a->strings["from now"] = "vanaf nu"; -$a->strings["less than a minute"] = "minder dan een minuut"; -$a->strings["about a minute"] = "ongeveer een minuut"; -$a->strings["%d minutes"] = "%d minuten"; -$a->strings["about an hour"] = "ongeveer een uur"; -$a->strings["about %d hours"] = "ongeveer %d uren"; -$a->strings["a day"] = "een dag"; -$a->strings["%d days"] = "%d dagen"; -$a->strings["about a month"] = "ongeveer een maand"; -$a->strings["%d months"] = "%d maanden"; -$a->strings["about a year"] = "ongeveer een jaar"; -$a->strings["%d years"] = "%d jaren"; -$a->strings[" "] = " "; -$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["No username found in import file."] = "Geen gebruikersnaam in het importbestand gevonden."; +$a->strings["Unable to create a unique channel address. Import failed."] = "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt."; +$a->strings["Import completed."] = "Import voltooid."; $a->strings["parent"] = "omhoog"; $a->strings["Collection"] = "map"; $a->strings["Principal"] = "principal"; @@ -140,11 +27,69 @@ $a->strings["Name"] = "Naam"; $a->strings["Type"] = "Type"; $a->strings["Size"] = "Grootte"; $a->strings["Last Modified"] = "Laatst gewijzigd"; +$a->strings["Edit"] = "Bewerken"; $a->strings["Delete"] = "Verwijderen"; $a->strings["Create new folder"] = "Nieuwe map aanmaken"; $a->strings["Upload file"] = "Bestand uploaden"; -$a->strings["%1\$s's bookmarks"] = "Bladwijzers van %1\$s"; -$a->strings["view full size"] = "volledige grootte tonen"; +$a->strings["Can view my normal stream and posts"] = "Kan mijn normale kanaalstream en berichten bekijken"; +$a->strings["Can view my default channel profile"] = "Kan mijn standaard kanaalprofiel bekijken"; +$a->strings["Can view my connections"] = "Kan een lijst met mijn connecties bekijken"; +$a->strings["Can view my file storage and photos"] = "Kan mijn foto's en andere bestanden bekijken"; +$a->strings["Can view my webpages"] = "Kan mijn pagina's bekijken"; +$a->strings["Can send me their channel stream and posts"] = "Kan mij de inhoud van hun kanaal en berichten sturen"; +$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal plaatsen"; +$a->strings["Can comment on or like my posts"] = "Kan op mijn berichten reageren of deze (niet) leuk vinden"; +$a->strings["Can send me private mail messages"] = "Kan mij privéberichten sturen"; +$a->strings["Can like/dislike stuff"] = "Kan dingen leuk of niet leuk vinden"; +$a->strings["Profiles and things other than posts/comments"] = "Profielen en dingen, buiten berichten en reacties"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+"; +$a->strings["Advanced - useful for creating group forum channels"] = "Geavanceerd - nuttig voor groepforums"; +$a->strings["Can chat with me (when available)"] = "Kan met mij chatten (wanneer beschikbaar)"; +$a->strings["Can write to my file storage and photos"] = "Kan foto's en andere bestanden aan mijn bestandsopslag toevoegen"; +$a->strings["Can edit my webpages"] = "Kan mijn pagina's bewerken"; +$a->strings["Can source my public posts in derived channels"] = "Kan mijn openbare berichten als bron voor andere kanalen gebruiken"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)"; +$a->strings["Can administer my channel resources"] = "Kan mijn kanaal beheren"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet."; +$a->strings["Social Networking"] = "Sociaal netwerk"; +$a->strings["Mostly Public"] = "Vrijwel alles openbaar"; +$a->strings["Restricted"] = "Beperkt zichtbaar"; +$a->strings["Private"] = "Verborgen kanaal"; +$a->strings["Community Forum"] = "Groepsforum"; +$a->strings["Feed Republish"] = "Feed herpubliceren"; +$a->strings["Special Purpose"] = "Speciaal doel"; +$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen"; +$a->strings["Group Repository"] = "Groepsopslag"; +$a->strings["Other"] = "Anders"; +$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen"; +$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt"; +$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al"; +$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal"; +$a->strings["Room not found."] = "Chatkanaal niet gevonden"; +$a->strings["Permission denied."] = "Toegang geweigerd"; +$a->strings["Room is full"] = "Chatkanaal is vol"; +$a->strings["Miscellaneous"] = "Diversen"; +$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD"; +$a->strings["Required"] = "Vereist"; +$a->strings["never"] = "nooit"; +$a->strings["less than a second ago"] = "minder dan een seconde geleden"; +$a->strings["year"] = "jaar"; +$a->strings["years"] = "jaren"; +$a->strings["month"] = "maand"; +$a->strings["months"] = "maanden"; +$a->strings["week"] = "week"; +$a->strings["weeks"] = "weken"; +$a->strings["day"] = "dag"; +$a->strings["days"] = "dagen"; +$a->strings["hour"] = "uur"; +$a->strings["hours"] = "uren"; +$a->strings["minute"] = "minuut"; +$a->strings["minutes"] = "minuten"; +$a->strings["second"] = "seconde"; +$a->strings["seconds"] = "seconden"; +$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; +$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s"; +$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s"; $a->strings["General Features"] = "Algemene functies"; $a->strings["Content Expiration"] = "Inhoud laten verlopen"; $a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen"; @@ -190,6 +135,8 @@ $a->strings["Network New Tab"] = "Nieuwe netwerktab"; $a->strings["Enable tab to display all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen"; $a->strings["Affinity Tool"] = "Verwantschapsfilter"; $a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag"; +$a->strings["Connection Filtering"] = "Berichtenfilters"; +$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal"; $a->strings["Suggest Channels"] = "Kanalen voorstellen"; $a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen"; $a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen"; @@ -205,91 +152,87 @@ $a->strings["Star Posts"] = "Geef berichten een ster"; $a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren"; $a->strings["Tag Cloud"] = "Tagwolk"; $a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina"; -$a->strings["Categories"] = "Categorieën"; -$a->strings["Apps"] = "Apps"; -$a->strings["System"] = "Systeem"; -$a->strings["Personal"] = "Persoonlijk"; -$a->strings["Create Personal App"] = "Persoonlijke app maken"; -$a->strings["Edit Personal App"] = "Persoonlijke app bewerken"; -$a->strings["Connect"] = "Verbinden"; -$a->strings["Ignore/Hide"] = "Negeren/Verbergen"; -$a->strings["Suggestions"] = "Voorgestelde kanalen"; -$a->strings["See more..."] = "Meer..."; -$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Je hebt %1$.0f van de %2$.0f toegestane connecties."; -$a->strings["Add New Connection"] = "Nieuwe connectie toevoegen"; -$a->strings["Enter the channel address"] = "Vul het adres van het nieuwe kanaal in"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: bob@example.com, http://example.com/barbara"; -$a->strings["Notes"] = "Aantekeningen"; -$a->strings["Save"] = "Opslaan"; -$a->strings["Remove term"] = "Verwijder zoekterm"; -$a->strings["Everything"] = "Alles"; -$a->strings["Archives"] = "Archieven"; -$a->strings["Me"] = "Ik"; -$a->strings["Family"] = "Familie"; -$a->strings["Friends"] = "Vrienden"; -$a->strings["Acquaintances"] = "Kennissen"; -$a->strings["All"] = "Alles"; -$a->strings["Refresh"] = "Vernieuwen"; -$a->strings["Account settings"] = "Account"; -$a->strings["Channel settings"] = "Kanaal"; -$a->strings["Additional features"] = "Extra functies"; -$a->strings["Feature/Addon settings"] = "Extra functie- en plugin-instellingen"; -$a->strings["Display settings"] = "Weergave"; -$a->strings["Connected apps"] = "Verbonden applicaties"; -$a->strings["Export channel"] = "Kanaal exporteren"; -$a->strings["Connection Default Permissions"] = "Standaard permissies voor connecties"; -$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal"; -$a->strings["Settings"] = "Instellingen"; -$a->strings["Messages"] = "Berichten"; -$a->strings["Check Mail"] = "Controleer op nieuwe berichten"; -$a->strings["New Message"] = "Nieuw bericht"; -$a->strings["Chat Rooms"] = "Chatkanalen"; -$a->strings["Bookmarked Chatrooms"] = "Bladwijzers van chatkanalen"; -$a->strings["Suggested Chatrooms"] = "Voorgestelde chatkanalen"; -$a->strings["photo/image"] = "foto/afbeelding"; -$a->strings["Rate Me"] = "Beoordeel mij"; -$a->strings["View Ratings"] = "Bekijk beoordelingen"; -$a->strings["Public Hubs"] = "Openbare hubs"; -$a->strings["\$Projectname Notification"] = "\$Projectname-notificatie"; -$a->strings["\$projectname"] = "\$projectname"; -$a->strings["Thank You,"] = "Bedankt,"; -$a->strings["%s Administrator"] = "Beheerder %s"; -$a->strings["%s "] = "%s "; -$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notificatie] Nieuw privébericht ontvangen op %s"; -$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s zond jou een nieuw privébericht om %3\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s zond jou %2\$s."; -$a->strings["a private message"] = "een privébericht"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privéberichten te bekijken en/of er op te reageren."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %5\$s van %4\$s[/zrl]"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]jouw %4\$s[/zrl]"; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notificatie] Reactie op conversatie #%1\$d door %2\$s"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s gaf een reactie op een bericht/conversatie die jij volgt."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om de conversatie te bekijken en/of er op te reageren."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notificatie] %s heeft een bericht op jouw kanaal geplaatst"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s heeft om %3\$s een bericht op jouw kanaal geplaatst"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s heeft een bericht op [zrl=%3\$s]jouw kanaal[/zrl] geplaatst"; -$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notificatie] %s heeft je genoemd"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s noemde jou op %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]noemde jou[/zrl]."; -$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notificatie] %1\$s heeft je aangestoten"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s heeft je aangestoten op %3\$s"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]heeft je aangestoten[/zrl]."; -$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notificatie] %s heeft jouw bericht getagd"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s heeft jouw bericht om %3\$s getagd"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s heeft [zrl=%3\$s]jouw bericht[/zrl] getagd"; -$a->strings["[Red:Notify] Introduction received"] = "[Red:Notificatie] Connectieverzoek ontvangen"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, je hebt een nieuw connectieverzoek ontvangen van '%2\$s' op %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, je hebt een [zrl=%2\$s]nieuw connectieverzoek[/zrl] ontvangen van %3\$s."; -$a->strings["You may visit their profile at %s"] = "Je kan het profiel bekijken op %s"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Bezoek %s om het connectieverzoek te accepteren of af te wijzen."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notificatie] Kanaalvoorstel ontvangen"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, je hebt een kanaalvoorstel ontvangen van '%2\$s' om %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, je hebt [zrl=%2\$s]een kanaalvoorstel[/zrl] ontvangen voor %3\$s van %4\$s."; -$a->strings["Name:"] = "Naam:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen."; -$a->strings["[Red:Notify]"] = "[Red:Notificatie]"; +$a->strings["Default"] = "Standaard"; +$a->strings["Delete this item?"] = "Dit item verwijderen?"; +$a->strings["Comment"] = "Reactie"; +$a->strings["[+] show all"] = "[+] alle"; +$a->strings["[-] show less"] = "[-] minder reacties weergeven"; +$a->strings["[+] expand"] = "[+] uitklappen"; +$a->strings["[-] collapse"] = "[-] inklappen"; +$a->strings["Password too short"] = "Wachtwoord te kort"; +$a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen"; +$a->strings["everybody"] = "iedereen"; +$a->strings["Secret Passphrase"] = "Geheim wachtwoord"; +$a->strings["Passphrase hint"] = "Wachtwoordhint"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mededeling: de permissies zijn veranderd, maar zijn nog niet opgeslagen."; +$a->strings["close all"] = "Alles sluiten"; +$a->strings["Nothing new here"] = "Niets nieuw hier"; +$a->strings["Rate This Channel (this is public)"] = "Beoordeel dit kanaal (dit is openbaar)"; +$a->strings["Rating"] = "Beoordeling"; +$a->strings["Describe (optional)"] = "Omschrijving (optioneel)"; +$a->strings["Submit"] = "Opslaan"; +$a->strings["Please enter a link URL"] = "Vul een internetadres/URL in:"; +$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?"; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; +$a->strings["ago"] = "geleden"; +$a->strings["from now"] = "vanaf nu"; +$a->strings["less than a minute"] = "minder dan een minuut"; +$a->strings["about a minute"] = "ongeveer een minuut"; +$a->strings["%d minutes"] = "%d minuten"; +$a->strings["about an hour"] = "ongeveer een uur"; +$a->strings["about %d hours"] = "ongeveer %d uren"; +$a->strings["a day"] = "een dag"; +$a->strings["%d days"] = "%d dagen"; +$a->strings["about a month"] = "ongeveer een maand"; +$a->strings["%d months"] = "%d maanden"; +$a->strings["about a year"] = "ongeveer een jaar"; +$a->strings["%d years"] = "%d jaren"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["January"] = "januari"; +$a->strings["February"] = "februari"; +$a->strings["March"] = "maart"; +$a->strings["April"] = "april"; +$a->strings["__ctx:long__ May"] = "mei"; +$a->strings["June"] = "juni"; +$a->strings["July"] = "juli"; +$a->strings["August"] = "augustus"; +$a->strings["September"] = "september"; +$a->strings["October"] = "oktober"; +$a->strings["November"] = "november"; +$a->strings["December"] = "december"; +$a->strings["Jan"] = "jan"; +$a->strings["Feb"] = "feb"; +$a->strings["Mar"] = "mrt"; +$a->strings["Apr"] = "apr"; +$a->strings["__ctx:short__ May"] = "mei"; +$a->strings["Jun"] = "jun"; +$a->strings["Jul"] = "jul"; +$a->strings["Aug"] = "aug"; +$a->strings["Sep"] = "sep"; +$a->strings["Oct"] = "okt"; +$a->strings["Nov"] = "nov"; +$a->strings["Dec"] = "dec"; +$a->strings["Sunday"] = "zondag"; +$a->strings["Monday"] = "maandag"; +$a->strings["Tuesday"] = "dinsdag"; +$a->strings["Wednesday"] = "woensdag"; +$a->strings["Thursday"] = "donderdag"; +$a->strings["Friday"] = "vrijdag"; +$a->strings["Saturday"] = "zaterdag"; +$a->strings["Sun"] = "zo"; +$a->strings["Mon"] = "ma"; +$a->strings["Tue"] = "di"; +$a->strings["Wed"] = "wo"; +$a->strings["Thu"] = "do"; +$a->strings["Fri"] = "vr"; +$a->strings["Sat"] = "za"; +$a->strings["__ctx:calendar__ today"] = "vandaag"; +$a->strings["__ctx:calendar__ month"] = "maand"; +$a->strings["__ctx:calendar__ week"] = "week"; +$a->strings["__ctx:calendar__ day"] = "dag"; +$a->strings["__ctx:calendar__ All day"] = "hele dag"; $a->strings["Frequently"] = "Regelmatig"; $a->strings["Hourly"] = "Elk uur"; $a->strings["Twice daily"] = "Twee keer per dag"; @@ -306,120 +249,264 @@ $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; -$a->strings["No recipient provided."] = "Geen ontvanger opgegeven."; -$a->strings["[no subject]"] = "[geen onderwerp]"; -$a->strings["Unable to determine sender."] = "Afzender kan niet bepaald worden."; -$a->strings["Stored post could not be verified."] = "Opgeslagen bericht kon niet worden geverifieerd."; -$a->strings["Channel is blocked on this site."] = "Kanaal is op deze hub geblokkeerd."; -$a->strings["Channel location missing."] = "Ontbrekende kanaallocatie."; -$a->strings["Response from remote channel was incomplete."] = "Antwoord van het kanaal op afstand was niet volledig."; -$a->strings["Channel was deleted and no longer exists."] = "Kanaal is verwijderd en bestaat niet meer."; -$a->strings["Protocol disabled."] = "Protocol uitgeschakeld."; -$a->strings["Channel discovery failed."] = "Kanaal ontdekken mislukt."; -$a->strings["local account not found."] = "lokale account niet gevonden."; -$a->strings["Cannot connect to yourself."] = "Kan niet met jezelf verbinden"; -$a->strings["Private Message"] = "Privébericht"; +$a->strings[" and "] = " en "; +$a->strings["public profile"] = "openbaar profiel"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s veranderde %2\$s naar “%3\$s”"; +$a->strings["Visit %1\$s's %2\$s"] = "Bezoek het %2\$s van %1\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepaste %2\$s, %3\$s veranderd."; +$a->strings["Connect"] = "Verbinden"; +$a->strings["New window"] = "Nieuw venster"; +$a->strings["Open the selected location in a different window or browser tab"] = "Open de geselecteerde locatie in een ander venster of tab"; +$a->strings["User '%s' deleted"] = "Account '%s' verwijderd"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden"; +$a->strings["photo"] = "foto"; +$a->strings["event"] = "gebeurtenis"; +$a->strings["channel"] = "kanaal"; +$a->strings["status"] = "bericht"; +$a->strings["comment"] = "reactie"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s niet leuk"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s is nu met %2\$s verbonden"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s heeft %2\$s aangestoten"; +$a->strings["poked"] = "aangestoten"; +$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s is %2\$s"; +$a->strings["__ctx:title__ Likes"] = "vinden dit leuk"; +$a->strings["__ctx:title__ Dislikes"] = "vinden dit niet leuk"; +$a->strings["__ctx:title__ Agree"] = "eens"; +$a->strings["__ctx:title__ Disagree"] = "oneens"; +$a->strings["__ctx:title__ Abstain"] = "onthoudingen"; +$a->strings["__ctx:title__ Attending"] = "aanwezig"; +$a->strings["__ctx:title__ Not attending"] = "niet aanwezig"; +$a->strings["__ctx:title__ Might attend"] = "mogelijk aanwezig"; $a->strings["Select"] = "Kies"; -$a->strings["Save to Folder"] = "In map opslaan"; -$a->strings["I will attend"] = "Aanwezig"; -$a->strings["I will not attend"] = "Niet aanwezig"; -$a->strings["I might attend"] = "Mogelijk aanwezig"; -$a->strings["I agree"] = "Eens"; -$a->strings["I disagree"] = "Oneens"; -$a->strings["I abstain"] = "Onthouding"; -$a->strings["View all"] = "Toon alles"; -$a->strings["__ctx:noun__ Like"] = array( - 0 => "vindt dit leuk", - 1 => "vinden dit leuk", -); -$a->strings["__ctx:noun__ Dislike"] = array( - 0 => "vindt dit niet leuk", - 1 => "vinden dit niet leuk", -); -$a->strings["Add Star"] = "Ster toevoegen"; -$a->strings["Remove Star"] = "Ster verwijderen"; -$a->strings["Toggle Star Status"] = "Ster toevoegen of verwijderen"; -$a->strings["starred"] = "met ster"; +$a->strings["Private Message"] = "Privébericht"; $a->strings["Message signature validated"] = "Berichtkenmerk gevalideerd"; $a->strings["Message signature incorrect"] = "Berichtkenmerk onjuist"; -$a->strings["Add Tag"] = "Tag toevoegen"; -$a->strings["I like this (toggle)"] = "Vind ik leuk"; -$a->strings["like"] = "vind dit leuk"; -$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk"; -$a->strings["dislike"] = "vind dit niet leuk"; -$a->strings["Share This"] = "Delen"; -$a->strings["share"] = "delen"; -$a->strings["%d comment"] = array( - 0 => "%d reactie", - 1 => "%d reacties weergeven", -); -$a->strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s"; -$a->strings["to"] = "aan"; -$a->strings["via"] = "via"; -$a->strings["Wall-to-Wall"] = "Kanaal-naar-kanaal"; -$a->strings["via Wall-To-Wall:"] = "via kanaal-naar-kanaal"; +$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s"; +$a->strings["Categories:"] = "Categorieën:"; +$a->strings["Filed under:"] = "Bewaard onder:"; $a->strings["from %s"] = "van %s"; $a->strings["last edited: %s"] = "laatst bewerkt: %s"; $a->strings["Expires: %s"] = "Verloopt: %s"; -$a->strings["Save Bookmarks"] = "Bladwijzers opslaan"; -$a->strings["Add to Calendar"] = "Aan agenda toevoegen"; -$a->strings["Mark all seen"] = "Markeer alles als bekeken"; -$a->strings["__ctx:noun__ Likes"] = "vinden dit leuk"; -$a->strings["__ctx:noun__ Dislikes"] = "vinden dit niet leuk"; -$a->strings["Close"] = "Sluiten"; +$a->strings["View in context"] = "In context bekijken"; $a->strings["Please wait"] = "Even wachten"; -$a->strings["This is you"] = "Dit ben jij"; +$a->strings["remove"] = "verwijderen"; +$a->strings["Loading..."] = "Aan het laden..."; +$a->strings["Delete Selected Items"] = "Verwijder de geselecteerde items"; +$a->strings["View Source"] = "Bron weergeven"; +$a->strings["Follow Thread"] = "Conversatie volgen"; +$a->strings["View Status"] = "Status weergeven"; +$a->strings["View Profile"] = "Profiel weergeven"; +$a->strings["View Photos"] = "Foto's weergeven"; +$a->strings["Activity/Posts"] = "Kanaal-activiteit"; +$a->strings["Edit Connection"] = "Connectie bewerken"; +$a->strings["Send PM"] = "Privébericht verzenden"; +$a->strings["Poke"] = "Aanstoten"; +$a->strings["%s likes this."] = "%s vindt dit leuk."; +$a->strings["%s doesn't like this."] = "%s vindt dit niet leuk."; +$a->strings["%2\$d people like this."] = array( + 0 => "%2\$d persoon vindt dit leuk.", + 1 => "%2\$d personen vinden dit leuk.", +); +$a->strings["%2\$d people don't like this."] = array( + 0 => "%2\$d persoon vindt dit niet leuk.", + 1 => "%2\$d personen vinden dit niet leuk.", +); +$a->strings["and"] = "en"; +$a->strings[", and %d other people"] = array( + 0 => ", en %d ander persoon", + 1 => ", en %d andere personen", +); +$a->strings["%s like this."] = "%s vinden dit leuk."; +$a->strings["%s don't like this."] = "%s vinden dit niet leuk."; +$a->strings["Visible to everybody"] = "Voor iedereen zichtbaar"; +$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:"; +$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:"; +$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:"; +$a->strings["Tag term:"] = "Tag:"; +$a->strings["Save to Folder:"] = "Bewaar in map: "; +$a->strings["Where are you right now?"] = "Waar bevind je je op dit moment?"; +$a->strings["Expires YYYY-MM-DD HH:MM"] = "Verloopt op DD-MM-YYYY om HH:MM"; +$a->strings["Preview"] = "Voorvertoning"; +$a->strings["Share"] = "Delen"; +$a->strings["Page link name"] = "Linknaam pagina"; +$a->strings["Post as"] = "Bericht plaatsen als"; $a->strings["Bold"] = "Vet"; $a->strings["Italic"] = "Cursief"; $a->strings["Underline"] = "Onderstrepen"; $a->strings["Quote"] = "Citeren"; $a->strings["Code"] = "Broncode"; -$a->strings["Image"] = "Afbeelding"; -$a->strings["Insert Link"] = "Link invoegen"; -$a->strings["Video"] = "Video"; +$a->strings["Upload photo"] = "Foto uploaden"; +$a->strings["upload photo"] = "foto uploaden"; +$a->strings["Attach file"] = "Bestand toevoegen"; +$a->strings["attach file"] = "bestand toevoegen"; +$a->strings["Insert web link"] = "Weblink invoegen"; +$a->strings["web link"] = "Weblink"; +$a->strings["Insert video link"] = "Videolink invoegen"; +$a->strings["video link"] = "videolink"; +$a->strings["Insert audio link"] = "Audiolink invoegen"; +$a->strings["audio link"] = "audiolink"; +$a->strings["Set your location"] = "Locatie instellen"; +$a->strings["set location"] = "locatie instellen"; +$a->strings["Toggle voting"] = "Stemmen in- of uitschakelen"; +$a->strings["Clear browser location"] = "Locatie van webbrowser wissen"; +$a->strings["clear location"] = "locatie wissen"; +$a->strings["Title (optional)"] = "Titel (optioneel)"; +$a->strings["Categories (optional, comma-separated list)"] = "Categorieën (optioneel, door komma's gescheiden lijst)"; +$a->strings["Permission settings"] = "Permissies"; +$a->strings["permissions"] = "permissies"; +$a->strings["Public post"] = "Openbaar bericht"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be"; +$a->strings["Set expiration date"] = "Verloopdatum instellen"; $a->strings["Encrypt text"] = "Tekst versleutelen"; -$a->strings["New window"] = "Nieuw venster"; -$a->strings["Open the selected location in a different window or browser tab"] = "Open de geselecteerde locatie in een ander venster of tab"; -$a->strings["User '%s' deleted"] = "Account '%s' verwijderd"; -$a->strings["Attachments:"] = "Bijlagen:"; -$a->strings["\$Projectname event notification:"] = "Notificatie -gebeurtenis:"; -$a->strings["prev"] = "vorige"; -$a->strings["first"] = "eerste"; -$a->strings["last"] = "laatste"; -$a->strings["next"] = "volgende"; -$a->strings["older"] = "ouder"; -$a->strings["newer"] = "nieuwer"; -$a->strings["No connections"] = "Geen connecties"; -$a->strings["%d Connection"] = array( - 0 => "%d connectie", - 1 => "%d connecties", -); -$a->strings["View Connections"] = "Connecties weergeven"; -$a->strings["Search"] = "Zoeken"; -$a->strings["poke"] = "aanstoten"; -$a->strings["poked"] = "aangestoten"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "gepingd"; -$a->strings["prod"] = "por"; -$a->strings["prodded"] = "gepord"; -$a->strings["slap"] = "slaan"; -$a->strings["slapped"] = "sloeg"; -$a->strings["finger"] = "finger"; -$a->strings["fingered"] = "gefingerd"; -$a->strings["rebuff"] = "afpoeieren"; -$a->strings["rebuffed"] = "afgepoeierd"; -$a->strings["happy"] = "gelukkig"; -$a->strings["sad"] = "bedroefd"; -$a->strings["mellow"] = "mellow"; -$a->strings["tired"] = "moe"; -$a->strings["perky"] = "parmantig"; -$a->strings["angry"] = "boos"; -$a->strings["stupified"] = "beteuterd"; -$a->strings["puzzled"] = "verward"; -$a->strings["interested"] = "geïnteresseerd"; -$a->strings["bitter"] = "verbitterd"; -$a->strings["cheerful"] = "vrolijk"; -$a->strings["alive"] = "levendig"; +$a->strings["OK"] = "OK"; +$a->strings["Cancel"] = "Annuleren"; +$a->strings["Discover"] = "Ontdekken"; +$a->strings["Imported public streams"] = "Openbare streams importeren"; +$a->strings["Commented Order"] = "Nieuwe reacties bovenaan"; +$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan"; +$a->strings["Posted Order"] = "Nieuwe berichten bovenaan"; +$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan"; +$a->strings["Personal"] = "Persoonlijk"; +$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent"; +$a->strings["New"] = "Nieuw"; +$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum"; +$a->strings["Starred"] = "Met ster"; +$a->strings["Favourite Posts"] = "Favoriete berichten"; +$a->strings["Spam"] = "Spam"; +$a->strings["Posts flagged as SPAM"] = "Berichten gemarkeerd als SPAM"; +$a->strings["Channel"] = "Kanaal"; +$a->strings["Status Messages and Posts"] = "Berichten in dit kanaal"; +$a->strings["About"] = "Over"; +$a->strings["Profile Details"] = "Profiel"; +$a->strings["Photos"] = "Foto's"; +$a->strings["Photo Albums"] = "Fotoalbums"; +$a->strings["Files and Storage"] = "Bestanden en opslagruimte"; +$a->strings["Chatrooms"] = "Chatkanalen"; +$a->strings["Bookmarks"] = "Bladwijzers"; +$a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers"; +$a->strings["Webpages"] = "Webpagina's"; +$a->strings["Manage Webpages"] = "Webpagina's beheren"; +$a->strings["View all"] = "Toon alles"; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "vindt dit leuk", + 1 => "vinden dit leuk", +); +$a->strings["__ctx:noun__ Dislike"] = array( + 0 => "vindt dit niet leuk", + 1 => "vinden dit niet leuk", +); +$a->strings["__ctx:noun__ Attending"] = array( + 0 => "aanwezig", + 1 => "aanwezig", +); +$a->strings["__ctx:noun__ Not Attending"] = array( + 0 => "niet aanwezig", + 1 => "niet aanwezig", +); +$a->strings["__ctx:noun__ Undecided"] = array( + 0 => "nog niet beslist", + 1 => "nog niet beslist", +); +$a->strings["__ctx:noun__ Agree"] = array( + 0 => "eens", + 1 => "eens", +); +$a->strings["__ctx:noun__ Disagree"] = array( + 0 => "oneens", + 1 => "oneens", +); +$a->strings["__ctx:noun__ Abstain"] = array( + 0 => "onthouding", + 1 => "onthoudingen", +); +$a->strings["Public Timeline"] = "Openbare tijdlijn"; +$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes"; +$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg"; +$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden"; +$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen"; +$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; +$a->strings["\$Projectname Notification"] = "\$Projectname-notificatie"; +$a->strings["\$projectname"] = "\$projectname"; +$a->strings["Thank You,"] = "Bedankt,"; +$a->strings["%s Administrator"] = "Beheerder %s"; +$a->strings["%s "] = "%s "; +$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notificatie] Nieuw privébericht ontvangen op %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s zond jou een nieuw privébericht om %3\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s zond jou %2\$s."; +$a->strings["a private message"] = "een privébericht"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privéberichten te bekijken en/of er op te reageren."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]een %5\$s van %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s gaf een reactie op [zrl=%3\$s]jouw %4\$s[/zrl]"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notificatie] Reactie op conversatie #%1\$d door %2\$s"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s gaf een reactie op een bericht/conversatie die jij volgt."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om de conversatie te bekijken en/of er op te reageren."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notificatie] %s heeft een bericht op jouw kanaal geplaatst"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s heeft om %3\$s een bericht op jouw kanaal geplaatst"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s heeft een bericht op [zrl=%3\$s]jouw kanaal[/zrl] geplaatst"; +$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notificatie] %s heeft je genoemd"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s noemde jou op %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]noemde jou[/zrl]."; +$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notificatie] %1\$s heeft je aangestoten"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s heeft je aangestoten op %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]heeft je aangestoten[/zrl]."; +$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notificatie] %s heeft jouw bericht getagd"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s heeft jouw bericht om %3\$s getagd"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s heeft [zrl=%3\$s]jouw bericht[/zrl] getagd"; +$a->strings["[Red:Notify] Introduction received"] = "[Red:Notificatie] Connectieverzoek ontvangen"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, je hebt een nieuw connectieverzoek ontvangen van '%2\$s' op %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, je hebt een [zrl=%2\$s]nieuw connectieverzoek[/zrl] ontvangen van %3\$s."; +$a->strings["You may visit their profile at %s"] = "Je kan het profiel bekijken op %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Bezoek %s om het connectieverzoek te accepteren of af te wijzen."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notificatie] Kanaalvoorstel ontvangen"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, je hebt een kanaalvoorstel ontvangen van '%2\$s' om %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, je hebt [zrl=%2\$s]een kanaalvoorstel[/zrl] ontvangen voor %3\$s van %4\$s."; +$a->strings["Name:"] = "Naam:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen."; +$a->strings["[Red:Notify]"] = "[Red:Notificatie]"; +$a->strings["view full size"] = "volledige grootte tonen"; +$a->strings["Administrator"] = "Beheerder"; +$a->strings["No Subject"] = "Geen onderwerp"; +$a->strings["%1\$s's bookmarks"] = "Bladwijzers van %1\$s"; +$a->strings["prev"] = "vorige"; +$a->strings["first"] = "eerste"; +$a->strings["last"] = "laatste"; +$a->strings["next"] = "volgende"; +$a->strings["older"] = "ouder"; +$a->strings["newer"] = "nieuwer"; +$a->strings["No connections"] = "Geen connecties"; +$a->strings["%d Connection"] = array( + 0 => "%d connectie", + 1 => "%d connecties", +); +$a->strings["View Connections"] = "Connecties weergeven"; +$a->strings["Search"] = "Zoeken"; +$a->strings["Save"] = "Opslaan"; +$a->strings["poke"] = "aanstoten"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "gepingd"; +$a->strings["prod"] = "por"; +$a->strings["prodded"] = "gepord"; +$a->strings["slap"] = "slaan"; +$a->strings["slapped"] = "sloeg"; +$a->strings["finger"] = "finger"; +$a->strings["fingered"] = "gefingerd"; +$a->strings["rebuff"] = "afpoeieren"; +$a->strings["rebuffed"] = "afgepoeierd"; +$a->strings["happy"] = "gelukkig"; +$a->strings["sad"] = "bedroefd"; +$a->strings["mellow"] = "mellow"; +$a->strings["tired"] = "moe"; +$a->strings["perky"] = "parmantig"; +$a->strings["angry"] = "boos"; +$a->strings["stupified"] = "beteuterd"; +$a->strings["puzzled"] = "verward"; +$a->strings["interested"] = "geïnteresseerd"; +$a->strings["bitter"] = "verbitterd"; +$a->strings["cheerful"] = "vrolijk"; +$a->strings["alive"] = "levendig"; $a->strings["annoyed"] = "geërgerd"; $a->strings["anxious"] = "bezorgd"; $a->strings["cranky"] = "humeurig"; @@ -429,25 +516,7 @@ $a->strings["depressed"] = "gedeprimeerd"; $a->strings["motivated"] = "gemotiveerd"; $a->strings["relaxed"] = "ontspannen"; $a->strings["surprised"] = "verrast"; -$a->strings["Monday"] = "maandag"; -$a->strings["Tuesday"] = "dinsdag"; -$a->strings["Wednesday"] = "woensdag"; -$a->strings["Thursday"] = "donderdag"; -$a->strings["Friday"] = "vrijdag"; -$a->strings["Saturday"] = "zaterdag"; -$a->strings["Sunday"] = "zondag"; -$a->strings["January"] = "januari"; -$a->strings["February"] = "februari"; -$a->strings["March"] = "maart"; -$a->strings["April"] = "april"; $a->strings["May"] = "mei"; -$a->strings["June"] = "juni"; -$a->strings["July"] = "juli"; -$a->strings["August"] = "augustus"; -$a->strings["September"] = "september"; -$a->strings["October"] = "oktober"; -$a->strings["November"] = "november"; -$a->strings["December"] = "december"; $a->strings["unknown.???"] = "onbekend.???"; $a->strings["bytes"] = "bytes"; $a->strings["remove category"] = "categorie verwijderen"; @@ -459,312 +528,17 @@ $a->strings["Page layout"] = "Pagina-lay-out"; $a->strings["You can create your own with the layouts tool"] = "Je kan jouw eigen lay-out ontwerpen onder lay-outs"; $a->strings["Page content type"] = "Opmaaktype pagina"; $a->strings["Select an alternate language"] = "Kies een andere taal"; -$a->strings["photo"] = "foto"; -$a->strings["event"] = "gebeurtenis"; -$a->strings["status"] = "bericht"; -$a->strings["comment"] = "reactie"; $a->strings["activity"] = "activiteit"; $a->strings["Design Tools"] = "Ontwerp-hulpmiddelen"; $a->strings["Blocks"] = "Blokken"; $a->strings["Menus"] = "Menu's"; $a->strings["Layouts"] = "Lay-outs"; $a->strings["Pages"] = "Pagina's"; -$a->strings["Logout"] = "Uitloggen"; -$a->strings["End this session"] = "Beëindig deze sessie"; -$a->strings["Home"] = "Home"; -$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties"; -$a->strings["View Profile"] = "Profiel weergeven"; -$a->strings["Your profile page"] = "Jouw profielpagina"; -$a->strings["Edit Profiles"] = "Bewerk profielen"; -$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen"; -$a->strings["Edit Profile"] = "Profiel bewerken"; -$a->strings["Edit your profile"] = "Jouw profiel bewerken"; -$a->strings["Photos"] = "Foto's"; -$a->strings["Your photos"] = "Jouw foto's"; -$a->strings["Your files"] = "Jouw bestanden"; -$a->strings["Chat"] = "Chatten"; -$a->strings["Your chatrooms"] = "Jouw chatkanalen"; -$a->strings["Bookmarks"] = "Bladwijzers"; -$a->strings["Your bookmarks"] = "Jouw bladwijzers"; -$a->strings["Webpages"] = "Webpagina's"; -$a->strings["Your webpages"] = "Jouw webpagina's"; -$a->strings["Login"] = "Inloggen"; -$a->strings["Sign in"] = "Inloggen"; -$a->strings["%s - click to logout"] = "%s - klik om uit te loggen"; -$a->strings["Remote authentication"] = "Authenticatie op afstand"; -$a->strings["Click to authenticate to your home hub"] = "Authenticeer jezelf via (bijvoorbeeld) jouw hub"; -$a->strings["Home Page"] = "Homepage"; -$a->strings["Register"] = "Registreren"; -$a->strings["Create an account"] = "Maak een account aan"; -$a->strings["Help"] = "Hulp"; -$a->strings["Help and documentation"] = "Hulp en documentatie"; -$a->strings["Applications, utilities, links, games"] = "Apps"; -$a->strings["Search site content"] = "Inhoud van deze hub doorzoeken"; -$a->strings["Directory"] = "Kanalengids"; -$a->strings["Channel Directory"] = "Kanalengids"; -$a->strings["Matrix"] = "Matrix"; -$a->strings["Your matrix"] = "Jouw matrix"; -$a->strings["Mark all matrix notifications seen"] = "Markeer alle matrixnotificaties als bekeken"; -$a->strings["Channel Home"] = "Tijdlijn kanaal"; -$a->strings["Channel home"] = "Tijdlijn kanaal"; -$a->strings["Mark all channel notifications seen"] = "Alle kanaalnotificaties als gelezen markeren"; -$a->strings["Connections"] = "Connecties"; -$a->strings["Notices"] = "Notificaties"; -$a->strings["Notifications"] = "Notificaties"; -$a->strings["See all notifications"] = "Alle notificaties weergeven"; -$a->strings["Mark all system notifications seen"] = "Markeer alle systeemnotificaties als bekeken"; -$a->strings["Mail"] = "Privéberichten"; -$a->strings["Private mail"] = "Privéberichten"; -$a->strings["See all private messages"] = "Alle privéberichten weergeven"; -$a->strings["Mark all private messages seen"] = "Markeer alle privéberichten als bekeken"; -$a->strings["Inbox"] = "Postvak IN"; -$a->strings["Outbox"] = "Postvak UIT"; -$a->strings["Events"] = "Agenda"; -$a->strings["Event Calendar"] = "Agenda"; -$a->strings["See all events"] = "Alle gebeurtenissen weergeven"; -$a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken"; -$a->strings["Channel Manager"] = "Kanaalbeheer"; -$a->strings["Manage Your Channels"] = "Beheer je kanalen"; -$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen"; -$a->strings["Admin"] = "Beheer"; -$a->strings["Site Setup and Configuration"] = "Hub instellen en beheren"; -$a->strings["Loading..."] = "Aan het laden..."; -$a->strings["@name, #tag, content"] = "@kanaal, #label, inhoud"; -$a->strings["Please wait..."] = "Wachten aub..."; -$a->strings["Tags"] = "Tags"; -$a->strings["Keywords"] = "Trefwoorden"; -$a->strings["have"] = "heb"; -$a->strings["has"] = "heeft"; -$a->strings["want"] = "wil"; -$a->strings["wants"] = "wil"; -$a->strings["likes"] = "vindt dit leuk"; -$a->strings["dislikes"] = "vindt dit niet leuk"; -$a->strings[" and "] = " en "; -$a->strings["public profile"] = "openbaar profiel"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s veranderde %2\$s naar “%3\$s”"; -$a->strings["Visit %1\$s's %2\$s"] = "Bezoek het %2\$s van %1\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepaste %2\$s, %3\$s veranderd."; -$a->strings["Image/photo"] = "Afbeelding/foto"; -$a->strings["Encrypted content"] = "Versleutelde inhoud"; -$a->strings["Install design element: "] = "Installeer ontwerpelement: "; -$a->strings["QR code"] = "QR-code"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schreef het volgende %2\$s %3\$s"; -$a->strings["post"] = "bericht"; -$a->strings["Different viewers will see this text differently"] = "Deze tekst wordt per persoon anders weergeven."; -$a->strings["$1 spoiler"] = "$1 spoiler"; -$a->strings["$1 wrote:"] = "$1 schreef:"; -$a->strings["Permission denied"] = "Toegang geweigerd"; -$a->strings["(Unknown)"] = "(Onbekend)"; -$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar."; -$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar."; -$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar."; -$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar."; -$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar."; -$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar."; -$a->strings["Visible to approved connections."] = "Voor alle goedgekeurde connecties zichtbaar."; -$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar."; -$a->strings["Item not found."] = "Item niet gevonden."; -$a->strings["Permission denied."] = "Toegang geweigerd"; -$a->strings["Collection not found."] = "Collectie niet gevonden."; -$a->strings["Collection is empty."] = "Collectie is leeg"; -$a->strings["Collection: %s"] = "Collectie: %s"; -$a->strings["Connection: %s"] = "Connectie: %s"; -$a->strings["Connection not found."] = "Connectie niet gevonden."; -$a->strings["Can view my normal stream and posts"] = "Kan mijn normale kanaalstream en berichten bekijken"; -$a->strings["Can view my default channel profile"] = "Kan mijn standaard kanaalprofiel bekijken"; -$a->strings["Can view my photo albums"] = "Kan mijn fotoalbums bekijken"; -$a->strings["Can view my connections"] = "Kan een lijst met mijn connecties bekijken"; -$a->strings["Can view my file storage"] = "Kan mijn bestanden bekijken"; -$a->strings["Can view my webpages"] = "Kan mijn pagina's bekijken"; -$a->strings["Can send me their channel stream and posts"] = "Kan mij de inhoud van hun kanaal en berichten sturen"; -$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal plaatsen"; -$a->strings["Can comment on or like my posts"] = "Kan op mijn berichten reageren of deze (niet) leuk vinden"; -$a->strings["Can send me private mail messages"] = "Kan mij privéberichten sturen"; -$a->strings["Can post photos to my photo albums"] = "Kan foto's aan mijn fotoalbums toevoegen"; -$a->strings["Can like/dislike stuff"] = "Kan dingen leuk of niet leuk vinden"; -$a->strings["Profiles and things other than posts/comments"] = "Profielen en dingen, buiten berichten en reacties"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+"; -$a->strings["Advanced - useful for creating group forum channels"] = "Geavanceerd - nuttig voor groepforums"; -$a->strings["Can chat with me (when available)"] = "Kan met mij chatten (wanneer beschikbaar)"; -$a->strings["Can write to my file storage"] = "Kan bestanden aan mijn bestandsopslag toevoegen"; -$a->strings["Can edit my webpages"] = "Kan mijn pagina's bewerken"; -$a->strings["Can source my public posts in derived channels"] = "Kan mijn openbare berichten als bron voor andere kanalen gebruiken"; -$a->strings["Somewhat advanced - very useful in open communities"] = "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)"; -$a->strings["Can administer my channel resources"] = "Kan mijn kanaal beheren"; -$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet."; -$a->strings["Social Networking"] = "Sociaal netwerk"; -$a->strings["Mostly Public"] = "Vrijwel alles openbaar"; -$a->strings["Restricted"] = "Beperkt zichtbaar"; -$a->strings["Private"] = "Verborgen kanaal"; -$a->strings["Community Forum"] = "Groepsforum"; -$a->strings["Feed Republish"] = "Feed herpubliceren"; -$a->strings["Special Purpose"] = "Speciaal doel"; -$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen"; -$a->strings["Group Repository"] = "Groepsopslag"; -$a->strings["Other"] = "Anders"; -$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen"; -$a->strings["channel"] = "kanaal"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s niet leuk"; -$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s is nu met %2\$s verbonden"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s heeft %2\$s aangestoten"; -$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s is %2\$s"; -$a->strings["__ctx:title__ Likes"] = "vinden dit leuk"; -$a->strings["__ctx:title__ Dislikes"] = "vinden dit niet leuk"; -$a->strings["__ctx:title__ Agree"] = "eens"; -$a->strings["__ctx:title__ Disagree"] = "oneens"; -$a->strings["__ctx:title__ Abstain"] = "onthoudingen"; -$a->strings["__ctx:title__ Attending"] = "aanwezig"; -$a->strings["__ctx:title__ Not attending"] = "niet aanwezig"; -$a->strings["__ctx:title__ Might attend"] = "mogelijk aanwezig"; -$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s"; -$a->strings["Categories:"] = "Categorieën:"; -$a->strings["Filed under:"] = "Bewaard onder:"; -$a->strings["View in context"] = "In context bekijken"; -$a->strings["remove"] = "verwijderen"; -$a->strings["Delete Selected Items"] = "Verwijder de geselecteerde items"; -$a->strings["View Source"] = "Bron weergeven"; -$a->strings["Follow Thread"] = "Conversatie volgen"; -$a->strings["View Status"] = "Status weergeven"; -$a->strings["View Photos"] = "Foto's weergeven"; -$a->strings["Matrix Activity"] = "Kanaal-activiteit"; -$a->strings["Edit Contact"] = "Contact bewerken"; -$a->strings["Send PM"] = "Privébericht verzenden"; -$a->strings["Poke"] = "Aanstoten"; -$a->strings["%s likes this."] = "%s vindt dit leuk."; -$a->strings["%s doesn't like this."] = "%s vindt dit niet leuk."; -$a->strings["%2\$d people like this."] = array( - 0 => "%2\$d persoon vindt dit leuk.", - 1 => "%2\$d personen vinden dit leuk.", -); -$a->strings["%2\$d people don't like this."] = array( - 0 => "%2\$d persoon vindt dit niet leuk.", - 1 => "%2\$d personen vinden dit niet leuk.", -); -$a->strings["and"] = "en"; -$a->strings[", and %d other people"] = array( - 0 => ", en %d ander persoon", - 1 => ", en %d andere personen", -); -$a->strings["%s like this."] = "%s vinden dit leuk."; -$a->strings["%s don't like this."] = "%s vinden dit niet leuk."; -$a->strings["Visible to everybody"] = "Voor iedereen zichtbaar"; -$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:"; -$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:"; -$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:"; -$a->strings["Tag term:"] = "Tag:"; -$a->strings["Save to Folder:"] = "Bewaar in map: "; -$a->strings["Where are you right now?"] = "Waar bevind je je op dit moment?"; -$a->strings["Expires YYYY-MM-DD HH:MM"] = "Verloopt op DD-MM-YYYY om HH:MM"; -$a->strings["Share"] = "Delen"; -$a->strings["Page link name"] = "Linknaam pagina"; -$a->strings["Post as"] = "Bericht plaatsen als"; -$a->strings["Upload photo"] = "Foto uploaden"; -$a->strings["upload photo"] = "foto uploaden"; -$a->strings["Attach file"] = "Bestand toevoegen"; -$a->strings["attach file"] = "bestand toevoegen"; -$a->strings["Insert web link"] = "Weblink invoegen"; -$a->strings["web link"] = "Weblink"; -$a->strings["Insert video link"] = "Videolink invoegen"; -$a->strings["video link"] = "videolink"; -$a->strings["Insert audio link"] = "Audiolink invoegen"; -$a->strings["audio link"] = "audiolink"; -$a->strings["Set your location"] = "Locatie instellen"; -$a->strings["set location"] = "locatie instellen"; -$a->strings["Toggle voting"] = "Stemmen in- of uitschakelen"; -$a->strings["Clear browser location"] = "Locatie van webbrowser wissen"; -$a->strings["clear location"] = "locatie wissen"; -$a->strings["Title (optional)"] = "Titel (optioneel)"; -$a->strings["Categories (optional, comma-separated list)"] = "Categorieën (optioneel, door komma's gescheiden lijst)"; -$a->strings["Permission settings"] = "Permissies"; -$a->strings["permissions"] = "permissies"; -$a->strings["Public post"] = "Openbaar bericht"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be"; -$a->strings["Set expiration date"] = "Verloopdatum instellen"; -$a->strings["OK"] = "OK"; -$a->strings["Cancel"] = "Annuleren"; -$a->strings["Discover"] = "Ontdekken"; -$a->strings["Imported public streams"] = "Openbare streams importeren"; -$a->strings["Commented Order"] = "Nieuwe reacties bovenaan"; -$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan"; -$a->strings["Posted Order"] = "Nieuwe berichten bovenaan"; -$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan"; -$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent"; -$a->strings["New"] = "Nieuw"; -$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum"; -$a->strings["Starred"] = "Met ster"; -$a->strings["Favourite Posts"] = "Favoriete berichten"; -$a->strings["Spam"] = "Spam"; -$a->strings["Posts flagged as SPAM"] = "Berichten gemarkeerd als SPAM"; -$a->strings["Channel"] = "Kanaal"; -$a->strings["Status Messages and Posts"] = "Berichten in dit kanaal"; -$a->strings["About"] = "Over"; -$a->strings["Profile Details"] = "Profiel"; -$a->strings["Photo Albums"] = "Fotoalbums"; -$a->strings["Files and Storage"] = "Bestanden en opslagruimte"; -$a->strings["Chatrooms"] = "Chatkanalen"; -$a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers"; -$a->strings["Manage Webpages"] = "Webpagina's beheren"; -$a->strings["__ctx:noun__ Attending"] = array( - 0 => "aanwezig", - 1 => "aanwezig", -); -$a->strings["__ctx:noun__ Not Attending"] = array( - 0 => "niet aanwezig", - 1 => "niet aanwezig", -); -$a->strings["__ctx:noun__ Undecided"] = array( - 0 => "nog niet beslist", - 1 => "nog niet beslist", -); -$a->strings["__ctx:noun__ Agree"] = array( - 0 => "eens", - 1 => "eens", -); -$a->strings["__ctx:noun__ Disagree"] = array( - 0 => "oneens", - 1 => "oneens", -); -$a->strings["__ctx:noun__ Abstain"] = array( - 0 => "onthouding", - 1 => "onthoudingen", -); -$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes"; -$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg"; -$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden"; -$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen"; -$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; -$a->strings["Invalid data packet"] = "Datapakket ongeldig"; -$a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. "; -$a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd"; -$a->strings["Embedded content"] = "Ingesloten inhoud"; -$a->strings["Embedding disabled"] = "Insluiten uitgeschakeld"; -$a->strings["Logged out."] = "Uitgelogd."; -$a->strings["Failed authentication"] = "Mislukte authenticatie"; -$a->strings["Login failed."] = "Inloggen mislukt."; -$a->strings["%d invitation available"] = array( - 0 => "%d uitnodiging beschikbaar", - 1 => "%d uitnodigingen beschikbaar", -); -$a->strings["Advanced"] = "Geavanceerd"; -$a->strings["Find Channels"] = "Kanalen vinden"; -$a->strings["Enter name or interest"] = "Vul naam of interesse in"; -$a->strings["Connect/Follow"] = "Verbinden/volgen"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeeld: Robert Morgenstein, vissen"; -$a->strings["Find"] = "Vinden"; -$a->strings["Channel Suggestions"] = "Voorgestelde kanalen"; -$a->strings["Random Profile"] = "Willekeurig profiel"; -$a->strings["Invite Friends"] = "Vrienden uitnodigen"; -$a->strings["Advanced example: name=fred and country=iceland"] = "Geavanceerd voorbeeld (Engels): name=jan en country=nederland"; -$a->strings["%d connection in common"] = array( - 0 => "%d gemeenschappelijke connectie", - 1 => "%d gemeenschappelijke connecties", -); -$a->strings["show more"] = "meer connecties weergeven"; $a->strings["Visible to your default audience"] = "Voor iedereen zichtbaar, mits niet anders ingesteld"; $a->strings["Show"] = "Tonen"; $a->strings["Don't show"] = "Niet tonen"; $a->strings["Permissions"] = "Permissies"; +$a->strings["Close"] = "Sluiten"; $a->strings["Item was not found."] = "Item niet gevonden"; $a->strings["No source file."] = "Geen bronbestand."; $a->strings["Cannot locate file to replace"] = "Kan het te vervangen bestand niet vinden"; @@ -779,68 +553,25 @@ $a->strings["duplicate filename or path"] = "dubbele bestandsnaam of pad"; $a->strings["Path not found."] = "Pad niet gevonden"; $a->strings["mkdir failed."] = "directory aanmaken (mkdir) mislukt."; $a->strings["database storage failed."] = "opslag in database mislukt."; -$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen"; -$a->strings["Empty name"] = "Ontbrekende naam"; -$a->strings["Name too long"] = "Naam te lang"; -$a->strings["No account identifier"] = "Geen account-identificator"; -$a->strings["Nickname is required."] = "Bijnaam is verplicht"; -$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik."; -$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden"; -$a->strings["Default Profile"] = "Standaardprofiel"; -$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar."; -$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar"; -$a->strings["Change profile photo"] = "Profielfoto veranderen"; -$a->strings["Profiles"] = "Profielen"; -$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken"; -$a->strings["Create New Profile"] = "Nieuw profiel aanmaken"; -$a->strings["Profile Image"] = "Profielfoto"; -$a->strings["visible to everybody"] = "Voor iedereen zichtbaar"; -$a->strings["Edit visibility"] = "Zichtbaarheid bewerken"; -$a->strings["Gender:"] = "Geslacht:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepagina:"; -$a->strings["Online Now"] = "Nu online"; -$a->strings["g A l F d"] = "G:i, l d F"; -$a->strings["F d"] = "d F"; -$a->strings["[today]"] = "[vandaag]"; -$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen"; -$a->strings["Birthdays this week:"] = "Verjaardagen deze week:"; -$a->strings["[No description]"] = "[Geen omschrijving]"; -$a->strings["Event Reminders"] = "Herinneringen"; -$a->strings["Events this week:"] = "Gebeurtenissen deze week:"; -$a->strings["Profile"] = "Profiel"; -$a->strings["Full Name:"] = "Volledige naam:"; -$a->strings["Like this channel"] = "Vind dit kanaal leuk"; -$a->strings["j F, Y"] = "F j Y"; -$a->strings["j F"] = "F j"; -$a->strings["Birthday:"] = "Geboortedatum:"; -$a->strings["Age:"] = "Leeftijd:"; -$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Seksuele voorkeur:"; -$a->strings["Hometown:"] = "Oorspronkelijk uit:"; -$a->strings["Tags:"] = "Tags:"; -$a->strings["Political Views:"] = "Politieke overtuigingen:"; -$a->strings["Religion:"] = "Religie:"; -$a->strings["About:"] = "Over:"; -$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:"; -$a->strings["Likes:"] = "Houdt van:"; -$a->strings["Dislikes:"] = "Houdt niet van:"; -$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:"; -$a->strings["My other channels:"] = "Mijn andere kanalen"; -$a->strings["Musical interests:"] = "Muzikale interesses:"; -$a->strings["Books, literature:"] = "Boeken, literatuur:"; -$a->strings["Television:"] = "Televisie:"; -$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:"; -$a->strings["Love/Romance:"] = "Liefde/romantiek:"; -$a->strings["Work/employment:"] = "Werk/beroep:"; -$a->strings["School/education:"] = "School/opleiding:"; -$a->strings["Like this thing"] = "Vind dit ding leuk"; -$a->strings["Male"] = "Man"; -$a->strings["Female"] = "Vrouw"; -$a->strings["Currently Male"] = "Momenteel man"; -$a->strings["Currently Female"] = "Momenteel vrouw"; -$a->strings["Mostly Male"] = "Voornamelijk man"; +$a->strings["Empty path"] = "Ontbrekend bestandspad"; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt."; +$a->strings["Channel clone failed. Import failed."] = "Het klonen van het kanaal is mislukt. Importeren mislukt."; +$a->strings["Cloned channel not found. Import failed."] = "Gekloond kanaal niet gevonden. Importeren mislukt."; +$a->strings["created a new post"] = "maakte een nieuw bericht aan"; +$a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s"; +$a->strings["New Page"] = "Nieuwe pagina"; +$a->strings["View"] = "Weergeven"; +$a->strings["Actions"] = "Acties"; +$a->strings["Page Link"] = "Paginalink"; +$a->strings["Title"] = "Titel"; +$a->strings["Created"] = "Aangemaakt"; +$a->strings["Edited"] = "Bewerkt"; +$a->strings["Profile Photos"] = "Profielfoto's"; +$a->strings["Male"] = "Man"; +$a->strings["Female"] = "Vrouw"; +$a->strings["Currently Male"] = "Momenteel man"; +$a->strings["Currently Female"] = "Momenteel vrouw"; +$a->strings["Mostly Male"] = "Voornamelijk man"; $a->strings["Mostly Female"] = "Voornamelijk vrouw"; $a->strings["Transgender"] = "Transgender"; $a->strings["Intersex"] = "Interseksueel"; @@ -871,6 +602,7 @@ $a->strings["Infatuated"] = "Smoorverliefd"; $a->strings["Dating"] = "Aan het daten"; $a->strings["Unfaithful"] = "Ontrouw"; $a->strings["Sex Addict"] = "Seksverslaafd"; +$a->strings["Friends"] = "Vrienden"; $a->strings["Friends/Benefits"] = "Vriendschap plus"; $a->strings["Casual"] = "Ongebonden/vluchtig"; $a->strings["Engaged"] = "Verloofd"; @@ -892,9 +624,32 @@ $a->strings["Uncertain"] = "Onzeker"; $a->strings["It's complicated"] = "Het is ingewikkeld"; $a->strings["Don't care"] = "Maakt mij niks uit"; $a->strings["Ask me"] = "Vraag het me"; +$a->strings["Embedded content"] = "Ingesloten inhoud"; +$a->strings["Embedding disabled"] = "Insluiten uitgeschakeld"; +$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; +$a->strings["Starts:"] = "Start:"; +$a->strings["Finishes:"] = "Einde:"; +$a->strings["Location:"] = "Plaats:"; +$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd."; +$a->strings["Not specified"] = "Niet aangegeven"; +$a->strings["Needs Action"] = "Actie vereist"; +$a->strings["Completed"] = "Voltooid"; +$a->strings["In Process"] = "In behandeling"; +$a->strings["Cancelled"] = "Geannuleerd"; $a->strings["Site Admin"] = "Hubbeheerder"; $a->strings["Address Book"] = "Connecties"; +$a->strings["Login"] = "Inloggen"; +$a->strings["Channel Manager"] = "Kanaalbeheer"; +$a->strings["Matrix"] = "Matrix"; +$a->strings["Settings"] = "Instellingen"; +$a->strings["Channel Home"] = "Tijdlijn kanaal"; +$a->strings["Profile"] = "Profiel"; +$a->strings["Events"] = "Agenda"; +$a->strings["Directory"] = "Kanalengids"; +$a->strings["Help"] = "Hulp"; +$a->strings["Mail"] = "Privéberichten"; $a->strings["Mood"] = "Stemming"; +$a->strings["Chat"] = "Chatten"; $a->strings["Probe"] = "Onderzoeken"; $a->strings["Suggest"] = "Voorstellen"; $a->strings["Random Channel"] = "Willekeurig kanaal"; @@ -906,713 +661,442 @@ $a->strings["Profile Photo"] = "Profielfoto"; $a->strings["Update"] = "Bijwerken"; $a->strings["Install"] = "Installeren"; $a->strings["Purchase"] = "Aanschaffen"; -$a->strings["Missing room name"] = "Naam chatkanaal ontbreekt"; -$a->strings["Duplicate room name"] = "Naam chatkanaal bestaat al"; -$a->strings["Invalid room specifier."] = "Ongeldige omschrijving chatkanaal"; -$a->strings["Room not found."] = "Chatkanaal niet gevonden"; -$a->strings["Room is full"] = "Chatkanaal is vol"; -$a->strings["Please choose"] = "Maak een keuze"; -$a->strings["Agree"] = "Eens"; -$a->strings["Disagree"] = "Oneens"; -$a->strings["Abstain"] = "onthouding"; -$a->strings["projectname"] = "projectname"; -$a->strings["Some blurb about what to do when you're new here"] = "Welkom op \$Projectname. Klik op de tab ontdekken of klik rechtsboven op de kanalengids, om kanalen te vinden. Rechtsboven vind je ook apps, waar je vrijwel alle functies van \$Projectname kunt vinden. Voor hulp met \$Projectname klik je op het vraagteken."; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt."; -$a->strings["Create a new channel"] = "Nieuw kanaal aanmaken"; -$a->strings["Current Channel"] = "Huidig kanaal"; -$a->strings["Switch to one of your channels by selecting it."] = "Activeer een van jouw andere kanalen door er op te klikken."; -$a->strings["Default Channel"] = "Standaardkanaal"; -$a->strings["Make Default"] = "Als standaard instellen"; -$a->strings["%d new messages"] = "%d nieuwe berichten"; -$a->strings["%d new introductions"] = "%d nieuwe connectieverzoeken"; -$a->strings["Delegated Channels"] = "Uitbestede kanalen"; -$a->strings["Name is required"] = "Naam is vereist"; -$a->strings["Key and Secret are required"] = "Key en secret zijn vereist"; -$a->strings["Diaspora Policy Settings updated."] = "Beleidsinstellingen Diaspora bijgewerkt."; -$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord onveranderd."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd."; -$a->strings["Password changed."] = "Wachtwoord veranderd."; -$a->strings["Password update failed. Please try again."] = "Bijwerken wachtwoord mislukt. Probeer opnieuw."; -$a->strings["Not valid email."] = "Geen geldig e-mailadres."; -$a->strings["Protected email address. Cannot change to that email."] = "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken."; -$a->strings["System failure storing new email. Please try again."] = "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer."; -$a->strings["Settings updated."] = "Instellingen bijgewerkt."; +$a->strings["Logged out."] = "Uitgelogd."; +$a->strings["Failed authentication"] = "Mislukte authenticatie"; +$a->strings["Login failed."] = "Inloggen mislukt."; +$a->strings["Attachments:"] = "Bijlagen:"; +$a->strings["\$Projectname event notification:"] = "Notificatie \$Projectname-gebeurtenis:"; +$a->strings["Image/photo"] = "Afbeelding/foto"; +$a->strings["Encrypted content"] = "Versleutelde inhoud"; +$a->strings["Install %s element: "] = "Installeer %s-element: "; +$a->strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Dit bericht heeft een te installeren %s-element, maar je hebt geen permissies om het op deze hub te installeren."; +$a->strings["webpage"] = "Webpagina"; +$a->strings["layout"] = "lay-out"; +$a->strings["block"] = "blok"; +$a->strings["menu"] = "menu"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schreef het volgende %2\$s %3\$s"; +$a->strings["post"] = "bericht"; +$a->strings["Different viewers will see this text differently"] = "Deze tekst wordt per persoon anders weergeven."; +$a->strings["$1 spoiler"] = "$1 spoiler"; +$a->strings["$1 wrote:"] = "$1 schreef:"; +$a->strings["Not a valid email address"] = "Geen geldig e-mailadres"; +$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze hub niet toegestaan"; +$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze hub geregistreerd."; +$a->strings["An invitation is required."] = "Een uitnodiging is vereist"; +$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden"; +$a->strings["Please enter the required information."] = "Vul de vereiste informatie in."; +$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden."; +$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s"; +$a->strings["Registration request at %s"] = "Registratiebevestiging voor %s"; +$a->strings["your registration password"] = "jouw registratiewachtwoord"; +$a->strings["Registration details for %s"] = "Registratiegegevens voor %s"; +$a->strings["Account approved."] = "Account goedgekeurd"; +$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; +$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen."; +$a->strings["Click here to upgrade."] = "Klik hier om te upgraden."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Deze handeling overschrijdt de beperkingen die voor jouw abonnement gelden."; +$a->strings["This action is not available under your subscription plan."] = "Deze handeling is niet mogelijk met jouw abonnement."; +$a->strings["Channel is blocked on this site."] = "Kanaal is op deze hub geblokkeerd."; +$a->strings["Channel location missing."] = "Ontbrekende kanaallocatie."; +$a->strings["Response from remote channel was incomplete."] = "Antwoord van het kanaal op afstand was niet volledig."; +$a->strings["Channel was deleted and no longer exists."] = "Kanaal is verwijderd en bestaat niet meer."; +$a->strings["Protocol disabled."] = "Protocol uitgeschakeld."; +$a->strings["Channel discovery failed."] = "Kanaal ontdekken mislukt."; +$a->strings["local account not found."] = "lokale account niet gevonden."; +$a->strings["Cannot connect to yourself."] = "Kan niet met jezelf verbinden"; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. "; +$a->strings["%d invitation available"] = array( + 0 => "%d uitnodiging beschikbaar", + 1 => "%d uitnodigingen beschikbaar", +); +$a->strings["Advanced"] = "Geavanceerd"; +$a->strings["Find Channels"] = "Kanalen vinden"; +$a->strings["Enter name or interest"] = "Vul naam of interesse in"; +$a->strings["Connect/Follow"] = "Verbinden/volgen"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeeld: Robert Morgenstein, vissen"; +$a->strings["Find"] = "Vinden"; +$a->strings["Channel Suggestions"] = "Voorgestelde kanalen"; +$a->strings["Random Profile"] = "Willekeurig profiel"; +$a->strings["Invite Friends"] = "Vrienden uitnodigen"; +$a->strings["Advanced example: name=fred and country=iceland"] = "Geavanceerd voorbeeld (Engels): name=jan en country=nederland"; +$a->strings["Everything"] = "Alles"; +$a->strings["Categories"] = "Categorieën"; +$a->strings["%d connection in common"] = array( + 0 => "%d gemeenschappelijke connectie", + 1 => "%d gemeenschappelijke connecties", +); +$a->strings["show more"] = "meer connecties weergeven"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten kunnen van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken."; +$a->strings["Add new connections to this collection (privacy group)"] = "Voeg nieuwe connecties aan deze collectie toe (privacy-groep)"; +$a->strings["All Channels"] = "Alle kanalen"; +$a->strings["edit"] = "bewerken"; +$a->strings["Collections"] = "Collecties"; +$a->strings["Edit collection"] = "Collectie bewerken"; +$a->strings["Add new collection"] = "Nieuwe collectie toevoegen"; +$a->strings["Channels not in any collection"] = "Kanalen die zich in geen enkele collectie bevinden"; +$a->strings["add"] = "toevoegen"; +$a->strings["Tags"] = "Tags"; +$a->strings["Keywords"] = "Trefwoorden"; +$a->strings["have"] = "heb"; +$a->strings["has"] = "heeft"; +$a->strings["want"] = "wil"; +$a->strings["wants"] = "wil"; +$a->strings["like"] = "vind dit leuk"; +$a->strings["likes"] = "vindt dit leuk"; +$a->strings["dislike"] = "vind dit niet leuk"; +$a->strings["dislikes"] = "vindt dit niet leuk"; +$a->strings["Directory Options"] = "Opties kanalengids"; +$a->strings["Safe Mode"] = "Veilig zoeken"; $a->strings["No"] = "Nee"; $a->strings["Yes"] = "Ja"; -$a->strings["Add application"] = "Applicatie toevoegen"; -$a->strings["Name of application"] = "Naam van applicatie"; -$a->strings["Consumer Key"] = "Consumer key"; -$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20"; -$a->strings["Consumer Secret"] = "Consumer secret"; -$a->strings["Redirect"] = "Redirect/doorverwijzing"; -$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist"; -$a->strings["Icon url"] = "URL van pictogram"; -$a->strings["Optional"] = "Optioneel"; -$a->strings["You can't edit this application."] = "Je kan deze applicatie niet bewerken"; -$a->strings["Connected Apps"] = "Verbonden applicaties"; -$a->strings["Client key starts with"] = "Client key begint met"; -$a->strings["No name"] = "Geen naam"; -$a->strings["Remove authorization"] = "Autorisatie verwijderen"; -$a->strings["No feature settings configured"] = "Geen extra functie- of plugin-instellingen"; -$a->strings["Feature/Addon Settings"] = "Extra functie- en plugin-instellingen"; -$a->strings["Settings for the built-in Diaspora emulator"] = "Instellingen voor de ingebouwde Diaspora-emulator"; -$a->strings["Allow any Diaspora member to comment on your public posts"] = "Sta toe dat elk Diaspora-lid op jouw openbare berichten kan reageren."; -$a->strings["Diaspora Policy Settings"] = "Beleidsinstellingen Diaspora"; -$a->strings["Prevent your hashtags from being redirected to other sites"] = "Voorkom dat jouw tags naar andere websites worden doorverwezen"; -$a->strings["Account Settings"] = "Account-instellingen"; -$a->strings["Enter New Password:"] = "Nieuw wachtwoord invoeren:"; -$a->strings["Confirm New Password:"] = "Nieuw wachtwoord bevestigen:"; -$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen"; -$a->strings["Email Address:"] = "E-mailadres:"; -$a->strings["Remove Account"] = "Account verwijderen"; -$a->strings["Remove this account including all its channels"] = "Dit account en al zijn kanalen verwijderen"; -$a->strings["Off"] = "Uit"; -$a->strings["On"] = "Aan"; -$a->strings["Additional Features"] = "Extra functies"; -$a->strings["Connector Settings"] = "Instellingen externe koppelingen"; -$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; -$a->strings["%s - (Experimental)"] = "%s - (experimenteel)"; -$a->strings["mobile"] = "mobiel"; -$a->strings["Display Settings"] = "Weergave-instellingen"; -$a->strings["Display Theme:"] = "Gebruik thema:"; -$a->strings["Mobile Theme:"] = "Mobiel thema:"; -$a->strings["Enable user zoom on mobile devices"] = "Inzoomen op smartphones en tablets toestaan"; -$a->strings["Update browser every xx seconds"] = "Ververs de webbrowser om de zoveel seconde"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Minimaal 10 seconde, geen maximum"; -$a->strings["Maximum number of conversations to load at any time:"] = "Maximaal aantal conversaties die per keer geladen worden:"; -$a->strings["Maximum of 100 items"] = "Maximaal 100 conversaties"; -$a->strings["Show emoticons (smilies) as images"] = "Toon emoticons (smilies) als afbeeldingen"; -$a->strings["Link post titles to source"] = "Berichtkoppen naar originele locatie linken"; -$a->strings["System Page Layout Editor - (advanced)"] = "Lay-out bewerken van systeempagina's (geavanceerd)"; -$a->strings["Use blog/list mode on channel page"] = "Gebruik blog/lijst-modus op kanaalpagina"; -$a->strings["(comments displayed separately)"] = "(reacties worden afzonderlijk weergeven)"; -$a->strings["Use blog/list mode on matrix page"] = "Gebruik blog/lijst-modus op matrixpagina"; -$a->strings["Channel page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)"; -$a->strings["click to expand content exceeding this height"] = "klik om inhoud uit te klappen die deze hoogte overschrijdt"; -$a->strings["Matrix page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op matrixpagina (in pixels)"; -$a->strings["Nobody except yourself"] = "Niemand, behalve jezelf"; -$a->strings["Only those you specifically allow"] = "Alleen connecties met uitdrukkelijke toestemming"; -$a->strings["Approved connections"] = "Geaccepteerde connecties"; -$a->strings["Any connections"] = "Alle connecties"; -$a->strings["Anybody on this website"] = "Iedereen op deze hub"; -$a->strings["Anybody in this network"] = "Iedereen in dit netwerk"; -$a->strings["Anybody authenticated"] = "Geauthenticeerd"; -$a->strings["Anybody on the internet"] = "Iedereen op het internet"; -$a->strings["Publish your default profile in the network directory"] = "Publiceer je standaardprofiel in de kanalengids"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen"; -$a->strings["or"] = "of"; -$a->strings["Your channel address is"] = "Jouw kanaaladres is"; -$a->strings["Channel Settings"] = "Kanaal-instellingen"; -$a->strings["Basic Settings"] = "Basis-instellingen"; -$a->strings["Your Timezone:"] = "Jouw tijdzone:"; -$a->strings["Default Post Location:"] = "Standaardlocatie bericht:"; -$a->strings["Geographical location to display on your posts"] = "Geografische locatie die bij het bericht moet worden vermeld"; -$a->strings["Use Browser Location:"] = "Locatie van webbrowser gebruiken:"; -$a->strings["Adult Content"] = "Inhoud voor volwassenen"; -$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassenen. (Gebruik de tag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)"; -$a->strings["Security and Privacy Settings"] = "Veiligheids- en privacy-instellingen"; -$a->strings["Your permissions are already configured. Click to view/adjust"] = "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen."; -$a->strings["Hide my online presence"] = "Verberg mijn aanwezigheid"; -$a->strings["Prevents displaying in your profile that you are online"] = "Voorkomt dat op je kanaalpagina te zien valt dat je momenteel op \$Projectname aanwezig bent"; -$a->strings["Simple Privacy Settings:"] = "Eenvoudige privacy-instellingen:"; -$a->strings["Very Public - extremely permissive (should be used with caution)"] = "Zeer openbaar (kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)"; -$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = "Normaal (standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)"; -$a->strings["Private - default private, never open or public"] = "Privé (standaard privé en nooit openbaar)"; -$a->strings["Blocked - default blocked to/from everybody"] = "Geblokkeerd (standaard geblokkeerd naar/van iedereen)"; -$a->strings["Allow others to tag your posts"] = "Anderen toestaan om je berichten te taggen"; -$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren"; -$a->strings["Advanced Privacy Settings"] = "Geavanceerde privacy-instellingen"; -$a->strings["Expire other channel content after this many days"] = "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:"; -$a->strings["0 or blank prevents expiration"] = "0 of leeg voorkomt het verlopen"; -$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal connectieverzoeken per dag:"; -$a->strings["May reduce spam activity"] = "Kan eventuele spam verminderen"; -$a->strings["Default Post Permissions"] = "Standaard permissies voor nieuwe berichten"; -$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; -$a->strings["Channel permissions category:"] = "Kanaaltype en -permissies:"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; -$a->strings["Useful to reduce spamming"] = "Kan eventuele spam verminderen"; -$a->strings["Notification Settings"] = "Notificatie-instellingen"; -$a->strings["By default post a status message when:"] = "Plaats automatisch een statusbericht wanneer:"; -$a->strings["accepting a friend request"] = "Een connectieverzoek wordt geaccepteerd"; -$a->strings["joining a forum/community"] = "Je lid wordt van een forum/groep"; -$a->strings["making an interesting profile change"] = "Er sprake is van een interessante profielwijziging"; -$a->strings["Send a notification email when:"] = "Verzend een notificatie per e-mail wanneer:"; -$a->strings["You receive a connection request"] = "Je een connectieverzoek ontvangt"; -$a->strings["Your connections are confirmed"] = "Jouw connecties zijn bevestigd"; -$a->strings["Someone writes on your profile wall"] = "Iemand iets op jouw kanaal heeft geschreven"; -$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft"; -$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; -$a->strings["You receive a friend suggestion"] = "Je een kanaalvoorstel ontvangt"; -$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; -$a->strings["You are poked/prodded/etc. in a post"] = "Je bent in een bericht aangestoten/gepord/etc."; -$a->strings["Show visual notifications including:"] = "Toon de volgende zichtbare notificaties:"; -$a->strings["Unseen matrix activity"] = "Niet bekeken matrix-activiteit"; -$a->strings["Unseen channel activity"] = "Niet bekeken kanaal-activiteit"; -$a->strings["Unseen private messages"] = "Niet bekeken privéberichten"; -$a->strings["Recommended"] = "Aanbevolen"; -$a->strings["Upcoming events"] = "Aankomende gebeurtenissen"; -$a->strings["Events today"] = "Gebeurtissen van vandaag"; -$a->strings["Upcoming birthdays"] = "Aankomende verjaardagen"; -$a->strings["Not available in all themes"] = "Niet in alle thema's beschikbaar"; -$a->strings["System (personal) notifications"] = "(Persoonlijke) systeemnotificaties"; -$a->strings["System info messages"] = "Systeemmededelingen"; -$a->strings["System critical alerts"] = "Kritische systeemwaarschuwingen"; -$a->strings["New connections"] = "Nieuwe connecties"; -$a->strings["System Registrations"] = "Nieuwe accountregistraties op deze hub"; -$a->strings["Also show new wall posts, private messages and connections under Notices"] = "Toon tevens nieuwe kanaalberichten, privéberichten en connecties onder Notificaties"; -$a->strings["Notify me of events this many days in advance"] = "Herinner mij zoveel dagen van te voren aan gebeurtenissen"; -$a->strings["Must be greater than 0"] = "Moet hoger dan 0 zijn"; -$a->strings["Advanced Account/Page Type Settings"] = "Instellingen geavanceerd account/paginatype"; -$a->strings["Change the behaviour of this account for special situations"] = "Verander het gedrag van dit account voor speciale situaties"; -$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = "Schakel de expertmodus in (in Instellingen > Extra functies) om aan te kunnen passen!"; -$a->strings["Miscellaneous Settings"] = "Diverse instellingen"; -$a->strings["Personal menu to display in your channel pages"] = "Persoonlijk menu om op je kanaalpagina's weer te geven"; -$a->strings["Remove Channel"] = "Kanaal verwijderen"; -$a->strings["Remove this channel."] = "Verwijder dit kanaal."; -$a->strings["Xchan Lookup"] = "Xchan opzoeken"; -$a->strings["Lookup xchan beginning with (or webbie): "] = "Zoek een xchan (of webbie) die begint met:"; -$a->strings["Not found."] = "Niet gevonden."; -$a->strings["Authorize application connection"] = "Geef toestemming voor applicatiekoppeling"; -$a->strings["Return to your app and insert this Securty Code:"] = "Ga terug naar je app en voeg deze beveiligingscode in:"; -$a->strings["Please login to continue."] = "Inloggen om verder te kunnen gaan."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?"; -$a->strings["Page Title"] = "Paginatitel"; -$a->strings["Channel added."] = "Kanaal toegevoegd."; -$a->strings["Tag removed"] = "Tag verwijderd"; -$a->strings["Remove Item Tag"] = "Verwijder item-tag"; -$a->strings["Select a tag to remove: "] = "Kies een tag om te verwijderen"; -$a->strings["Remove"] = "Verwijderen"; -$a->strings["Continue"] = "Ga verder"; -$a->strings["Premium Channel Setup"] = "Instellen premiumkanaal "; -$a->strings["Enable premium channel connection restrictions"] = "Restricties voor connecties van premiumkanaal toestaan"; -$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz."; -$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:"; -$a->strings["Potential connections will then see the following text before proceeding:"] = "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:"; -$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina."; -$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) "; -$a->strings["Restricted or Premium Channel"] = "Beperkt of premiumkanaal"; -$a->strings["Thing updated"] = "Ding bijgewerkt"; -$a->strings["Object store: failed"] = "Opslaan van ding mislukt"; -$a->strings["Thing added"] = "Ding toegevoegd"; -$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; -$a->strings["Show Thing"] = "Ding weergeven"; -$a->strings["item not found."] = "Item niet gevonden"; -$a->strings["Edit Thing"] = "Ding bewerken"; -$a->strings["Select a profile"] = "Kies een profiel"; -$a->strings["Post an activity"] = "Plaats een bericht"; -$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien."; -$a->strings["Name of thing e.g. something"] = "Naam van ding"; -$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)"; -$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)"; -$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen"; -$a->strings["Item not available."] = "Item is niet aanwezig."; -$a->strings["Fetching URL returns error: %1\$s"] = "Ophalen URL gaf een foutmelding terug: %1\$s"; -$a->strings["\$Projectname"] = "\$Projectname"; -$a->strings["Welcome to %s"] = "Welkom op %s"; -$a->strings["Image uploaded but image cropping failed."] = "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. "; -$a->strings["Image resize failed."] = "Afbeelding kon niet van grootte veranderd worden."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven."; -$a->strings["Image exceeds size limit of %d"] = "Afbeeldingsgrootte overschrijdt het limiet van %d"; -$a->strings["Unable to process image."] = "Niet in staat om afbeelding te verwerken."; -$a->strings["Photo not available."] = "Foto niet beschikbaar."; -$a->strings["Upload File:"] = "Bestand uploaden:"; -$a->strings["Select a profile:"] = "Kies een profiel:"; -$a->strings["Upload Profile Photo"] = "Profielfoto uploaden"; -$a->strings["skip this step"] = "sla deze stap over"; -$a->strings["select a photo from your photo albums"] = "Kies een foto uit jouw fotoalbums"; -$a->strings["Crop Image"] = "Afbeelding bijsnijden"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven."; -$a->strings["Done Editing"] = "Klaar met bewerken"; -$a->strings["Image uploaded successfully."] = "Uploaden afbeelding geslaagd"; -$a->strings["Image upload failed."] = "Uploaden afbeelding mislukt"; -$a->strings["Image size reduction [%s] failed."] = "Verkleinen [%s] van afbeelding mislukt."; -$a->strings["Invalid item."] = "Ongeldig item."; -$a->strings["Channel not found."] = "Kanaal niet gevonden."; -$a->strings["Page not found."] = "Pagina niet gevonden."; -$a->strings["Like/Dislike"] = "Leuk/niet leuk"; -$a->strings["This action is restricted to members."] = "Deze actie kan alleen door \$Projectname-leden worden uitgevoerd."; -$a->strings["Please login with your \$Projectname ID or register as a new \$Projectname member to continue."] = "Je dient in te loggen met je \$Projectname-account of een nieuw \$Projectname-account te registreren om verder te kunnen gaan."; -$a->strings["Invalid request."] = "Ongeldig verzoek"; -$a->strings["thing"] = "ding"; -$a->strings["Channel unavailable."] = "Kanaal niet beschikbaar."; -$a->strings["Previous action reversed."] = "Vorige actie omgedraaid"; -$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%1\$s is het eens met %2\$s's %3\$s"; -$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%1\$s is het niet eens met %2\$s's %3\$s"; -$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%1\$s onthoudt zich van een besluit over %2\$s's %3\$s"; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is aanwezig op %2\$s's %3\$s"; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is niet aanwezig op %2\$s's %3\$s"; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s is mogelijk aanwezig op %2\$s's %3\$s"; -$a->strings["Action completed."] = "Actie voltooid"; -$a->strings["Thank you."] = "Bedankt"; -$a->strings["Event can not end before it has started."] = "Gebeurtenis kan niet eindigen voordat het is begonnen"; -$a->strings["Unable to generate preview."] = "Niet in staat om voorvertoning te genereren"; -$a->strings["Event title and start time are required."] = "Titel en begintijd van gebeurtenis zijn vereist."; -$a->strings["Event not found."] = "Gebeurtenis niet gevonden"; -$a->strings["l, F j"] = "l j F"; -$a->strings["Edit event"] = "Gebeurtenis bewerken"; -$a->strings["Delete event"] = "Gebeurtenis verwijderen"; -$a->strings["Create New Event"] = "Nieuwe gebeurtenis aanmaken"; -$a->strings["Previous"] = "Vorige"; -$a->strings["Next"] = "Volgende"; -$a->strings["Export"] = "Exporteren"; -$a->strings["Event removed"] = "Gebeurtenis verwijderd"; -$a->strings["Failed to remove event"] = "Verwijderen gebeurtenis mislukt"; -$a->strings["Event details"] = "Details van gebeurtenis"; -$a->strings["Starting date and Title are required."] = "Begintijd en titel zijn vereist."; -$a->strings["Categories (comma-separated list)"] = "Categorieën (door komma's gescheiden lijst)"; -$a->strings["Event Starts:"] = "Begin gebeurtenis:"; -$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/-tijd is niet bekend of niet relevant"; -$a->strings["Event Finishes:"] = "Einde gebeurtenis:"; -$a->strings["Adjust for viewer timezone"] = "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"; -$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen."; -$a->strings["Description:"] = "Omschrijving:"; -$a->strings["Title:"] = "Titel:"; -$a->strings["Share this event"] = "Deel deze gebeurtenis"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s"; -$a->strings["Public Sites"] = "Openbare hubs"; -$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links may provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het \$Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. Mogelijk wordt hierover op de hub zelf meer informatie gegeven."; -$a->strings["Rate this hub"] = "Beoordeel deze hub"; -$a->strings["Site URL"] = "URL hub"; -$a->strings["Access Type"] = "Toegangstype"; -$a->strings["Registration Policy"] = "Registratiebeleid"; -$a->strings["Location"] = "Locatie"; -$a->strings["View hub ratings"] = "Bekijk hubbeoordelingen"; -$a->strings["Rate"] = "Beoordeel"; -$a->strings["View ratings"] = "Bekijk beoordelingen"; -$a->strings["Edit post"] = "Bericht bewerken"; -$a->strings["\$Projectname channel"] = "\$Projectname-kanaal"; -$a->strings["Collection created."] = "Collectie aangemaakt"; -$a->strings["Could not create collection."] = "Collectie kon niet aangemaakt worden"; -$a->strings["Collection updated."] = "Collectie bijgewerkt."; -$a->strings["Create a collection of channels."] = "Kanaalcollectie aanmaken"; -$a->strings["Collection Name: "] = "Naam collectie:"; -$a->strings["Members are visible to other channels"] = "Kanalen in deze collectie zijn zichtbaar voor andere kanalen"; -$a->strings["Collection removed."] = "Collectie verwijderd"; -$a->strings["Unable to remove collection."] = "Verwijderen collectie mislukt"; -$a->strings["Collection Editor"] = "Collectiebewerker"; -$a->strings["Members"] = "Kanalen"; -$a->strings["All Connected Channels"] = "Alle kanaalconnecties"; -$a->strings["Click on a channel to add or remove."] = "Klik op een kanaal om deze toe te voegen of te verwijderen."; -$a->strings["Version %s"] = "Versie %s"; -$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plug-ins/add-ons/apps:"; -$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plug-ins/add-ons/apps"; -$a->strings["This is a hub of \$Projectname - a global cooperative network of decentralized privacy enhanced websites."] = "Dit is een \$Projectname-hub - \$Projectname is een wereldwijd coöperatief netwerk van gedecentraliseerde websites (hubs) met verbeterde privacy."; -$a->strings["Tag: "] = "Tag: "; -$a->strings["Last background fetch: "] = "Meest recente achtergrond-fetch:"; -$a->strings["Running at web location"] = "Draaiend op weblocatie"; -$a->strings["Please visit redmatrix.me to learn more about \$Projectname."] = "Bezoek redmatrix.me om meer over \$Projectname te leren."; -$a->strings["Bug reports and issues: please visit"] = "Bugrapporten en andere kwesties: bezoek"; -$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - punt - com"; -$a->strings["Site Administrators"] = "Hubbeheerders: "; -$a->strings["Help:"] = "Hulp:"; -$a->strings["Not Found"] = "Niet gevonden"; -$a->strings["\$Projectname Server - Setup"] = "\$Projectname Server - Setup"; -$a->strings["Could not connect to database."] = "Could not connect to database."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Could not connect to specified hub URL. Possible SSL certificate or DNS issue."; -$a->strings["Could not create table."] = "Could not create table."; -$a->strings["Your site database has been installed."] = "Your hub database has been installed."; -$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "You may need to import the file \"install/schema_xxx.sql\" manually using a database client."; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Please see the file \"install/INSTALL.txt\"."; -$a->strings["System check"] = "System check"; -$a->strings["Check again"] = "Check again"; -$a->strings["Database connection"] = "Database connection"; -$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "In order to install \$Projectname we need to know how to connect to your database."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing."; -$a->strings["Database Server Name"] = "Database Server Name"; -$a->strings["Default is localhost"] = "Default is localhost"; -$a->strings["Database Port"] = "Database Port"; -$a->strings["Communication port number - use 0 for default"] = "Communication port number - use 0 for default"; -$a->strings["Database Login Name"] = "Database Login Name"; -$a->strings["Database Login Password"] = "Database Login Password"; -$a->strings["Database Name"] = "Database Name"; -$a->strings["Database Type"] = "Database Type"; -$a->strings["Site administrator email address"] = "Hub administrator email address"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel."; -$a->strings["Website URL"] = "Hub URL"; -$a->strings["Please use SSL (https) URL if available."] = "Please use SSL (https) URL if available."; -$a->strings["Please select a default timezone for your website"] = "Please select a default timezone for your hub"; -$a->strings["Site settings"] = "Hub settings"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."; -$a->strings["PHP executable path"] = "PHP executable path"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation."; -$a->strings["Command line PHP"] = "Command line PHP"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."; -$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generate encryption keys"; -$a->strings["libCurl PHP module"] = "libCurl PHP module"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; -$a->strings["mysqli or postgres PHP module"] = "mysqli or postgres PHP module"; -$a->strings["mb_string PHP module"] = "mb_string PHP module"; -$a->strings["mcrypt PHP module"] = "mcrypt PHP module"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache webserver mod-rewrite module is required but not installed."; -$a->strings["proc_open"] = "proc_open"; -$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: proc_open is required but is either not installed or has been disabled in php.ini"; -$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed."; -$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed."; -$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: mysqli or postgres PHP module required but neither are installed."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed."; -$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: mcrypt PHP module required but not installed."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."; -$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."; -$a->strings["%s is writable"] = "%s is writable"; -$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"; -$a->strings["store is writable"] = "store is writable"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL certificate cannot be validated. Fix certificate or disable https access to this hub."; -$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "This restriction is incorporated because public posts from you may for example contain references to images on your own hub."; -$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues."; -$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement."; -$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Providers are available that issue free certificates which are browser-valid."; -$a->strings["SSL certificate validation"] = "SSL certificate validation"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite in .htaccess is not working. Check your server configuration.Test: "; -$a->strings["Url rewrite is working"] = "Url rewrite is working"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; -$a->strings["Errors encountered creating database tables."] = "Errors encountered creating database tables."; -$a->strings["

What next

"] = "

Wat nu

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."; -$a->strings["No channel."] = "Geen kanaal."; -$a->strings["Common connections"] = "Veel voorkomende connecties"; -$a->strings["No connections in common."] = "Geen gemeenschappelijke connecties."; -$a->strings["This site is not a directory server"] = "Deze hub is geen kanalengidshub (directoryserver)"; -$a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de connectie-gegevens."; -$a->strings["Could not locate selected profile."] = "Kon het gekozen profiel niet vinden."; -$a->strings["Connection updated."] = "Connectie bijgewerkt."; -$a->strings["Failed to update connection record."] = "Bijwerken van connectie-gegevens mislukt."; -$a->strings["Blocked"] = "Geblokkeerd"; -$a->strings["Ignored"] = "Genegeerd"; -$a->strings["Hidden"] = "Verborgen"; -$a->strings["Archived"] = "Gearchiveerd"; -$a->strings["Suggest new connections"] = "Nieuwe kanalen voorstellen"; -$a->strings["New Connections"] = "Nieuwe connecties"; -$a->strings["Show pending (new) connections"] = "Nog te accepteren (nieuwe) connecties weergeven"; -$a->strings["All Connections"] = "Alle connecties"; -$a->strings["Show all connections"] = "Toon alle connecties"; -$a->strings["Unblocked"] = "Niet geblokkeerd"; -$a->strings["Only show unblocked connections"] = "Toon alleen niet geblokkeerde connecties"; -$a->strings["Only show blocked connections"] = "Toon alleen geblokkeerde connecties"; -$a->strings["Only show ignored connections"] = "Toon alleen genegeerde connecties"; -$a->strings["Only show archived connections"] = "Toon alleen gearchiveerde connecties"; -$a->strings["Only show hidden connections"] = "Toon alleen verborgen connecties"; -$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; -$a->strings["Edit connection"] = "Connectie bewerken"; -$a->strings["Search your connections"] = "Doorzoek jouw connecties"; -$a->strings["Finding: "] = "Zoeken naar: "; -$a->strings["Block Name"] = "Bloknaam"; -$a->strings["Block Title"] = "Bloktitel"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s heeft het %3\$s van %2\$s getagd met %4\$s"; -$a->strings["\$Projectname - Guests: Username: {your email address}, Password: +++"] = "\$Projectname - gasttoegang: Accountnaam: {jouw e-mailadres}, wachtwoord: +++"; -$a->strings["Page owner information could not be retrieved."] = "Informatie over de pagina-eigenaar werd niet ontvangen."; -$a->strings["Album not found."] = "Album niet gevonden."; -$a->strings["Delete Album"] = "Verwijder album"; -$a->strings["Delete Photo"] = "Verwijder foto"; -$a->strings["Public access denied."] = "Openbare toegang geweigerd."; -$a->strings["No photos selected"] = "Geen foto's geselecteerd"; -$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt."; -$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt."; -$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB aan foto-opslag gebruikt."; -$a->strings["Upload Photos"] = "Foto's uploaden"; -$a->strings["Enter a new album name"] = "Vul een nieuwe albumnaam in"; -$a->strings["or select an existing one (doubleclick)"] = "of kies een bestaand album (dubbelklikken)"; -$a->strings["Create a status post for this upload"] = "Plaats een bericht voor deze upload."; -$a->strings["Album name could not be decoded"] = "Albumnaam kon niet gedecodeerd worden"; -$a->strings["Contact Photos"] = "Connectiefoto's"; -$a->strings["Show Newest First"] = "Nieuwste eerst weergeven"; -$a->strings["Show Oldest First"] = "Oudste eerst weergeven"; -$a->strings["View Photo"] = "Foto weergeven"; -$a->strings["Edit Album"] = "Album bewerken"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item kan zijn beperkt."; -$a->strings["Photo not available"] = "Foto niet aanwezig"; -$a->strings["Use as profile photo"] = "Als profielfoto gebruiken"; -$a->strings["Private Photo"] = "Privéfoto"; -$a->strings["View Full Size"] = "Volledige grootte weergeven"; -$a->strings["Edit photo"] = "Foto bewerken"; -$a->strings["Rotate CW (right)"] = "Draai met de klok mee (naar rechts)"; -$a->strings["Rotate CCW (left)"] = "Draai tegen de klok in (naar links)"; -$a->strings["Caption"] = "Bijschrift"; -$a->strings["Add a Tag"] = "Tag toevoegen"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl"; -$a->strings["Flag as adult in album view"] = "Markeer als voor volwassenen in albumweergave"; -$a->strings["In This Photo:"] = "Op deze foto:"; -$a->strings["Map"] = "Kaart"; -$a->strings["View Album"] = "Album weergeven"; -$a->strings["Recent Photos"] = "Recente foto's"; -$a->strings["Profile Match"] = "Profielovereenkomst"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe."; -$a->strings["is interested in:"] = "is geïnteresseerd in:"; -$a->strings["No matches"] = "Geen overeenkomsten"; -$a->strings["Away"] = "Afwezig"; -$a->strings["Online"] = "Online"; -$a->strings["Select a bookmark folder"] = "Kies een bladwijzermap"; -$a->strings["Save Bookmark"] = "Bladwijzer opslaan"; -$a->strings["URL of bookmark"] = "URL van bladwijzer"; -$a->strings["Description"] = "Omschrijving"; -$a->strings["Or enter new bookmark folder name"] = "Of geef de naam op van een nieuwe bladwijzermap"; -$a->strings["No more system notifications."] = "Geen systeemnotificaties meer."; -$a->strings["System Notifications"] = "Systeemnotificaties"; -$a->strings["network"] = "netwerk"; -$a->strings["RSS"] = "RSS"; -$a->strings["Layout updated."] = "Lay-out bijgewerkt."; -$a->strings["Edit System Page Description"] = "Systeempagina's bewerken"; -$a->strings["Layout not found."] = "Lay-out niet gevonden."; -$a->strings["Module Name:"] = "Modulenaam:"; -$a->strings["Layout Help"] = "Lay-out-hulp"; -$a->strings["- select -"] = "- kies map -"; -$a->strings["Your service plan only allows %d channels."] = "Jouw abonnement staat maar %d kanalen toe."; -$a->strings["Nothing to import."] = "Niets gevonden om te importeren"; -$a->strings["Unable to download data from old server"] = "Niet in staat om gegevens van de oude hub te downloaden"; -$a->strings["Imported file is empty."] = "Geïmporteerde bestand is leeg"; -$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt."; -$a->strings["Unable to create a unique channel address. Import failed."] = "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt."; -$a->strings["Channel clone failed. Import failed."] = "Het klonen van het kanaal is mislukt. Importeren mislukt."; -$a->strings["Cloned channel not found. Import failed."] = "Gekloond kanaal niet gevonden. Importeren mislukt."; -$a->strings["Import completed."] = "Import voltooid."; -$a->strings["You must be logged in to use this feature."] = "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken."; -$a->strings["Import Channel"] = "Kanaal importeren"; -$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken. Alleen de identiteit en de connecties zullen geïmporteerd worden. Het importeren van inhoud is nog niet beschikbaar."; -$a->strings["File to Upload"] = "Bestand om te uploaden"; -$a->strings["Or provide the old server/hub details"] = "Of vul de gegevens van de oude hub in"; -$a->strings["Your old identity address (xyz@example.com)"] = "Jouw oude kanaaladres (xyz@example.com)"; -$a->strings["Your old login email address"] = "Het e-mailadres van je oude account"; -$a->strings["Your old login password"] = "Wachtwoord van jouw oude account"; -$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen."; -$a->strings["Make this hub my primary location"] = "Stel deze hub als mijn primaire locatie in"; -$a->strings["Import existing posts if possible"] = "Importeer bestaande berichten (wanneer mogelijk)"; -$a->strings["Item not found"] = "Item niet gevonden"; -$a->strings["Edit Layout"] = "Lay-out bewerken"; -$a->strings["Delete layout?"] = "Lay-out verwijderen?"; -$a->strings["Insert YouTube video"] = "YouTube-video invoegen"; -$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis-video [.ogg] invoegen"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis-audio [.ogg] invoegen"; -$a->strings["Layout Description (Optional)"] = "Lay-out-omschrijving (optioneel)"; -$a->strings["Layout Name"] = "Naam lay-out"; -$a->strings["You must be logged in to see this page."] = "Je moet zijn ingelogd om deze pagina te kunnen bekijken."; -$a->strings["Room not found"] = "Chatkanaal niet gevonden"; -$a->strings["Leave Room"] = "Chatkanaal verlaten"; -$a->strings["Delete This Room"] = "Chatkanaal verwijderen"; -$a->strings["I am away right now"] = "Ik ben momenteel afwezig"; -$a->strings["I am online"] = "Ik ben online"; -$a->strings["Bookmark this room"] = "Chatkanaal aan bladwijzers toevoegen"; -$a->strings["New Chatroom"] = "Nieuw chatkanaal"; -$a->strings["Chatroom Name"] = "Naam chatkanaal"; -$a->strings["%1\$s's Chatrooms"] = "Chatkanalen van %1\$s"; -$a->strings["Delete webpage?"] = "Webpagina verwijderen?"; -$a->strings["Page link title"] = "Titel van paginalink"; -$a->strings["Edit Webpage"] = "Webpagina bewerken"; -$a->strings["This directory server requires an access token"] = "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig"; -$a->strings["No valid account found."] = "Geen geldige account gevonden."; -$a->strings["Password reset request issued. Check your email."] = "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail."; -$a->strings["Site Member (%s)"] = "Lid van hub (%s)"; -$a->strings["Password reset requested at %s"] = "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt."; -$a->strings["Password Reset"] = "Wachtwoord vergeten?"; -$a->strings["Your password has been reset as requested."] = "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht."; -$a->strings["Your new password is"] = "Jouw nieuwe wachtwoord is"; -$a->strings["Save or copy your new password - and then"] = "Kopieer of sla je nieuwe wachtwoord op - en"; -$a->strings["click here to login"] = "klik dan hier om in te loggen"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Jouw wachtwoord kan worden veranderd onder instellingen, nadat je succesvol bent ingelogd."; -$a->strings["Your password has changed at %s"] = "Jouw wachtwoord op %s is veranderd"; -$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies."; -$a->strings["Email Address"] = "E-mailadres"; -$a->strings["Reset"] = "Opnieuw instellen"; -$a->strings["Website:"] = "Website:"; -$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Kanaal op afstand [%s] (nog niet op deze hub bekend)"; -$a->strings["Rating (this information is public)"] = "Beoordeling (deze informatie is openbaar)"; -$a->strings["Optionally explain your rating (this information is public)"] = "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)"; -$a->strings["Item is not editable"] = "Item is niet te bewerken"; -$a->strings["Delete item?"] = "Item verwijderen?"; -$a->strings["Total invitation limit exceeded."] = "Limiet voor aantal uitnodigingen overschreden."; -$a->strings["%s : Not a valid email address."] = "%s : Geen geldig e-mailadres."; -$a->strings["Please join us on Red"] = "Uitnodiging voor \$Projectname"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limiet voor aantal uitnodigingen overschreden. Neem contact op met je hub-beheerder."; -$a->strings["%s : Message delivery failed."] = "%s: Aflevering bericht mislukt."; -$a->strings["%d message sent."] = array( - 0 => "%d bericht verzonden.", - 1 => "%d berichten verzonden.", +$a->strings["Public Forums Only"] = "Alleen openbare forums"; +$a->strings["This Website Only"] = "Alleen deze hub"; +$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen"; +$a->strings["Empty name"] = "Ontbrekende naam"; +$a->strings["Name too long"] = "Naam te lang"; +$a->strings["No account identifier"] = "Geen account-identificator"; +$a->strings["Nickname is required."] = "Bijnaam is verplicht"; +$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik."; +$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden"; +$a->strings["Default Profile"] = "Standaardprofiel"; +$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar."; +$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar"; +$a->strings["Change profile photo"] = "Profielfoto veranderen"; +$a->strings["Profiles"] = "Profielen"; +$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken"; +$a->strings["Create New Profile"] = "Nieuw profiel aanmaken"; +$a->strings["Edit Profile"] = "Profiel bewerken"; +$a->strings["Profile Image"] = "Profielfoto"; +$a->strings["visible to everybody"] = "Voor iedereen zichtbaar"; +$a->strings["Edit visibility"] = "Zichtbaarheid bewerken"; +$a->strings["Gender:"] = "Geslacht:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepagina:"; +$a->strings["Online Now"] = "Nu online"; +$a->strings["g A l F d"] = "G:i, l d F"; +$a->strings["F d"] = "d F"; +$a->strings["[today]"] = "[vandaag]"; +$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen"; +$a->strings["Birthdays this week:"] = "Verjaardagen deze week:"; +$a->strings["[No description]"] = "[Geen omschrijving]"; +$a->strings["Event Reminders"] = "Herinneringen"; +$a->strings["Events this week:"] = "Gebeurtenissen deze week:"; +$a->strings["Full Name:"] = "Volledige naam:"; +$a->strings["Like this channel"] = "Vind dit kanaal leuk"; +$a->strings["j F, Y"] = "F j Y"; +$a->strings["j F"] = "F j"; +$a->strings["Birthday:"] = "Geboortedatum:"; +$a->strings["Age:"] = "Leeftijd:"; +$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Seksuele voorkeur:"; +$a->strings["Hometown:"] = "Oorspronkelijk uit:"; +$a->strings["Tags:"] = "Tags:"; +$a->strings["Political Views:"] = "Politieke overtuigingen:"; +$a->strings["Religion:"] = "Religie:"; +$a->strings["About:"] = "Over:"; +$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:"; +$a->strings["Likes:"] = "Houdt van:"; +$a->strings["Dislikes:"] = "Houdt niet van:"; +$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:"; +$a->strings["My other channels:"] = "Mijn andere kanalen"; +$a->strings["Musical interests:"] = "Muzikale interesses:"; +$a->strings["Books, literature:"] = "Boeken, literatuur:"; +$a->strings["Television:"] = "Televisie:"; +$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:"; +$a->strings["Love/Romance:"] = "Liefde/romantiek:"; +$a->strings["Work/employment:"] = "Werk/beroep:"; +$a->strings["School/education:"] = "School/opleiding:"; +$a->strings["Like this thing"] = "Vind dit ding leuk"; +$a->strings["No recipient provided."] = "Geen ontvanger opgegeven."; +$a->strings["[no subject]"] = "[geen onderwerp]"; +$a->strings["Unable to determine sender."] = "Afzender kan niet bepaald worden."; +$a->strings["Stored post could not be verified."] = "Opgeslagen bericht kon niet worden geverifieerd."; +$a->strings["Save to Folder"] = "In map opslaan"; +$a->strings["I will attend"] = "Aanwezig"; +$a->strings["I will not attend"] = "Niet aanwezig"; +$a->strings["I might attend"] = "Mogelijk aanwezig"; +$a->strings["I agree"] = "Eens"; +$a->strings["I disagree"] = "Oneens"; +$a->strings["I abstain"] = "Onthouding"; +$a->strings["Add Star"] = "Ster toevoegen"; +$a->strings["Remove Star"] = "Ster verwijderen"; +$a->strings["Toggle Star Status"] = "Ster toevoegen of verwijderen"; +$a->strings["starred"] = "met ster"; +$a->strings["Add Tag"] = "Tag toevoegen"; +$a->strings["I like this (toggle)"] = "Vind ik leuk"; +$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk"; +$a->strings["Share This"] = "Delen"; +$a->strings["share"] = "delen"; +$a->strings["%d comment"] = array( + 0 => "%d reactie", + 1 => "%d reacties weergeven", ); -$a->strings["You have no more invitations available"] = "Je hebt geen uitnodigingen meer beschikbaar"; -$a->strings["Send invitations"] = "Uitnodigingen verzenden"; -$a->strings["Enter email addresses, one per line:"] = "Voer e-mailadressen in, één per regel:"; -$a->strings["Your message:"] = "Jouw bericht:"; -$a->strings["Please join my community on \$Projectname."] = "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op \$Projectname te vergezellen. Lees meer over \$Projectname op https://redmatrix.me."; -$a->strings["You will need to supply this invitation code: "] = "Je moet deze uitnodigingscode opgeven:"; -$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Registreer je op een willekeurige \$Projectname-hub (ze zijn allemaal onderling met elkaar verbonden):"; -$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn \$Projectname-kanaaladres in het zoekveld invullen:"; -$a->strings["or visit "] = "of bezoek "; -$a->strings["3. Click [Connect]"] = "3. Klik op [+ Verbinden]"; -$a->strings["Location not found."] = "Locatie niet gevonden."; -$a->strings["Primary location cannot be removed."] = "Primaire locatie kan niet worden verwijderd."; -$a->strings["No locations found."] = "Geen locaties gevonden."; -$a->strings["Manage Channel Locations"] = "Kanaallocaties beheren"; -$a->strings["Location (address)"] = "Locatie (adres)"; -$a->strings["Primary Location"] = "Primaire locatie"; -$a->strings["Drop location"] = "Locatie verwijderen"; -$a->strings["Failed to create source. No channel selected."] = "Aanmaken bron mislukt. Geen kanaal geselecteerd."; -$a->strings["Source created."] = "Bron aangemaakt."; -$a->strings["Source updated."] = "Bron aangemaakt."; -$a->strings["*"] = "*"; -$a->strings["Manage remote sources of content for your channel."] = "Beheer externe bronnen met inhoud voor jouw kanaal"; -$a->strings["New Source"] = "Nieuwe bron"; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen."; -$a->strings["Only import content with these words (one per line)"] = "Importeer alleen inhoud met deze woorden (één per regel)"; -$a->strings["Leave blank to import all public content"] = "Laat leeg om alle openbare inhoud te importeren"; -$a->strings["Channel Name"] = "Kanaalnaam"; -$a->strings["Source not found."] = "Bron niet gevonden"; -$a->strings["Edit Source"] = "Bron bewerken"; -$a->strings["Delete Source"] = "Bron verwijderen"; -$a->strings["Source removed"] = "Bron verwijderd"; -$a->strings["Unable to remove source."] = "Verwijderen bron mislukt."; -$a->strings["Unable to update menu."] = "Niet in staat om menu aan te passen"; -$a->strings["Unable to create menu."] = "Niet in staat om menu aan te maken."; -$a->strings["Menu Name"] = "Menunaam"; -$a->strings["Unique name (not visible on webpage) - required"] = "Unieke naam vereist (niet zichtbaar op webpagina)"; -$a->strings["Menu Title"] = "Menutitel"; -$a->strings["Visible on webpage - leave empty for no title"] = "Zichtbaar op webpagina (leeg laten voor geen titel)"; -$a->strings["Allow Bookmarks"] = "Bladwijzers toestaan"; -$a->strings["Menu may be used to store saved bookmarks"] = "Menu kan gebruikt worden om bladwijzers in op te slaan"; -$a->strings["Submit and proceed"] = "Opslaan en doorgaan"; -$a->strings["Drop"] = "Verwijderen"; -$a->strings["Bookmarks allowed"] = "Bladwijzers toegestaan"; -$a->strings["Delete this menu"] = "Menu verwijderen"; -$a->strings["Edit menu contents"] = "Bewerk de inhoud van het menu"; -$a->strings["Edit this menu"] = "Dit menu bewerken"; -$a->strings["Menu could not be deleted."] = "Menu kon niet verwijderd worden."; -$a->strings["Menu not found."] = "Menu niet gevonden."; -$a->strings["Edit Menu"] = "Menu bewerken"; -$a->strings["Add or remove entries to this menu"] = "Items aan dit menu toevoegen of verwijder"; -$a->strings["Menu name"] = "Naam van menu"; -$a->strings["Must be unique, only seen by you"] = "Moet uniek zijn en is alleen zichtbaar voor jou."; -$a->strings["Menu title"] = "Titel van menu"; -$a->strings["Menu title as seen by others"] = "Titel van menu zoals anderen dat zien."; -$a->strings["Allow bookmarks"] = "Bladwijzers toestaan"; -$a->strings["Modify"] = "Wijzigen"; -$a->strings["Permission Denied."] = "Toegang geweigerd"; -$a->strings["File not found."] = "Bestand niet gevonden."; -$a->strings["Edit file permissions"] = "Bestandsrechten bewerken"; -$a->strings["Set/edit permissions"] = "Rechten instellen/bewerken"; -$a->strings["Include all files and sub folders"] = "Toepassen op alle bestanden en submappen"; -$a->strings["Return to file list"] = "Terugkeren naar bestandlijst "; -$a->strings["Copy/paste this code to attach file to a post"] = "Kopieer/plak deze code om het bestand aan een bericht te koppelen"; -$a->strings["Copy/paste this URL to link file from a web page"] = "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen"; -$a->strings["Share this file"] = "Dit bestand delen"; -$a->strings["Show URL to this file"] = "Toon URL van dit bestand"; -$a->strings["Notify your contacts about this file"] = "Jouw connecties over dit bestand berichten"; -$a->strings["Contact not found."] = "Contact niet gevonden"; -$a->strings["Friend suggestion sent."] = "Kanaalvoorstel verzonden."; -$a->strings["Suggest Friends"] = "Kanalen voorstellen"; -$a->strings["Suggest a friend for %s"] = "Stel een kanaal voor aan %s"; -$a->strings["Hub not found."] = "Hub niet gevonden."; -$a->strings["Poke/Prod"] = "Aanstoten/porren"; -$a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen"; -$a->strings["Recipient"] = "Ontvanger"; -$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen"; -$a->strings["Make this post private"] = "Maak dit bericht privé"; -$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator"; -$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel "; -$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen"; -$a->strings["Visible To"] = "Zichtbaar voor"; -$a->strings["webpage"] = "Webpagina"; -$a->strings["block"] = "blok"; -$a->strings["layout"] = "lay-out"; -$a->strings["%s element installed"] = "%s onderdeel geïnstalleerd"; -$a->strings["Profile not found."] = "Profiel niet gevonden."; -$a->strings["Profile deleted."] = "Profiel verwijderd."; -$a->strings["Profile-"] = "Profiel-"; -$a->strings["New profile created."] = "Nieuw profiel aangemaakt."; -$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen"; -$a->strings["Profile unavailable to export."] = "Geen profiel beschikbaar om te exporteren"; -$a->strings["Profile Name is required."] = "Profielnaam is vereist"; -$a->strings["Marital Status"] = "Huwelijke status"; -$a->strings["Romantic Partner"] = "Romantische partner"; -$a->strings["Likes"] = "Houdt van"; -$a->strings["Dislikes"] = "Houdt niet van"; -$a->strings["Work/Employment"] = "Werk/arbeid"; -$a->strings["Religion"] = "Religie"; -$a->strings["Political Views"] = "Politieke overtuigingen"; +$a->strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s"; +$a->strings["to"] = "aan"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "Kanaal-naar-kanaal"; +$a->strings["via Wall-To-Wall:"] = "via kanaal-naar-kanaal"; +$a->strings["Delivery Report"] = "Afleveringsrapport"; +$a->strings["Save Bookmarks"] = "Bladwijzers opslaan"; +$a->strings["Add to Calendar"] = "Aan agenda toevoegen"; +$a->strings["Mark all seen"] = "Markeer alles als bekeken"; +$a->strings["__ctx:noun__ Likes"] = "vinden dit leuk"; +$a->strings["__ctx:noun__ Dislikes"] = "vinden dit niet leuk"; +$a->strings["This is you"] = "Dit ben jij"; +$a->strings["Image"] = "Afbeelding"; +$a->strings["Insert Link"] = "Link invoegen"; +$a->strings["Video"] = "Video"; +$a->strings["Permission denied"] = "Toegang geweigerd"; +$a->strings["(Unknown)"] = "(Onbekend)"; +$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar."; +$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar."; +$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar."; +$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar."; +$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar."; +$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar."; +$a->strings["Visible to approved connections."] = "Voor alle goedgekeurde connecties zichtbaar."; +$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar."; +$a->strings["Item not found."] = "Item niet gevonden."; +$a->strings["Collection not found."] = "Collectie niet gevonden."; +$a->strings["Collection is empty."] = "Collectie is leeg"; +$a->strings["Collection: %s"] = "Collectie: %s"; +$a->strings["Connection: %s"] = "Connectie: %s"; +$a->strings["Connection not found."] = "Connectie niet gevonden."; +$a->strings["Apps"] = "Apps"; +$a->strings["System"] = "Systeem"; +$a->strings["Create Personal App"] = "Persoonlijke app maken"; +$a->strings["Edit Personal App"] = "Persoonlijke app bewerken"; +$a->strings["Ignore/Hide"] = "Negeren/Verbergen"; +$a->strings["Suggestions"] = "Voorgestelde kanalen"; +$a->strings["See more..."] = "Meer..."; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Je hebt %1$.0f van de %2$.0f toegestane connecties."; +$a->strings["Add New Connection"] = "Nieuwe connectie toevoegen"; +$a->strings["Enter the channel address"] = "Vul het adres van het nieuwe kanaal in"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: bob@example.com, http://example.com/barbara"; +$a->strings["Notes"] = "Aantekeningen"; +$a->strings["Remove term"] = "Verwijder zoekterm"; +$a->strings["Archives"] = "Archieven"; +$a->strings["Me"] = "Ik"; +$a->strings["Family"] = "Familie"; +$a->strings["Acquaintances"] = "Kennissen"; +$a->strings["All"] = "Alles"; +$a->strings["Refresh"] = "Vernieuwen"; +$a->strings["Account settings"] = "Account"; +$a->strings["Channel settings"] = "Kanaal"; +$a->strings["Additional features"] = "Extra functies"; +$a->strings["Feature/Addon settings"] = "Extra functie- en plugin-instellingen"; +$a->strings["Display settings"] = "Weergave"; +$a->strings["Connected apps"] = "Verbonden applicaties"; +$a->strings["Export channel"] = "Kanaal exporteren"; +$a->strings["Connection Default Permissions"] = "Standaard permissies voor connecties"; +$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal"; +$a->strings["Private Mail Menu"] = "Privéberichten"; +$a->strings["Check Mail"] = "Controleer op nieuwe berichten"; +$a->strings["Combined View"] = "Gecombineerd postvak"; +$a->strings["Inbox"] = "Postvak IN"; +$a->strings["Outbox"] = "Postvak UIT"; +$a->strings["New Message"] = "Nieuw bericht"; +$a->strings["Conversations"] = "Conversaties"; +$a->strings["Received Messages"] = "Ontvangen berichten"; +$a->strings["Sent Messages"] = "Verzonden berichten"; +$a->strings["No messages."] = "Geen berichten"; +$a->strings["Delete conversation"] = "Verwijder conversatie"; +$a->strings["D, d M Y - g:i A"] = "D, j M Y - G:i"; +$a->strings["Chat Rooms"] = "Chatkanalen"; +$a->strings["Bookmarked Chatrooms"] = "Bladwijzers van chatkanalen"; +$a->strings["Suggested Chatrooms"] = "Voorgestelde chatkanalen"; +$a->strings["photo/image"] = "foto/afbeelding"; +$a->strings["Rate Me"] = "Beoordeel mij"; +$a->strings["View Ratings"] = "Bekijk beoordelingen"; +$a->strings["Public Hubs"] = "Openbare hubs"; +$a->strings["Forums"] = "Forums"; +$a->strings["Tasks"] = "Taken"; +$a->strings["Documentation"] = "Documentatie"; +$a->strings["Project/Site Information"] = "Project- en hub-informatie"; +$a->strings["For Members"] = "Voor leden"; +$a->strings["For Administrators"] = "Voor beheerders"; +$a->strings["For Developers"] = "Voor ontwikkelaars"; +$a->strings["Site"] = "Hub-instellingen"; +$a->strings["Accounts"] = "Accounts"; +$a->strings["Channels"] = "Kanalen"; +$a->strings["Plugins"] = "Plug-ins"; +$a->strings["Themes"] = "Thema's"; +$a->strings["Inspect queue"] = "Inspecteer berichtenwachtrij"; +$a->strings["Profile Config"] = "Profielconfiguratie"; +$a->strings["DB updates"] = "Database-updates"; +$a->strings["Logs"] = "Logboeken"; +$a->strings["Admin"] = "Beheer"; +$a->strings["Plugin Features"] = "Plug-in-opties"; +$a->strings["User registrations waiting for confirmation"] = "Accounts die op goedkeuring wachten"; +$a->strings["Invalid data packet"] = "Datapakket ongeldig"; +$a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. "; +$a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd"; +$a->strings["invalid target signature"] = "ongeldig doelkenmerk"; +$a->strings["Logout"] = "Uitloggen"; +$a->strings["End this session"] = "Beëindig deze sessie"; +$a->strings["Home"] = "Home"; +$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties"; +$a->strings["Your profile page"] = "Jouw profielpagina"; +$a->strings["Edit Profiles"] = "Bewerk profielen"; +$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen"; +$a->strings["Edit your profile"] = "Jouw profiel bewerken"; +$a->strings["Your photos"] = "Jouw foto's"; +$a->strings["Your files"] = "Jouw bestanden"; +$a->strings["Your chatrooms"] = "Jouw chatkanalen"; +$a->strings["Your bookmarks"] = "Jouw bladwijzers"; +$a->strings["Your webpages"] = "Jouw webpagina's"; +$a->strings["Sign in"] = "Inloggen"; +$a->strings["%s - click to logout"] = "%s - klik om uit te loggen"; +$a->strings["Remote authentication"] = "Authenticatie op afstand"; +$a->strings["Click to authenticate to your home hub"] = "Authenticeer jezelf via (bijvoorbeeld) jouw hub"; +$a->strings["Home Page"] = "Homepage"; +$a->strings["Register"] = "Registreren"; +$a->strings["Create an account"] = "Maak een account aan"; +$a->strings["Help and documentation"] = "Hulp en documentatie"; +$a->strings["Applications, utilities, links, games"] = "Apps"; +$a->strings["Search site @name, #tag, ?docs, content"] = "Zoek een @kanaal, doorzoek inhoud hub met tekst en #tags, of doorzoek ?documentatie "; +$a->strings["Channel Directory"] = "Kanalengids"; +$a->strings["Grid"] = "Grid"; +$a->strings["Your grid"] = "Jouw grid"; +$a->strings["Mark all grid notifications seen"] = "Markeer alle gridnotificaties als bekeken"; +$a->strings["Channel home"] = "Tijdlijn kanaal"; +$a->strings["Mark all channel notifications seen"] = "Alle kanaalnotificaties als gelezen markeren"; +$a->strings["Connections"] = "Connecties"; +$a->strings["Notices"] = "Notificaties"; +$a->strings["Notifications"] = "Notificaties"; +$a->strings["See all notifications"] = "Alle notificaties weergeven"; +$a->strings["Mark all system notifications seen"] = "Markeer alle systeemnotificaties als bekeken"; +$a->strings["Private mail"] = "Privéberichten"; +$a->strings["See all private messages"] = "Alle privéberichten weergeven"; +$a->strings["Mark all private messages seen"] = "Markeer alle privéberichten als bekeken"; +$a->strings["Event Calendar"] = "Agenda"; +$a->strings["See all events"] = "Alle gebeurtenissen weergeven"; +$a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken"; +$a->strings["Manage Your Channels"] = "Beheer je kanalen"; +$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen"; +$a->strings["Site Setup and Configuration"] = "Hub instellen en beheren"; +$a->strings["@name, #tag, ?doc, content"] = "@kanaal, #tag, inhoud, ?hulp"; +$a->strings["Please wait..."] = "Wachten aub..."; +$a->strings["Some blurb about what to do when you're new here"] = "Welkom op \$Projectname. Klik op de tab ontdekken of klik rechtsboven op de kanalengids, om kanalen te vinden. Rechtsboven vind je ook apps, waar je vrijwel alle functies van \$Projectname kunt vinden. Voor hulp met \$Projectname klik je op het vraagteken."; +$a->strings["Contact not found."] = "Contact niet gevonden"; +$a->strings["Friend suggestion sent."] = "Kanaalvoorstel verzonden."; +$a->strings["Suggest Friends"] = "Kanalen voorstellen"; +$a->strings["Suggest a friend for %s"] = "Stel een kanaal voor aan %s"; +$a->strings["Public access denied."] = "Openbare toegang geweigerd."; +$a->strings["%d rating"] = array( + 0 => "%d beoordeling", + 1 => "%d beoordelingen", +); +$a->strings["Gender: "] = "Geslacht:"; +$a->strings["Status: "] = "Status: "; +$a->strings["Homepage: "] = "Homepage: "; +$a->strings["Description:"] = "Omschrijving:"; +$a->strings["Public Forum:"] = "Openbaar forum:"; +$a->strings["Keywords: "] = "Trefwoorden: "; +$a->strings["Don't suggest"] = "Niet voorstellen"; +$a->strings["Common connections:"] = "Gemeenschappelijke connecties:"; +$a->strings["Global Directory"] = "Volledige kanalengids"; +$a->strings["Local Directory"] = "Lokale kanalengids"; +$a->strings["Finding:"] = "Gezocht naar:"; +$a->strings["next page"] = "volgende pagina"; +$a->strings["previous page"] = "vorige pagina"; +$a->strings["Sort options"] = "Sorteeropties"; +$a->strings["Alphabetic"] = "Alfabetisch"; +$a->strings["Reverse Alphabetic"] = "Omgekeerd alfabetisch"; +$a->strings["Newest to Oldest"] = "Nieuw naar oud"; +$a->strings["Oldest to Newest"] = "Oud naar nieuw"; +$a->strings["No entries (some entries may be hidden)."] = "Niets gevonden (sommige kanalen kunnen verborgen zijn)."; +$a->strings["Bookmark added"] = "Bladwijzer toegevoegd"; +$a->strings["My Bookmarks"] = "Mijn bladwijzers"; +$a->strings["My Connections Bookmarks"] = "Bladwijzers van mijn connecties"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID-protocolfout. Geen ID terugontvangen."; +$a->strings["Welcome %s. Remote authentication successful."] = "Welkom %s. Authenticatie op afstand geslaagd."; +$a->strings["Invalid item."] = "Ongeldig item."; +$a->strings["Channel not found."] = "Kanaal niet gevonden."; +$a->strings["Page not found."] = "Pagina niet gevonden."; +$a->strings["First Name"] = "Voornaam"; +$a->strings["Last Name"] = "Achternaam"; +$a->strings["Nickname"] = "Bijnaam"; +$a->strings["Full Name"] = "Volledige naam"; +$a->strings["Profile Photo 16px"] = "Profielfoto 16px"; +$a->strings["Profile Photo 32px"] = "Profielfoto 32px"; +$a->strings["Profile Photo 48px"] = "Profielfoto 48px"; +$a->strings["Profile Photo 64px"] = "Profielfoto 64px"; +$a->strings["Profile Photo 80px"] = "Profielfoto 80px"; +$a->strings["Profile Photo 128px"] = "Profielfoto 128px"; +$a->strings["Timezone"] = "Tijdzone"; +$a->strings["Homepage URL"] = "URL homepagina"; +$a->strings["Birth Year"] = "Geboortejaar"; +$a->strings["Birth Month"] = "Geboortemaand"; +$a->strings["Birth Day"] = "Geboortedag"; +$a->strings["Birthdate"] = "Geboortedatum"; $a->strings["Gender"] = "Geslacht"; -$a->strings["Sexual Preference"] = "Seksuele voorkeur"; -$a->strings["Homepage"] = "Homepage"; -$a->strings["Interests"] = "Interesses"; -$a->strings["Address"] = "Kanaaladres"; -$a->strings["Profile updated."] = "Profiel bijgewerkt"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."; -$a->strings["Edit Profile Details"] = "Profiel bewerken"; -$a->strings["View this profile"] = "Profiel weergeven"; -$a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; -$a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis"; -$a->strings["Clone this profile"] = "Dit profiel klonen"; -$a->strings["Delete this profile"] = "Dit profiel verwijderen"; -$a->strings["Import profile from file"] = "Profiel vanuit bestand importeren"; -$a->strings["Export profile to file"] = "Profiel naar bestand exporteren"; -$a->strings["Profile Name:"] = "Profielnaam:"; -$a->strings["Your Full Name:"] = "Jouw volledige naam:"; -$a->strings["Title/Description:"] = "Titel/omschrijving:"; -$a->strings["Your Gender:"] = "Jouw geslacht"; -$a->strings["Birthday :"] = "Verjaardag: "; -$a->strings["Street Address:"] = "Straat en huisnummer:"; -$a->strings["Locality/City:"] = "Woonplaats:"; -$a->strings["Postal/Zip Code:"] = "Postcode:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Region/State:"] = "Provincie/gewest/deelstaat:"; -$a->strings[" Marital Status:"] = " Huwelijkse staat:"; -$a->strings["Who: (if applicable)"] = "Wie (wanneer toepasselijk):"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl"; -$a->strings["Since [date]:"] = "Sinds [datum]:"; -$a->strings["Homepage URL:"] = "Adres homepage:"; -$a->strings["Religious Views:"] = "Religieuze overtuigingen"; -$a->strings["Keywords:"] = "Trefwoorden"; -$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software"; -$a->strings["Used in directory listings"] = "Wordt in de kanalengids gebruikt"; -$a->strings["Tell us about yourself..."] = "Vertel ons iets over jezelf..."; -$a->strings["Hobbies/Interests"] = "Hobby's/interesses"; -$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; -$a->strings["My other channels"] = "Mijn andere kanalen"; -$a->strings["Musical interests"] = "Muzikale interesses"; -$a->strings["Books, literature"] = "Boeken/literatuur"; -$a->strings["Television"] = "Televisie"; -$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/entertainment"; -$a->strings["Love/romance"] = "Liefde/romantiek"; -$a->strings["Work/employment"] = "Werk/arbeid"; -$a->strings["School/education"] = "School/onderwijs"; -$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel"; -$a->strings["Age: "] = "Leeftijd:"; -$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren"; -$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen"; -$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste dingen aan jouw profiel toe"; -$a->strings["No ratings"] = "Geen beoordelingen"; -$a->strings["Ratings"] = "Waarderingen"; -$a->strings["Rating: "] = "Waardering: "; -$a->strings["Website: "] = "Website: "; -$a->strings["Description: "] = "Omschrijving: "; -$a->strings["Source of Item"] = "Bron van item"; +$a->strings["Like/Dislike"] = "Leuk/niet leuk"; +$a->strings["This action is restricted to members."] = "Deze actie kan alleen door \$Projectname-leden worden uitgevoerd."; +$a->strings["Please login with your \$Projectname ID or register as a new \$Projectname member to continue."] = "Je dient in te loggen met je \$Projectname-account of een nieuw \$Projectname-account aan te maken om verder te kunnen gaan."; +$a->strings["Invalid request."] = "Ongeldig verzoek"; +$a->strings["thing"] = "ding"; +$a->strings["Channel unavailable."] = "Kanaal niet beschikbaar."; +$a->strings["Previous action reversed."] = "Vorige actie omgedraaid"; +$a->strings["%1\$s agrees with %2\$s's %3\$s"] = "%1\$s is het eens met %2\$s's %3\$s"; +$a->strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%1\$s is het niet eens met %2\$s's %3\$s"; +$a->strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%1\$s onthoudt zich van een besluit over %2\$s's %3\$s"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is aanwezig op %2\$s's %3\$s"; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is niet aanwezig op %2\$s's %3\$s"; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s is mogelijk aanwezig op %2\$s's %3\$s"; +$a->strings["Action completed."] = "Actie voltooid"; +$a->strings["Thank you."] = "Bedankt"; +$a->strings["Export Channel"] = "Kanaal exporteren"; +$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal."; +$a->strings["Export Content"] = "Inhoud exporteren"; +$a->strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exporteer informatie en recente inhoud van jouw kanaal naar een JSON-back-up, wat kan worden gebruikt om jouw kanaal te herstellen of te importeren op een andere hub. Dit slaat al jouw connecties, permissies, profielgegevens en enkele maanden aan inhoud van jouw kanaal op. Dit bestand kan ZEER groot worden. Wees geduldig - het kan enkele minuten duren voordat de download begint."; +$a->strings["Export your posts from a given year."] = "Exporteer jouw berichten uit een bepaald jaar."; +$a->strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "Je kan ook berichten en conversaties uit een bepaald jaar of van een bepaalde maand exporteren. Verander de datum in de adresbalk van jouw webbrowser om andere jaren en maanden te selecteren. Wanneer het exporteren mislukt (waarschijnlijk door een gebrek aan beschikbaar servergeheugen), probeer het dan nogmaals met een beperkter tijdvak."; +$a->strings["To select all posts for a given year, such as this year, visit %2\$s"] = "Bezoek %2\$s om alle berichten van bijvoorbeeld dit jaar te selecteren. "; +$a->strings["To select all posts for a given month, such as January of this year, visit %2\$s"] = "Bezoek %2\$s om alle berichten van bijvoorbeeld januari dit jaar te selecteren."; +$a->strings["These content files may be imported or restored by visiting %2\$s on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Deze back-up-bestanden kunnen geïmporteerd of hersteld worden door op jouw hub en met jouw kanaal %2\$s te bezoeken. Voor het beste resultaat kan je de bestanden in chronologische volgorde importeren of herstellen."; +$a->strings["Away"] = "Afwezig"; +$a->strings["Online"] = "Online"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s heeft het %3\$s van %2\$s getagd met %4\$s"; +$a->strings["No channel."] = "Geen kanaal."; +$a->strings["Common connections"] = "Veel voorkomende connecties"; +$a->strings["No connections in common."] = "Geen gemeenschappelijke connecties."; +$a->strings["sent you a private message"] = "stuurde jou een privébericht"; +$a->strings["added your channel"] = "voegde jouw kanaal toe"; +$a->strings["posted an event"] = "plaatste een gebeurtenis"; +$a->strings["Documentation Search"] = "Zoek documentatie"; +$a->strings["Help:"] = "Hulp:"; +$a->strings["Not Found"] = "Niet gevonden"; +$a->strings["\$Projectname Documentation"] = "\$Projectname-documentatie"; +$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd."; +$a->strings["Remove This Channel"] = "Verwijder dit kanaal"; +$a->strings["WARNING: "] = "WAARSCHUWING: "; +$a->strings["This channel will be completely removed from the network. "] = "Dit kanaal wordt volledig uit het \$Projectname-netwerk verwijderd."; +$a->strings["This action is permanent and can not be undone!"] = "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!"; +$a->strings["Please enter your password for verification:"] = "Vul je wachtwoord in ter verificatie:"; +$a->strings["Remove this channel and all its clones from the network"] = "Dit kanaal en alle klonen hiervan uit het \$Projectname-netwerk verwijderen"; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het \$Projectname-netwerk verwijderd"; +$a->strings["Remove Channel"] = "Kanaal verwijderen"; +$a->strings["- select -"] = "- kies map -"; +$a->strings["Menu not found."] = "Menu niet gevonden."; $a->strings["Unable to create element."] = "Niet in staat om onderdeel aan te maken."; $a->strings["Unable to update menu element."] = "Menu-onderdeel kan niet worden geüpdatet."; $a->strings["Unable to add menu element."] = "Menu-onderdeel kan niet worden toegevoegd."; +$a->strings["Not found."] = "Niet gevonden."; $a->strings["Menu Item Permissions"] = "Permissies menu-item"; +$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; $a->strings["Link Name"] = "Linknaam"; -$a->strings["Link Target"] = "Linkdoel"; -$a->strings["Use RedMatrix magic-auth if available"] = "Gebruik RedMatrix' magic-auth wanneer beschikbaar"; +$a->strings["Link or Submenu Target"] = "Linkdoel of submenu-doel"; +$a->strings["Enter URL of the link or select a menu name to create a submenu"] = "Geef de URL van de link of kies een menunaam om een submenu aan te maken"; +$a->strings["Use magic-auth if available"] = "Gebruik magic-auth wanneer beschikbaar"; $a->strings["Open link in new window"] = "Open link in nieuw venster"; $a->strings["Order in list"] = "Volgorde in lijst"; $a->strings["Higher numbers will sink to bottom of listing"] = "Hogere nummers komen onderaan de lijst terecht"; $a->strings["Submit and finish"] = "Opslaan en afsluiten"; $a->strings["Submit and continue"] = "Opslaan en doorgaan"; $a->strings["Menu:"] = "Menu:"; +$a->strings["Link Target"] = "Linkdoel"; $a->strings["Edit menu"] = "Menu bewerken"; $a->strings["Edit element"] = "Onderdeel bewerken"; $a->strings["Drop element"] = "Onderdeel verwijderen"; @@ -1626,44 +1110,154 @@ $a->strings["Menu item deleted."] = "Menu-item verwijderd."; $a->strings["Menu item could not be deleted."] = "Menu-item kon niet worden verwijderd."; $a->strings["Edit Menu Element"] = "Menu-element bewerken"; $a->strings["Link text"] = "Linktekst"; -$a->strings["URL of link"] = "URL of link"; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID-protocolfout. Geen ID terugontvangen."; -$a->strings["Welcome %s. Remote authentication successful."] = "Welkom %s. Authenticatie op afstand geslaagd."; -$a->strings["%d rating"] = array( - 0 => "%d beoordeling", - 1 => "%d beoordelingen", -); -$a->strings["Gender: "] = "Geslacht:"; -$a->strings["Status: "] = "Status: "; -$a->strings["Homepage: "] = "Homepage: "; -$a->strings["Hometown: "] = "Oorspronkelijk uit: "; -$a->strings["About: "] = "Over: "; -$a->strings["Public Forum:"] = "Openbaar forum:"; -$a->strings["Keywords: "] = "Trefwoorden: "; -$a->strings["Common connections: %s"] = "Gemeenschappelijke connecties: %s"; -$a->strings["Finding:"] = "Gezocht naar:"; -$a->strings["next page"] = "volgende pagina"; -$a->strings["previous page"] = "vorige pagina"; -$a->strings["No entries (some entries may be hidden)."] = "Niets gevonden (sommige kanalen kunnen verborgen zijn)."; -$a->strings["Export Channel"] = "Kanaal exporteren"; -$a->strings["Export your basic channel information to a small file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new hub, but\tdoes not contain your content."] = "Exporteer de basisinformatie van jouw kanaal naar een klein bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal."; -$a->strings["Export Content"] = "Inhoud exporteren"; -$a->strings["Export your channel information and all the content to a JSON backup. This backs up all of your connections, permissions, profile data and all of your content, but is generally not suitable for importing a channel to a new hub as this file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Exporteer informatie en alle inhoud van jouw kanaal naar een JSON-back-up. Dit slaat al jouw connecties, permissies, profielgegevens en de volledige inhoud van jouw kanaal op, maar is in het algemeen niet geschikt om op een nieuwe hub te importeren, omdat dit bestand ZEER groot kan worden. Wees geduldig - het kan enkele minuten duren voordat de download begint."; -$a->strings["No connections."] = "Geen connecties."; -$a->strings["Visit %s's profile [%s]"] = "Bezoek het profiel van %s [%s]"; -$a->strings["invalid target signature"] = "ongeldig doelkenmerk"; +$a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de connectie-gegevens."; +$a->strings["Could not locate selected profile."] = "Kon het gekozen profiel niet vinden."; +$a->strings["Connection updated."] = "Connectie bijgewerkt."; +$a->strings["Failed to update connection record."] = "Bijwerken van connectie-gegevens mislukt."; +$a->strings["is now connected to"] = "is nu verbonden met"; +$a->strings["Could not access address book record."] = "Kon geen toegang krijgen tot de record van de connectie."; +$a->strings["Refresh failed - channel is currently unavailable."] = "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar"; +$a->strings["Unable to set address book parameters."] = "Niet in staat om de parameters van connecties in te stellen."; +$a->strings["Connection has been removed."] = "Connectie is verwijderd"; +$a->strings["View %s's profile"] = "Profiel van %s weergeven"; +$a->strings["Refresh Permissions"] = "Permissies vernieuwen"; +$a->strings["Fetch updated permissions"] = "Aangepaste permissies ophalen"; +$a->strings["Recent Activity"] = "Recente activiteit"; +$a->strings["View recent posts and comments"] = "Recente berichten en reacties weergeven"; +$a->strings["Unblock"] = "Deblokkeren"; +$a->strings["Block"] = "Blokkeren"; +$a->strings["Block (or Unblock) all communications with this connection"] = "Blokkeer (of deblokkeer) alle communicatie met deze connectie"; +$a->strings["This connection is blocked!"] = "Deze connectie is geblokkeerd!"; +$a->strings["Unignore"] = "Niet meer negeren"; +$a->strings["Ignore"] = "Negeren"; +$a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Negeer (of negeer niet meer) alle inkomende communicatie van deze connectie"; +$a->strings["This connection is ignored!"] = "Deze connectie wordt genegeerd!"; +$a->strings["Unarchive"] = "Niet meer archiveren"; +$a->strings["Archive"] = "Archiveren"; +$a->strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archiveer (of dearchiveer) deze connectie - markeer het kanaal als dood, maar bewaar de inhoud"; +$a->strings["This connection is archived!"] = "Deze connectie is gearchiveerd!"; +$a->strings["Unhide"] = "Niet meer verbergen"; +$a->strings["Hide"] = "Verbergen"; +$a->strings["Hide or Unhide this connection from your other connections"] = "Deze connectie verbergen (of niet meer verbergen) voor jouw andere connecties"; +$a->strings["This connection is hidden!"] = "Deze connectie is verborgen!"; +$a->strings["Delete this connection"] = "Deze connectie verwijderen"; +$a->strings["Approve this connection"] = "Deze connectie accepteren"; +$a->strings["Accept connection to allow communication"] = "Keur deze connectie goed om communicatie toe te staan"; +$a->strings["Set Affinity"] = "Verwantschapsfilter instellen"; +$a->strings["Set Profile"] = "Profiel instellen"; +$a->strings["Set Affinity & Profile"] = "Verwantschapsfilter en profiel instellen"; +$a->strings["Apply these permissions automatically"] = "Deze permissies automatisch toepassen"; +$a->strings["This connection's address is"] = "Het adres van deze connectie is"; +$a->strings["The permissions indicated on this page will be applied to all new connections."] = "Permissies die op deze pagina staan vermeld worden op alle nieuwe connecties toegepast."; +$a->strings["Slide to adjust your degree of friendship"] = "Schuif om te bepalen hoe goed je iemand kent en/of mag"; +$a->strings["Slide to adjust your rating"] = "Gebruik de schuif om je beoordeling te geven"; +$a->strings["Optionally explain your rating"] = "Verklaar jouw beoordeling (niet verplicht)"; +$a->strings["Custom Filter"] = "Berichtenfilter"; +$a->strings["Only import posts with this text"] = "Importeer alleen berichten met deze tekst"; +$a->strings["words one per line or #tags or /patterns/, leave blank to import all posts"] = "woorden, #tags, /regex/ of talen (lang=iso639-1) (één per regel) - laat leeg om alle berichten te importeren"; +$a->strings["Do not import posts with this text"] = "Importeer geen berichten met deze tekst"; +$a->strings["This information is public!"] = "Deze informatie is openbaar!"; +$a->strings["Connection Pending Approval"] = "Connectie moet nog goedgekeurd worden"; +$a->strings["Connection Request"] = "Connectieverzoek"; +$a->strings["(%s) would like to connect with you. Please approve this connection to allow communication."] = "(%s) wil met jou verbinden. Keur dit connectieverzoek goed om onderling te kunnen communiceren."; +$a->strings["Approve"] = "Goedkeuren"; +$a->strings["Approve Later"] = "Later goedkeuren"; +$a->strings["inherited"] = "geërfd"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken."; +$a->strings["Their Settings"] = "Hun instellingen"; +$a->strings["My Settings"] = "Mijn instellingen"; +$a->strings["Individual Permissions"] = "Individuele permissies"; +$a->strings["Some permissions may be inherited from your channel's privacy settings, which have higher priority than individual settings. You can not change those settings here."] = "Sommige permissies worden mogelijk overgeërfd van de privacy-instellingen van jouw kanaal, die een hogere prioriteit hebben dan deze individuele instellingen. Je kan je deze overgeërfde permissies hier niet veranderen."; +$a->strings["Some permissions may be inherited from your channel's privacy settings, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "Sommige permissies worden mogelijk overgeërfd van de privacy-instellingen van jouw kanaal, die een hogere prioriteit hebben dan deze individuele permissies. Je kan de permissies hier veranderen, maar die hebben geen effect, tenzij de overgeërfde permissies worden veranderd. "; +$a->strings["Last update:"] = "Laatste wijziging:"; +$a->strings["Set your current mood and tell your friends"] = "Noteer je huidige stemming en toon het aan je connecties"; +$a->strings["Hub not found."] = "Hub niet gevonden."; +$a->strings["This setting requires special processing and editing has been blocked."] = "Deze instelling vereist een speciaal proces en bewerken is geblokkeerd."; +$a->strings["Configuration Editor"] = "Configuratiebewerker"; +$a->strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "Waarschuwing: het veranderen van sommige instellingen kunnen jouw kanaal onklaar maken. Verlaat deze pagina, tenzij je weet waar je mee bezig bent en voldoende kennis bezit over hoe je deze functies moet gebruiken. "; +$a->strings["Public Sites"] = "Openbare hubs"; +$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links may provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het \$Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. Mogelijk wordt hierover op de hub zelf meer informatie gegeven."; +$a->strings["Rate this hub"] = "Beoordeel deze hub"; +$a->strings["Site URL"] = "URL hub"; +$a->strings["Access Type"] = "Toegangstype"; +$a->strings["Registration Policy"] = "Registratiebeleid"; +$a->strings["Location"] = "Locatie"; +$a->strings["View hub ratings"] = "Bekijk hubbeoordelingen"; +$a->strings["Rate"] = "Beoordeel"; +$a->strings["View ratings"] = "Bekijk beoordelingen"; +$a->strings["Permission Denied."] = "Toegang geweigerd"; +$a->strings["File not found."] = "Bestand niet gevonden."; +$a->strings["Edit file permissions"] = "Bestandsrechten bewerken"; +$a->strings["Set/edit permissions"] = "Rechten instellen/bewerken"; +$a->strings["Include all files and sub folders"] = "Toepassen op alle bestanden en submappen"; +$a->strings["Return to file list"] = "Terugkeren naar bestandlijst "; +$a->strings["Copy/paste this code to attach file to a post"] = "Kopieer/plak deze code om het bestand aan een bericht te koppelen"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Kopieer/plak deze URL om het bestand aan een externe webpagina te koppelen"; +$a->strings["Share this file"] = "Dit bestand delen"; +$a->strings["Show URL to this file"] = "Toon URL van dit bestand"; +$a->strings["Notify your contacts about this file"] = "Jouw connecties over dit bestand berichten"; +$a->strings["Layout Name"] = "Naam lay-out"; +$a->strings["Layout Description (Optional)"] = "Lay-out-omschrijving (optioneel)"; +$a->strings["Comanche page description language help"] = "Hulp met de paginabeschrijvingstaal Comanche"; +$a->strings["Layout Description"] = "Lay-out-omschrijving"; +$a->strings["Download PDL file"] = "Download PDL-bestand"; +$a->strings["Poke/Prod"] = "Aanstoten/porren"; +$a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen"; +$a->strings["Recipient"] = "Ontvanger"; +$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen"; +$a->strings["Make this post private"] = "Maak dit bericht privé"; +$a->strings["No such group"] = "Collectie niet gevonden"; +$a->strings["No such channel"] = "Niet zo'n kanaal"; +$a->strings["forum"] = "forum"; +$a->strings["Search Results For:"] = "Zoekresultaten voor:"; +$a->strings["Collection is empty"] = "Collectie is leeg"; +$a->strings["Collection: "] = "Collectie: "; +$a->strings["Invalid connection."] = "Ongeldige connectie."; +$a->strings["You must be logged in to see this page."] = "Je moet zijn ingelogd om deze pagina te kunnen bekijken."; +$a->strings["Room not found"] = "Chatkanaal niet gevonden"; +$a->strings["Leave Room"] = "Chatkanaal verlaten"; +$a->strings["Delete This Room"] = "Chatkanaal verwijderen"; +$a->strings["I am away right now"] = "Ik ben momenteel afwezig"; +$a->strings["I am online"] = "Ik ben online"; +$a->strings["Bookmark this room"] = "Chatkanaal aan bladwijzers toevoegen"; +$a->strings["New Chatroom"] = "Nieuw chatkanaal"; +$a->strings["Chatroom Name"] = "Naam chatkanaal"; +$a->strings["%1\$s's Chatrooms"] = "Chatkanalen van %1\$s"; +$a->strings["Items tagged with: %s"] = "Items getagd met %s"; +$a->strings["Search results for: %s"] = "Zoekresultaten voor %s"; +$a->strings["Conversation removed."] = "Conversatie verwijderd"; +$a->strings["Insufficient permissions. Request redirected to profile page."] = "Onvoldoende permissies. Doorgestuurd naar profielpagina."; +$a->strings["Item not found"] = "Item niet gevonden"; +$a->strings["Item is not editable"] = "Item is niet te bewerken"; +$a->strings["Delete item?"] = "Item verwijderen?"; +$a->strings["Insert YouTube video"] = "YouTube-video invoegen"; +$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis-video [.ogg] invoegen"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis-audio [.ogg] invoegen"; +$a->strings["Edit post"] = "Bericht bewerken"; +$a->strings["Invalid message"] = "Ongeldig bericht"; +$a->strings["no results"] = "geen resultaten"; +$a->strings["Delivery report for %1\$s"] = "Afleveringsrapport voor %1\$s"; +$a->strings["channel sync processed"] = "kanaalsync verwerkt"; +$a->strings["queued"] = "in wachtrij"; +$a->strings["posted"] = "verstuurd"; +$a->strings["accepted for delivery"] = "geaccepteerd om afgeleverd te worden"; +$a->strings["updated"] = "geüpdatet"; +$a->strings["update ignored"] = "update genegeerd"; +$a->strings["permission denied"] = "toegang geweigerd"; +$a->strings["Delete block?"] = "Blok verwijderen"; +$a->strings["Edit Block"] = "Blok bewerken"; +$a->strings["\$Projectname"] = "\$Projectname"; +$a->strings["Welcome to %s"] = "Welkom op %s"; +$a->strings["Unable to locate original post."] = "Niet in staat om de originele locatie van het bericht te vinden. "; +$a->strings["Empty post discarded."] = "Leeg bericht geannuleerd"; +$a->strings["Executable content type not permitted to this channel."] = "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."; +$a->strings["System error. Post not saved."] = "Systeemfout. Bericht niet opgeslagen."; +$a->strings["Unable to obtain post information from database."] = "Niet in staat om informatie over dit bericht uit de database te verkrijgen."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Je hebt jouw limiet van %1$.0f berichten bereikt."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Je hebt jouw limiet van %1$.0f webpagina's bereikt."; +$a->strings["Unable to find your hub."] = "Niet in staat om je hub te vinden"; +$a->strings["Post successful."] = "Verzenden bericht geslaagd."; $a->strings["Theme settings updated."] = "Thema-instellingen bijgewerkt."; -$a->strings["Site"] = "Hub-instellingen"; -$a->strings["Accounts"] = "Accounts"; -$a->strings["Channels"] = "Kanalen"; -$a->strings["Plugins"] = "Plug-ins"; -$a->strings["Themes"] = "Thema's"; -$a->strings["Inspect queue"] = "Inspecteer berichtenwachtrij"; -$a->strings["Profile Config"] = "Profielconfiguratie"; -$a->strings["DB updates"] = "Database-updates"; -$a->strings["Logs"] = "Logboeken"; -$a->strings["Plugin Features"] = "Plug-in-opties"; -$a->strings["User registrations waiting for confirmation"] = "Accounts die op goedkeuring wachten"; $a->strings["# Accounts"] = "# accounts"; $a->strings["# blocked accounts"] = "# geblokkeerde accounts"; $a->strings["# expired accounts"] = "# verlopen accounts"; @@ -1680,6 +1274,7 @@ $a->strings["Registered channels"] = "Geregistreerde kanalen"; $a->strings["Active plugins"] = "Ingeschakelde plug-ins"; $a->strings["Version"] = "Versie"; $a->strings["Site settings updated."] = "Hub-instellingen bijgewerkt."; +$a->strings["mobile"] = "mobiel"; $a->strings["experimental"] = "experimenteel"; $a->strings["unsupported"] = "Niet ondersteund"; $a->strings["Yes - with approval"] = "Ja - met goedkeuring"; @@ -1699,8 +1294,6 @@ $a->strings["System theme"] = "Standaardthema"; $a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Standaardthema voor \$Projectname-hub (kan door lid veranderd worden) - verander thema-instellingen"; $a->strings["Mobile system theme"] = "Standaardthema voor mobiel"; $a->strings["Theme for mobile devices"] = "Thema voor mobiele apparaten"; -$a->strings["Enable Diaspora Protocol"] = "Diaspora-protocol inschakelen"; -$a->strings["Communicate with Diaspora and Friendica - experimental"] = "Communiceer met Diaspora en Friendica (experimenteel)"; $a->strings["Allow Feeds as Connections"] = "Sta feeds toe als connecties"; $a->strings["(Heavy system resource usage)"] = "(sterk negatieve invloed op systeembronnen hub)"; $a->strings["Maximum image size"] = "Maximale grootte van afbeeldingen"; @@ -1709,6 +1302,10 @@ $a->strings["Does this site allow new member registration?"] = "Staat deze hub n $a->strings["Which best describes the types of account offered by this hub?"] = "Wat voor soort accounts biedt deze \$Projectname-hub aan? Kies wat het meest in de buurt komt."; $a->strings["Register text"] = "Tekst tijdens registratie"; $a->strings["Will be displayed prominently on the registration page."] = "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond."; +$a->strings["Site homepage to show visitors (default: login box)"] = "Homepagina van deze hub die aan bezoekers wordt getoond (standaard: inlogformulier)"; +$a->strings["example: 'public' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "voorbeeld: 'public' om de openbare stream te tonen, 'page/sys/home' om de webpagina 'home' van het systeemkanaal te tonen of 'include:home.html' om een gewoon bestand te gebruiken."; +$a->strings["Preserve site homepage URL"] = "Behoudt de URL van de hub (/)"; +$a->strings["Present the site homepage in a frame at the original location instead of redirecting"] = "Toon de homepagina van de hub in een frame op de oorspronkelijke locatie (/), i.p.v. een doorverwijzing naar een andere locatie (bv. .../home.html)"; $a->strings["Accounts abandoned after x days"] = "Accounts als verlaten beschouwen na zoveel aantal dagen:"; $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet."; $a->strings["Allowed friend domains"] = "Toegestane domeinen"; @@ -1725,361 +1322,808 @@ $a->strings["Force publish"] = "Dwing kanaalvermelding af"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld."; $a->strings["Disable discovery tab"] = "Ontdekkingstab"; $a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Verwijder de tab in de matrix-weergave waarin zich een selectie aan openbare berichten bevindt, die automatisch voor deze hub zijn uitgekozen."; -$a->strings["No login on Homepage"] = "Geen inlogformulier op de homepage"; -$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Vink dit aan om het inlogformulier op de homepage van deze hub, die niet-ingelogde bezoekers te zien krijgen, te verbergen. (bijvoorbeeld wanneer je een kanaal op deze \$Projectname-hub als homepage gebruikt)"; +$a->strings["login on Homepage"] = "Inlogformulier op de homepagina"; +$a->strings["Present a login box to visitors on the home page if no other content has been configured."] = "Toon een inlogformulier voor bezoekers op de homepagina wanneer geen andere inhoud is geconfigureerd. "; $a->strings["Proxy user"] = "Gebruikersnaam proxy"; -$a->strings["Proxy URL"] = "URL proxy"; -$a->strings["Network timeout"] = "Netwerktimeout"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)"; -$a->strings["Delivery interval"] = "Afleveringsinterval"; -$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers."; -$a->strings["Poll interval"] = "Poll-interval"; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken."; -$a->strings["Maximum Load Average"] = "Maximaal gemiddelde systeembelasting"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50."; -$a->strings["Expiration period in days for imported (matrix/network) content"] = "Aantal dagen waarna geïmporteerde inhoud uit iemands matrix/netwerk-pagina wordt verwijderd."; -$a->strings["0 for no expiration of imported content"] = "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud."; -$a->strings["No server found"] = "Geen hub gevonden"; -$a->strings["ID"] = "ID"; -$a->strings["for channel"] = "voor kanaal"; -$a->strings["on server"] = "op hub"; -$a->strings["Status"] = "Status"; -$a->strings["Server"] = "Hubbeheer"; -$a->strings["Update has been marked successful"] = "Update is als succesvol gemarkeerd"; -$a->strings["Executing %s failed. Check system logs."] = "Uitvoeren van %s is mislukt. Controleer systeemlogboek."; -$a->strings["Update %s was successfully applied."] = "Update %s was geslaagd."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is."; -$a->strings["Update function %s could not be found."] = "Update-functie %s kon niet gevonden worden."; -$a->strings["No failed updates."] = "Geen mislukte updates."; -$a->strings["Failed Updates"] = "Mislukte updates"; -$a->strings["Mark success (if update was manually applied)"] = "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)"; -$a->strings["Attempt to execute this update step automatically"] = "Poging om deze stap van de update automatisch uit te voeren."; -$a->strings["Queue Statistics"] = "Wachtrij-statistieken"; -$a->strings["Total Entries"] = "Aantal vermeldingen"; -$a->strings["Priority"] = "Prioriteit"; -$a->strings["Destination URL"] = "Doel-URL"; -$a->strings["Mark hub permanently offline"] = "Hub als permanent offline markeren"; -$a->strings["Empty queue for this hub"] = "Berichtenwachtrij voor deze hub legen"; -$a->strings["Last known contact"] = "Voor het laatst contact"; -$a->strings["%s account blocked/unblocked"] = array( - 0 => "%s account geblokkeerd/gedeblokkeerd", - 1 => "%s accounts geblokkeerd/gedeblokkeerd", -); -$a->strings["%s account deleted"] = array( - 0 => "%s account verwijderd", - 1 => "%s accounts verwijderd", -); -$a->strings["Account not found"] = "Account niet gevonden"; -$a->strings["Account '%s' deleted"] = "Account '%s' verwijderd"; -$a->strings["Account '%s' blocked"] = "Account '%s' geblokkeerd"; -$a->strings["Account '%s' unblocked"] = "Account '%s' gedeblokkeerd"; -$a->strings["Users"] = "Accounts"; -$a->strings["select all"] = "alles selecteren"; -$a->strings["User registrations waiting for confirm"] = "Accounts die op goedkeuring wachten"; -$a->strings["Request date"] = "Tijd/datum verzoek"; -$a->strings["No registrations."] = "Geen verzoeken."; -$a->strings["Approve"] = "Goedkeuren"; -$a->strings["Deny"] = "Afkeuren"; -$a->strings["Block"] = "Blokkeren"; -$a->strings["Unblock"] = "Deblokkeren"; -$a->strings["Register date"] = "Geregistreerd"; -$a->strings["Last login"] = "Laatste keer ingelogd"; -$a->strings["Expires"] = "Verloopt"; -$a->strings["Service Class"] = "Abonnementen"; -$a->strings["Selected accounts will be deleted!\\n\\nEverything these accounts had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?"; -$a->strings["The account {0} will be deleted!\\n\\nEverything this account has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"; -$a->strings["%s channel censored/uncensored"] = array( - 0 => "%s kanaal gecensureerd/ongecensureerd", - 1 => "%s kanalen gecensureerd/ongecensureerd", -); -$a->strings["%s channel deleted"] = array( - 0 => "%s kanaal verwijderd", - 1 => "%s kanalen verwijderd", -); -$a->strings["Channel not found"] = "Kanaal niet gevonden"; -$a->strings["Channel '%s' deleted"] = "Kanaal '%s' verwijderd"; -$a->strings["Channel '%s' uncensored"] = "Kanaal '%s' ongecensureerd"; -$a->strings["Channel '%s' censored"] = "Kanaal '%s' gecensureerd"; -$a->strings["Censor"] = "Censureren"; -$a->strings["Uncensor"] = "Niet censureren"; -$a->strings["UID"] = "UID"; -$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"; -$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"; -$a->strings["Plugin %s disabled."] = "Plug-in %s uitgeschakeld."; -$a->strings["Plugin %s enabled."] = "Plug-in %s ingeschakeld"; -$a->strings["Disable"] = "Uitschakelen"; -$a->strings["Enable"] = "Inschakelen"; -$a->strings["Toggle"] = "Omschakelen"; -$a->strings["Author: "] = "Auteur: "; -$a->strings["Maintainer: "] = "Beheerder: "; -$a->strings["No themes found."] = "Geen thema's gevonden"; -$a->strings["Screenshot"] = "Schermafdruk"; -$a->strings["[Experimental]"] = "[Experimenteel]"; -$a->strings["[Unsupported]"] = "[Niet ondersteund]"; -$a->strings["Log settings updated."] = "Logboek-instellingen bijgewerkt."; -$a->strings["Clear"] = "Leegmaken"; -$a->strings["Debugging"] = "Debuggen"; -$a->strings["Log file"] = "Logbestand"; -$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je \$Projectname-installatie."; -$a->strings["Log level"] = "Logniveau"; -$a->strings["New Profile Field"] = "Nieuw profielveld"; -$a->strings["Field nickname"] = "Bijnaam voor veld"; -$a->strings["System name of field"] = "Systeemnaam voor veld"; -$a->strings["Input type"] = "Invoertype"; -$a->strings["Field Name"] = "Veldnaam"; -$a->strings["Label on profile pages"] = "Tekstlabel voor op profielpagina's"; -$a->strings["Help text"] = "Helptekst"; -$a->strings["Additional info (optional)"] = "Extra informatie (optioneel)"; -$a->strings["Field definition not found"] = "Velddefinitie niet gevonden"; -$a->strings["Edit Profile Field"] = "Profielveld bewerken"; -$a->strings["Unable to find your hub."] = "Niet in staat om je hub te vinden"; -$a->strings["Post successful."] = "Verzenden bericht geslaagd."; -$a->strings["Edit Block"] = "Blok bewerken"; -$a->strings["Delete block?"] = "Blok verwijderen"; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximum toegestane dagelijkse registraties op deze \$Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals."; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden."; -$a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar overeen."; -$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies."; -$a->strings["Your registration is pending approval by the site owner."] = "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze \$Projectname-hub."; -$a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden."; -$a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze \$Projectname-hub moeten eerst worden goedgekeurd."; -$a->strings["Register at another affiliated site/hub"] = "Registreer op een andere \$Projectname-hub"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze \$Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals."; -$a->strings["Terms of Service"] = "Gebruiksvoorwaarden"; -$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub"; -$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub"; -$a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging."; -$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in"; -$a->strings["Your email address"] = "Jouw e-mailadres"; -$a->strings["Choose a password"] = "Geef een wachtwoord op"; -$a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op"; -$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd."; -$a->strings["Remove This Account"] = "Verwijder dit account"; -$a->strings["WARNING: "] = "WAARSCHUWING: "; -$a->strings["This account and all its channels will be completely removed from the network. "] = "Dit account en al zijn kanalen worden volledig uit het \$Projectname-netwerk verwijderd."; -$a->strings["This action is permanent and can not be undone!"] = "Deze handeling is van permanente aard en kan niet meer worden teruggedraaid!"; -$a->strings["Please enter your password for verification:"] = "Vul je wachtwoord in ter verificatie:"; -$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het \$Projectname-netwerk verwijderen"; -$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het \$Projectname-netwerk verwijderd"; -$a->strings["Unable to locate original post."] = "Niet in staat om de originele locatie van het bericht te vinden. "; -$a->strings["Empty post discarded."] = "Leeg bericht geannuleerd"; -$a->strings["Executable content type not permitted to this channel."] = "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal."; -$a->strings["System error. Post not saved."] = "Systeemfout. Bericht niet opgeslagen."; -$a->strings["Unable to obtain post information from database."] = "Niet in staat om informatie over dit bericht uit de database te verkrijgen."; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Je hebt jouw limiet van %1$.0f berichten bereikt."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Je hebt jouw limiet van %1$.0f webpagina's bereikt."; -$a->strings["[Embedded content - reload page to view]"] = "[Ingesloten inhoud - ververs pagina om te bekijken] "; -$a->strings["Remote privacy information not available."] = "Privacy-informatie op afstand niet beschikbaar."; -$a->strings["Visible to:"] = "Zichtbaar voor:"; -$a->strings["Comanche page description language help"] = "Hulp met de paginabeschrijvingstaal Comanche"; -$a->strings["Layout Description"] = "Lay-out-omschrijving"; -$a->strings["Download PDL file"] = "Download PDL-bestand"; -$a->strings["First Name"] = "Voornaam"; -$a->strings["Last Name"] = "Achternaam"; -$a->strings["Nickname"] = "Bijnaam"; -$a->strings["Full Name"] = "Volledige naam"; -$a->strings["Profile Photo 16px"] = "Profielfoto 16px"; -$a->strings["Profile Photo 32px"] = "Profielfoto 32px"; -$a->strings["Profile Photo 48px"] = "Profielfoto 48px"; -$a->strings["Profile Photo 64px"] = "Profielfoto 64px"; -$a->strings["Profile Photo 80px"] = "Profielfoto 80px"; -$a->strings["Profile Photo 128px"] = "Profielfoto 128px"; -$a->strings["Timezone"] = "Tijdzone"; -$a->strings["Homepage URL"] = "URL homepagina"; -$a->strings["Birth Year"] = "Geboortejaar"; -$a->strings["Birth Month"] = "Geboortemaand"; -$a->strings["Birth Day"] = "Geboortedag"; -$a->strings["Birthdate"] = "Geboortedatum"; -$a->strings["Conversation removed."] = "Conversatie verwijderd"; -$a->strings["No messages."] = "Geen berichten"; -$a->strings["Delete conversation"] = "Verwijder conversatie"; -$a->strings["D, d M Y - g:i A"] = "D, j M Y - G:i"; -$a->strings["Set your current mood and tell your friends"] = "Noteer je huidige stemming en toon het aan je connecties"; -$a->strings["Total votes"] = "Totaal aantal stemmen"; -$a->strings["Average Rating"] = "Gemiddelde waardering"; -$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een kanaal is niet toegestaan binnen 48 uur nadat het wachtwoord van het account is veranderd."; -$a->strings["Remove This Channel"] = "Verwijder dit kanaal"; -$a->strings["This channel will be completely removed from the network. "] = "Dit kanaal wordt volledig uit het \$Projectname-netwerk verwijderd."; -$a->strings["Remove this channel and all its clones from the network"] = "Dit kanaal en alle klonen hiervan uit het \$Projectname-netwerk verwijderen"; -$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Standaard wordt alleen het kanaal dat zich op deze hub bevindt uit het \$Projectname-netwerk verwijderd"; -$a->strings["is now connected to"] = "is nu verbonden met"; -$a->strings["Could not access address book record."] = "Kon geen toegang krijgen tot de record van de connectie."; -$a->strings["Refresh failed - channel is currently unavailable."] = "Vernieuwen mislukt - kanaal is momenteel niet beschikbaar"; -$a->strings["Channel has been unblocked"] = "Kanaal is gedeblokkeerd"; -$a->strings["Channel has been blocked"] = "Kanaal is geblokkeerd"; -$a->strings["Unable to set address book parameters."] = "Niet in staat om de parameters van connecties in te stellen."; -$a->strings["Channel has been unignored"] = "Kanaal wordt niet meer genegeerd"; -$a->strings["Channel has been ignored"] = "Kanaal wordt genegeerd"; -$a->strings["Channel has been unarchived"] = "Kanaal is niet meer gearchiveerd"; -$a->strings["Channel has been archived"] = "Kanaal is gearchiveerd"; -$a->strings["Channel has been unhidden"] = "Kanaal is niet meer verborgen"; -$a->strings["Channel has been hidden"] = "Kanaal is verborgen"; -$a->strings["Channel has been approved"] = "Connectie/kanaal is geaccepteerd"; -$a->strings["Channel has been unapproved"] = "Connectie/kanaal is afgewezen"; -$a->strings["Connection has been removed."] = "Connectie is verwijderd"; -$a->strings["View %s's profile"] = "Profiel van %s weergeven"; -$a->strings["Refresh Permissions"] = "Permissies vernieuwen"; -$a->strings["Fetch updated permissions"] = "Aangepaste permissies ophalen"; -$a->strings["Recent Activity"] = "Recente activiteit"; -$a->strings["View recent posts and comments"] = "Recente berichten en reacties weergeven"; -$a->strings["Block (or Unblock) all communications with this connection"] = "Blokkeer (of deblokkeer) alle communicatie met deze connectie"; -$a->strings["Unignore"] = "Niet meer negeren"; -$a->strings["Ignore"] = "Negeren"; -$a->strings["Ignore (or Unignore) all inbound communications from this connection"] = "Negeer (of negeer niet meer) alle inkomende communicatie van deze connectie"; -$a->strings["Unarchive"] = "Niet meer archiveren"; -$a->strings["Archive"] = "Archiveren"; -$a->strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "Archiveer (of dearchiveer) deze connectie - markeer het kanaal als dood, maar bewaar de inhoud"; -$a->strings["Unhide"] = "Niet meer verbergen"; -$a->strings["Hide"] = "Verbergen"; -$a->strings["Hide or Unhide this connection from your other connections"] = "Deze connectie verbergen (of niet meer verbergen) voor jouw andere connecties"; -$a->strings["Delete this connection"] = "Deze connectie verwijderen"; -$a->strings["Approve this connection"] = "Deze connectie accepteren"; -$a->strings["Accept connection to allow communication"] = "Keur deze connectie goed om communicatie toe te staan"; -$a->strings["Connections: settings for %s"] = "Connecties: instellingen voor %s"; -$a->strings["Apply these permissions automatically"] = "Deze permissies automatisch toepassen"; -$a->strings["Apply the permissions indicated on this page to all new connections."] = "Permissies die op deze pagina staan vermeldt op alle nieuwe connecties toepassen."; -$a->strings["Slide to adjust your degree of friendship"] = "Schuif om te bepalen hoe goed je iemand kent en/of mag"; -$a->strings["Default permissions for your channel type have (just) been applied. They have not yet been submitted. Please review the permissions on this page and make any desired changes at this time. This new connection may not be able to communicate with you until you submit this page, which will install and apply the selected permissions."] = "Voor jouw kanaaltype geldende standaard permissies zijn (zonet) toegepast. Ze zijn echter nog niet opgeslagen. Controleer de permissies op deze pagina en verander ze eventueel. Deze nieuwe connectie kan mogelijk nog niet met jou communiceren totdat je deze pagina opslaat, wat ervoor zorgt dat de gekozen permissies actief worden."; -$a->strings["inherited"] = "geërfd"; -$a->strings["Connection has no individual permissions!"] = "Connectie heeft geen individuele permissies!"; -$a->strings["This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"."] = "Dit is mogelijk voldoende, wanneer er naar jouw privacy-instellingen wordt gekeken. Hoewel je wellicht de geavanceerde rechten wil nagaan."; -$a->strings["Profile Visibility"] = "Zichtbaarheid profiel"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat je aan %s wil tonen wanneer hij/zij ingelogd jouw profiel wil bekijken."; -$a->strings["Contact Information / Notes"] = "Informatie/aantekeningen over connectie"; -$a->strings["Edit contact notes"] = "Bewerk aantekeningen over contact"; -$a->strings["Their Settings"] = "Hun instellingen"; -$a->strings["My Settings"] = "Mijn instellingen"; -$a->strings["Default permissions for this channel type have (just) been applied. They have not been saved and there are currently no stored default permissions. Please review/edit the applied settings and click [Submit] to finalize."] = "Voor dit kanaaltype geldende standaard permissies zijn (zonet) toegepast. Ze zijn echter nog niet opgeslagen en er zijn momenteel geen standaard permissies aanwezig. Controleer/verander de permissies op deze pagina en klik op [Opslaan] om deze te activeren."; -$a->strings["Clear/Disable Automatic Permissions"] = "Verwijderen/uitschakelen automatische permissies"; -$a->strings["Forum Members"] = "Forumleden"; -$a->strings["Soapbox"] = "Zeepkist"; -$a->strings["Full Sharing (typical social network permissions)"] = "Voluit delen (vergelijkbaar met die van sociale netwerken)"; -$a->strings["Cautious Sharing "] = "Voorzichtig delen"; -$a->strings["Follow Only"] = "Alleen volgen"; -$a->strings["Individual Permissions"] = "Individuele permissies"; -$a->strings["Some permissions may be inherited from your channel privacy settings, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = "Sommige permissies kunnen worden overgeërfd van de privacy-instellingen van jouw kanaal. Wanneer je deze geërfde instellingen op deze pagina veranderd heeft dat geen effect."; -$a->strings["Advanced Permissions"] = "Geavanceerde permissies"; -$a->strings["Simple Permissions (select one and submit)"] = "Eenvoudige permissies (selecteer er één en opslaan)"; -$a->strings["Visit %s's profile - %s"] = "Profiel van %s bezoeken - %s"; -$a->strings["Block/Unblock contact"] = "Connectie blokkeren/deblokkeren"; -$a->strings["Ignore contact"] = "Connectie negeren"; -$a->strings["Repair URL settings"] = "URL-instellingen repareren"; -$a->strings["View conversations"] = "Conversaties weergeven"; -$a->strings["Delete contact"] = "Connectie verwijderen"; -$a->strings["Last update:"] = "Laatste wijziging:"; -$a->strings["Update public posts"] = "Openbare berichten updaten"; -$a->strings["Update now"] = "Nu updaten"; -$a->strings["Currently blocked"] = "Momenteel geblokkeerd"; -$a->strings["Currently ignored"] = "Momenteel genegeerd"; -$a->strings["Currently archived"] = "Momenteel gearchiveerd"; -$a->strings["Currently pending"] = "Moeten nog geaccepteerd of afgewezen worden"; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten."; -$a->strings["The error message was:"] = "Het foutbericht was:"; -$a->strings["Authentication failed."] = "Authenticatie mislukt."; -$a->strings["Remote Authentication"] = "Authenticatie op afstand"; -$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Vul jouw kanaaladres in (bijv. channel@example.com)"; -$a->strings["Authenticate"] = "Authenticeren"; +$a->strings["Proxy URL"] = "URL proxy"; +$a->strings["Network timeout"] = "Netwerktimeout"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)"; +$a->strings["Delivery interval"] = "Afleveringsinterval"; +$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers."; +$a->strings["Deliveries per process"] = "Leveringen per serverproces"; +$a->strings["Number of deliveries to attempt in a single operating system process. Adjust if necessary to tune system performance. Recommend: 1-5."] = "Aantal leveringen die aan één serverproces worden meegegeven. Pas dit aan wanneer het nodig is om systeemprestaties te verbeteren. Aangeraden: 1-5"; +$a->strings["Poll interval"] = "Poll-interval"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken."; +$a->strings["Maximum Load Average"] = "Maximaal gemiddelde systeembelasting"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50."; +$a->strings["Expiration period in days for imported (matrix/network) content"] = "Aantal dagen waarna geïmporteerde inhoud uit iemands matrix/netwerk-pagina wordt verwijderd."; +$a->strings["0 for no expiration of imported content"] = "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud."; +$a->strings["No server found"] = "Geen hub gevonden"; +$a->strings["ID"] = "ID"; +$a->strings["for channel"] = "voor kanaal"; +$a->strings["on server"] = "op hub"; +$a->strings["Status"] = "Status"; +$a->strings["Server"] = "Hubbeheer"; +$a->strings["Update has been marked successful"] = "Update is als succesvol gemarkeerd"; +$a->strings["Executing %s failed. Check system logs."] = "Uitvoeren van %s is mislukt. Controleer systeemlogboek."; +$a->strings["Update %s was successfully applied."] = "Update %s was geslaagd."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is."; +$a->strings["Update function %s could not be found."] = "Update-functie %s kon niet gevonden worden."; +$a->strings["No failed updates."] = "Geen mislukte updates."; +$a->strings["Failed Updates"] = "Mislukte updates"; +$a->strings["Mark success (if update was manually applied)"] = "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)"; +$a->strings["Attempt to execute this update step automatically"] = "Poging om deze stap van de update automatisch uit te voeren."; +$a->strings["Queue Statistics"] = "Wachtrij-statistieken"; +$a->strings["Total Entries"] = "Aantal vermeldingen"; +$a->strings["Priority"] = "Prioriteit"; +$a->strings["Destination URL"] = "Doel-URL"; +$a->strings["Mark hub permanently offline"] = "Hub als permanent offline markeren"; +$a->strings["Empty queue for this hub"] = "Berichtenwachtrij voor deze hub legen"; +$a->strings["Last known contact"] = "Voor het laatst contact"; +$a->strings["%s account blocked/unblocked"] = array( + 0 => "%s account geblokkeerd/gedeblokkeerd", + 1 => "%s accounts geblokkeerd/gedeblokkeerd", +); +$a->strings["%s account deleted"] = array( + 0 => "%s account verwijderd", + 1 => "%s accounts verwijderd", +); +$a->strings["Account not found"] = "Account niet gevonden"; +$a->strings["Account '%s' deleted"] = "Account '%s' verwijderd"; +$a->strings["Account '%s' blocked"] = "Account '%s' geblokkeerd"; +$a->strings["Account '%s' unblocked"] = "Account '%s' gedeblokkeerd"; +$a->strings["Users"] = "Accounts"; +$a->strings["select all"] = "alles selecteren"; +$a->strings["User registrations waiting for confirm"] = "Accounts die op goedkeuring wachten"; +$a->strings["Request date"] = "Tijd/datum verzoek"; +$a->strings["No registrations."] = "Geen verzoeken."; +$a->strings["Deny"] = "Afkeuren"; +$a->strings["Register date"] = "Geregistreerd"; +$a->strings["Last login"] = "Laatste keer ingelogd"; +$a->strings["Expires"] = "Verloopt"; +$a->strings["Service Class"] = "Abonnementen"; +$a->strings["Selected accounts will be deleted!\\n\\nEverything these accounts had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?"; +$a->strings["The account {0} will be deleted!\\n\\nEverything this account has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"; +$a->strings["%s channel censored/uncensored"] = array( + 0 => "%s kanaal gecensureerd/ongecensureerd", + 1 => "%s kanalen gecensureerd/ongecensureerd", +); +$a->strings["%s channel code allowed/disallowed"] = array( + 0 => "Scripts toegestaan/niet toegestaan voor %s kanaal", + 1 => "Scripts toegestaan/niet toegestaan voor %s kanalen", +); +$a->strings["%s channel deleted"] = array( + 0 => "%s kanaal verwijderd", + 1 => "%s kanalen verwijderd", +); +$a->strings["Channel not found"] = "Kanaal niet gevonden"; +$a->strings["Channel '%s' deleted"] = "Kanaal '%s' verwijderd"; +$a->strings["Channel '%s' censored"] = "Kanaal '%s' gecensureerd"; +$a->strings["Channel '%s' uncensored"] = "Kanaal '%s' ongecensureerd"; +$a->strings["Channel '%s' code allowed"] = "Scripts toegestaan voor kanaal '%s'"; +$a->strings["Channel '%s' code disallowed"] = "Scripts niet toegestaan voor kanaal '%s'"; +$a->strings["Censor"] = "Censureren"; +$a->strings["Uncensor"] = "Niet censureren"; +$a->strings["Allow Code"] = "Scripts toestaan"; +$a->strings["Disallow Code"] = "Scripts niet toestaan"; +$a->strings["UID"] = "UID"; +$a->strings["Address"] = "Kanaaladres"; +$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"; +$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?"; +$a->strings["Plugin %s disabled."] = "Plug-in %s uitgeschakeld."; +$a->strings["Plugin %s enabled."] = "Plug-in %s ingeschakeld"; +$a->strings["Disable"] = "Uitschakelen"; +$a->strings["Enable"] = "Inschakelen"; +$a->strings["Toggle"] = "Omschakelen"; +$a->strings["Author: "] = "Auteur: "; +$a->strings["Maintainer: "] = "Beheerder: "; +$a->strings["No themes found."] = "Geen thema's gevonden"; +$a->strings["Screenshot"] = "Schermafdruk"; +$a->strings["[Experimental]"] = "[Experimenteel]"; +$a->strings["[Unsupported]"] = "[Niet ondersteund]"; +$a->strings["Log settings updated."] = "Logboek-instellingen bijgewerkt."; +$a->strings["Clear"] = "Leegmaken"; +$a->strings["Debugging"] = "Debuggen"; +$a->strings["Log file"] = "Logbestand"; +$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je \$Projectname-installatie."; +$a->strings["Log level"] = "Logniveau"; +$a->strings["New Profile Field"] = "Nieuw profielveld"; +$a->strings["Field nickname"] = "Bijnaam voor veld"; +$a->strings["System name of field"] = "Systeemnaam voor veld"; +$a->strings["Input type"] = "Invoertype"; +$a->strings["Field Name"] = "Veldnaam"; +$a->strings["Label on profile pages"] = "Tekstlabel voor op profielpagina's"; +$a->strings["Help text"] = "Helptekst"; +$a->strings["Additional info (optional)"] = "Extra informatie (optioneel)"; +$a->strings["Field definition not found"] = "Velddefinitie niet gevonden"; +$a->strings["Edit Profile Field"] = "Profielveld bewerken"; +$a->strings["App installed."] = "App geïnstalleerd"; +$a->strings["Malformed app."] = "Misvormde app."; +$a->strings["Embed code"] = "Insluitcode"; +$a->strings["Edit App"] = "App bewerken"; +$a->strings["Create App"] = "App maken"; +$a->strings["Name of app"] = "Naam van app"; +$a->strings["Location (URL) of app"] = "Locatie (URL) van app"; +$a->strings["Description"] = "Omschrijving"; +$a->strings["Photo icon URL"] = "URL van pictogram"; +$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels (optioneel)"; +$a->strings["Version ID"] = "Versie-ID"; +$a->strings["Price of app"] = "Prijs van de app"; +$a->strings["Location (URL) to purchase app"] = "Locatie (URL) om de app aan te schaffen"; +$a->strings["Unable to update menu."] = "Niet in staat om menu aan te passen"; +$a->strings["Unable to create menu."] = "Niet in staat om menu aan te maken."; +$a->strings["Menu Name"] = "Menunaam"; +$a->strings["Unique name (not visible on webpage) - required"] = "Unieke naam vereist (niet zichtbaar op webpagina)"; +$a->strings["Menu Title"] = "Menutitel"; +$a->strings["Visible on webpage - leave empty for no title"] = "Zichtbaar op webpagina (leeg laten voor geen titel)"; +$a->strings["Allow Bookmarks"] = "Bladwijzers toestaan"; +$a->strings["Menu may be used to store saved bookmarks"] = "Menu kan gebruikt worden om bladwijzers in op te slaan"; +$a->strings["Submit and proceed"] = "Opslaan en doorgaan"; +$a->strings["Drop"] = "Verwijderen"; +$a->strings["Bookmarks allowed"] = "Bladwijzers toegestaan"; +$a->strings["Delete this menu"] = "Menu verwijderen"; +$a->strings["Edit menu contents"] = "Bewerk de inhoud van het menu"; +$a->strings["Edit this menu"] = "Dit menu bewerken"; +$a->strings["Menu could not be deleted."] = "Menu kon niet verwijderd worden."; +$a->strings["Edit Menu"] = "Menu bewerken"; +$a->strings["Add or remove entries to this menu"] = "Items aan dit menu toevoegen of verwijder"; +$a->strings["Menu name"] = "Naam van menu"; +$a->strings["Must be unique, only seen by you"] = "Moet uniek zijn en is alleen zichtbaar voor jou."; +$a->strings["Menu title"] = "Titel van menu"; +$a->strings["Menu title as seen by others"] = "Titel van menu zoals anderen dat zien."; +$a->strings["Allow bookmarks"] = "Bladwijzers toestaan"; +$a->strings["No more system notifications."] = "Geen systeemnotificaties meer."; +$a->strings["System Notifications"] = "Systeemnotificaties"; +$a->strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."; +$a->strings["Add a Channel"] = "Kanaal toevoegen"; +$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat."; +$a->strings["Channel Name"] = "Kanaalnaam"; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\""; +$a->strings["Choose a short nickname"] = "Korte bijnaam"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: janp wordt janp@jouw_hub.nl en https://jouw_hub.nl/channel/janp."; +$a->strings["Or import an existing channel from another location"] = "Of importeer een bestaand kanaal vanaf een andere locatie."; +$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd."; +$a->strings["Channel Type"] = "Kanaaltype"; +$a->strings["Read more about roles"] = "Lees meer over kanaaltypes"; +$a->strings["Invalid request identifier."] = "Ongeldige verzoek identificator (request identifier)"; +$a->strings["Discard"] = "Annuleren"; +$a->strings["Layout updated."] = "Lay-out bijgewerkt."; +$a->strings["Edit System Page Description"] = "Systeempagina's bewerken"; +$a->strings["Layout not found."] = "Lay-out niet gevonden."; +$a->strings["Module Name:"] = "Modulenaam:"; +$a->strings["Layout Help"] = "Lay-out-hulp"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt het %3\$s van %2\$s"; +$a->strings["No valid account found."] = "Geen geldige account gevonden."; +$a->strings["Password reset request issued. Check your email."] = "Het verzoek om je wachtwoord opnieuw in te stellen is behandeld. Controleer je e-mail."; +$a->strings["Site Member (%s)"] = "Lid van hub (%s)"; +$a->strings["Password reset requested at %s"] = "Verzoek tot het opnieuw instellen van een wachtwoord op %s is ingediend"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Het verzoek kon niet worden geverifieerd. (Mogelijk heb je al eerder een verzoek ingediend.) Opnieuw instellen van wachtwoord is mislukt."; +$a->strings["Password Reset"] = "Wachtwoord vergeten?"; +$a->strings["Your password has been reset as requested."] = "Jouw wachtwoord is opnieuw ingesteld zoals je had verzocht."; +$a->strings["Your new password is"] = "Jouw nieuwe wachtwoord is"; +$a->strings["Save or copy your new password - and then"] = "Kopieer of sla je nieuwe wachtwoord op - en"; +$a->strings["click here to login"] = "klik dan hier om in te loggen"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Jouw wachtwoord kan worden veranderd onder instellingen, nadat je succesvol bent ingelogd."; +$a->strings["Your password has changed at %s"] = "Jouw wachtwoord op %s is veranderd"; +$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur deze om je wachtwoord opnieuw in te stellen. Controleer hierna hier je e-mail voor verdere instructies."; +$a->strings["Email Address"] = "E-mailadres"; +$a->strings["Reset"] = "Opnieuw instellen"; +$a->strings["Page owner information could not be retrieved."] = "Informatie over de pagina-eigenaar werd niet ontvangen."; +$a->strings["Album not found."] = "Album niet gevonden."; +$a->strings["Delete Album"] = "Verwijder album"; +$a->strings["Delete Photo"] = "Verwijder foto"; +$a->strings["No photos selected"] = "Geen foto's geselecteerd"; +$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt."; +$a->strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%1$.2f MB van %2$.2f MB aan foto-opslag gebruikt."; +$a->strings["%1$.2f MB photo storage used."] = "%1$.2f MB aan foto-opslag gebruikt."; +$a->strings["Upload Photos"] = "Foto's uploaden"; +$a->strings["Enter an album name"] = "Vul een albumnaam in"; +$a->strings["or select an existing album (doubleclick)"] = "of kies een bestaand album (dubbelklikken)"; +$a->strings["Create a status post for this upload"] = "Plaats een bericht voor deze upload."; +$a->strings["Album name could not be decoded"] = "Albumnaam kon niet gedecodeerd worden"; +$a->strings["Contact Photos"] = "Connectiefoto's"; +$a->strings["Show Newest First"] = "Nieuwste eerst weergeven"; +$a->strings["Show Oldest First"] = "Oudste eerst weergeven"; +$a->strings["View Photo"] = "Foto weergeven"; +$a->strings["Edit Album"] = "Album bewerken"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item kan zijn beperkt."; +$a->strings["Photo not available"] = "Foto niet aanwezig"; +$a->strings["Use as profile photo"] = "Als profielfoto gebruiken"; +$a->strings["Private Photo"] = "Privéfoto"; +$a->strings["Previous"] = "Vorige"; +$a->strings["View Full Size"] = "Volledige grootte weergeven"; +$a->strings["Next"] = "Volgende"; +$a->strings["Remove"] = "Verwijderen"; +$a->strings["Edit photo"] = "Foto bewerken"; +$a->strings["Rotate CW (right)"] = "Draai met de klok mee (naar rechts)"; +$a->strings["Rotate CCW (left)"] = "Draai tegen de klok in (naar links)"; +$a->strings["Enter a new album name"] = "Vul een nieuwe albumnaam in"; +$a->strings["or select an existing one (doubleclick)"] = "of kies een bestaand album (dubbelklikken)"; +$a->strings["Caption"] = "Bijschrift"; +$a->strings["Add a Tag"] = "Tag toevoegen"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl"; +$a->strings["Flag as adult in album view"] = "Markeer als voor volwassenen in albumweergave"; +$a->strings["In This Photo:"] = "Op deze foto:"; +$a->strings["Map"] = "Kaart"; +$a->strings["View Album"] = "Album weergeven"; +$a->strings["Recent Photos"] = "Recente foto's"; +$a->strings["\$Projectname channel"] = "\$Projectname-kanaal"; +$a->strings["Website:"] = "Website:"; +$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Kanaal op afstand [%s] (nog niet op deze hub bekend)"; +$a->strings["Rating (this information is public)"] = "Beoordeling (deze informatie is openbaar)"; +$a->strings["Optionally explain your rating (this information is public)"] = "Verklaar jouw beoordeling (niet verplicht, deze informatie is openbaar)"; +$a->strings["Calendar entries imported."] = "Agenda-items geïmporteerd."; +$a->strings["No calendar entries found."] = "Geen agenda-items gevonden."; +$a->strings["Event can not end before it has started."] = "Gebeurtenis kan niet eindigen voordat het is begonnen"; +$a->strings["Unable to generate preview."] = "Niet in staat om voorvertoning te genereren"; +$a->strings["Event title and start time are required."] = "Titel en begintijd van gebeurtenis zijn vereist."; +$a->strings["Event not found."] = "Gebeurtenis niet gevonden"; +$a->strings["l, F j"] = "l j F"; +$a->strings["Edit event"] = "Gebeurtenis bewerken"; +$a->strings["Delete event"] = "Gebeurtenis verwijderen"; +$a->strings["calendar"] = "agenda"; +$a->strings["Create New Event"] = "Nieuwe gebeurtenis aanmaken"; +$a->strings["Export"] = "Exporteren"; +$a->strings["Import"] = "Importeren"; +$a->strings["Event removed"] = "Gebeurtenis verwijderd"; +$a->strings["Failed to remove event"] = "Verwijderen gebeurtenis mislukt"; +$a->strings["Event details"] = "Details van gebeurtenis"; +$a->strings["Starting date and Title are required."] = "Begintijd en titel zijn vereist."; +$a->strings["Categories (comma-separated list)"] = "Categorieën (door komma's gescheiden lijst)"; +$a->strings["Event Starts:"] = "Begin gebeurtenis:"; +$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/-tijd is niet bekend of niet relevant"; +$a->strings["Event Finishes:"] = "Einde gebeurtenis:"; +$a->strings["Adjust for viewer timezone"] = "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"; +$a->strings["Important for events that happen in a particular place. Not practical for global holidays."] = "Belangrijk voor gebeurtenissen die op een bepaalde locatie plaatsvinden. Niet praktisch voor wereldwijde feestdagen."; +$a->strings["Title:"] = "Titel:"; +$a->strings["Share this event"] = "Deel deze gebeurtenis"; +$a->strings["%s element installed"] = "%s onderdeel geïnstalleerd"; +$a->strings["%s element installation failed"] = "Installatie %s-element mislukt"; +$a->strings["Fetching URL returns error: %1\$s"] = "Ophalen URL gaf een foutmelding terug: %1\$s"; +$a->strings["Profile Match"] = "Profielovereenkomst"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Je hebt geen trefwoorden waarmee overeenkomsten gevonden kunnen worden. Voeg enkele trefwoorden aan je standaardprofiel toe."; +$a->strings["is interested in:"] = "is geïnteresseerd in:"; +$a->strings["No matches"] = "Geen overeenkomsten"; +$a->strings["Image uploaded but image cropping failed."] = "Afbeelding geüpload, maar afbeelding kon niet worden bijgesneden. "; +$a->strings["Image resize failed."] = "Afbeelding kon niet van grootte veranderd worden."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Vernieuw de pagina met shift+R of shift+F5, of leeg je browserbuffer, wanneer de nieuwe foto niet meteen wordt weergegeven."; +$a->strings["Image upload failed."] = "Uploaden afbeelding mislukt"; +$a->strings["Unable to process image."] = "Niet in staat om afbeelding te verwerken."; +$a->strings["female"] = "vrouw"; +$a->strings["%1\$s updated her %2\$s"] = "%1\$s heeft haar %2\$s bijgewerkt"; +$a->strings["male"] = "man"; +$a->strings["%1\$s updated his %2\$s"] = "%1\$s heeft zijn %2\$s bijgewerkt"; +$a->strings["%1\$s updated their %2\$s"] = "%1\$s hebben hun %2\$s bijgewerkt"; +$a->strings["profile photo"] = "profielfoto"; +$a->strings["Photo not available."] = "Foto niet beschikbaar."; +$a->strings["Upload File:"] = "Bestand uploaden:"; +$a->strings["Select a profile:"] = "Kies een profiel:"; +$a->strings["Upload Profile Photo"] = "Profielfoto uploaden"; +$a->strings["or"] = "of"; +$a->strings["skip this step"] = "sla deze stap over"; +$a->strings["select a photo from your photo albums"] = "Kies een foto uit jouw fotoalbums"; +$a->strings["Crop Image"] = "Afbeelding bijsnijden"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Snij de afbeelding zo uit dat deze optimaal wordt weergegeven."; +$a->strings["Done Editing"] = "Klaar met bewerken"; +$a->strings["Channel added."] = "Kanaal toegevoegd."; +$a->strings["Tag removed"] = "Tag verwijderd"; +$a->strings["Remove Item Tag"] = "Verwijder item-tag"; +$a->strings["Select a tag to remove: "] = "Kies een tag om te verwijderen"; +$a->strings["No ratings"] = "Geen beoordelingen"; +$a->strings["Ratings"] = "Waarderingen"; +$a->strings["Rating: "] = "Waardering: "; +$a->strings["Website: "] = "Website: "; +$a->strings["Description: "] = "Omschrijving: "; +$a->strings["This site is not a directory server"] = "Deze hub is geen kanalengidshub (directoryserver)"; $a->strings["Unable to lookup recipient."] = "Niet in staat om ontvanger op te zoeken."; $a->strings["Unable to communicate with requested channel."] = "Niet in staat om met het aangevraagde kanaal te communiceren."; $a->strings["Cannot verify requested channel."] = "Kan opgevraagd kanaal niet verifieren"; $a->strings["Selected channel has private message restrictions. Send failed."] = "Gekozen kanaal heeft restricties voor privéberichten. Verzenden mislukt."; +$a->strings["Messages"] = "Berichten"; $a->strings["Message deleted."] = "Bericht verwijderd."; $a->strings["Message recalled."] = "Bericht ingetrokken."; $a->strings["Send Private Message"] = "Privébericht versturen"; $a->strings["To:"] = "Aan:"; $a->strings["Subject:"] = "Onderwerp:"; +$a->strings["Your message:"] = "Jouw bericht:"; $a->strings["Send"] = "Verzenden"; -$a->strings["Message not found."] = "Bericht niet gevonden"; $a->strings["Delete message"] = "Bericht verwijderen"; $a->strings["Recall message"] = "Bericht intrekken"; $a->strings["Message has been recalled."] = "Bericht is ingetrokken."; -$a->strings["Private Conversation"] = "Privéconversatie"; +$a->strings["Delete Conversation"] = "Verwijder conversatie"; $a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Geen veilige communicatie beschikbaar. Mogelijk kan je reageren op de kanaalpagina van de afzender."; $a->strings["Send Reply"] = "Antwoord versturen"; -$a->strings["Invalid request identifier."] = "Ongeldige verzoek identificator (request identifier)"; -$a->strings["Discard"] = "Annuleren"; +$a->strings["Page Title"] = "Paginatitel"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximum toegestane dagelijkse registraties op deze \$Projectname-hub bereikt. Probeer het morgen (UTC) nogmaals."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Registratie mislukt. De gebruiksvoorwaarden dienen wel geaccepteerd te worden."; +$a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar overeen."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies."; +$a->strings["Your registration is pending approval by the site owner."] = "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze \$Projectname-hub."; +$a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden."; +$a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze \$Projectname-hub moeten eerst worden goedgekeurd."; +$a->strings["Register at another affiliated site/hub"] = "Registreer op een andere \$Projectname-hub"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze \$Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals."; +$a->strings["Terms of Service"] = "Gebruiksvoorwaarden"; +$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub"; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub"; +$a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging."; +$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in"; +$a->strings["Your email address"] = "Jouw e-mailadres"; +$a->strings["Choose a password"] = "Geef een wachtwoord op"; +$a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op"; +$a->strings["Block Name"] = "Bloknaam"; +$a->strings["Block Title"] = "Bloktitel"; +$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd."; +$a->strings["Remove This Account"] = "Verwijder dit account"; +$a->strings["This account and all its channels will be completely removed from the network. "] = "Dit account en al zijn kanalen worden volledig uit het \$Projectname-netwerk verwijderd."; +$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Dit account, al zijn kanalen en alle klonen van zijn kanalen uit het \$Projectname-netwerk verwijderen"; +$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "Standaard worden alleen de kanalen die zich op deze hub bevinden uit het \$Projectname-netwerk verwijderd"; +$a->strings["Remove Account"] = "Account verwijderen"; +$a->strings["No service class restrictions found."] = "Geen abonnementsbeperkingen gevonden."; +$a->strings["Item not available."] = "Item is niet aanwezig."; +$a->strings["Failed to create source. No channel selected."] = "Aanmaken bron mislukt. Geen kanaal geselecteerd."; +$a->strings["Source created."] = "Bron aangemaakt."; +$a->strings["Source updated."] = "Bron aangemaakt."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Beheer externe bronnen met inhoud voor jouw kanaal"; +$a->strings["New Source"] = "Nieuwe bron"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importeer complete of gedeelde inhoud vanuit het volgende kanaal naar dit kanaal, en verdeel het vervolgens volgens jouw kanaalinstellingen."; +$a->strings["Only import content with these words (one per line)"] = "Importeer alleen inhoud met deze woorden (één per regel)"; +$a->strings["Leave blank to import all public content"] = "Laat leeg om alle openbare inhoud te importeren"; +$a->strings["Source not found."] = "Bron niet gevonden"; +$a->strings["Edit Source"] = "Bron bewerken"; +$a->strings["Delete Source"] = "Bron verwijderen"; +$a->strings["Source removed"] = "Bron verwijderd"; +$a->strings["Unable to remove source."] = "Verwijderen bron mislukt."; +$a->strings["Remote privacy information not available."] = "Privacy-informatie op afstand niet beschikbaar."; +$a->strings["Visible to:"] = "Zichtbaar voor:"; +$a->strings["network"] = "netwerk"; +$a->strings["RSS"] = "RSS"; $a->strings["Please login."] = "Inloggen."; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We hebben een probleem ontdekt tijdens het inloggen met de OpenID die je hebt verstrekt. Controleer de ID op typefouten."; +$a->strings["The error message was:"] = "Het foutbericht was:"; +$a->strings["Authentication failed."] = "Authenticatie mislukt."; +$a->strings["Remote Authentication"] = "Authenticatie op afstand"; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Vul jouw kanaaladres in (bijv. channel@example.com)"; +$a->strings["Authenticate"] = "Authenticeren"; +$a->strings["This directory server requires an access token"] = "Deze kanalengidshub (directoryserver) heeft een toegangs-token nodig"; +$a->strings["Version %s"] = "Versie %s"; +$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plug-ins/add-ons/apps:"; +$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plug-ins/add-ons/apps"; +$a->strings["This is a hub of \$Projectname - a global cooperative network of decentralized privacy enhanced websites."] = "Dit is een \$Projectname-hub - \$Projectname is een wereldwijd coöperatief netwerk van gedecentraliseerde websites (hubs) met verbeterde privacy."; +$a->strings["Tag: "] = "Tag: "; +$a->strings["Last background fetch: "] = "Meest recente achtergrond-fetch:"; +$a->strings["Current load average: "] = "Gemiddelde systeembelasting is nu:"; +$a->strings["Running at web location"] = "Draaiend op weblocatie"; +$a->strings["Please visit redmatrix.me to learn more about \$Projectname."] = "Bezoek redmatrix.me om meer over \$Projectname te leren."; +$a->strings["Bug reports and issues: please visit"] = "Bugrapporten en andere kwesties: bezoek"; +$a->strings["\$projectname issues"] = "\$projectname-issues"; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Voorstellen, lofbetuigingen, enz. - e-mail \"redmatrix\" at librelist - dot com"; +$a->strings["Site Administrators"] = "Hubbeheerders: "; +$a->strings["Your service plan only allows %d channels."] = "Jouw abonnement staat maar %d kanalen toe."; +$a->strings["Nothing to import."] = "Niets gevonden om te importeren"; +$a->strings["Unable to download data from old server"] = "Niet in staat om gegevens van de oude hub te downloaden"; +$a->strings["Imported file is empty."] = "Geïmporteerde bestand is leeg"; +$a->strings["Warning: Database versions differ by %1\$d updates."] = "Waarschuwing: database-versies lopen %1\$d updates achter."; +$a->strings["No channel. Import failed."] = "Geen kanaal. Importeren mislukt."; +$a->strings["You must be logged in to use this feature."] = "Je moet ingelogd zijn om dit onderdeel te kunnen gebruiken."; +$a->strings["Import Channel"] = "Kanaal importeren"; +$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file."] = "Gebruik dit formulier om een bestaand kanaal te importeren van een andere hub. Je kan de kanaal-identiteit van de oude hub via het netwerk ontvangen of een exportbestand verstrekken."; +$a->strings["File to Upload"] = "Bestand om te uploaden"; +$a->strings["Or provide the old server/hub details"] = "Of vul de gegevens van de oude hub in"; +$a->strings["Your old identity address (xyz@example.com)"] = "Jouw oude kanaaladres (xyz@example.com)"; +$a->strings["Your old login email address"] = "Het e-mailadres van je oude account"; +$a->strings["Your old login password"] = "Wachtwoord van jouw oude account"; +$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Voor elke optie geldt dat je moet kiezen of je jouw primaire kanaaladres op deze hub wil instellen of dat jouw oude hub deze rol blijft vervullen."; +$a->strings["Make this hub my primary location"] = "Stel deze hub als mijn primaire locatie in"; +$a->strings["Import existing posts if possible (experimental - limited by available memory"] = "Importeer bestaande berichten wanneer mogelijk (experimenteel - afhankelijk van beschikbaar servergeheugen)"; +$a->strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "Dit proces kan enkele minuten in beslag nemen. Klik maar één keer op opslaan en verlaat deze pagina niet alvorens het proces is voltooid."; +$a->strings["Thing updated"] = "Ding bijgewerkt"; +$a->strings["Object store: failed"] = "Opslaan van ding mislukt"; +$a->strings["Thing added"] = "Ding toegevoegd"; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; +$a->strings["Show Thing"] = "Ding weergeven"; +$a->strings["item not found."] = "Item niet gevonden"; +$a->strings["Edit Thing"] = "Ding bewerken"; +$a->strings["Select a profile"] = "Kies een profiel"; +$a->strings["Post an activity"] = "Plaats een bericht"; +$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien."; +$a->strings["Name of thing e.g. something"] = "Naam van ding"; +$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)"; +$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)"; +$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen"; +$a->strings["Total invitation limit exceeded."] = "Limiet voor aantal uitnodigingen overschreden."; +$a->strings["%s : Not a valid email address."] = "%s : Geen geldig e-mailadres."; +$a->strings["Please join us on \$Projectname"] = "Uitnodiging voor \$Projectname"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limiet voor aantal uitnodigingen overschreden. Neem contact op met je hub-beheerder."; +$a->strings["%s : Message delivery failed."] = "%s: Aflevering bericht mislukt."; +$a->strings["%d message sent."] = array( + 0 => "%d bericht verzonden.", + 1 => "%d berichten verzonden.", +); +$a->strings["You have no more invitations available"] = "Je hebt geen uitnodigingen meer beschikbaar"; +$a->strings["Send invitations"] = "Uitnodigingen verzenden"; +$a->strings["Enter email addresses, one per line:"] = "Voer e-mailadressen in, één per regel:"; +$a->strings["Please join my community on \$Projectname."] = "Hierbij nodig ik je uit om mij, en andere vrienden en kennissen, op \$Projectname te vergezellen. Lees meer over \$Projectname op https://redmatrix.me."; +$a->strings["You will need to supply this invitation code: "] = "Je moet deze uitnodigingscode opgeven:"; +$a->strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Registreer je op een willekeurige \$Projectname-hub (ze zijn allemaal onderling met elkaar verbonden):"; +$a->strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn \$Projectname-kanaaladres in het zoekveld invullen:"; +$a->strings["or visit "] = "of bezoek "; +$a->strings["3. Click [Connect]"] = "3. Klik op [+ Verbinden]"; +$a->strings["[Embedded content - reload page to view]"] = "[Ingesloten inhoud - ververs pagina om te bekijken] "; +$a->strings["Source of Item"] = "Bron van item"; +$a->strings["Name is required"] = "Naam is vereist"; +$a->strings["Key and Secret are required"] = "Key en secret zijn vereist"; +$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord onveranderd."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegestaan. Wachtwoord onveranderd."; +$a->strings["Password changed."] = "Wachtwoord veranderd."; +$a->strings["Password update failed. Please try again."] = "Bijwerken wachtwoord mislukt. Probeer opnieuw."; +$a->strings["Not valid email."] = "Geen geldig e-mailadres."; +$a->strings["Protected email address. Cannot change to that email."] = "Beschermd e-mailadres. Kan dat e-mailadres niet gebruiken."; +$a->strings["System failure storing new email. Please try again."] = "Systeemfout opslaan van nieuwe e-mail. Probeer het nog een keer."; +$a->strings["Settings updated."] = "Instellingen bijgewerkt."; +$a->strings["Add application"] = "Applicatie toevoegen"; +$a->strings["Name of application"] = "Naam van applicatie"; +$a->strings["Consumer Key"] = "Consumer key"; +$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatische gegenereerd - verander wanneer gewenst. Maximale lengte is 20"; +$a->strings["Consumer Secret"] = "Consumer secret"; +$a->strings["Redirect"] = "Redirect/doorverwijzing"; +$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist"; +$a->strings["Icon url"] = "URL van pictogram"; +$a->strings["Optional"] = "Optioneel"; +$a->strings["You can't edit this application."] = "Je kan deze applicatie niet bewerken"; +$a->strings["Connected Apps"] = "Verbonden applicaties"; +$a->strings["Client key starts with"] = "Client key begint met"; +$a->strings["No name"] = "Geen naam"; +$a->strings["Remove authorization"] = "Autorisatie verwijderen"; +$a->strings["No feature settings configured"] = "Geen extra functie- of plugin-instellingen"; +$a->strings["Feature/Addon Settings"] = "Extra functie- en plugin-instellingen"; +$a->strings["Account Settings"] = "Account-instellingen"; +$a->strings["Enter New Password:"] = "Nieuw wachtwoord invoeren:"; +$a->strings["Confirm New Password:"] = "Nieuw wachtwoord bevestigen:"; +$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen"; +$a->strings["Email Address:"] = "E-mailadres:"; +$a->strings["Remove this account including all its channels"] = "Dit account en al zijn kanalen verwijderen"; +$a->strings["Off"] = "Uit"; +$a->strings["On"] = "Aan"; +$a->strings["Additional Features"] = "Extra functies"; +$a->strings["Connector Settings"] = "Instellingen externe koppelingen"; +$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; +$a->strings["%s - (Experimental)"] = "%s - (experimenteel)"; +$a->strings["Display Settings"] = "Weergave-instellingen"; +$a->strings["Theme Settings"] = "Thema-instellingen"; +$a->strings["Custom Theme Settings"] = "Handmatige thema-instellingen"; +$a->strings["Content Settings"] = "Inhoudsinstellingen"; +$a->strings["Display Theme:"] = "Gebruik thema:"; +$a->strings["Mobile Theme:"] = "Mobiel thema:"; +$a->strings["Enable user zoom on mobile devices"] = "Inzoomen op smartphones en tablets toestaan"; +$a->strings["Update browser every xx seconds"] = "Ververs de webbrowser om de zoveel seconde"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Minimaal 10 seconde, geen maximum"; +$a->strings["Maximum number of conversations to load at any time:"] = "Maximaal aantal conversaties die per keer geladen worden:"; +$a->strings["Maximum of 100 items"] = "Maximaal 100 conversaties"; +$a->strings["Show emoticons (smilies) as images"] = "Toon emoticons (smilies) als afbeeldingen"; +$a->strings["Link post titles to source"] = "Berichtkoppen naar originele locatie linken"; +$a->strings["System Page Layout Editor - (advanced)"] = "Lay-out bewerken van systeempagina's (geavanceerd)"; +$a->strings["Use blog/list mode on channel page"] = "Gebruik blog/lijst-modus op kanaalpagina"; +$a->strings["(comments displayed separately)"] = "(reacties worden afzonderlijk weergeven)"; +$a->strings["Use blog/list mode on matrix page"] = "Gebruik blog/lijst-modus op matrixpagina"; +$a->strings["Channel page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)"; +$a->strings["click to expand content exceeding this height"] = "klik om inhoud uit te klappen die deze hoogte overschrijdt"; +$a->strings["Matrix page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op matrixpagina (in pixels)"; +$a->strings["Nobody except yourself"] = "Niemand, behalve jezelf"; +$a->strings["Only those you specifically allow"] = "Alleen connecties met uitdrukkelijke toestemming"; +$a->strings["Approved connections"] = "Geaccepteerde connecties"; +$a->strings["Any connections"] = "Alle connecties"; +$a->strings["Anybody on this website"] = "Iedereen op deze hub"; +$a->strings["Anybody in this network"] = "Iedereen in dit netwerk"; +$a->strings["Anybody authenticated"] = "Geauthenticeerd"; +$a->strings["Anybody on the internet"] = "Iedereen op het internet"; +$a->strings["Publish your default profile in the network directory"] = "Publiceer je standaardprofiel in de kanalengids"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta ons toe om jouw kanaal als mogelijke connectie voor te stellen aan nieuwe kanalen"; +$a->strings["Your channel address is"] = "Jouw kanaaladres is"; +$a->strings["Channel Settings"] = "Kanaal-instellingen"; +$a->strings["Basic Settings"] = "Basis-instellingen"; +$a->strings["Your Timezone:"] = "Jouw tijdzone:"; +$a->strings["Default Post Location:"] = "Standaardlocatie bericht:"; +$a->strings["Geographical location to display on your posts"] = "Geografische locatie die bij het bericht moet worden vermeld"; +$a->strings["Use Browser Location:"] = "Locatie van webbrowser gebruiken:"; +$a->strings["Adult Content"] = "Inhoud voor volwassenen"; +$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Dit kanaal publiceert regelmatig of vaak materiaal dat alleen geschikt is voor volwassenen. (Gebruik de tag #NSFW in berichten met een seksueel getinte inhoud of ander voor minderjarigen ongeschikt materiaal)"; +$a->strings["Security and Privacy Settings"] = "Veiligheids- en privacy-instellingen"; +$a->strings["Your permissions are already configured. Click to view/adjust"] = "Jouw permissies zijn al ingesteld. Klik om ze te bekijken of aan te passen."; +$a->strings["Hide my online presence"] = "Verberg mijn aanwezigheid"; +$a->strings["Prevents displaying in your profile that you are online"] = "Voorkomt dat op je kanaalpagina te zien valt dat je momenteel op \$Projectname aanwezig bent"; +$a->strings["Simple Privacy Settings:"] = "Eenvoudige privacy-instellingen:"; +$a->strings["Very Public - extremely permissive (should be used with caution)"] = "Zeer openbaar (kanaal staat volledig open - moet met grote zorgvuldigheid gebruikt worden)"; +$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = "Normaal (standaard openbaar, maar privacy wanneer noodzakelijk - vergelijkbaar met die van sociale netwerken, maar met verbeterde privacy)"; +$a->strings["Private - default private, never open or public"] = "Privé (standaard privé en nooit openbaar)"; +$a->strings["Blocked - default blocked to/from everybody"] = "Geblokkeerd (standaard geblokkeerd naar/van iedereen)"; +$a->strings["Allow others to tag your posts"] = "Anderen toestaan om je berichten te taggen"; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Vaak in groepen/forums gebruikt om met terugwerkende kracht ongepast materiaal te markeren"; +$a->strings["Advanced Privacy Settings"] = "Geavanceerde privacy-instellingen"; +$a->strings["Expire other channel content after this many days"] = "Inhoud van andere kanalen na zoveel aantal dagen laten verlopen:"; +$a->strings["0 or blank prevents expiration"] = "0 of leeg voorkomt het verlopen"; +$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal connectieverzoeken per dag:"; +$a->strings["May reduce spam activity"] = "Kan eventuele spam verminderen"; +$a->strings["Default Post Permissions"] = "Standaard permissies voor nieuwe berichten"; +$a->strings["Channel permissions category:"] = "Kanaaltype en -permissies:"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; +$a->strings["Useful to reduce spamming"] = "Kan eventuele spam verminderen"; +$a->strings["Notification Settings"] = "Notificatie-instellingen"; +$a->strings["By default post a status message when:"] = "Plaats automatisch een statusbericht wanneer:"; +$a->strings["accepting a friend request"] = "Een connectieverzoek wordt geaccepteerd"; +$a->strings["joining a forum/community"] = "Je lid wordt van een forum/groep"; +$a->strings["making an interesting profile change"] = "Er sprake is van een interessante profielwijziging"; +$a->strings["Send a notification email when:"] = "Verzend een notificatie per e-mail wanneer:"; +$a->strings["You receive a connection request"] = "Je een connectieverzoek ontvangt"; +$a->strings["Your connections are confirmed"] = "Jouw connecties zijn bevestigd"; +$a->strings["Someone writes on your profile wall"] = "Iemand iets op jouw kanaal heeft geschreven"; +$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft"; +$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; +$a->strings["You receive a friend suggestion"] = "Je een kanaalvoorstel ontvangt"; +$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; +$a->strings["You are poked/prodded/etc. in a post"] = "Je bent in een bericht aangestoten/gepord/etc."; +$a->strings["Show visual notifications including:"] = "Toon de volgende zichtbare notificaties:"; +$a->strings["Unseen matrix activity"] = "Niet bekeken matrix-activiteit"; +$a->strings["Unseen channel activity"] = "Niet bekeken kanaal-activiteit"; +$a->strings["Unseen private messages"] = "Niet bekeken privéberichten"; +$a->strings["Recommended"] = "Aanbevolen"; +$a->strings["Upcoming events"] = "Aankomende gebeurtenissen"; +$a->strings["Events today"] = "Gebeurtissen van vandaag"; +$a->strings["Upcoming birthdays"] = "Aankomende verjaardagen"; +$a->strings["Not available in all themes"] = "Niet in alle thema's beschikbaar"; +$a->strings["System (personal) notifications"] = "(Persoonlijke) systeemnotificaties"; +$a->strings["System info messages"] = "Systeemmededelingen"; +$a->strings["System critical alerts"] = "Kritische systeemwaarschuwingen"; +$a->strings["New connections"] = "Nieuwe connecties"; +$a->strings["System Registrations"] = "Nieuwe accountregistraties op deze hub"; +$a->strings["Also show new wall posts, private messages and connections under Notices"] = "Toon tevens nieuwe kanaalberichten, privéberichten en connecties onder Notificaties"; +$a->strings["Notify me of events this many days in advance"] = "Herinner mij zoveel dagen van te voren aan gebeurtenissen"; +$a->strings["Must be greater than 0"] = "Moet hoger dan 0 zijn"; +$a->strings["Advanced Account/Page Type Settings"] = "Instellingen geavanceerd account/paginatype"; +$a->strings["Change the behaviour of this account for special situations"] = "Verander het gedrag van dit account voor speciale situaties"; +$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = "Schakel de expertmodus in (in Instellingen > Extra functies) om aan te kunnen passen!"; +$a->strings["Miscellaneous Settings"] = "Diverse instellingen"; +$a->strings["Default photo upload folder"] = "Standaard fotoalbum voor uploads"; +$a->strings["Default file upload folder"] = "Standaard bestandsmap voor uploads"; +$a->strings["Personal menu to display in your channel pages"] = "Persoonlijk menu om op je kanaalpagina's weer te geven"; +$a->strings["Remove this channel."] = "Verwijder dit kanaal."; +$a->strings["Xchan Lookup"] = "Xchan opzoeken"; +$a->strings["Lookup xchan beginning with (or webbie): "] = "Zoek een xchan (of webbie) die begint met:"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Je hebt %1$.0f van totaal %2$.0f toegestane kanalen aangemaakt."; +$a->strings["Create a new channel"] = "Nieuw kanaal aanmaken"; +$a->strings["Current Channel"] = "Huidig kanaal"; +$a->strings["Switch to one of your channels by selecting it."] = "Activeer een van jouw andere kanalen door er op te klikken."; +$a->strings["Default Channel"] = "Standaardkanaal"; +$a->strings["Make Default"] = "Als standaard instellen"; +$a->strings["%d new messages"] = "%d nieuwe berichten"; +$a->strings["%d new introductions"] = "%d nieuwe connectieverzoeken"; +$a->strings["Delegated Channels"] = "Uitbestede kanalen"; +$a->strings["Authorize application connection"] = "Geef toestemming voor applicatiekoppeling"; +$a->strings["Return to your app and insert this Securty Code:"] = "Ga terug naar je app en voeg deze beveiligingscode in:"; +$a->strings["Please login to continue."] = "Inloggen om verder te kunnen gaan."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze applicatie toestemming geven om jouw berichten en connecties te zien, en/of nieuwe berichten voor jou te plaatsen?"; +$a->strings["Blocked"] = "Geblokkeerd"; +$a->strings["Ignored"] = "Genegeerd"; +$a->strings["Hidden"] = "Verborgen"; +$a->strings["Archived"] = "Gearchiveerd"; +$a->strings["Suggest new connections"] = "Nieuwe kanalen voorstellen"; +$a->strings["New Connections"] = "Nieuwe connecties"; +$a->strings["Show pending (new) connections"] = "Nog te accepteren (nieuwe) connecties weergeven"; +$a->strings["All Connections"] = "Alle connecties"; +$a->strings["Show all connections"] = "Toon alle connecties"; +$a->strings["Unblocked"] = "Niet geblokkeerd"; +$a->strings["Only show unblocked connections"] = "Toon alleen niet geblokkeerde connecties"; +$a->strings["Only show blocked connections"] = "Toon alleen geblokkeerde connecties"; +$a->strings["Only show ignored connections"] = "Toon alleen genegeerde connecties"; +$a->strings["Only show archived connections"] = "Toon alleen gearchiveerde connecties"; +$a->strings["Only show hidden connections"] = "Toon alleen verborgen connecties"; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit connection"] = "Connectie bewerken"; +$a->strings["Search your connections"] = "Doorzoek jouw connecties"; +$a->strings["Finding: "] = "Zoeken naar: "; +$a->strings["Delete layout?"] = "Lay-out verwijderen?"; +$a->strings["Edit Layout"] = "Lay-out bewerken"; +$a->strings["Delete webpage?"] = "Webpagina verwijderen?"; +$a->strings["Page link title"] = "Titel van paginalink"; +$a->strings["Edit Webpage"] = "Webpagina bewerken"; +$a->strings["Collection created."] = "Collectie aangemaakt"; +$a->strings["Could not create collection."] = "Collectie kon niet aangemaakt worden"; +$a->strings["Collection updated."] = "Collectie bijgewerkt."; +$a->strings["Create a collection of channels."] = "Kanaalcollectie aanmaken"; +$a->strings["Collection Name: "] = "Naam collectie:"; +$a->strings["Members are visible to other channels"] = "Kanalen in deze collectie zijn zichtbaar voor andere kanalen"; +$a->strings["Collection removed."] = "Collectie verwijderd"; +$a->strings["Unable to remove collection."] = "Verwijderen collectie mislukt"; +$a->strings["Collection Editor"] = "Collectiebewerker"; +$a->strings["Members"] = "Kanalen"; +$a->strings["All Connected Channels"] = "Alle kanaalconnecties"; +$a->strings["Click on a channel to add or remove."] = "Klik op een kanaal om deze toe te voegen of te verwijderen."; +$a->strings["Continue"] = "Ga verder"; +$a->strings["Premium Channel Setup"] = "Instellen premiumkanaal "; +$a->strings["Enable premium channel connection restrictions"] = "Restricties voor connecties van premiumkanaal toestaan"; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Vul je restricties of voorwaarden in, zoals een paypal-afschrift, voorschriften voor leden, enz."; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Dit kanaal kan extra stappen of het accepteren van de volgende voorwaarden vereisen, voordat de connectie wordt geaccepteerd:"; +$a->strings["Potential connections will then see the following text before proceeding:"] = "Mogelijke connecties zullen dan de volgende tekst zien voordat ze verder kunnen:"; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Door verder te gaan ga ik automatisch akkoord met alle voorwaarden en aanwijzingen op deze pagina."; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Er zijn geen speciale voorwaarden en aanwijzingen door de kanaal-eigenaar verstrekt) "; +$a->strings["Restricted or Premium Channel"] = "Beperkt of premiumkanaal"; +$a->strings["No connections."] = "Geen connecties."; +$a->strings["Visit %s's profile [%s]"] = "Bezoek het profiel van %s [%s]"; +$a->strings["Location not found."] = "Locatie niet gevonden."; +$a->strings["Location lookup failed."] = "Opzoeken locatie mislukt"; +$a->strings["Please select another location to become primary before removing the primary location."] = "Kies eerst een andere primaire locatie alvorens de huidige primaire locatie te verwijderen."; +$a->strings["No locations found."] = "Geen locaties gevonden."; +$a->strings["Manage Channel Locations"] = "Kanaallocaties beheren"; +$a->strings["Location (address)"] = "Locatie (adres)"; +$a->strings["Primary Location"] = "Primaire locatie"; +$a->strings["Drop location"] = "Locatie verwijderen"; $a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Authenticatie op afstand geblokkeerd. Je bent lokaal op deze hub ingelogd. Uitloggen en opnieuw proberen."; -$a->strings["Add a Channel"] = "Kanaal toevoegen"; -$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Naast een account moet je tenminste één kanaal aanmaken. Een kanaal is een persoonlijke verzameling (gerelateerde) berichten en media, zoals je misschien gewend bent van sociale netwerken. Een kanaal kan gebruikt worden voor social media, een blog, forum, en voor veel meer. Je kan net zoveel kanalen aanmaken als dat de eigenaar/beheerder van jouw hub toestaat."; -$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Jouw naam of een andere relevante naam. Voorbeelden: \"Jan Pietersen\", \"Willems weblog\", \"Familieforum\""; -$a->strings["Choose a short nickname"] = "Korte bijnaam"; -$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: janp wordt janp@jouw_hub.nl en https://jouw_hub.nl/channel/janp."; -$a->strings["Or import an existing channel from another location"] = "Of importeer een bestaand kanaal vanaf een andere locatie."; -$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd."; -$a->strings["Channel Type"] = "Kanaaltype"; -$a->strings["Read more about roles"] = "Lees meer over kanaaltypes"; -$a->strings["App installed."] = "App geïnstalleerd"; -$a->strings["Malformed app."] = "Misvormde app."; -$a->strings["Embed code"] = "Insluitcode"; -$a->strings["Edit App"] = "App bewerken"; -$a->strings["Create App"] = "App maken"; -$a->strings["Name of app"] = "Naam van app"; -$a->strings["Location (URL) of app"] = "Locatie (URL) van app"; -$a->strings["Photo icon URL"] = "URL van pictogram"; -$a->strings["80 x 80 pixels - optional"] = "80 x 80 pixels (optioneel)"; -$a->strings["Version ID"] = "Versie-ID"; -$a->strings["Price of app"] = "Prijs van de app"; -$a->strings["Location (URL) to purchase app"] = "Locatie (URL) om de app aan te schaffen"; -$a->strings["sent you a private message"] = "stuurde jou een privébericht"; -$a->strings["added your channel"] = "voegde jouw kanaal toe"; -$a->strings["posted an event"] = "plaatste een gebeurtenis"; -$a->strings["No such group"] = "Collectie niet gevonden"; -$a->strings["No such channel"] = "Niet zo'n kanaal"; -$a->strings["Search Results For:"] = "Zoekresultaten voor:"; -$a->strings["Collection is empty"] = "Collectie is leeg"; -$a->strings["Collection: "] = "Collectie: "; -$a->strings["Connection: "] = "Connectie: "; -$a->strings["Invalid connection."] = "Ongeldige connectie."; -$a->strings["Ipsum Lorem"] = "Lorem ipsum"; -$a->strings["Bookmark added"] = "Bladwijzer toegevoegd"; -$a->strings["My Bookmarks"] = "Mijn bladwijzers"; -$a->strings["My Connections Bookmarks"] = "Bladwijzers van mijn connecties"; -$a->strings["Insufficient permissions. Request redirected to profile page."] = "Onvoldoende permissies. Doorgestuurd naar profielpagina."; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer."; -$a->strings["Poll"] = "Poll"; -$a->strings["View Results"] = "Bekijk resultaten"; -$a->strings["No service class restrictions found."] = "Geen abonnementsbeperkingen gevonden."; +$a->strings["\$Projectname Server - Setup"] = "\$Projectname Server - Setup"; +$a->strings["Could not connect to database."] = "Could not connect to database."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Could not connect to specified hub URL. Possible SSL certificate or DNS issue."; +$a->strings["Could not create table."] = "Could not create table."; +$a->strings["Your site database has been installed."] = "Your hub database has been installed."; +$a->strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "You may need to import the file \"install/schema_xxx.sql\" manually using a database client."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Please see the file \"install/INSTALL.txt\"."; +$a->strings["System check"] = "System check"; +$a->strings["Check again"] = "Check again"; +$a->strings["Database connection"] = "Database connection"; +$a->strings["In order to install \$Projectname we need to know how to connect to your database."] = "In order to install \$Projectname we need to know how to connect to your database."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing."; +$a->strings["Database Server Name"] = "Database Server Name"; +$a->strings["Default is localhost"] = "Default is localhost"; +$a->strings["Database Port"] = "Database Port"; +$a->strings["Communication port number - use 0 for default"] = "Communication port number - use 0 for default"; +$a->strings["Database Login Name"] = "Database Login Name"; +$a->strings["Database Login Password"] = "Database Login Password"; +$a->strings["Database Name"] = "Database Name"; +$a->strings["Database Type"] = "Database Type"; +$a->strings["Site administrator email address"] = "Hub administrator email address"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel."; +$a->strings["Website URL"] = "Hub URL"; +$a->strings["Please use SSL (https) URL if available."] = "Please use SSL (https) URL if available."; +$a->strings["Please select a default timezone for your website"] = "Please select a default timezone for your hub"; +$a->strings["Site settings"] = "Hub settings"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH."; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."; +$a->strings["PHP executable path"] = "PHP executable path"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation."; +$a->strings["Command line PHP"] = "Command line PHP"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."; +$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."; +$a->strings["You can adjust these settings in the servers php.ini."] = "You can adjust these settings in the servers php.ini."; +$a->strings["PHP upload limits"] = "PHP upload limits"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generate encryption keys"; +$a->strings["libCurl PHP module"] = "libCurl PHP module"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; +$a->strings["mysqli or postgres PHP module"] = "mysqli or postgres PHP module"; +$a->strings["mb_string PHP module"] = "mb_string PHP module"; +$a->strings["mcrypt PHP module"] = "mcrypt PHP module"; +$a->strings["xml PHP module"] = "xml PHP module"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache webserver mod-rewrite module is required but not installed."; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Error: proc_open is required but is either not installed or has been disabled in php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed."; +$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed."; +$a->strings["Error: mysqli or postgres PHP module required but neither are installed."] = "Error: mysqli or postgres PHP module required but neither are installed."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: mcrypt PHP module required but not installed."; +$a->strings["Error: xml PHP module required for DAV but not installed."] = "Error: xml PHP module required for DAV but not installed."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory %s under the Red top level folder."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."; +$a->strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."; +$a->strings["%s is writable"] = "%s is writable"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"; +$a->strings["store is writable"] = "store is writable"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL certificate cannot be validated. Fix certificate or disable https access to this hub."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "If you have https access to your hub or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "This restriction is incorporated because public posts from you may for example contain references to images on your own hub."; +$a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "If your certificate is not recognized, members of other hubs (who may themselves have valid certificates) will get a warning message on their own hub complaining about security issues."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "This can cause usability issues elsewhere (not just on your own hub) so we must insist on this requirement."; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Providers are available that issue free certificates which are browser-valid."; +$a->strings["SSL certificate validation"] = "SSL certificate validation"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = "Url rewrite in .htaccess is not working. Check your server configuration.Test: "; +$a->strings["Url rewrite is working"] = "Url rewrite is working"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; +$a->strings["Errors encountered creating database tables."] = "Errors encountered creating database tables."; +$a->strings["

What next

"] = "

Wat nu

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."; $a->strings["Files: shared with me"] = "Bestanden: met mij gedeeld"; $a->strings["NEW"] = "NIEUW"; $a->strings["Remove all files"] = "Verwijder alle bestanden"; $a->strings["Remove this file"] = "Verwijder dit bestand"; -$a->strings["Schema Default"] = "Standaardschema"; -$a->strings["Sans-Serif"] = "Schreefloos"; -$a->strings["Monospace"] = "Monospace"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorgestelde kanalen gevonden. Wanneer dit een nieuwe hub is, probeer het dan over 24 uur weer."; +$a->strings["Profile not found."] = "Profiel niet gevonden."; +$a->strings["Profile deleted."] = "Profiel verwijderd."; +$a->strings["Profile-"] = "Profiel-"; +$a->strings["New profile created."] = "Nieuw profiel aangemaakt."; +$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen"; +$a->strings["Profile unavailable to export."] = "Geen profiel beschikbaar om te exporteren"; +$a->strings["Profile Name is required."] = "Profielnaam is vereist"; +$a->strings["Marital Status"] = "Huwelijke status"; +$a->strings["Romantic Partner"] = "Romantische partner"; +$a->strings["Likes"] = "Houdt van"; +$a->strings["Dislikes"] = "Houdt niet van"; +$a->strings["Work/Employment"] = "Werk/arbeid"; +$a->strings["Religion"] = "Religie"; +$a->strings["Political Views"] = "Politieke overtuigingen"; +$a->strings["Sexual Preference"] = "Seksuele voorkeur"; +$a->strings["Homepage"] = "Homepage"; +$a->strings["Interests"] = "Interesses"; +$a->strings["Profile updated."] = "Profiel bijgewerkt"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."; +$a->strings["Edit Profile Details"] = "Profiel bewerken"; +$a->strings["View this profile"] = "Profiel weergeven"; +$a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; +$a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis"; +$a->strings["Clone this profile"] = "Dit profiel klonen"; +$a->strings["Delete this profile"] = "Dit profiel verwijderen"; +$a->strings["Import profile from file"] = "Profiel vanuit bestand importeren"; +$a->strings["Export profile to file"] = "Profiel naar bestand exporteren"; +$a->strings["Profile Name:"] = "Profielnaam:"; +$a->strings["Your Full Name:"] = "Jouw volledige naam:"; +$a->strings["Title/Description:"] = "Titel/omschrijving:"; +$a->strings["Your Gender:"] = "Jouw geslacht"; +$a->strings["Birthday :"] = "Verjaardag: "; +$a->strings["Street Address:"] = "Straat en huisnummer:"; +$a->strings["Locality/City:"] = "Woonplaats:"; +$a->strings["Postal/Zip Code:"] = "Postcode:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Region/State:"] = "Provincie/gewest/deelstaat:"; +$a->strings[" Marital Status:"] = " Huwelijkse staat:"; +$a->strings["Who: (if applicable)"] = "Wie (wanneer toepasselijk):"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl"; +$a->strings["Since [date]:"] = "Sinds [datum]:"; +$a->strings["Homepage URL:"] = "Adres homepage:"; +$a->strings["Religious Views:"] = "Religieuze overtuigingen"; +$a->strings["Keywords:"] = "Trefwoorden"; +$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software"; +$a->strings["Used in directory listings"] = "Wordt in de kanalengids gebruikt"; +$a->strings["Tell us about yourself..."] = "Vertel ons iets over jezelf..."; +$a->strings["Hobbies/Interests"] = "Hobby's/interesses"; +$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; +$a->strings["My other channels"] = "Mijn andere kanalen"; +$a->strings["Musical interests"] = "Muzikale interesses"; +$a->strings["Books, literature"] = "Boeken/literatuur"; +$a->strings["Television"] = "Televisie"; +$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/entertainment"; +$a->strings["Love/romance"] = "Liefde/romantiek"; +$a->strings["Work/employment"] = "Werk/arbeid"; +$a->strings["School/education"] = "School/onderwijs"; +$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel"; +$a->strings["Age: "] = "Leeftijd:"; +$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren"; +$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen"; +$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste dingen aan jouw profiel toe"; +$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator"; +$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel "; +$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen"; +$a->strings["Visible To"] = "Zichtbaar voor"; +$a->strings["Select a bookmark folder"] = "Kies een bladwijzermap"; +$a->strings["Save Bookmark"] = "Bladwijzer opslaan"; +$a->strings["URL of bookmark"] = "URL van bladwijzer"; +$a->strings["Or enter new bookmark folder name"] = "Of geef de naam op van een nieuwe bladwijzermap"; +$a->strings["Import completed"] = "Importeren voltooid"; +$a->strings["Import Items"] = "Importeer items"; +$a->strings["Use this form to import existing posts and content from an export file."] = "Gebruik dit formulier om bestaande berichten en andere inhoud vanuit een exportbestand te importeren."; +$a->strings["Focus (Hubzilla default)"] = "Focus (Hubzilla-standaard)"; $a->strings["Theme settings"] = "Thema-instellingen"; -$a->strings["Set scheme"] = "Schema van thema instellen"; -$a->strings["Set font-size for posts and comments"] = "Lettergrootte voor berichten en reacties instellen"; -$a->strings["Set font face"] = "Lettertypefamilie instellen"; -$a->strings["Set iconset"] = "Pictogrammenset instellen"; -$a->strings["Set big shadow size, default 15px 15px 15px"] = "Een grote schaduwgrootte instellen (standaard 15px 15px 15px)"; -$a->strings["Set small shadow size, default 5px 5px 5px"] = "Een kleine schaduwgrootte instellen (standaard 5px 5px 5px)"; -$a->strings["Set shadow color, default #000"] = "Schaduwkleur instellen (standaard #000)"; -$a->strings["Set radius size, default 5px"] = "Radius instellen (standaard 5px)"; -$a->strings["Set line-height for posts and comments"] = "Lijnhoogte voor berichten en reacties instellen"; -$a->strings["Set background image"] = "Achtergrondafbeelding instellen"; -$a->strings["Set background attachment"] = "Gedrag achtergrondafbeelding instellen"; -$a->strings["Set background color"] = "Achtergrondkleur instellen"; -$a->strings["Set section background image"] = "Achtergrondafbeelding van sectie instellen"; -$a->strings["Set section background color"] = "Achtergrondkleur van sectie instellen"; -$a->strings["Set color of items - use hex"] = "Tekstkleur van items instellen (gebruik hexadecimaal)"; -$a->strings["Set color of links - use hex"] = "Kleur van links instellen (gebruik hexadecimaal)"; -$a->strings["Set max-width for items. Default 400px"] = "Maximale breedte van items instellen (standaard 400px)"; -$a->strings["Set min-width for items. Default 240px"] = "Minimale breedte van items instellen (standaard 240px)"; -$a->strings["Set the generic content wrapper width. Default 48%"] = "Breedte van de generieke content-wrapper instellen (standaard 48%)"; -$a->strings["Set color of fonts - use hex"] = "Tekstkleur instellen (gebruik hexadecimaal)"; -$a->strings["Set background-size element"] = "Grootte achtergrondafbeelding instellen"; -$a->strings["Item opacity"] = "Ondoorzichtigheid item"; -$a->strings["Display post previews only"] = "Alleen voorvertoning berichten weergeven"; -$a->strings["Display side bar on channel page"] = "Zijbalk op kanaalpagina weergeven"; -$a->strings["Colour of the navigation bar"] = "Kleur van de navigatiebalk"; -$a->strings["Item float"] = "Item float"; -$a->strings["Left offset of the section element"] = "Linker offset van het sectie-element"; -$a->strings["Right offset of the section element"] = "Rechter offset van het sectie-element"; -$a->strings["Section width"] = "Breedte van sectie"; -$a->strings["Left offset of the aside"] = "Rechter offset van aside (zijbalk)"; -$a->strings["Right offset of the aside element"] = "Rechter offset van het aside-element"; -$a->strings["Light (Red Matrix default)"] = "Light (\$Projectname-standaard)"; $a->strings["Select scheme"] = "Kies schema van thema"; $a->strings["Narrow navbar"] = "Smalle navigatiebalk"; $a->strings["Navigation bar background color"] = "Achtergrondkleur navigatiebalk"; @@ -2102,23 +2146,24 @@ $a->strings["Set the basic color for item icons"] = "Basiskleur itempictogrammen $a->strings["Set the hover color for item icons"] = "Hoverkleur itempictogrammen instellen"; $a->strings["Set font-size for the entire application"] = "Tekstgrootte van de volledige applicatie instellen"; $a->strings["Example: 14px"] = "Voorbeeld: 14px"; +$a->strings["Set font-size for posts and comments"] = "Lettergrootte voor berichten en reacties instellen"; $a->strings["Set font-color for posts and comments"] = "Tekstkleur van berichten en reacties"; $a->strings["Set radius of corners"] = "Radius van hoeken instellen"; $a->strings["Set shadow depth of photos"] = "Schaduwdiepte van foto's instellen"; $a->strings["Set maximum width of content region in pixel"] = "Maximumbreedte conversatieruimte instellen (in pixels)"; $a->strings["Leave empty for default width"] = "Laat leeg voor standaardbreedte"; -$a->strings["Center page content"] = "Inhoud centreren"; +$a->strings["Left align page content"] = "Inhoud links uitlijnen"; $a->strings["Set minimum opacity of nav bar - to hide it"] = "Minimale ondoorzichtigheid navigatiebalk (- om te verbergen)"; $a->strings["Set size of conversation author photo"] = "Grootte profielfoto's van berichten instellen"; $a->strings["Set size of followup author photos"] = "Grootte profielfoto's van reacties instellen"; $a->strings["Update %s failed. See error logs."] = "Update %s mislukt. Zie foutenlogboek."; $a->strings["Update Error at %s"] = "Update-fout op %s"; -$a->strings["Create an account to access services and applications within the Red Matrix"] = "Maak een account aan om toegang te krijgen tot diensten en toepassingen van \$Projectname"; +$a->strings["Create an account to access services and applications within the Hubzilla"] = "Maak een account aan om toegang te krijgen tot diensten en toepassingen van Hubzilla"; $a->strings["Password"] = "Wachtwoord"; $a->strings["Remember me"] = "Aangemeld blijven"; $a->strings["Forgot your password?"] = "Wachtwoord vergeten?"; $a->strings["toggle mobile"] = "mobiele weergave omschakelen"; $a->strings["Website SSL certificate is not valid. Please correct."] = "Het SSL-certificaat van deze website is ongeldig. Corrigeer dit a.u.b."; -$a->strings["[red] Website SSL error for %s"] = "[red] Probleem met SSL-certificaat voor %s"; +$a->strings["[hubzilla] Website SSL error for %s"] = "[hubzilla] Probleem met SSL-certificaat voor %s"; $a->strings["Cron/Scheduled tasks not running."] = "Cron is niet actief"; -$a->strings["[red] Cron tasks not running on %s"] = "[red] Cron-taken zijn niet actief op %s"; +$a->strings["[hubzilla] Cron tasks not running on %s"] = "[hubzilla] Cron-taken zijn niet actief op %s"; -- cgit v1.2.3