Change project name to filetools

This commit is contained in:
2026-01-05 10:37:51 +01:00
parent a3558c470e
commit fe8d0bbffb
15 changed files with 77 additions and 74 deletions

View File

@@ -1,3 +1,3 @@
<?php
$lang['allow_in_comments'] = 'Filelistplus-Syntax in Kommentaren erlauben.';
$lang['allow_in_comments'] = 'Files-Syntax in Kommentaren erlauben.';

View File

@@ -1,5 +1,5 @@
<?php
$lang['allow_in_comments'] = 'Whether to allow the filelistplus syntax to be used in comments.';
$lang['allow_in_comments'] = 'Whether to allow the files syntax to be used in comments.';
$lang['defaults'] = 'Default options. Use the same syntax as in inline configuration';
$lang['extensions'] = 'Comma-separated list of allowed file extensions to list';

View File

@@ -4,6 +4,6 @@
*
* @author Mark C. Prins <mprins@users.sf.net>
*/
$lang['allow_in_comments'] = 'Of de filelistplus syntax toegestaan is voor gebruik in commentaar.';
$lang['allow_in_comments'] = 'Of de files syntax toegestaan is voor gebruik in commentaar.';
$lang['defaults'] = 'Default options. Gebruik dezelfde syntax als de inline configuratie.';
$lang['extensions'] = 'Komma-gescheiden lijst van toegestane bestandsextensies voor de lijst.';