<?php
/**
 * English language file for copypage plugin
 *
 * @author orangain <orangain@gmail.com>
 */

// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';

// custom language strings for the plugin
// $lang['fixme'] = 'FIXME';

$lang['copypage'] = 'Copy this page';

$lang['js']['enter_page_id'] = "Enter new-page's ID.";
$lang['js']['different_id_required'] = 'You must enter a different ID from current page.';
