1<?php
2/**
3 * english language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Robert Srna <srnar@volny.cz>
7 */
8
9// settings must be present and set appropriately for the language
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
12
13// for admin plugins, the menu prompt to be displayed in the admin menu
14// if set here, the plugin doesn't need to override the getMenuText() method
15$lang['menu'] = 'AHref links diagram';
16
17$lang['btn_generate'] = 'Generate html';
18
19$lang['init'] = 'Pressing the Generate button will perform the generate action. It can take a few minutes.';
20$lang['output_msg'] = 'Output generated at';
21$lang['invalid'] = 'Invalid input detected!';
22$lang['invalidtemplate'] = 'Invalid template detected - generate only with default template.';