diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-22 12:45:49 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-22 12:45:49 +0300 |
commit | be91a4c9b4e5d35f74208c45950ce70de659371b (patch) | |
tree | f3eea3f636d4bc640a528ef1e6c05759f0f6f10b /lang/ru/local_webhooks.php | |
parent | d974670910aa1151cc1bc739981ea8149cdcfa64 (diff) | |
download | local_webhooks-be91a4c9b4e5d35f74208c45950ce70de659371b.tar.xz local_webhooks-be91a4c9b4e5d35f74208c45950ce70de659371b.zip |
Forming the settings page
Diffstat (limited to 'lang/ru/local_webhooks.php')
-rw-r--r-- | lang/ru/local_webhooks.php | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lang/ru/local_webhooks.php b/lang/ru/local_webhooks.php index 4883214..8a2807a 100644 --- a/lang/ru/local_webhooks.php +++ b/lang/ru/local_webhooks.php @@ -15,16 +15,15 @@ // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** - * Strings for component 'local_webhooks', language 'ru'. + * Strings for component "local_webhooks", language "ru". * * @package local_webhooks * @copyright 2017 "Valentin Popov" <info@valentineus.link> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['local_webhooksdescription'] = ''; -$string['pluginname'] = 'WebHook\'s'; -$string['enabled'] = 'Включить'; -$string['enabled_help'] = 'Включить отслеживание событий.'; -$string['url'] = 'URL'; -$string['url_help'] = 'Веб-адрес удалённой службы.';
\ No newline at end of file +$string["enableservice"] = "Включить"; +$string["enableservice_help"] = "Включение службы отслеживания событий."; +$string["linkmanagerservice"] = "Менеджер управления службами"; +$string["local_webhooksdescription"] = ""; +$string["pluginname"] = "Moodle WebHooks";
\ No newline at end of file |