Index: trunk/extensions/Maps/Maps.i18n.php |
— | — | @@ -50,8 +50,8 @@ |
51 | 51 | 'maps-coordinates-par-directional' => 'Indicates if the coordinates should be outputted directional or not.', |
52 | 52 | |
53 | 53 | // Distance parser hook |
54 | | - 'maps-distance-par-distance' => "The distance to convert to it's equivalent with a specified unit.", |
55 | | - 'maps-distance-par-decimals' => 'The maximum amount of fractional digits to use in the resulting value.', |
| 54 | + 'maps-distance-par-distance' => "The distance to convert to its equivalent with a specified unit.", |
| 55 | + 'maps-distance-par-decimals' => 'The maximum number of fractional digits to use in the resulting value.', |
56 | 56 | 'maps-distance-par-unit' => 'The unit the output the distance in.', |
57 | 57 | |
58 | 58 | // Finddestination paser hook |
— | — | @@ -61,7 +61,7 @@ |
62 | 62 | 'maps-finddestination-par-format' => 'The format in which to output the destination.', |
63 | 63 | 'maps-finddestination-par-directional' => 'Indicates if the format of the destination should be directional or not.', |
64 | 64 | 'maps-finddestination-par-allowcoordinates' => 'Indicates if coordinates should be allowed. If set to no, only addresses will be accepted.', |
65 | | - 'maps-finddestination-par-geoservice' => "The geocoding service to use to geocode the value in case it's an address.", |
| 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 | 67 | This will maps allow to override the default value of the service parameter by the one that's optimal for the mapping service. |
68 | 68 | (Example: In case of Google Maps, the Google geocoder will be used.)", |
— | — | @@ -81,7 +81,7 @@ |
82 | 82 | 'maps-geodistance-par-location1' => 'The first point in the set to calculate the distance between.', |
83 | 83 | 'maps-geodistance-par-location2' => 'The second point in the set to calculate the distance between.', |
84 | 84 | 'maps-geodistance-par-unit' => 'The unit the output the distance in.', |
85 | | - 'maps-geodistance-par-decimals' => 'The maximum amount of fractional digits to use in the resulting value.', |
| 85 | + 'maps-geodistance-par-decimals' => 'The maximum number of fractional digits to use in the resulting value.', |
86 | 86 | 'maps-geodistance-par-mappingservice' => 'The geocoding service to use to geocode any addresses.', |
87 | 87 | 'maps-geodistance-par-geoservice' => 'The mapping service this is used together with. |
88 | 88 | This can affect the default geocoding service value.', |