Index: trunk/extensions/Maps/Maps.i18n.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | $messages['en'] = array( |
18 | 18 | // General |
19 | 19 | 'maps_name' => 'Maps', |
20 | | - 'maps_desc' => "Provides the ability to display coordinate data in maps, and geocode addresses ([http://mapping.referata.com/wiki/Maps_examples demo's]). |
| 20 | + 'maps_desc' => "Provides the ability to display coordinate data in maps, and geocode addresses ([http://mapping.referata.com/wiki/Maps_examples demos]). |
21 | 21 | Available mapping services: $1", |
22 | 22 | 'maps_map' => 'Map', |
23 | 23 | 'maps-loading-map' => 'Loading map...', |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | // Distance parser hook |
54 | 54 | 'maps-distance-par-distance' => "The distance to convert to its equivalent with a specified unit.", |
55 | 55 | 'maps-distance-par-decimals' => 'The maximum number of fractional digits to use in the resulting value.', |
56 | | - 'maps-distance-par-unit' => 'The unit the output the distance in.', |
| 56 | + 'maps-distance-par-unit' => 'The unit to output the distance in.', |
57 | 57 | |
58 | 58 | // Finddestination paser hook |
59 | 59 | 'maps-finddestination-par-location' => 'The initial location.', |
— | — | @@ -63,7 +63,7 @@ |
64 | 64 | 'maps-finddestination-par-allowcoordinates' => 'Indicates if coordinates should be allowed. If set to no, only addresses will be accepted.', |
65 | 65 | 'maps-finddestination-par-geoservice' => "The geocoding service to use to geocode the value in case it is an address.", |
66 | 66 | 'maps-finddestination-par-mappingservice' => "Parameter to indicate the mapping service to use with this function. |
67 | | -This will maps allow to override the default value of the service parameter by the one that's optimal for the mapping service. |
| 67 | +This will allow maps to override the default value of the service parameter by the one that is optimal for the mapping service. |
68 | 68 | (Example: In case of Google Maps, the Google geocoder will be used.)", |
69 | 69 | |
70 | 70 | // Geocode parser hook |