source: extensions/rv_gmaps/trunk/language/it_IT/lang.php @ 17764

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

[rv_mapsearth] Update it_IT, thanks to : virgigiole

  • Property svn:eol-style set to LF
File size: 968 bytes
Line 
1<?php
2$lang['Map']='Cartine';
3
4$lang['displays %s on a map']='visualizzare %s sulla cartina';
5$lang['opens %s in Google Earth']='Aprire %s con Google Earth (deve essere installato sul vostro PC)';
6
7$lang['Go to']='Andare a';
8
9$lang['go to %s']='andare a %s';
10$lang['displays all photos on a map']='visualizzare tutte le immagini sulla cartina';
11$lang['Viewing']='Anteprima';
12$lang['Link to this page']='Link verso questa pagina';
13$lang['Show all'] = 'Mostra tutto';
14$lang['show all photos around this location'] = 'Mostra tutte le immagini in prossimità di queste coordinate';
15
16$lang['Loading']='Caricamento';
17$lang['Failed']='Insucesso';
18
19$lang['Prev']='Prec';
20$lang['Next']='Succ';
21$lang['out of %d']='su %d';
22
23$lang['More photos near this location']='Più immagini vicino a questo luogo';
24$lang['Geotagged'] = 'Geotagged';
25$lang['Not geotagged'] = 'No geotagged';
26$lang['Geotag'] = 'Geotag';
27$lang['Latitude'] = 'Latitudine';
28$lang['Longitude'] = 'Longitudine';
29?>
Note: See TracBrowser for help on using the repository browser.