1<?php
2$lang['menu'] = 'FINDOLOGIC XML Export Plugin';
3$lang['youCan'] = 'You can ';
4$lang['callExport'] = 'call the FINDOLOGIC export manually';
5$lang['noTitleWarning'] = 'Those pages do not seem to have a title at all.';
6$lang['noTitleWarningMoreInformation'] = 'Please make sure that every page has a title.';
7$lang['pagesWithoutTitle'] = 'Pages without title';
8$lang['wikipage'] = 'Wiki page';
9$lang['url'] = 'URL';
10$lang['lasteditby'] = 'Last edit by';
11$lang['lastedited'] = 'Last edited';
12$lang['edit'] = 'Edit';
13$lang['thereAre'] = 'There is/are ';
14$lang['morePages'] = ' more page(s) that do not have a title.';
15$lang['allPagesHaveATitle'] = 'All pages do have a title set! Nothing needs to be changed.';
16$lang['noTitleTooltip'] = 'Pages, that do not have a title set, won\'t be exported and therefor won\'t be found in the search results.';
17