<?php
/**
 * modified for GroURL by Krzysztof Burghardt <krzysztof@burghardt.pl>
 */
/**
 * english language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Terence J. Grant<tjgrant@tatewake.com>
 */
 
// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';
 
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'GeoURL';

$lang['gu_item_type'] = 'Item type';

$lang['gu_geourl_latitude'] = 'GeoURL latitude';
$lang['gu_geourl_longitude'] = 'GeoURL longitude';
$lang['gu_save'] = 'Save';

