<?php
/**
 * English language file for templater plugin
 *
 * @author Daniel Dias Rodrigues <danieldiasr@gmail.com>
 */
$lang['template']              = 'Template';
$lang['not_found']             = 'not found.';
$lang['processing_template']   = 'Processing of template';
$lang['stopped_recursion']     = 'stopped due to recursion.';
$lang['no_permissions_view']   = 'No permissions to view the template';
$lang['no_such_section']       = 'There\'s no such section "%1$s" in the page';
