<?php

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