1<?php
2/**
3 * modified for GroURL by Krzysztof Burghardt <krzysztof@burghardt.pl>
4 */
5/**
6 * english language file
7 *
8 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
9 * @author     Terence J. Grant<tjgrant@tatewake.com>
10 */
11
12// settings must be present and set appropriately for the language
13$lang['encoding']   = 'utf-8';
14$lang['direction']  = 'ltr';
15
16// for admin plugins, the menu prompt to be displayed in the admin menu
17// if set here, the plugin doesn't need to override the getMenuText() method
18$lang['menu'] = 'GeoURL';
19
20$lang['gu_item_type'] = 'Item type';
21
22$lang['gu_geourl_latitude'] = 'GeoURL latitude';
23$lang['gu_geourl_longitude'] = 'GeoURL longitude';
24$lang['gu_save'] = 'Save';
25
26