Dutch for installer

This commit is contained in:
Guillaume 2021-12-22 20:48:32 +01:00 committed by GitHub
parent 320f9a2f0c
commit 62faaa39cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,51 @@
<?php
$examples = array(
array(
'url' => 'welkom-bij-bludit',
'type' => 'published',
'category' => 'algemeen',
'position' => 1,
'title' => 'Welkom bij Bludit!',
'description' => 'Een warm welkom op je nieuwe website.',
'tags' => array('Welkom', 'Plugins', 'Thema\'s', 'Bludit'),
'content' =>
'<p>Hartelijk dank voor je vertrouwen in Bludit en welkom bij onze community. We groeien iedere dag!</p>
<p>Volg Bludit op deze social media:</p>
<ul>
<li><a href="https://twitter.com/bludit">https://twitter.com/bludit</a></li>
<li><a href="https://www.facebook.com/bluditcms">https://www.facebook.com/bluditcms</a></li>
</ul>
<p>Neem een kijkje bij de plugins and thema's:</p>
<ul>
<li><a href="https://plugins.bludit.com">https://plugins.bludit.com</a></li>
<li><a href="https://themes.bludit.com">https://themes.bludit.com</a></li>
</ul>
<p>Heb je hulp nodig of wil je meer weten over Bludit? Bezoek dan de officiële documentatie of doe mee op ons forum.</p>
<ul>
<li><a href="https://forum.bludit.org">https://forum.bludit.org</a></li>
<li><a href="https://docs.bludit.com">https://docs.bludit.com</a></li>
</ul>'
),
array(
'url' => 'je-website-opzetten',
'type' => 'published',
'category' => 'algemeen',
'position' => 2,
'title' => 'Je nieuwe website opzetten',
'description' => 'Bludit configureren.',
'tags' => array('Taal', 'Tijdzone', 'Markdown', 'Bludit'),
'content' =>
'<h2>Site-informatie</h2>
<p>Verbeter de site-informatie en metadata. Voeg een sitebeschrijving toe om de ranking bij zoekmachines te verfijnen, voeg sociale netwerken toe, voeg een logo met uw merk toe.</p>
<h2>Taal en tijdzone</h2>
<p>Bludit ondersteunt een verscheidenheid aan talen en tijdzones. Kies de optie die het beste bij jou en je bezoekers past.</p>
<h2>Markdown</h2>
<p>Bludit ondersteunt Markdown. Hiervoor dien je wel eerst de juiste editor te kiezen.</p>
<ol>
<li>Ga naar het Beheerderspaneel</li>
<li>Ga naar de Plugins</li>
<li>TinyMCE-plugin uitschakelen</li>
<li>EasyMDE=plugin inschakelen</li>
</ol>'
)
);