* Copyright (c) 2012 Txus * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ /** * Spanish language file for the configuration manager. * * @author Mark C. Prins * @author Txus */ $lang['bingAPIKey'] = 'Bing Maps API key. Consigue tu clave en: https://www.bingmapsportal.com/application'; $lang['mapquestAPIKey'] = 'MapQuest API key (for remote static maps). Consigue tu clave en: http://developer.mapquest.com/'; $lang['iconUrlOverload'] = 'URL para iconos cuando usas un mapa estático en uná máquina sin internet'; $lang['enableMapQuest'] = 'Habilita MapQuest como proveedor de mapas'; $lang['enableGoogle'] = 'Habilita Google como proveedor de mapas'; $lang['googleAPIkey'] = 'Google Static Maps API key. Consigue tu clave en: https://code.google.com/apis/console'; $lang['enableBing'] = 'Habilita Bing como proveedor de mapas'; $lang['enableOSM'] = 'Habilita OpenStreetMap como proveedor de mapas'; $lang['enableA11y'] = 'Habilita a11y/print para mapa estático, tabla de nombres'; $lang['optionStaticMapGenerator']='FIXME (translate)- Local or remote static map compiler. Using \'local\' fails when the server can\'t go on the internet.'; $lang['autoZoomMap'] = 'FIXME (translate)- Enable auto zoom for the fallback map'; $lang['displayformat'] = 'FIXME (translate)- Coordinates display format; decimal degrees or degrees, minutes, seconds';