1<?php 2/** 3 * English language file for config settings. 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Aurelien Bompard <aurelien@bompard.org> 7 * @package DokuWiki\lang\en\settings 8 */ 9 10/** 11 * @global array $lang['tpl_dir'] Translation for 'template directory' 12 */ 13$lang['tpl_dir'] = 'Sub-directory for the templates in the media manager'; 14 15/** @var array $lang['tpl_dir'] Translation for 'ODT template file (ODT or CSS file)' */ 16$lang['odt_template'] = 'Template for style import (ODT or CSS file)'; 17$lang['showexportbutton'] = 'Display ODT Export Button'; 18 19$lang['css_usage'] = 'Apply imported CSS to ODT styles?'; 20$lang['media_sel'] = 'Which @media selector shall be used to query CSS properties?'; 21$lang['css_font_size'] = 'CSS base font size (defining 1em)'; 22$lang['css_template'] = 'Which template should be used for formatting the ODT files?'; 23$lang['apply_fs_to_non_css'] = 'Apply CSS font size to ODT template and plugin default styles?'; 24 25$lang['twips_per_pixel_x'] = 'Twips per pixel (X axis)'; 26$lang['twips_per_pixel_y'] = 'Twips per pixel (Y axis)'; 27 28$lang['format'] = 'Page format'; 29$lang['orientation'] = 'Page orientation'; 30$lang['margin_top'] = 'Page margin top in cm'; 31$lang['margin_right'] = 'Page margin right in cm'; 32$lang['margin_bottom'] = 'Page margin bottom in cm'; 33$lang['margin_left'] = 'Page margin left in cm'; 34 35$lang['disable_links'] = 'Disable link creation?'; 36 37$lang['toc_maxlevel'] = 'Maximum depth of the table of contents'; 38$lang['toc_leader_sign'] = 'Leader sign for the table of contents'; 39$lang['toc_indents'] = 'Table of contents: Indentation per level in cm'; 40$lang['toc_pagebreak'] = 'Insert a pagebreak after the table of contents?'; 41$lang['toc_style'] = 'Text style for table of contents'; 42$lang['index_in_browser'] = 'Display placeholder for table of contents/index in the browser?'; 43 44$lang['outline_list_style'] = 'Outline style'; 45 46$lang['convert_to_pdf'] = 'Command to run for PDF conversion'; 47