1<?php
2/**
3 * DokuWiki Plugin ajaxedit (English Language Component)
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  lisps
7 */
8$lang['e_modified'] = "<h1>Attention</h1>".
9				"The page has just been edited by <b>%s</b>!<br>".
10				"Your changes have not been saved.<br>".
11				"Please refresh your page and repeat your changes again!<br><br>".
12				"<input type='button' value='Refresh' onclick='window.location.reload()'>";
13$lang['changed_from_to'] = "%s changed from %s to %s";
14$lang['js']['tasks_left'] = "{0} operations left";