additional_plugins/serendipity_event_osm/lang_es.inc.php

24 lines
1.6 KiB
PHP
Raw Normal View History

<?php
@define('PLUGIN_EVENT_OSM_NAME', 'Integraci<63>n de OpenStreetMap');
@define('PLUGIN_EVENT_OSM_DESCRIPTION', 'Ofrece un mapa interactivo para archivos *.gpx y entradas de blog con coordenadas geogr<67>ficas');
@define('PLUGIN_EVENT_OSM_NOT_SHOWN', 'No se muestra en el sitio web');
@define('PLUGIN_EVENT_STATIC_OSM_NAME', 'Archivos est<73>ticos de OpenStreetMap');
@define('PLUGIN_EVENT_STATIC_OSM_DESCRIPTION', 'Inserta scripts y hojas de estilo para OpenStreetMap');
@define('PLUGIN_EVENT_STATIC_OSM_COMPRESS_GPX', 'Comprimir archivos GPX');
@define('PLUGIN_EVENT_STATIC_OSM_COMPRESS_GPX_DESCRIPTION', 'Elimina todos los datos innecesarios de los archivos GPX durante la carga');
@define('PLUGIN_EVENT_OSM_CATEGORY', 'Categor<6F>a');
@define('PLUGIN_EVENT_OSM_CATEGORY_DESCRIPTION', 'El mapa se muestra para esta categor<6F>a');
@define('PLUGIN_EVENT_OSM_CATEGORY_WITHOUT', 'Sin');
@define('PLUGIN_EVENT_OSM_CATEGORY_ANY', 'Cualquier');
@define('PLUGIN_EVENT_OSM_PATH', 'CarpetaPfad');
@define('PLUGIN_EVENT_OSM_PATH_DESCRIPTION', 'Carpeta para los archivos GPX, separados por saltos de l<>nea');
@define('PLUGIN_EVENT_OSM_LAT', 'Latitud (Lat.)');
@define('PLUGIN_EVENT_OSM_LAT_DESCRIPTION', 'Latitud del centro del mapa');
@define('PLUGIN_EVENT_OSM_LONG', 'Longitud (Lon.)');
@define('PLUGIN_EVENT_OSM_LONG_DESCRIPTION', 'Longitud del centro del mapa');
@define('PLUGIN_EVENT_OSM_ZOOM', 'Zoom');
@define('PLUGIN_EVENT_OSM_ZOOM_DESCRIPTION', 'Nivel de zoom del mapa');
@define('PLUGIN_EVENT_OSM_HEIGHT', 'Altura del mapa');
@define('PLUGIN_EVENT_OSM_HEIGHT_DESCRIPTION', 'Altura del mapa con unidad CSS (px, em, etc.)');