diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-23 07:31:09 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-23 07:31:09 +0300 |
commit | ea1c9f7322202a10ab13526cb9734917ac323a00 (patch) | |
tree | c7e78b133a9f78846dca40ed06213ac8c40a1587 /lang/en/local_webhooks.php | |
parent | 2d2a683549393c54d12d2de1918dd1f49f5bd0c8 (diff) | |
download | local_webhooks-ea1c9f7322202a10ab13526cb9734917ac323a00.tar.xz local_webhooks-ea1c9f7322202a10ab13526cb9734917ac323a00.zip |
Added a class to work with the form
Diffstat (limited to 'lang/en/local_webhooks.php')
-rw-r--r-- | lang/en/local_webhooks.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/en/local_webhooks.php b/lang/en/local_webhooks.php index 81b7a10..a5dd0d2 100644 --- a/lang/en/local_webhooks.php +++ b/lang/en/local_webhooks.php @@ -24,6 +24,10 @@ $string["editserviceadds"] = "Create a service"; $string["editserviceedits"] = "Edit the service"; +$string["editserviceenable"] = "Activate the service"; +$string["editserviceheader"] = "Service"; +$string["editservicetitle"] = "Name of the service"; +$string["editserviceurl"] = "URL of the service"; $string["enableservice"] = "Enabled"; $string["enableservice_help"] = "Enable the Event Tracking service."; $string["linkmanagerservice"] = "Service management manager"; |