1<?php
2/**
3 * english language file for searchresultswithpath plugin
4 *
5 * @author Sam B <sam@s-blu.de>
6 */
7
8$lang['show_path_only_as_heading'] = "Only display path if heading will be used as name (gets ignored if use_ns_heading is turned off)";
9$lang['use_ns_heading'] = "Use first heading as namespace name";
10
11
12
13
14//Setup VIM: ex: et ts=4 :
15