This commit is contained in:
marijus 2014-08-24 09:35:21 +02:00
commit f991ca8df1
16 changed files with 765 additions and 748 deletions

View File

@ -132,6 +132,7 @@ function can_comment_on_post($observer_xchan,$item) {
// false. // false.
return false; return false;
break; break;
case 'any connections':
case 'contacts': case 'contacts':
case '': case '':
if(array_key_exists('owner',$item)) { if(array_key_exists('owner',$item)) {
@ -318,9 +319,9 @@ function post_activity_item($arr) {
$key = get_config('system','pubkey'); $key = get_config('system','pubkey');
$arr['item_flags'] = $arr['item_flags'] | ITEM_OBSCURED; $arr['item_flags'] = $arr['item_flags'] | ITEM_OBSCURED;
if($arr['title']) if($arr['title'])
$arr['title'] = json_encode(aes_encapsulate($arr['title'],$key)); $arr['title'] = json_encode(crypto_encapsulate($arr['title'],$key));
if($arr['body']) if($arr['body'])
$arr['body'] = json_encode(aes_encapsulate($arr['body'],$key)); $arr['body'] = json_encode(crypto_encapsulate($arr['body'],$key));
} }
$arr['mid'] = ((x($arr,'mid')) ? $arr['mid'] : item_message_id()); $arr['mid'] = ((x($arr,'mid')) ? $arr['mid'] : item_message_id());
@ -2713,9 +2714,9 @@ function start_delivery_chain($channel,$item,$item_id,$parent) {
$key = get_config('system','pubkey'); $key = get_config('system','pubkey');
$flag_bits = $flag_bits|ITEM_OBSCURED; $flag_bits = $flag_bits|ITEM_OBSCURED;
if($title) if($title)
$title = json_encode(aes_encapsulate($title,$key)); $title = json_encode(crypto_encapsulate($title,$key));
if($body) if($body)
$body = json_encode(aes_encapsulate($body,$key)); $body = json_encode(crypto_encapsulate($body,$key));
} }
} }
else { else {

View File

@ -768,9 +768,9 @@ function item_post(&$a) {
$key = get_config('system','pubkey'); $key = get_config('system','pubkey');
$datarray['item_flags'] = $datarray['item_flags'] | ITEM_OBSCURED; $datarray['item_flags'] = $datarray['item_flags'] | ITEM_OBSCURED;
if($datarray['title']) if($datarray['title'])
$datarray['title'] = json_encode(aes_encapsulate($datarray['title'],$key)); $datarray['title'] = json_encode(crypto_encapsulate($datarray['title'],$key));
if($datarray['body']) if($datarray['body'])
$datarray['body'] = json_encode(aes_encapsulate($datarray['body'],$key)); $datarray['body'] = json_encode(crypto_encapsulate($datarray['body'],$key));
} }
if($orig_post) { if($orig_post) {

View File

@ -19,14 +19,17 @@ function viewsrc_content(&$a) {
} }
if(local_user() && $item_id) { if(local_user() && $item_id) {
$r = q("select body from item where item_restrict = 0 and uid = %d and id = %d limit 1", $r = q("select item_flags, body from item where item_restrict = 0 and uid = %d and id = %d limit 1",
intval(local_user()), intval(local_user()),
intval($item_id) intval($item_id)
); );
if($r) if($r) {
if($r[0]['item_flags'] & ITEM_OBSCURED)
$r[0]['body'] = crypto_unencapsulate(json_decode($r[0]['body'],true),get_config('system','prvkey'));
$o = (($json) ? json_encode($r[0]['body']) : str_replace("\n",'<br />',$r[0]['body'])); $o = (($json) ? json_encode($r[0]['body']) : str_replace("\n",'<br />',$r[0]['body']));
} }
}
if(is_ajax()) { if(is_ajax()) {
echo $o; echo $o;

View File

@ -203,7 +203,7 @@ function zfinger_init(&$a) {
$permissions['connected'] = true; $permissions['connected'] = true;
} }
$ret['permissions'] = (($ztarget && $zkey) ? aes_encapsulate(json_encode($permissions),$zkey) : $permissions); $ret['permissions'] = (($ztarget && $zkey) ? crypto_encapsulate(json_encode($permissions),$zkey) : $permissions);
if($permissions['view_profile']) if($permissions['view_profile'])
$ret['profile'] = $profile; $ret['profile'] = $profile;

View File

@ -1 +1 @@
2014-08-22.775 2014-08-23.776

View File

@ -13,7 +13,7 @@
#photo-view-wrapper { #photo-view-wrapper {
float:left; float:left;
min-width: 300px; min-width: 500px;
overflow: hidden; overflow: hidden;
} }

View File

@ -11,4 +11,4 @@ Je dient op je hub in te loggen om het verzoek te accepteren, het af te wijzen o
Vriendelijke groet, Vriendelijke groet,
Beheerder {{$sitename}} Beheerder {{$sitename}} ({{$siteurl}})

View File

@ -1,22 +1,22 @@
Dear {{$username}}, Beste {{$username}},
Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted Groot nieuws... '{{$fn}}' op '{{$dfrn_url}}' heeft jouw
your connection request at '{{$sitename}}'. connectieverzoek op '{{$sitename}}' geaccepteerd.
You are now mutual friends and may exchange status updates, photos, and email Jullie zijn nu met elkaar verbonden en kunnen zonder beperkingen berichten, foto's en
without restriction. privéberichten uitwisselen.
Please visit your 'Connnections' page at {{$sitename}} if you wish to make Bezoek jouw 'connecties'-pagina op {{$sitename}} wanneer je instellingen voor
any changes to this relationship. deze connectie wil veranderen.
{{$siteurl}} {{$siteurl}}
[For instance, you may create a separate profile with information that is not [Je kan bijvoorbeeld een apart profiel aanmaken (zie extra functies) die niet voor het
available to the general public - and assign viewing rights to '{{$fn}}']. grote publiek te zien is en deze zichtbaar maken voor '{{$fn}}'].
Sincerely, Vriendelijke groet,
{{$sitename}} Administrator Beheerder {{$sitename}} ({{siteurl}})

View File

@ -1,22 +1,22 @@
Dear {{$username}}, Beste {{$username}},
'{{$fn}}' at '{{$dfrn_url}}' has accepted '{{$fn}}' op '{{$dfrn_url}}' heeft jouw
your connection request at '{{$sitename}}'. connectieverzoek geaccepteerd op '{{$sitename}}'.
'{{$fn}}' has chosen to accept you a "fan", which restricts '{{$fn}}' heeft er voor gekozen om jou als "fan" te accepteren.
some forms of communication - such as private messaging and some profile Hierdoor worden sommige vormen van communicatie beperkt, zoals het sturen van privéberichten en sommige
interactions. If this is a celebrity or community page, these settings were profiel-interacties. Wanneer dit een kanaal van een beroemdheid of een groep/forum is werden
applied automatically. deze instellingen automatisch toegepast.
'{{$fn}}' may choose to extend this into a two-way or more permissive '{{$fn}}' kan er voor kiezen om in de toekomst deze beperkingen op te heffen of
relationship in the future. om juist meer beperkingen op te leggen.
You will start receiving public status updates from '{{$fn}}', Vanaf nu ontvang je openbare berichten van '{{$fn}}'.
which will appear on your 'Matrix' page at Deze zullen in jouw 'matrix' (tijdlijn) verschijnen op
{{$siteurl}} {{$siteurl}}.
Sincerely, Vriendelijke groet,
{{$sitename}} Administrator Beheerder {{$sitename}} ({{$siteurl}})

View File

@ -27,6 +27,6 @@ Inlognaam: {{$email}}
Vriendelijke groet, Vriendelijke groet,
Beheerder {{$sitename}} Beheerder {{$sitename}} ({{$siteurl}})

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,6 @@ Wij adviseren om dit wachtwoord te veranderen onder 'instellingen' nadat je bent
Vriendelijke groet, Vriendelijke groet,
Beheerder {{$sitename}} Beheerder {{$sitename}} ({{$siteurl}})

View File

@ -6,14 +6,14 @@ Hub: {{$siteurl}}
Inlognaam: {{$email}} Inlognaam: {{$email}}
Wachtwoord: (het wachtwoord dat je tijdens de registratie hebt opgegeven) Wachtwoord: (het wachtwoord dat je tijdens de registratie hebt opgegeven)
Wanneer dit account was aangemaakt zonder jouw medeweten en tevens niet gewenst, dan kan je Wanneer dit account was aangemaakt zonder jouw medeweten en tevens niet gewenst, dan kan je {{$siteurl}}
bezoeken en een nieuwe wachtwoord aanvragen. Je kan daarna inloggen en via 'instellingen > kanaal' (onderaan) bezoeken en een nieuwe wachtwoord aanvragen. Je kan daarna inloggen, een kanaal aanmaken en
het kanaal verwijderen dat ten onrechte jouw e-mailadres gebruikt. Wanneer dat is voltooid, je een e-mail sturen naar de beheerder van deze hub om het account volledig te laten verwijderen. meteen via 'instellingen > account' (linksboven) het account verwijderen (onderaan).
Zie voor de beheerder {{$siteurl}}/siteinfo . Excuses voor het ongemak. Excuses voor het eventuele ongemak.
Dank je en welkom op Wanneer dit account wel door jou is aangemaakt: Dank je en welkom op de {{sitename}}.
Vriendelijke groet, Vriendelijke groet,
Beheerder {{$sitename}} Beheerder {{sitename}} ({{$siteurl}})

View File

@ -1,25 +1,24 @@
A new user registration request was received at {{$sitename}} which requires {{$sitename}} heeft een nieuwe accountregistratie ontvangen die jouw goedkeuring
your approval. nodig heeft.
The login details are as follows: De inloggegevens zijn als volgt:
Site Location: {{$siteurl}} Hub: {{$siteurl}}
Login Name: {{$email}} Inlognaam: {{$email}}
IP Address: {{$details}} IP-adres:
To approve this request please visit the following link: Om dit verzoek goed te keuren bezoek je de volgende link:
{{$siteurl}}/regmod/allow/{{$hash}} {{$siteurl}}/regmod/allow/{{$hash}}
To deny the request and remove the account, please visit: Om dit verzoek af te keuren en het account te verwijderen bezoek je:
{{$siteurl}}/regmod/deny/{{$hash}} {{$siteurl}}/regmod/deny/{{$hash}}
Thank you. Bedankt

View File

@ -0,0 +1,24 @@
Dank je voor je aanmelding op {{$sitename}}.
Jouw inloggegevens zijn als volgt:
Hub: {{$siteurl}}
Inlognaam: {{$email}}
Log in met het wachtwoord die je tijdens het registeren hebt gekozen.
Wij dienen jouw e-mailadres te verifiëren om je volledig toegang te kunnen geven.
Wanneer jij dit account hebt aangemaakt, bezoek dan de volgende link:
{{$siteurl}}/regver/allow/{{$hash}}
Om de registratie van dit account te annuleren en deze te verwijderen bezoek je:
{{$siteurl}}/regver/deny/{{$hash}}
Bedankt

View File

@ -7,8 +7,6 @@ function string_plural_select_nl($n){
; ;
$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden"; $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["Profile Photos"] = "Profielfoto's";
$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is nu bevriend met %2\$s";
$a->strings["Sharing notification from Diaspora network"] = "Notificatie delen vanuit het Diaspora-netwerk";
$a->strings["photo"] = "foto"; $a->strings["photo"] = "foto";
$a->strings["status"] = "bericht"; $a->strings["status"] = "bericht";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk";
@ -241,6 +239,7 @@ $a->strings["New Message"] = "Nieuw bericht";
$a->strings["Event Calendar"] = "Agenda"; $a->strings["Event Calendar"] = "Agenda";
$a->strings["See all events"] = "Alle gebeurtenissen weergeven"; $a->strings["See all events"] = "Alle gebeurtenissen weergeven";
$a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken"; $a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken";
$a->strings["Channel Manager"] = "Kanaalbeheerder";
$a->strings["Manage Your Channels"] = "Beheer je kanalen"; $a->strings["Manage Your Channels"] = "Beheer je kanalen";
$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen"; $a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen";
$a->strings["Admin"] = "Beheer"; $a->strings["Admin"] = "Beheer";
@ -336,7 +335,7 @@ $a->strings["Safe Mode"] = "Veilig zoeken";
$a->strings["Red Matrix Notification"] = "RedMatrix-notificatie"; $a->strings["Red Matrix Notification"] = "RedMatrix-notificatie";
$a->strings["redmatrix"] = "RedMatrix"; $a->strings["redmatrix"] = "RedMatrix";
$a->strings["Thank You,"] = "Bedankt,"; $a->strings["Thank You,"] = "Bedankt,";
$a->strings["%s Administrator"] = "%s beheerder"; $a->strings["%s Administrator"] = "Beheerder %s";
$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; $a->strings["%s <!item_type!>"] = "%s <!item_type!>";
$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notificatie] Nieuw privébericht ontvangen op %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, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s zond jou een nieuw privébericht om %3\$s.";
@ -415,6 +414,7 @@ $a->strings["Follow Thread"] = "Conversatie volgen";
$a->strings["View Status"] = "Status weergeven"; $a->strings["View Status"] = "Status weergeven";
$a->strings["View Photos"] = "Foto's weergeven"; $a->strings["View Photos"] = "Foto's weergeven";
$a->strings["Matrix Activity"] = "Activiteit in de Matrix"; $a->strings["Matrix Activity"] = "Activiteit in de Matrix";
$a->strings["Connect"] = "Verbinden";
$a->strings["Edit Contact"] = "Contact bewerken"; $a->strings["Edit Contact"] = "Contact bewerken";
$a->strings["Send PM"] = "Privébericht verzenden"; $a->strings["Send PM"] = "Privébericht verzenden";
$a->strings["%s likes this."] = "%s vindt dit leuk."; $a->strings["%s likes this."] = "%s vindt dit leuk.";
@ -504,6 +504,8 @@ $a->strings["Web Pages"] = "Webpagina's";
$a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe"; $a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe";
$a->strings["Private Notes"] = "Privé-aantekeningen"; $a->strings["Private Notes"] = "Privé-aantekeningen";
$a->strings["Enables a tool to store notes and reminders"] = "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan"; $a->strings["Enables a tool to store notes and reminders"] = "Schakelt een eenvoudige toepassing in om aantekeningen en herinneringen in op te slaan";
$a->strings["Navigation Channel Select"] = "Kanaal kiezen in navigatiemenu";
$a->strings["Change channels directly from within the navigation dropdown menu"] = "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk";
$a->strings["Extended Identity Sharing"] = "Uitgebreid identiteit delen"; $a->strings["Extended Identity Sharing"] = "Uitgebreid identiteit delen";
$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Deel jouw RedMatrix-identiteit met alle websites op het internet. Wanneer dit is uitgeschakeld wordt je identiteit alleen binnen het RedMatrix-netwerk gedeeld. Schakel dit alleen als je weet wat je doet."; $a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Deel jouw RedMatrix-identiteit met alle websites op het internet. Wanneer dit is uitgeschakeld wordt je identiteit alleen binnen het RedMatrix-netwerk gedeeld. Schakel dit alleen als je weet wat je doet.";
$a->strings["Expert Mode"] = "Expertmodus"; $a->strings["Expert Mode"] = "Expertmodus";
@ -596,7 +598,6 @@ $a->strings["Default Profile"] = "Standaardprofiel";
$a->strings["Friends"] = "Vrienden"; $a->strings["Friends"] = "Vrienden";
$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar."; $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["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar";
$a->strings["Connect"] = "Verbinden";
$a->strings["Change profile photo"] = "Profielfoto veranderen"; $a->strings["Change profile photo"] = "Profielfoto veranderen";
$a->strings["Profiles"] = "Profielen"; $a->strings["Profiles"] = "Profielen";
$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken"; $a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken";
@ -756,6 +757,7 @@ $a->strings[" "] = " ";
$a->strings["timeago.numbers"] = "timeago.numbers"; $a->strings["timeago.numbers"] = "timeago.numbers";
$a->strings["New window"] = "Nieuw venster"; $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["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["Male"] = "Man"; $a->strings["Male"] = "Man";
$a->strings["Female"] = "Vrouw"; $a->strings["Female"] = "Vrouw";
$a->strings["Currently Male"] = "Momenteel man"; $a->strings["Currently Male"] = "Momenteel man";
@ -905,6 +907,7 @@ $a->strings["Confirm:"] = "Bevestigen:";
$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoordvelden leeg, behalve wanneer je deze wil veranderen"; $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["Email Address:"] = "E-mailadres:";
$a->strings["Remove Account"] = "Account verwijderen"; $a->strings["Remove Account"] = "Account verwijderen";
$a->strings["Remove this account from this server including all its channels"] = "Dit account en al zijn kanalen van deze RedMatrix-hub verwijderen";
$a->strings["Warning: This action is permanent and cannot be reversed."] = "Waarschuwing: Deze handeling is van permanente aard en kan niet meer worden teruggedraaid."; $a->strings["Warning: This action is permanent and cannot be reversed."] = "Waarschuwing: Deze handeling is van permanente aard en kan niet meer worden teruggedraaid.";
$a->strings["Off"] = "Uit"; $a->strings["Off"] = "Uit";
$a->strings["On"] = "Aan"; $a->strings["On"] = "Aan";
@ -1530,6 +1533,8 @@ $a->strings["Accessibility system theme"] = "Standaardthema voor universele toeg
$a->strings["Accessibility theme"] = "Thema voor universele toegang"; $a->strings["Accessibility theme"] = "Thema voor universele toegang";
$a->strings["Channel to use for this website's static pages"] = "Kanaal die op deze hub als statische pagina op de homepage gebruikt moet worden"; $a->strings["Channel to use for this website's static pages"] = "Kanaal die op deze hub als statische pagina op de homepage gebruikt moet worden";
$a->strings["Site Channel"] = "Kanaal op deze RedMatrix-hub"; $a->strings["Site Channel"] = "Kanaal op deze RedMatrix-hub";
$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"; $a->strings["Maximum image size"] = "Maximale grootte van afbeeldingen";
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend."; $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend.";
$a->strings["Does this site allow new member registration?"] = "Staat deze hub registratie van nieuwe accounts toe?"; $a->strings["Does this site allow new member registration?"] = "Staat deze hub registratie van nieuwe accounts toe?";
@ -1583,7 +1588,6 @@ $a->strings["%s user deleted"] = array(
1 => "%s accounts verwijderd", 1 => "%s accounts verwijderd",
); );
$a->strings["Account not found"] = "Account niet gevonden"; $a->strings["Account not found"] = "Account niet gevonden";
$a->strings["User '%s' deleted"] = "Account '%s' verwijderd";
$a->strings["User '%s' unblocked"] = "Account '%s' gedeblokkeerd"; $a->strings["User '%s' unblocked"] = "Account '%s' gedeblokkeerd";
$a->strings["User '%s' blocked"] = "Gebruiker '%s' geblokkeerd"; $a->strings["User '%s' blocked"] = "Gebruiker '%s' geblokkeerd";
$a->strings["Users"] = "Accounts"; $a->strings["Users"] = "Accounts";
@ -1666,7 +1670,7 @@ $a->strings["For either option, please choose whether to make this hub your new
$a->strings["Make this hub my primary location"] = "Stel deze hub als mijn primaire locatie in"; $a->strings["Make this hub my primary location"] = "Stel deze hub als mijn primaire locatie in";
$a->strings["Total invitation limit exceeded."] = "Limiet voor aantal uitnodigingen overschreden."; $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["%s : Not a valid email address."] = "%s : Geen geldig e-mailadres.";
$a->strings["Please join us on Red"] = "Kom op de RedMatrix"; $a->strings["Please join us on Red"] = "Uitnodiging voor de RedMatrix";
$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limiet voor aantal uitnodigingen overschreden. Neem contact op met je hub-beheerder."; $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["%s : Message delivery failed."] = "%s: Aflevering bericht mislukt.";
$a->strings["%d message sent."] = array( $a->strings["%d message sent."] = array(
@ -1677,12 +1681,12 @@ $a->strings["You have no more invitations available"] = "Je hebt geen uitnodigin
$a->strings["Send invitations"] = "Uitnodigingen verzenden"; $a->strings["Send invitations"] = "Uitnodigingen verzenden";
$a->strings["Enter email addresses, one per line:"] = "Voer e-mailadressen in, één per regel:"; $a->strings["Enter email addresses, one per line:"] = "Voer e-mailadressen in, één per regel:";
$a->strings["Your message:"] = "Jouw bericht:"; $a->strings["Your message:"] = "Jouw bericht:";
$a->strings["Please join my community on RedMatrix."] = "Vergezel ons op de RedMatrix."; $a->strings["Please join my community on RedMatrix."] = "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.";
$a->strings["You will need to supply this invitation code: "] = "Je moet deze uitnodigingscode opgeven:"; $a->strings["You will need to supply this invitation code: "] = "Je moet deze uitnodigingscode opgeven:";
$a->strings["1. Register at any RedMatrix location (they are all inter-connected)"] = "1. Registreer je op een willekeurige RedMatrix-hub (ze zijn allemaal onderling met elkaar verbonden)"; $a->strings["1. Register at any RedMatrix location (they are all inter-connected)"] = "1. Registreer je op een willekeurige RedMatrix-hub (ze zijn allemaal onderling met elkaar verbonden):";
$a->strings["2. Enter my RedMatrix network address into the site searchbar."] = "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn kanaaladres in het zoekveld invullen."; $a->strings["2. Enter my RedMatrix network address into the site searchbar."] = "2. Nadat je bent ingelogd en een kanaal hebt aangemaakt kan je mijn kanaaladres in het zoekveld invullen:";
$a->strings["or visit "] = "of bezoek "; $a->strings["or visit "] = "of bezoek ";
$a->strings["3. Click [Connect]"] = "3. Klik [+ Verbinden]"; $a->strings["3. Click [Connect]"] = "3. Klik op [+ Verbinden]";
$a->strings["Unable to locate original post."] = "Niet in staat om de originele locatie van het bericht te vinden. "; $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["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["Executable content type not permitted to this channel."] = "Uitvoerbare bestanden zijn niet toegestaan op dit kanaal.";
@ -1746,7 +1750,6 @@ $a->strings["No secure communications available. You <strong>may</strong> be abl
$a->strings["Send Reply"] = "Antwoord versturen"; $a->strings["Send Reply"] = "Antwoord versturen";
$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["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["Create a new channel"] = "Nieuw kanaal aanmaken";
$a->strings["Channel Manager"] = "Kanaalbeheerder";
$a->strings["Current Channel"] = "Huidig kanaal"; $a->strings["Current Channel"] = "Huidig kanaal";
$a->strings["Attach to one of your channels by selecting it."] = "Gebruik een van jouw kanalen door op een te klikken."; $a->strings["Attach to one of your channels by selecting it."] = "Gebruik een van jouw kanalen door op een te klikken.";
$a->strings["Default Channel"] = "Standaardkanaal"; $a->strings["Default Channel"] = "Standaardkanaal";
@ -1808,11 +1811,6 @@ $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["Location (URL) to purchase app"] = "Locatie (URL) om de app aan te schaffen";
$a->strings["Poll"] = "Poll"; $a->strings["Poll"] = "Poll";
$a->strings["View Results"] = "Bekijk resultaten"; $a->strings["View Results"] = "Bekijk resultaten";
$a->strings["Friendica Photo Album Import"] = "Fotoalbums importeren vanuit Friendica";
$a->strings["This will import all your Friendica photo albums to this Red channel."] = "Hiermee importeer je al jouw Friendica-fotoalbums in dit RedMatrix-kanaal.";
$a->strings["Friendica Server base URL"] = "Basis-URL van Friendica-server";
$a->strings["Friendica Login Username"] = "Gebruikersnaam Friendica-account";
$a->strings["Friendica Login Password"] = "Wachtwoord Friendica-account";
$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["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["Remove This Account"] = "Verwijder dit account";
$a->strings["This will completely remove this account including all its channels from the network. Once this has been done it is not recoverable."] = "Deze actie verwijderd dit account volledig, inclusief al zijn kanalen. Dit kan hierna op geen enkele manier ongedaan gemaakt worden."; $a->strings["This will completely remove this account including all its channels from the network. Once this has been done it is not recoverable."] = "Deze actie verwijderd dit account volledig, inclusief al zijn kanalen. Dit kan hierna op geen enkele manier ongedaan gemaakt worden.";