1<?php 2/* 3 * Copyright (c) 2008-2016 Mark C. Prins <mprins@users.sf.net> 4 * Copyright (c) 2012 Txus <txusff@gmail.com> 5 * 6 * Permission to use, copy, modify, and distribute this software for any 7 * purpose with or without fee is hereby granted, provided that the above 8 * copyright notice and this permission notice appear in all copies. 9 * 10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17 */ 18 19/** 20 * Spanish language file for the configuration manager. 21 * 22 * @author Mark C. Prins 23 * @author Txus 24 */ 25$lang['bingAPIKey'] = 'Bing Maps API key. Consigue tu clave en: https://www.bingmapsportal.com/application'; 26$lang['tfApiKey'] = 'Thunderforest API key. Consigue tu clave en: https://manage.thunderforest.com/dashboard'; 27$lang['iconUrlOverload'] = 'URL para iconos cuando usas un mapa estático en uná máquina sin internet'; 28$lang['enableStadia'] = 'Habilita Stadia Maps como proveedor de mapas'; 29$lang['enableGoogle'] = 'Habilita Google como proveedor de mapas'; 30$lang['googleAPIkey'] = 'Google Static Maps API key. Consigue tu clave en: https://code.google.com/apis/console'; 31$lang['enableBing'] = 'Habilita Bing como proveedor de mapas'; 32$lang['enableOSM'] = 'Habilita OpenStreetMap como proveedor de mapas'; 33$lang['enableA11y'] = 'Habilita a11y/print para mapa estático, tabla de nombres'; 34$lang['optionStaticMapGenerator'] = 'FIXME (translate)- Local or remote static map compiler. <b>Using \'local\' fails when the server can\'t go on the internet.</b>'; 35$lang['autoZoomMap'] = 'FIXME (translate)- Enable auto zoom for the fallback map'; 36$lang['displayformat'] = 'FIXME (translate)- Coordinates display format; decimal degrees or degrees, minutes, seconds'; 37$lang['default_width'] = 'Default map width'; 38$lang['default_height'] = 'Default map height'; 39$lang['default_zoom'] = 'Default map zoom'; 40$lang['default_controls'] = 'Default controls show'; 41$lang['default_kmlfile'] = 'Default KML file'; 42$lang['default_gpxfile'] = 'Default GPX file'; 43$lang['default_geojsonfile'] = 'Default GeoJSON file'; 44