47 lines
2.1 KiB
PHP
47 lines
2.1 KiB
PHP
<?php
|
|
/**
|
|
* English language file for config settings.
|
|
*
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
* @author Aurelien Bompard <aurelien@bompard.org>
|
|
* @package DokuWiki\lang\en\settings
|
|
*/
|
|
|
|
/**
|
|
* @global array $lang['tpl_dir'] Translation for 'template directory'
|
|
*/
|
|
$lang['tpl_dir'] = 'Sub-directory for the templates in the media manager';
|
|
|
|
/** @var array $lang['tpl_dir'] Translation for 'ODT template file (ODT or CSS file)' */
|
|
$lang['odt_template'] = 'Template for style import (ODT or CSS file)';
|
|
$lang['showexportbutton'] = 'Display ODT Export Button';
|
|
|
|
$lang['css_usage'] = 'Apply imported CSS to ODT styles?';
|
|
$lang['media_sel'] = 'Which @media selector shall be used to query CSS properties?';
|
|
$lang['css_font_size'] = 'CSS base font size (defining 1em)';
|
|
$lang['css_template'] = 'Which template should be used for formatting the ODT files?';
|
|
$lang['apply_fs_to_non_css'] = 'Apply CSS font size to ODT template and plugin default styles?';
|
|
|
|
$lang['twips_per_pixel_x'] = 'Twips per pixel (X axis)';
|
|
$lang['twips_per_pixel_y'] = 'Twips per pixel (Y axis)';
|
|
|
|
$lang['format'] = 'Page format';
|
|
$lang['orientation'] = 'Page orientation';
|
|
$lang['margin_top'] = 'Page margin top in cm';
|
|
$lang['margin_right'] = 'Page margin right in cm';
|
|
$lang['margin_bottom'] = 'Page margin bottom in cm';
|
|
$lang['margin_left'] = 'Page margin left in cm';
|
|
|
|
$lang['disable_links'] = 'Disable link creation?';
|
|
|
|
$lang['toc_maxlevel'] = 'Maximum depth of the table of contents';
|
|
$lang['toc_leader_sign'] = 'Leader sign for the table of contents';
|
|
$lang['toc_indents'] = 'Table of contents: Indentation per level in cm';
|
|
$lang['toc_pagebreak'] = 'Insert a pagebreak after the table of contents?';
|
|
$lang['toc_style'] = 'Text style for table of contents';
|
|
$lang['index_in_browser'] = 'Display placeholder for table of contents/index in the browser?';
|
|
|
|
$lang['outline_list_style'] = 'Outline style';
|
|
|
|
$lang['convert_to_pdf'] = 'Command to run for PDF conversion';
|