diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-24 03:02:30 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-24 03:02:30 +0300 |
commit | 876803b844b66fb766ee0e7350a49c2bf323ce19 (patch) | |
tree | 9467ee963e0e2974a20ca2fa2e164799b914e44f /lang/en/local_webhooks.php | |
parent | ea1c9f7322202a10ab13526cb9734917ac323a00 (diff) | |
download | local_webhooks-876803b844b66fb766ee0e7350a49c2bf323ce19.tar.xz local_webhooks-876803b844b66fb766ee0e7350a49c2bf323ce19.zip |
Rethinking the translation
Diffstat (limited to 'lang/en/local_webhooks.php')
-rw-r--r-- | lang/en/local_webhooks.php | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/lang/en/local_webhooks.php b/lang/en/local_webhooks.php index a5dd0d2..041233f 100644 --- a/lang/en/local_webhooks.php +++ b/lang/en/local_webhooks.php @@ -22,18 +22,5 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$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"; -$string["local_webhooksdescription"] = ""; -$string["managementmanager"] = "Service Management Manager"; -$string["managementmanageradd"] = "Add a service"; -$string["managementmanagerdescription"] = ""; -$string["pluginname"] = "Moodle WebHooks"; -$string["servicedeleted"] = "Service has been removed";
\ No newline at end of file +$string["managerservice"] = "Service management manager"; +$string["pluginname"] = "WebHooks";
\ No newline at end of file |