additional_plugins/serendipity_event_osm/lang_en.inc.php

17 lines
903 B
PHP
Raw Normal View History

2020-01-31 06:12:07 +01:00
<?php
2020-02-27 01:25:13 +01:00
@define('PLUGIN_EVENT_OSM_NAME', 'OpenStreetMap integration');
2020-02-04 16:33:58 +01:00
@define('PLUGIN_EVENT_OSM_DESCRIPTION', 'Provides an interactive map with *.gpx uploads and tagged geo data.');
2020-02-04 18:10:43 +01:00
@define('PLUGIN_EVENT_OSM_CATEGORY', 'Category');
@define('PLUGIN_EVENT_OSM_CATEGORY_DESC', 'Map will be shown for this category');
@define('PLUGIN_EVENT_OSM_PATH', 'Path');
@define('PLUGIN_EVENT_OSM_PATH_DESC', 'Path for GPX-files');
2020-02-04 16:33:58 +01:00
@define('PLUGIN_EVENT_OSM_LAT', 'Latitude');
2020-02-04 18:10:43 +01:00
@define('PLUGIN_EVENT_OSM_LAT_DESC', 'Latitude of the center of the map.');
@define('PLUGIN_EVENT_OSM_LONG', 'Longitude');
@define('PLUGIN_EVENT_OSM_LONG_DESC', 'Longitude of the center of the map.');
2020-02-04 16:33:58 +01:00
@define('PLUGIN_EVENT_OSM_ZOOM', 'Zoom');
2020-02-04 18:10:43 +01:00
@define('PLUGIN_EVENT_OSM_ZOOM_DESC', 'Zoom level of the map.');
2020-02-04 16:33:58 +01:00
@define('PLUGIN_EVENT_OSM_HEIGHT', 'Map height');
@define('PLUGIN_EVENT_OSM_HEIGHT_DESC', 'The height of the map.');
?>