xref: /plugin/openlayersmap/lang/es/lang.php (revision 57e65445d0177f23b36a3959935b97af0314712c)
1<?php
2/*
3 * Copyright (c) 2008-2013 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['menu'] = 'Openlayersmap cache manager';
35$lang['admin_tiles']='Fichas';
36$lang['admin_purge_tiles']='Purgar todas las fichas caché';
37$lang['admin_maps']='Mapas';
38$lang['admin_purge_maps']='Purgar todos los mapas caché';
39$lang['admin_submit']='Purgar';
40$lang['admin_purged_tiles']='Los fichas caché fueron purgados.';
41$lang['admin_purged_maps']='Los mapas caché fueron purgados.';
42//$lang['']='';