1<?php 2/** 3 * English language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Christopher Smith <chris@jalakai.co.uk> 7 */ 8 9// for admin plugins, the menu prompt to be displayed in the admin menu 10// if set here, the plugin doesn't need to override the getMenuText() method 11$lang['menu'] = 'Newpagetemplate'; 12 13//$lang['btn_hello'] = 'hello'; 14$lang['btn_submit'] = 'Submit'; 15$lang['btn_help'] = 'Command Line'; 16$lang['page'] = 'Page id'; 17$lang['templ'] = 'Template'; 18$lang['select-ini'] = 'Ini file'; 19$lang['no_selection'] = 'Select'; 20$lang['userrelpl'] = 'User replacements'; 21$lang['close'] = 'Close'; 22$lang['clear'] = 'Clear output'; 23$lang['howto'] = "Instructions"; 24$lang['toggle'] = "Toggle"; 25$lang['nosave'] = "Test (do not save pages):"; 26$lang['existing'] = "Do not overwrite existing pages:"; 27$lang['overwrite'] = "Save all pages:"; 28