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