source: extensions/rv_gmaps/trunk/language/en_UK/lang.php @ 17705

Last change on this file since 17705 was 17705, checked in by mistic100, 12 years ago

add geotag fields on Batch Manager Unit

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 871 bytes
Line 
1<?php
2$lang['Map']='Map';
3
4$lang['displays %s on a map']='displays %s on a map';
5$lang['opens %s in Google Earth']='opens %s in Google Earth (must be installed on your machine)';
6
7$lang['Go to']='Go to';
8
9$lang['go to %s']='go to %s';
10$lang['displays all photos on a map']='displays all photos on a map';
11$lang['Viewing']='Viewing';
12$lang['Link to this page']='Link to this page';
13$lang['Show all']='Show all';
14$lang['show all photos around this location']='show all photos around this location';
15
16$lang['Loading']='Loading';
17$lang['Failed']='Failed';
18
19$lang['Prev']='Prev';
20$lang['Next']='Next';
21$lang['out of %d']='out of %d';
22
23$lang['More photos near this location']='More photos near this location';
24
25$lang['Geotagged']='Geotagged';
26$lang['Not geotagged']='Not geotagged';
27$lang['Geotag']='Geotag';
28$lang['Latitude'] = 'Latitude';
29$lang['Longitude'] = 'Longitude';
30?>
Note: See TracBrowser for help on using the repository browser.