* EN-Revision: Revision of lang_en.inc.php */ @define('PLUGIN_EVENT_GEOURL_NAME', 'GeoURL'); @define('PLUGIN_EVENT_GEOURL_DESC', 'GeoURL allocates URLs to locations. More Information at http://geourl.org/'); @define('PLUGIN_EVENT_GEOURL_LAT', 'Latitude'); @define('PLUGIN_EVENT_GEOURL_LAT_DESC', 'The latitude to the location where the Blog is kept or the Blog is about in decimal notation (eg 50.0515)'); @define('PLUGIN_EVENT_GEOURL_LONG', 'Longituge'); @define('PLUGIN_EVENT_GEOURL_LONG_DESC', 'The longitude to the location where the Blog is kept or the Blog is about in decimal notation (eg 6.6209)'); @define('PLUGIN_EVENT_GEOURL_PINGED', 'GeoURL Service pinged succesfully for the new coordinates. Visit your neighbours!'); @define('PLUGIN_EVENT_GEOURL_NOLATLONG', 'Latitude and Longitude have to be given in decimal notation. Your coordinates my be found via maporama or an other ressource.'); ?>