aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-26 17:22:41 +0300
committerValentin Popov <info@valentineus.link>2017-10-26 17:25:48 +0300
commitf87b2c82c949b828b3895c25262d91f7b45aff5c (patch)
tree7a381abe4eb98859f311ece8d0c1982b746b6d02 /lang
parentc25f4bada67cd237e5a1e27e6c25f552330bc6ea (diff)
downloadlocal_webhooks-f87b2c82c949b828b3895c25262d91f7b45aff5c.tar.xz
local_webhooks-f87b2c82c949b828b3895c25262d91f7b45aff5c.zip
Maximum minimization of internal transfer
Diffstat (limited to 'lang')
-rw-r--r--lang/en/local_webhooks.php1
-rw-r--r--lang/ru/local_webhooks.php26
2 files changed, 0 insertions, 27 deletions
diff --git a/lang/en/local_webhooks.php b/lang/en/local_webhooks.php
index 041233f..d945f65 100644
--- a/lang/en/local_webhooks.php
+++ b/lang/en/local_webhooks.php
@@ -22,5 +22,4 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-$string["managerservice"] = "Service management manager";
$string["pluginname"] = "WebHooks"; \ No newline at end of file
diff --git a/lang/ru/local_webhooks.php b/lang/ru/local_webhooks.php
deleted file mode 100644
index 73db595..0000000
--- a/lang/ru/local_webhooks.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-// This file is part of Moodle - http://moodle.org/
-//
-// Moodle is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// Moodle is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
-
-/**
- * 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["managerservice"] = "Менеджер управления службами";
-$string["pluginname"] = "WebHooks"; \ No newline at end of file