source: extensions/rv_gmaps/trunk/language/en_UK/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: 903 bytes
Line 
1<?php
2$lang['Map']='Map';
3$lang['World map']='World Map';
4
5$lang['displays %s on a map']='displays %s on a map';
6$lang['opens %s in Google Earth']='opens %s in Google Earth (must be installed on your machine)';
7
8$lang['Go to']='Go to';
9
10$lang['go to %s']='go to %s';
11$lang['displays all photos on a map']='displays all photos on a map';
12$lang['Viewing']='Viewing';
13$lang['Link to this page']='Link to this page';
14$lang['Show all']='Show all';
15$lang['show all photos around this location']='show all photos around this location';
16
17$lang['Loading']='Loading';
18$lang['Failed']='Failed';
19
20$lang['Prev']='Prev';
21$lang['Next']='Next';
22$lang['out of %d']='out of %d';
23
24$lang['More photos near this location']='More photos near this location';
25
26$lang['Geotagged']='Geotagged';
27$lang['Not geotagged']='Not geotagged';
28$lang['Geotag']='Geotag';
29$lang['Latitude'] = 'Latitude';
30$lang['Longitude'] = 'Longitude';
31?>
Note: See TracBrowser for help on using the repository browser.