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

Last change on this file since 11529 was 8724, checked in by rvelices, 13 years ago

rv_gmaps - replace picture with photo

  • Property svn:eol-style set to LF
File size: 847 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']='Presenta tutto';
14$lang['show all photos around this location']='Presenta tutte le immagini in prossimità di queste coordinate';
15$lang['Search a location...']='Cecare un luogo...';
16
17$lang['Loading']='Caricamento';
18$lang['Failed']='Insucesso';
19
20$lang['Prev']='Prec';
21$lang['Next']='Succ';
22$lang['out of %d']='su %d';
23
24$lang['More photos near this location']='Più immagini vicino a questo luogo';
25?>
Note: See TracBrowser for help on using the repository browser.