From d3427cfa8869171de527599268bada905990152e Mon Sep 17 00:00:00 2001
From: DFNVC <git@vc.dfn.de>
Date: Thu, 26 Sep 2019 10:42:32 +0200
Subject: [PATCH] =?UTF-8?q?Sprachpaket=20f=C3=BCr=20Standard=20Capability?=
 =?UTF-8?q?=20'mod/adobeconnect:addinstance'=20angepasst.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 lang/de/adobeconnect.php | 1 +
 lang/en/adobeconnect.php | 1 +
 version.php              | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/lang/de/adobeconnect.php b/lang/de/adobeconnect.php
index 0397edd..f4d6281 100644
--- a/lang/de/adobeconnect.php
+++ b/lang/de/adobeconnect.php
@@ -10,6 +10,7 @@ $string['admin_login_desc'] = 'Login für Administrator';
 $string['admin_password'] = 'Administrator Passwort';
 $string['admin_password_desc'] = 'Passwort für Administrator';
 $string['adobeconnect'] = 'Adobe Connect';
+$string['adobeconnect:addinstance'] = 'Neue Adobe Connect Aktivität hinzufügen';
 $string['adobeconnectfieldset'] = 'Adobe Connect Einstellungen';
 $string['adobeconnecthost'] = 'Adobe Connect Host';
 $string['adobeconnecthostdescription'] = 'Ein Veranstalter kann, zusätzlich zu dem was ein Moderator darf, anderen Nutzern Rechte zuweisen, Meetings starten und beenden';
diff --git a/lang/en/adobeconnect.php b/lang/en/adobeconnect.php
index 288d674..113f577 100644
--- a/lang/en/adobeconnect.php
+++ b/lang/en/adobeconnect.php
@@ -10,6 +10,7 @@ $string['admin_login_desc'] = 'Login for main admin account';
 $string['admin_password'] = 'Admin Password';
 $string['admin_password_desc'] = 'Password for main admin account';
 $string['adobeconnect'] = 'Adobe Connect';
+$string['adobeconnect:addinstance'] = 'Add a new Adobe Connect activity';
 $string['adobeconnectfieldset'] = 'Adobe Connect Settings';
 $string['adobeconnecthost'] = 'Adobe Connect Host';
 $string['adobeconnecthostdescription'] = 'The host can give other users privileges, start and stop a meeting in addition to what a persenter can do';
diff --git a/version.php b/version.php
index 76bb43a..79519db 100644
--- a/version.php
+++ b/version.php
@@ -7,7 +7,7 @@
  * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
-$plugin->version  = 2019092500;  // The current module version (Date: YYYYMMDDXX)
+$plugin->version  = 2019092600;  // The current module version (Date: YYYYMMDDXX)
 $plugin->requires  = 2014051212; // Requires this Moodle version
 $plugin->component = 'mod_adobeconnect';
 $plugin->cron     = 0;           // Period for cron to check this module (secs)
-- 
GitLab