<?php
/**
 * English language file for swarmwebhook plugin
 *
 * @author Michael Große <mic.grosse@googlemail.com>
 */

// menu entry for admin plugins
 $lang['menu'] = 'Swarm Webhook Instructions';

// custom language strings for the plugin
 $lang['secret needed'] = 'Please enter a secret in the %s. For example: %s';
 $lang['configuration'] = 'configuration';

