source: extensions/rv_gmaps/trunk/language/es_ES/lang.php @ 20983

Last change on this file since 20983 was 20983, checked in by rvelices, 11 years ago

rv_gmaps add a link to the global map in the menubar

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1005 bytes
Line 
1<?php
2$lang['Map']='Mapa';
3$lang['World map']='Mapa del mundo';
4
5$lang['displays %s on a map']='Visualizar %s sobre el mapa';
6$lang['opens %s in Google Earth']='Abre %s con Google Earth (Debe estar instalado en su PC)';
7
8$lang['Go to']='Ir a';
9
10$lang['go to %s']='ir a %s';
11$lang['displays all photos on a map']='Visualizar todas las imágenes en la mapa';
12$lang['Viewing']='Vista de conjunto';
13$lang['Link to this page']='Enlaces hacia esta página';
14$lang['Show all']='Presenta todo';
15$lang['show all photos around this location']='Presenta todas las imágenes cerca de estas coordenadas';
16
17$lang['Loading']='Carga';
18$lang['Failed']='Fracaso';
19
20$lang['Prev']='Prece';
21$lang['Next']='Sigui';
22$lang['out of %d']='sobre %d';
23
24$lang['More photos near this location']='Más imágenes cerca de este lugar';
25$lang['Geotag'] = 'Etiqueta geográfica';
26$lang['Geotagged'] = 'Etiquetado geográficamente';
27$lang['Not geotagged'] = 'No etiquetado';
28$lang['Latitude'] = 'Latitud';
29$lang['Longitude'] = 'Longitud';
30?>
Note: See TracBrowser for help on using the repository browser.