1<?php
2/**
3 * English language file
4 *
5 * @author  Michael Bowers <restlessmind@gmail.com>
6 */
7
8$lang['max_svg_width']      = 'Maximum width for SVG file size if no sizes are specified in the wiki page.';
9$lang['default_width']      = 'Default fall-through width of an SVG file.';
10$lang['default_height']     = 'Default fall-through height of an SVG file.';
11$lang['default_print']      = 'All files embedded default to having a print button.';
12
13?>
14