44 lines
2.0 KiB
PHP
44 lines
2.0 KiB
PHP
<?php
|
||
/*
|
||
* additional language strings used by plugin
|
||
*
|
||
* english version
|
||
*
|
||
* @author Gina Haeussge <osd@foosel.net>
|
||
*/
|
||
|
||
$lang['filename'] = 'Filename';
|
||
$lang['filesize'] = 'Filesize';
|
||
$lang['lastmodified'] = 'Last modified';
|
||
$lang['openlocation'] = 'Open Location';
|
||
$lang['error_nomatch'] = 'No match';
|
||
$lang['error_outsidejail'] = 'Access denied';
|
||
|
||
$lang['empty_files'] = 'No Files';
|
||
$lang['empty_images'] = 'No Images';
|
||
|
||
$lang['menu'] = 'luxtools';
|
||
$lang['settings'] = 'luxtools settings';
|
||
$lang['legend'] = 'Settings';
|
||
$lang['btn_save'] = 'Save';
|
||
$lang['saved'] = 'Settings saved.';
|
||
$lang['err_save'] = 'Could not save settings. Please check write permissions for conf/local.php.';
|
||
$lang['err_security'] = 'Security token mismatch. Please retry.';
|
||
|
||
$lang['paths'] = 'Allowed base paths (one per line). Optional: follow a path with A> alias and W> web URL.';
|
||
$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>...}} button (e.g. http://127.0.0.1:8765).';
|
||
|
||
$lang['scratchpad_edit'] = 'Edit scratchpad';
|
||
$lang['scratchpad_save'] = 'Save';
|
||
$lang['scratchpad_cancel'] = 'Cancel';
|
||
$lang['scratchpad_err_nopath'] = 'Scratchpad path missing';
|
||
$lang['scratchpad_err_badpath'] = 'Invalid scratchpad path';
|
||
$lang['scratchpad_err_unknown'] = 'Unknown scratchpad pad name';
|
||
$lang['scratchpad_err_unreadable'] = 'Scratchpad file is not readable';
|