1b7886256SMark Prins<?php 2b7886256SMark Prins/* 3807d36baSMark Prins * Copyright (c) 2008-2014 Mark C. Prins <mprins@users.sf.net> 4b7886256SMark Prins * Copyright (c) 2012 Txus <txusff@gmail.com> 5b7886256SMark Prins * 6b7886256SMark Prins * Permission to use, copy, modify, and distribute this software for any 7b7886256SMark Prins * purpose with or without fee is hereby granted, provided that the above 8b7886256SMark Prins * copyright notice and this permission notice appear in all copies. 9b7886256SMark Prins * 10b7886256SMark Prins * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11b7886256SMark Prins * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12b7886256SMark Prins * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13b7886256SMark Prins * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14b7886256SMark Prins * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15b7886256SMark Prins * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16b7886256SMark Prins * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17b7886256SMark Prins */ 18b7886256SMark Prins 19b7886256SMark Prins/** 20b7886256SMark Prins * Spanish language file for the configuration manager. 21b7886256SMark Prins * 22b7886256SMark Prins * @author Mark C. Prins 23b7886256SMark Prins * @author Txus 24b7886256SMark Prins */ 25b7886256SMark Prins$lang['bingAPIKey'] = 'Bing Maps API key. Consigue tu clave en: https://www.bingmapsportal.com/application'; 26*8e7c4263SMark Prins$lang['mapquestAPIKey'] = 'MapQuest API key (for remote static maps). Consigue tu clave en: http://developer.mapquest.com/'; 27b7886256SMark Prins$lang['iconUrlOverload'] = 'URL para iconos cuando usas un mapa estático en uná máquina sin internet'; 28b7886256SMark Prins$lang['enableMapQuest'] = 'Habilita MapQuest como proveedor de mapas'; 29b7886256SMark Prins$lang['enableGoogle'] = 'Habilita Google como proveedor de mapas'; 30*8e7c4263SMark Prins$lang['googleAPIkey'] = 'Google Static Maps API key. Consigue tu clave en: https://code.google.com/apis/console'; 31b7886256SMark Prins$lang['enableBing'] = 'Habilita Bing como proveedor de mapas'; 32b7886256SMark Prins$lang['enableOSM'] = 'Habilita OpenStreetMap como proveedor de mapas'; 33b7886256SMark Prins$lang['enableA11y'] = 'Habilita a11y/print para mapa estático, tabla de nombres'; 34c37fbc86SMark Prins$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*8e7c4263SMark Prins$lang['autoZoomMap'] = 'FIXME (translate)- Enable auto zoom for the fallback map'; 36