Changeset 8686


Ignore:
Timestamp:
Jan 16, 2011, 8:54:05 AM (13 years ago)
Author:
ddtddt
Message:

[extensions] - edit_gmaps - update EN thanks to LucMorizur

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/edit_gmaps/language/en_UK/lang.php

    r4546 r8686  
    11<?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
    216$lang['Map']='Map';
     17
    318
    419$lang['displays %s on a map']='displays %s on a map';
     
    1429$lang['show all pictures around this location']='show all pictures around this location';
    1530$lang['Search a location...']='Search a location...';
     31$lang['search_title']='Search a location...';
    1632
    1733$lang['Loading']='Loading';
Note: See TracChangeset for help on using the changeset viewer.