additional_plugins/serendipity_event_osm/lang_en.inc.php
2020-03-13 03:52:16 +01:00

15 lines
817 B
PHP

<?php
@define('HEAD_OSM_TITLE', 'OpenStreetMaps integration');
@define('HEAD_OSM_DESCRIPTION', 'Provides an interactive map with *.gpx uploads and tagged geo data.');
@define('PLUGIN_EVENT_OSM_LONG', 'Longitude');
@define('PLUGIN_EVENT_OSM_LONG_DESC', 'Longitude of the center of the map (entry editing), if the geodata are not set in the entry.');
@define('PLUGIN_EVENT_OSM_LAT', 'Latitude');
@define('PLUGIN_EVENT_OSM_LAT_DESC', 'Latitude of the center of the map (entry editing), if the geodata are not set in the entry.');
@define('PLUGIN_EVENT_OSM_ZOOM', 'Zoom');
@define('PLUGIN_EVENT_OSM_ZOOM_DESC', 'Zoom of the map (entry editing). The higher the number the more details you will see.');
@define('PLUGIN_EVENT_OSM_HEIGHT', 'Map height');
@define('PLUGIN_EVENT_OSM_HEIGHT_DESC', 'The height of the map.');