add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Esther Brunner <wikidesign@gmail.com>
* @author Mark C. Prins <mprins@users.sf.net>
* @author Hugo Smet <hugo.smet@scarlet.be>
*/
$lang['page'] = 'Pagina';
$lang['date'] = 'Datum';
$lang['user'] = 'Gebruiker';
$lang['desc'] = 'Beschrijving';
$lang['diff'] = 'Verschillen';
$lang['diff_title'] = 'Toon verschillen met de huidige revisies';
$lang['diff_alt'] = 'Toon verschillen met de huidige revisies';

View File

@@ -0,0 +1,36 @@
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Esther Brunner <wikidesign@gmail.com>
* @author Mark C. Prins <mprins@users.sf.net>
* @author Hugo Smet <hugo.smet@scarlet.be>
* @author mark prins <mprins@users.sf.net>
*/
$lang['style'] = 'Stijl van de pagelist tabellen';
$lang['style_o_default'] = 'default';
$lang['style_o_table'] = 'tabel';
$lang['style_o_list'] = 'lijst';
$lang['style_o_simple'] = 'Eenvoudige lijst';
$lang['showheader'] = 'toon kopregel';
$lang['showdate'] = 'toon datum kolom';
$lang['showdate_o_0'] = 'verberg';
$lang['showdate_o_1'] = 'aanmaakdatum';
$lang['showdate_o_2'] = 'bewerkingsdatum';
$lang['showuser'] = 'toon gebruikers kolom';
$lang['showuser_o_0'] = 'verberg';
$lang['showuser_o_1'] = 'maker';
$lang['showuser_o_2'] = 'bijdragers';
$lang['showdesc'] = 'toon beschrijvingskolom';
$lang['showdesc_o_0'] = 'verberg';
$lang['showdesc_o_160'] = 'max. 160 chars.';
$lang['showdesc_o_500'] = 'max. 500 chars.';
$lang['showcomments'] = 'toon commentaar kolom (Discussion Plugin benodigd)';
$lang['showlinkbacks'] = 'toon linkbacks kolom (Linkback Plugin benodigd)';
$lang['showtags'] = 'toon tags kolom (Tag Plugin benodigd)';
$lang['showfirsthl'] = 'toon de eerste kopregel in plaats van de pagina naam';
$lang['showimage'] = 'toon afbeeldingskolom (Pageimage Plugin nodig)';
$lang['showdiff'] = 'toon link naar verschil pagina';
$lang['sort'] = 'sorteer paginas op pagina naam';
$lang['rsort'] = 'sorteer paginas omgekeerd op pagina naam';