From 9c5c778c525a69ed0ad0f0679c00860d8737ce15 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 19 Oct 2017 07:04:14 +0400 Subject: Initial commit --- lang/en/local_webhooks.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lang/en/local_webhooks.php (limited to 'lang/en/local_webhooks.php') diff --git a/lang/en/local_webhooks.php b/lang/en/local_webhooks.php new file mode 100644 index 0000000..05def67 --- /dev/null +++ b/lang/en/local_webhooks.php @@ -0,0 +1,30 @@ +. + +/** + * Strings for component 'local_webhooks', language 'en'. + * + * @package local_webhooks + * @copyright 2017 "Valentin Popov" + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +$string['local_webhooksdescription'] = ''; +$string['pluginname'] = 'WebHook\'s'; +$string['enabled'] = 'Enabled'; +$string['enabled_help'] = 'Enable event tracking.'; +$string['url'] = 'URL'; +$string['url_help'] = 'Web address of the remote service.'; \ No newline at end of file -- cgit v1.2.3