source: extensions/edit_gmaps/language/en_UK/lang.php @ 4546

Last change on this file since 4546 was 4546, checked in by cljosse, 14 years ago

Edit_gmaps Start creation

File size: 768 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 images on a map']='displays all images 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 pictures around this location']='show all pictures around this location';
15$lang['Search a location...']='Search a 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 pictures near this location']='More pictures near this location';
25?>
Note: See TracBrowser for help on using the repository browser.