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