add contents
This commit is contained in:
15
lib/plugins/hidden/lang/nl/lang.php
Normal file
15
lib/plugins/hidden/lang/nl/lang.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author mprins <mprins@users.sf.net>
|
||||
* @author Mark C. Prins <mprins@users.sf.net>
|
||||
*/
|
||||
$lang['encoding'] = 'utf-8';
|
||||
$lang['direction'] = 'ltr';
|
||||
$lang['onHidden'] = 'Klik om te tonen ⇲';
|
||||
$lang['onVisible'] = 'Klik om te verbergen ⇱';
|
||||
$lang['edit'] = 'Verborgen sectie aanpassen';
|
||||
$lang['button'] = 'Verborgen sectie';
|
||||
$lang['switch.default'] = 'Klik om alle elementen te tonen/verbergen';
|
Reference in New Issue
Block a user