1<?php
2/**
3 * english language file for templatepagename plugin
4 *
5 * @author Martin <martin@sound4.biz>
6 */
7
8// keys need to match the config setting name
9
10$lang['current_pagename_tpl'] = 'Template page name for the current namespace. If this page exists, its content is initially loaded in the editor when a new page is created in the same namespace';
11$lang['inherited_pagename_tpl'] = 'Works as the normal current_pagename template file above apart from the fact they are used in all namespaces below as well (they are inherited)';
12
13//Setup VIM: ex: et ts=4 :
14