<?php
/**
 * english language file for latexit plugin
 *
 * @author Adam Kučera <adam.kucera@wrent.cz>
 */

$lang['document_class'] = 'Choose the class of your document.';
$lang['font_size'] = 'Set the font size of the document.';
$lang['paper_size'] = 'Choose the paper size of the document.';
$lang['output_format'] = 'Choose whether the document should format as'
        . 'one or two sided.';
$lang['landscape'] = "Check, if you want your document to be landscape.";
$lang['draft'] = "Check, if your document is a draft (it shows helper signs in "
        . "problematic parts and it does not show images).";
$lang['document_header'] = 'Set your own document header.';
$lang['document_footer'] = 'Set your own document footer.';
$lang['document_lang'] = 'Choose the corresponding parameter of babel LaTeX package.';
$lang['header_chapter'] = 'Check, if you want to use \chapter level header. (does not work with article class)';
$lang['header_part'] = 'Check, if you want to use \part level header.';
$lang['header_title'] = 'Check, if you want to use \title as top level header.';
$lang['title'] = 'If you want to use a document title at start of the document, fill it in here.';
$lang['author'] = 'If you want to use an author\'s name at start of the document, fill it in here.';
$lang['date'] = 'Check, if you want to see the date at start of the document.';
$lang['table_of_content'] = 'Check, if you want to see the table of content at start of the document.';
$lang['media_folder'] = 'Set the name of media folder in the exported ZIP archive.';
$lang['image_params'] = 'Set the default parameters for image insertion.';
$lang['bibliography_style'] = 'Type in the preferred style of bibliography.';
$lang['bibliography_name'] = 'Type in the name of .bib file.';
$lang['link_insertion_message'] = 'The message which is shown as header before every link'
        . 'which is going to be recursively inserted.';
$lang['default_table_align'] = 'Sets the default align of cells in tables. As in LaTeX, '
        . 'l stands for left, c stands for center and r for right.';
$lang['showexportbutton'] = "Show the export button?";