1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author Gerrit Uitslag <klapinklapin@gmail.com> 7 */ 8$lang['e_pagenotexists'] = 'This page [%s] does not exist, cannot be modified'; 9$lang['e_denied'] = 'You are not allowed to modify this page, maybe you forgot to log in?'; 10$lang['e_template'] = 'Could not read page which will be modified "%s". Maybe it doesn\'t exist?'; 11$lang['e_failedtoparse'] = 'Failed to modify the page'; 12$lang['summary'] = 'Modified from the form at %s'; 13$lang['pleasewait'] = 'Please wait while the page processes your results.... %s or click %s to see them'; 14