1<?php
2/**
3 * English language file
4 *
5 * @author     Markus Birth <markus@birth-online.de>
6 */
7
8// for the configuration manager
9$lang['language']   = 'Select the hyphenation definitions to use.';
10$lang['customhyph'] = 'Enter additional rules or exceptions which are not correctly hyphenated. Use a slash to mark possible hyphen locations, e.g. <code>hy/phen/ation</code>. Enter one word per line.';
11