@@ -4,4 +4,4 @@ $lang['allow_in_comments'] = 'Whether to allow the filelist syntax to be used in
|
||||
$lang['allowed_absolute_paths'] = 'Comma-separated list of absolute paths allowed for globbing.';
|
||||
$lang['web_paths'] = 'Comma-separated list of urls by which to reach the corresponding absolute path from the previous list. MUST have the exact same number of entries as allowed_absolute_paths.';
|
||||
$lang['defaults'] = 'Default options. Use the same syntax as in inline configuration';
|
||||
$lang['extensions'] = 'Comma-separated listof allowed file extensions to list';
|
||||
$lang['extensions'] = 'Comma-separated list of allowed file extensions to list';
|
||||
|
||||
13
lang/nl/lang.php
Normal file
13
lang/nl/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/*
|
||||
* additional language strings used by plugin
|
||||
*
|
||||
* dutch version
|
||||
*
|
||||
* @author Mark C. Prins <mprins@users.sf.net>
|
||||
*/
|
||||
$lang['filename'] = 'Bestandsnaam';
|
||||
$lang['filesize'] = 'Bestandsgrootte';
|
||||
$lang['lastmodified'] = 'Laatst gewijzigd';
|
||||
$lang['error_nomatch'] = 'Niets gevonden';
|
||||
$lang['error_outsidejail'] = 'Toegang geweigerd';
|
||||
11
lang/nl/settings.php
Normal file
11
lang/nl/settings.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Dutch language file for settings.
|
||||
*
|
||||
* @author Mark C. Prins <mprins@users.sf.net>
|
||||
*/
|
||||
$lang['allow_in_comments'] = 'Of de filelist syntax toegestaan is voor gebruik in commentaar.';
|
||||
$lang['allowed_absolute_paths'] = 'Komma-gescheiden lijst van absolute zoekpaden.';
|
||||
$lang['web_paths'] = 'Komma-gescheiden lijst van urls waarop overeenkomende paden uit voorgaande lijst gevonden kunnen worden. Het aantal elementen MOET exact gelijk zijn aan dat van allowed_absolute_paths.';
|
||||
$lang['defaults'] = 'Default options. Gebruik dezelfde syntax als de inline configuratie.';
|
||||
$lang['extensions'] = 'Komma-gescheiden lijst van toegestane bestandsextensies voor de lijst.';
|
||||
Reference in New Issue
Block a user