aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-22 17:50:30 +0300
committerValentin Popov <info@valentineus.link>2017-10-22 17:50:30 +0300
commitb6659da190d3885f9bfba4b4620da87611a28480 (patch)
treebb11723d2fd521e1eb4b5178ec6464f7c2ca9a54 /lang
parent54b20f13354b74dd7266645069961a5d8e215ee9 (diff)
downloadlocal_webhooks-b6659da190d3885f9bfba4b4620da87611a28480.tar.xz
local_webhooks-b6659da190d3885f9bfba4b4620da87611a28480.zip
Added page template editor
Diffstat (limited to 'lang')
-rw-r--r--lang/en/local_webhooks.php2
-rw-r--r--lang/ru/local_webhooks.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/en/local_webhooks.php b/lang/en/local_webhooks.php
index 9a3993a..81b7a10 100644
--- a/lang/en/local_webhooks.php
+++ b/lang/en/local_webhooks.php
@@ -22,6 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+$string["editserviceadds"] = "Create a service";
+$string["editserviceedits"] = "Edit the service";
$string["enableservice"] = "Enabled";
$string["enableservice_help"] = "Enable the Event Tracking service.";
$string["linkmanagerservice"] = "Service management manager";
diff --git a/lang/ru/local_webhooks.php b/lang/ru/local_webhooks.php
index 30a5843..390d14a 100644
--- a/lang/ru/local_webhooks.php
+++ b/lang/ru/local_webhooks.php
@@ -22,6 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+$string["editserviceadds"] = "Создание службы";
+$string["editserviceedits"] = "Редактирование службы";
$string["enableservice"] = "Включить";
$string["enableservice_help"] = "Включение службы отслеживания событий.";
$string["linkmanagerservice"] = "Менеджер управления службами";