1<?php 2$lang['numerical_index'] = 'Text display in block letter title for the page title beginning with a numerical value.'; 3$lang['articles_deletion'] = "List of article treated by the plugin. Each article is separated with a '|'. Example: <strong>^the +|^a +|^an +</strong>"; 4$lang['articles_moving'] = 'Management of the articles when the article_deletion option is active:<ul><li>0 : No change</li><li>1 : The article is move to the end of the page name inside brackets</li><li>2 or more : The article is deleted</li></ul>'; 5$lang['empty_msg'] = 'Message shown in your page when the index is empty.<br>Note : {{ns}} is an alias for the requested namespace.'; 6$lang['title_tpl'] = 'Template (in dokuwiki syntax) for the index title.'; 7$lang['begin_letter_tpl'] = "Template (in dokuwiki syntax) at the beginning of each letter's blok.<br>Note : the {{letter}} pattern is mandatory. It's an alias for the current letter."; 8$lang['entry_tpl'] = "Template (in dokuwiki syntax) for each letter's entry.<br>Note : the {{link}} and {{name}} patterns are mandatory.They are aliases for the page link and the page name."; 9$lang['end_letter_tpl'] = "Template (in dokuwiki syntax) at the end of each letter's block."; 10$lang['hidepages'] = "Name of pages not displayed in the index. Each page name is separated with a '|'."; 11$lang['metadata_title'] = "Use first heading for pagenames";