From 7091376910afb28e4e4db7d787126ed601e427ad Mon Sep 17 00:00:00 2001 From: Thomas Niedermaier Date: Thu, 28 Nov 2024 11:51:26 +0100 Subject: [PATCH] sorted lang file alphabetically --- lang/en/tool_opencast.php | 70 +++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 39 deletions(-) diff --git a/lang/en/tool_opencast.php b/lang/en/tool_opencast.php index 720b14e..e79aa66 100644 --- a/lang/en/tool_opencast.php +++ b/lang/en/tool_opencast.php @@ -26,63 +26,55 @@ defined('MOODLE_INTERNAL') || die(); $string['pluginname'] = 'Opencast API'; - +$string['addinstance'] = 'Add instance'; +$string['apicreadentialstestfailedlong'] = 'The given Username or Password for the Opencast API is not valid.
Please use valid Username and Password in order to avoid fatal error during tasks which use this setting.'; +$string['apicreadentialstestfailedshort'] = 'Opencast API User Credentials test failed with http code: {$a}'; +$string['apicreadentialstestsuccessfulshort'] = 'Opencast API User Credentials test successful.'; $string['apipassword'] = 'Password of Opencast API user'; $string['apipassworddesc'] = 'Configure the password of the Opencast user who is used to do the Opencast API calls.'; $string['apipasswordempty'] = 'Password of Opencast API user is not configured correctly. Go to the settings of the Opencast API tool to fix this.'; $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['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'; $string['apiusernamedesc'] = 'Configure the username of the Opencast user who is used to do the Opencast API calls. Moodle uses this Opencast user for all communication with Opencast. Authorization is done by adding suitable roles to the call.'; $string['apiusernameempty'] = 'Username of Opencast API user is not configured correctly. Go to the settings of the Opencast API tool to fix this.'; -$string['timeout'] = 'Overall API request execution timeout'; -$string['timeoutdesc'] = 'Configure the time in milliseconds each API request to Opencast may take. If Opencast does not finish answering the request within this time, the request is aborted.'; +$string['configuration'] = 'Configuration'; +$string['configuration_instance'] = 'Configuration: {$a}'; $string['connecttimeout'] = 'Connection timeout'; $string['connecttimeoutdesc'] = 'Configure the time in milliseconds while Moodle is trying to connect to Opencast. If Opencast does not answer within this time, the connection attempt times out.'; -$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['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['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['apicreadentialstestfailedlong'] = 'The given Username or Password for the Opencast API is not valid.
Please use valid Username and Password in order to avoid fatal error during tasks which use this setting.'; -$string['testtoolheader'] = 'Connection test tool'; -$string['testtoolheaderdesc'] = 'To test the current Opencast API settings use: {$a}'; -$string['testtoolurl'] = 'Connection Test Tool'; -$string['apiurltestsuccessfulshort'] = 'Opencast API URL test successful.'; -$string['apiurltestfailedshort'] = 'Opencast API URL test failed with http code: {$a}'; -$string['apicreadentialstestsuccessfulshort'] = 'Opencast API User Credentials test successful.'; -$string['apicreadentialstestfailedshort'] = 'Opencast API User Credentials test failed with http code: {$a}'; -$string['testtooldisabledbuttontitle'] = 'Unable to conduct the connection test due to unloaded js modules.'; - +$string['delete_instance'] = 'Delete instance'; +$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.'; +$string['errornumdefaultinstances'] = 'There must be exactly one default Opencast instance.'; +$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'; $string['lticonsumersecret_desc'] = 'LTI Consumer secret for the integration of Opencast services that require authentication.'; -$string['configuration'] = 'Configuration'; -$string['configuration_instance'] = 'Configuration: {$a}'; +$string['name'] = 'Name'; +$string['needphp55orhigher'] = 'PHP Version 5.5 or higher is needed'; +$string['nomockhandler'] = 'The Opencast Api Object is unable to handle the responses for testing purposes.'; +$string['notestingjsonresponses'] = 'The JSON responses are not set, please make sure to use api_testable::add_json_response before running and using the class.'; $string['ocinstances'] = 'Opencast Instances'; $string['ocinstancesdesc'] = 'Defines a list of Opencast Instances to which the Opencast plugins can connect.'; -$string['name'] = 'Name'; -$string['isvisible'] = 'Is visible to teachers'; -$string['isdefault'] = 'Default'; -$string['addinstance'] = 'Add instance'; -$string['delete_instance'] = 'Delete instance'; -$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['errornumdefaultinstances'] = 'There must be exactly one default Opencast instance.'; - $string['opencast:externalapi'] = 'Access to Opencast API webservices'; $string['opencast:instructor'] = 'Gives the role of an instructor in Opencast'; $string['opencast:learner'] = 'Gives the role of a learner in Opencast'; - -$string['needphp55orhigher'] = 'PHP Version 5.5 or higher is needed'; -$string['wrongmimetypedetected'] = 'Wrong mimetype was detected, while trying to upload {$a->filename} from course {$a->coursename}. You can only upload video files!'; -$string['serverconnectionerror'] = 'There was a problem with the connection to the Opencast server. Please check your Opencast API credentials and your network settings.'; - -// Privacy API. $string['privacy:metadata'] = 'The Opencast API admin tool only provides API endpoints and general settings for the set of Opencast plugins. It stores which Opencast series belongs to which Moodle course, but it does not store any personal data.'; - -// Testing API. -$string['nomockhandler'] = 'The Opencast Api Object is unable to handle the responses for testing purposes.'; -$string['notestingjsonresponses'] = 'The JSON responses are not set, please make sure to use api_testable::add_json_response before running and using the class.'; +$string['serverconnectionerror'] = 'There was a problem with the connection to the Opencast server. Please check your Opencast API credentials and your network settings.'; +$string['testtooldisabledbuttontitle'] = 'Unable to conduct the connection test due to unloaded js modules.'; +$string['testtoolheader'] = 'Connection test tool'; +$string['testtoolheaderdesc'] = 'To test the current Opencast API settings use: {$a}'; +$string['testtoolurl'] = 'Connection Test Tool'; +$string['timeout'] = 'Overall API request execution timeout'; +$string['timeoutdesc'] = 'Configure the time in milliseconds each API request to Opencast may take. If Opencast does not finish answering the request within this time, the request is aborted.'; +$string['wrongmimetypedetected'] = 'Wrong mimetype was detected, while trying to upload {$a->filename} from course {$a->coursename}. You can only upload video files!';