diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-22 13:10:07 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-22 13:10:07 +0300 |
commit | 706b948be01d11e30675aabe7b2b6d62fb3434b6 (patch) | |
tree | c0c3b0fe89fb1c910417f1ecaaed3c8cd5270c7d /lang | |
parent | be91a4c9b4e5d35f74208c45950ce70de659371b (diff) | |
download | local_webhooks-706b948be01d11e30675aabe7b2b6d62fb3434b6.tar.xz local_webhooks-706b948be01d11e30675aabe7b2b6d62fb3434b6.zip |
Manager page template
Diffstat (limited to 'lang')
-rw-r--r-- | lang/en/local_webhooks.php | 5 | ||||
-rw-r--r-- | lang/ru/local_webhooks.php | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lang/en/local_webhooks.php b/lang/en/local_webhooks.php index b230a69..d2f33bd 100644 --- a/lang/en/local_webhooks.php +++ b/lang/en/local_webhooks.php @@ -26,4 +26,7 @@ $string["enableservice"] = "Enabled"; $string["enableservice_help"] = "Enable the Event Tracking service."; $string["linkmanagerservice"] = "Service management manager"; $string["local_webhooksdescription"] = ""; -$string["pluginname"] = "Moodle WebHooks";
\ No newline at end of file +$string["managementmanager"] = "Service Management Manager"; +$string["managementmanageradd"] = "Add a service"; +$string["pluginname"] = "Moodle WebHooks"; +$string["servicedeleted"] = "Service has been removed";
\ No newline at end of file diff --git a/lang/ru/local_webhooks.php b/lang/ru/local_webhooks.php index 8a2807a..2c8f0b7 100644 --- a/lang/ru/local_webhooks.php +++ b/lang/ru/local_webhooks.php @@ -26,4 +26,7 @@ $string["enableservice"] = "Включить"; $string["enableservice_help"] = "Включение службы отслеживания событий."; $string["linkmanagerservice"] = "Менеджер управления службами"; $string["local_webhooksdescription"] = ""; -$string["pluginname"] = "Moodle WebHooks";
\ No newline at end of file +$string["managementmanager"] = "Менеджер управления службами"; +$string["managementmanageradd"] = "Добавить службу"; +$string["pluginname"] = "Moodle WebHooks"; +$string["servicedeleted"] = "Служба была удалена";
\ No newline at end of file |