diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-25 08:08:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-25 08:08:30 +0300 |
commit | 7862e885ede09fe6ca0003d20437fa927fe8d756 (patch) | |
tree | 817757f761580a253af37cdea386831f3cf4cea8 /lang/ru | |
parent | d974670910aa1151cc1bc739981ea8149cdcfa64 (diff) | |
parent | 8ebb1381c993c7174eaa2aff9587f98239c0a954 (diff) | |
download | local_webhooks-7862e885ede09fe6ca0003d20437fa927fe8d756.tar.xz local_webhooks-7862e885ede09fe6ca0003d20437fa927fe8d756.zip |
Merge pull request #1 from valentineus/multiple-choice-url
Multiple choice url
Diffstat (limited to 'lang/ru')
-rw-r--r-- | lang/ru/local_webhooks.php | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/ru/local_webhooks.php b/lang/ru/local_webhooks.php index 4883214..73db595 100644 --- a/lang/ru/local_webhooks.php +++ b/lang/ru/local_webhooks.php @@ -15,16 +15,12 @@ // 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["managerservice"] = "Менеджер управления службами"; +$string["pluginname"] = "WebHooks";
\ No newline at end of file |