xref: /plugin/openlayersmap/lang/es/settings.php (revision ee4229967c4c5c3c5631bc91c13dbad6db1e2f19)
1<?php
2/*
3 * Copyright (c) 2008-2015 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['mapquestAPIKey'] = 'MapQuest API key (for remote static maps). Consigue tu clave en: http://developer.mapquest.com/';
27$lang['iconUrlOverload'] = 'URL para iconos cuando usas un mapa estático en uná máquina sin internet';
28$lang['enableMapQuest'] = 'Habilita MapQuest 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