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

Last change on this file since 25670 was 25670, checked in by cljosse, 10 years ago

[extensions] edit_gmaps set compatibility translator

File size: 1.3 KB
Line 
1<?php
2global $lang;
3$lang['search_title']='Look for a place...';
4$lang['map']='Map';
5
6$lang['selection']='Selection';
7$lang['reset'] ="Reset"  ;
8$lang['hlp_line1'] = "Category selection." ;
9$lang['hlp_line2'] = "Select in this category, one or several photos of a same place." ;
10$lang['hlp_line3'] = "Display the coordinates of the first photo if it is known. "  ;
11$lang['hlp_line4'] = "Cancel selection.";
12$lang['hlp_line5'] = "Enter the place to look for (town, country)";
13
14$lang['hlp_line6'] = "Search with Google Map";
15
16$lang['Map']='Map';
17
18
19$lang['displays %s on a map']='displays %s on a map';
20$lang['opens %s in Google Earth']='opens %s in Google Earth (must be installed on your machine)';
21
22$lang['Go to']='Go to';
23
24$lang['go to %s']='go to %s';
25$lang['displays all images on a map']='displays all images on a map';
26$lang['Viewing']='Viewing';
27$lang['Link to this page']='Link to this page';
28$lang['Show all']='Show all';
29$lang['show all pictures around this location']='show all pictures around this location';
30$lang['Search a location...']='Search a location...';
31$lang['search_title']='Search a location...';
32
33$lang['Loading']='Loading';
34$lang['Failed']='Failed';
35
36$lang['Prev']='Prev';
37$lang['Next']='Next';
38$lang['out of %d']='out of %d';
39
40$lang['More pictures near this location']='More pictures near this location';
41?>
Note: See TracBrowser for help on using the repository browser.