diff --git a/lang/en/tool_opencast.php b/lang/en/tool_opencast.php index 1719835..30d25ea 100644 --- a/lang/en/tool_opencast.php +++ b/lang/en/tool_opencast.php @@ -35,8 +35,8 @@ $string['apiurl'] = 'Opencast API URL'; $string['apiurldesc'] = 'Configure the base URL of the Opencast system. A valid URL is required here. If you omit the protocol part here, \'https://\' is added on-the-fly when doing Opencast API calls.'; $string['apiurlempty'] = 'URL of Opencast API is not configured correctly. Go to the settings of the Opencast API tool to fix this.'; -$string['apiurltestfailedshort'] = 'Opencast API URL test failed with http code: {$a}'; $string['apiurltestfailedlong'] = 'There is no Opencast instance running on the given URL.
Please use a valid URL in order to avoid fatal error during tasks which use this setting.'; +$string['apiurltestfailedshort'] = 'Opencast API URL test failed with http code: {$a}'; $string['apiurltestsucceedbutnocredentialslong'] = 'The Opencast API URL is valid, but Username or Password are not yet provided.
Please enter valid Username and Password in order to avoid fatal error during tasks which use this setting.'; $string['apiurltestsuccessfulshort'] = 'Opencast API URL test successful.'; $string['apiusername'] = 'Username of Opencast API user'; @@ -50,11 +50,11 @@ $string['delete_instance_confirm'] = 'Do you really want to delete this instance?
Teachers will not be able to see videos used in this instance anymore.
Caution: All data related to this instance will be lost.

-The deletion will be performed after you click on "Save changes" on the main settings page.'; -$string['demoservernotification'] = 'The Opencast API tool is currently configured to connect to the public Opencast demo server. You can use this Opencast server for evaluating this plugin.
Do not use it for any production purposes. Please setup your own Opencast server instead.'; +The deletion will be performed after you click on \'Save changes\' on the main settings page.'; +$string['demoservernotification'] = 'The Opencast API tool is currently configured to connect to the public Opencast demo server. You can use this Opencast server for evaluating this plugin.
Do not use it for any production purposes. Please setup your own Opencast server instead.'; $string['errornumdefaultinstances'] = 'There must be exactly one default Opencast instance.'; -$string['isvisible'] = 'Is visible to teachers'; $string['isdefault'] = 'Default'; +$string['isvisible'] = 'Is visible to teachers'; $string['lticonsumerkey'] = 'Consumer key'; $string['lticonsumerkey_desc'] = 'LTI Consumer key for the integration of Opencast services that require authentication such as Studio or the editor.'; $string['lticonsumersecret'] = 'Consumer secret';