<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Symon Bent <symonbent@gmail.com>
 */

// custom language strings for the plugin
$lang['default_type']      = 'Default';
$lang['tag_type']          = 'Tag';
$lang['verse_type']        = 'Verse';
$lang['link_to_top']       = 'Top ↑';
$lang['empty_index']       = 'The Subject Index is empty!';
$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)";
