1<?php
2/**
3 * English language file for copypage plugin
4 *
5 * @author orangain <orangain@gmail.com>
6 */
7
8// menu entry for admin plugins
9// $lang['menu'] = 'Your menu entry';
10
11// custom language strings for the plugin
12// $lang['fixme'] = 'FIXME';
13
14$lang['copypage'] = 'Copy this page';
15
16$lang['js']['enter_page_id'] = "Enter new-page's ID.";
17$lang['js']['different_id_required'] = 'You must enter a different ID from current page.';
18