1<?php
2/**
3 * English language file for swarmwebhook plugin
4 *
5 * @author Michael Große <mic.grosse@googlemail.com>
6 */
7
8// menu entry for admin plugins
9 $lang['menu'] = 'Swarm Webhook Instructions';
10
11// custom language strings for the plugin
12 $lang['secret needed'] = 'Please enter a secret in the %s. For example: %s';
13 $lang['configuration'] = 'configuration';
14
15