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

Last change on this file since 17799 was 17799, checked in by TranslationTeam, 12 years ago

[rv_mapsearth] Update es_ES, thanks to : jpr928

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