1<?php
2/**
3 * english language file for iphelper plugin
4 *
5 * @author An-dir <1.c-j@gmx.de>
6 */
7
8$lang['subnetcalculator']      = 'URL for subnetcalculator';
9$lang['tool1name']             = 'Name of the tool in tooltip<br>Tool with no name will be hidden';
10$lang['tool1url']              = 'URL  of the tool in tooltip<br>Variable %ip% gets replaced by ip';
11$lang['tool2name']             = 'Name of the tool in tooltip<br>Tool with no name will be hidden';
12$lang['tool2url']              = 'URL  of the tool in tooltip<br>Variable %ip% gets replaced by ip';
13$lang['tool3name']             = 'Name of the tool in tooltip<br>Tool with no name will be hidden';
14$lang['tool3url']              = 'URL  of the tool in tooltip<br>Variable %ip% gets replaced by ip';
15$lang['tool4name']             = 'Name of the tool in tooltip<br>Tool with no name will be hidden';
16$lang['tool4url']              = 'URL  of the tool in tooltip<br>Variable %ip% gets replaced by ip';
17$lang['tool5name']             = 'Name of the tool in tooltip<br>Tool with no name will be hidden';
18$lang['tool5url']              = 'URL  of the tool in tooltip<br>Variable %ip% gets replaced by ip';
19$lang['tool6name']             = 'Name of the tool in tooltip<br>Tool with no name will be hidden';
20$lang['tool6url']              = 'URL  of the tool in tooltip<br>Variable %ip% gets replaced by ip';
21$lang['tool7name']             = 'Name of the tool in tooltip<br>Tool with no name will be hidden';
22$lang['tool7url']              = 'URL  of the tool in tooltip<br>Variable %ip% gets replaced by ip';
23$lang['tool8name']             = 'Name of the tool in tooltip<br>Tool with no name will be hidden';
24$lang['tool8url']              = 'URL  of the tool in tooltip<br>Variable %ip% gets replaced by ip';
25$lang['tool9name']             = 'Name of the tool in tooltip<br>Tool with no name will be hidden';
26$lang['tool9url']              = 'URL  of the tool in tooltip<br>Variable %ip% gets replaced by ip';
27$lang['tool10name']             = 'Name of the tool in tooltip<br>Tool with no name will be hidden';
28$lang['tool10url']              = 'URL  of the tool in tooltip<br>Variable %ip% gets replaced by ip';
29$lang['rawtools']              = 'Full HTML code to be displayed in default iphelper view<br>Variable %ip% gets replaced by ip';
30