Initial check in for the SVGZoom tool.
[lhc/web/wiklou.git] / extensions / SVGZoom / SVGZoom.i18n.php
1 <?php
2 /**
3 * Internationalisation for SVGZoom extension
4 *
5 * @file
6 * @ingroup Extensions
7 */
8
9 $messages = array();
10
11 /** English
12 * @author Trevor Parscal
13 */
14 $messages['en'] = array(
15 'svgzoom' => 'SVGZoom',
16 'svgzoom-desc' => 'Adds pan and zoom capabilies to MediaWiki when viewing SVG files.',
17 );