xref: /plugin/openlayersmap/lang/es/settings.php (revision 372f1508f6464a0536996de48a7c74938a8ab723)
1<?php
2/*
3 * Copyright (c) 2008-2012 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
26$lang['olScriptUrl'] = 'URL para acceso a OpenLayers API. Por defecto es DOKU_BASE/lib/plugins/openlayersmap/lib/OpenLayers.js';
27//$lang['googleScriptUrl'] = 'URL para acceso a Google Maps API. <em>OBSOLETO por favor eliminalo. Reemplazado por la V3 de Google API</em>';
28//$lang['veScriptUrl'] = 'URL & para acceso a Virtual Earth API. <em>OBSOLETO por favor eliminalo. Reemplazado por Bing<em>';
29//$lang['yahooScriptUrl'] = 'URL & cadena de consulta para acceder a Yahoo Maps API.';
30//no se necesita nunca más $lang['googleAPIKey'] = 'Google Maps API key.';
31$lang['bingAPIKey'] = 'Bing Maps API key. Consigue tu clave en: https://www.bingmapsportal.com/application';
32$lang['iconUrlOverload'] = 'URL para iconos cuando usas un mapa estático en uná máquina sin internet';
33$lang['enableMapQuest'] = 'Habilita MapQuest como proveedor de mapas';
34$lang['enableGoogle'] = 'Habilita Google como proveedor de mapas';
35$lang['enableBing'] = 'Habilita Bing como proveedor de mapas';
36$lang['enableOSM'] = 'Habilita OpenStreetMap como proveedor de mapas';
37$lang['olMapStyle'] = 'Estilo de los Controles del mapa';
38$lang['enableA11y'] = 'Habilita a11y/print para mapa estático, tabla de nombres';
39$lang['useTileCache'] = 'FIXME - Cache tiles for the static maps. <b>recommended</b>';
40$lang['useMapCache'] = 'FIXME - Cache created static maps';
41$lang['optionStaticMapGenerator']='FIXME - Local or remote static map compiler. <b>Using \'local\' fails when the server can\'t go on the internet.</b>';