additional_plugins/serendipity_event_static_osm/lang_en.inc.php

5 lines
185 B
PHP
Raw Normal View History

2020-02-04 17:05:27 +01:00
<?php
2020-02-27 01:25:13 +01:00
@define('PLUGIN_EVENT_STATIC_OSM_NAME', 'OpenStreetMap static files');
2020-02-04 17:05:27 +01:00
@define('PLUGIN_EVENT_STATIC_OSM_DESCRIPTION', 'Includes scripts and css for OpenStreetMap support.');
?>