Index: trunk/extensions/SlippyMap/SlippyMap.i18n.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | | - 'slippymap_desc' => 'Adds a <tt><slippymap></tt> tag which allows for embedding of static & dynamic maps.Supports multiple map services including [http://openstreetmap.org OpenStreetMap] and NASA Worldwind', |
| 12 | + 'slippymap_desc' => 'Adds a <tt><slippymap></tt> tag which allows for embedding of static & dynamic maps. Supports multiple map services including [http://openstreetmap.org OpenStreetMap] and NASA Worldwind', |
13 | 13 | |
14 | 14 | // The name of the extension, for use in error messages |
15 | 15 | 'slippymap_extname' => 'SlippyMap', |
— | — | @@ -42,11 +42,11 @@ |
43 | 43 | 'slippymap_error_unknown_attribute' => "The attribute <tt>$1</tt> is unknown.", |
44 | 44 | |
45 | 45 | // Value out of range |
46 | | - 'slippymap_error_invalid_attribute_lat_value_out_of_range' => "The value <tt>$1</tt> is not valid for the <tt>lat</tt> (latitude) attribute. Latitutes bust be between -90 and 90 degrees.", |
| 46 | + 'slippymap_error_invalid_attribute_lat_value_out_of_range' => "The value <tt>$1</tt> is not valid for the <tt>lat</tt> (latitude) attribute. Latitutes must be between -90 and 90 degrees.", |
47 | 47 | 'slippymap_error_invalid_attribute_lon_value_out_of_range' => "The value <tt>$1</tt> is not valid for the <tt>lon</tt> (longitude) attribute. Longitudes must be between -180 and 180 degrees.", |
48 | 48 | 'slippymap_error_invalid_attribute_zoom_value_out_of_range' => "The value <tt>$1</tt> is not valid for the <tt>zoom</tt> attribute. Zoom levels must be between $2 and $3.", |
49 | | - 'slippymap_error_invalid_attribute_width_value_out_of_range' => "The value <tt>$1</tt> is not valid for the <tt>width</tt> attribute. Width levels must be between $2 and $3.", |
50 | | - 'slippymap_error_invalid_attribute_height_value_out_of_range' => "The value <tt>$1</tt> is not valid for the <tt>height</tt> attribute. Height levels must be between $2 and $3.", |
| 49 | + 'slippymap_error_invalid_attribute_width_value_out_of_range' => "The value <tt>$1</tt> is not valid for the <tt>width</tt> attribute. Widths must be between $2 and $3.", |
| 50 | + 'slippymap_error_invalid_attribute_height_value_out_of_range' => "The value <tt>$1</tt> is not valid for the <tt>height</tt> attribute. Heights must be between $2 and $3.", |
51 | 51 | |
52 | 52 | 'slippymap_code' => 'Wikicode for this map view:', |
53 | 53 | 'slippymap_button_code' => 'Get wikicode', |