1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Symon Bent <symonbent@gmail.com>
7 */
8
9// custom language strings for the plugin
10$lang['default_type']      = 'Default';
11$lang['tag_type']          = 'Tag';
12$lang['verse_type']        = 'Verse';
13$lang['link_to_top']       = 'Top ↑';
14$lang['empty_index']       = 'The Subject Index is empty!';
15$lang['no_default_target'] = "FIXME: Nothing to link to!  First create a default subject index for all entries in this section (e.g. {{subjectindex>...section=?;default}}  See plugin help file online for details)";
16