<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Christopher Smith <chris@jalakai.co.uk>
 */

// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'Newpagetemplate'; 

//$lang['btn_hello']    = 'hello';
$lang['btn_submit']  = 'Submit';
$lang['btn_help']  = 'Command Line';
$lang['page']  = 'Page id';
$lang['templ']  = 'Template';
$lang['select-ini']   = 'Ini file';
$lang['no_selection'] = 'Select';
$lang['userrelpl'] = 'User replacements';
$lang['close'] = 'Close';
$lang['clear'] = 'Clear output';
$lang['howto'] = "Instructions";
$lang['toggle'] = "Toggle";
$lang['nosave'] = "Test (do not save pages):";
$lang['existing'] = "Do not overwrite existing pages:";
$lang['overwrite'] = "Save all pages:";
