xref: /plugin/openlayersmap/lang/es/lang.php (revision b78862567576ab521c939d93f19f1be4da5f9ef2)
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 openlayersmap plugin
21 *
22 * @author mark
23 * @author Txus
24 *
25 * @license BSD license
26 */
27$lang['olmapPOItitle'] = 'Puntos de interés';
28$lang['olmapPOIlatTitle']='Latitud en grados decimales';
29$lang['olmapPOIlonTitle']='Longitud en grados decimales';
30$lang['olmapPOIicon']='Símbolo';
31$lang['olmapPOIlat']='Latitud';
32$lang['olmapPOIlon']='Longitud';
33$lang['olmapPOItxt']='Descripción';
34//$lang['']='';