14 lines
907 B
PHP
14 lines
907 B
PHP
<?php
|
||
|
||
$lang['paths'] = 'Allowed base paths (one per line). Optional: follow a path with A> alias.';
|
||
$lang['scratchpad_paths'] = 'Scratchpad files (one per line). Each file path must include the extension; use a following A> line to set the pad name used in the wiki.';
|
||
$lang['allow_in_comments'] = 'Whether to allow luxtools syntax (files/images/directory/scratchpad) 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';
|
||
|
||
$lang['thumb_placeholder'] = 'MediaManager ID for the gallery thumbnail placeholder';
|
||
|
||
$lang['gallery_thumb_scale'] = 'Gallery thumbnail scale factor. Use 2 for sharper thumbnails on HiDPI screens (still displayed as 150×150).';
|
||
|
||
$lang['open_service_url'] = 'Local client service URL for the {{open>...}} link (e.g. http://127.0.0.1:8765).';
|