Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions lang/en/block_echo360_echocenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$string['echocenter'] = "Echo360 EchoCenter";
$string['echocenter_link'] = "Launch EchoCenter...";
$string['loading'] = "Loading. Please wait...";
$string['echocenter'] = 'Echo360 EchoCenter';
$string['echocenter_link'] = 'Launch EchoCenter...';
$string['loading'] = 'Loading. Please wait...';

$string['pluginname'] = "Echo360 EchoCenter";
$string['openinnewwindow'] = "Open in new window...";
$string['not_configured'] = "This block requires system level configuration before it can be used.";
$string['configure_link_text'] = "Click here to set the system level configuration for this block.";
$string['error_generating_url'] = "An error occurred while generating the URL to the resource. Please contact your system administrator. <br/> {$a}";
$string['no_view_capability'] = "You do not have permission to view this content.";
$string['not_found_response'] = "The EchoSystem could not find a matching course. Contact your system administrator to verify that lecture capture has been enabled for this course. <br/> {$a}";
$string['forbidden_response'] = "The EchoSystem is denying access to this system. Contact your system administrator to verify that this Moodle plugin has been configured correctly. <br/> {$a->classname}";
$string['unexpected_response'] = "The EchoSystem returned an unexpected response. Contact your system administrator to verify that this Moodle plugin has been configured correctly. <br/> {$a}";
$string['pluginname'] = 'Echo360 EchoCenter';
$string['openinnewwindow'] = 'Open in new window...';
$string['not_configured'] = 'This block requires system level configuration before it can be used.';
$string['configure_link_text'] = 'Click here to set the system level configuration for this block.';
$string['error_generating_url'] = 'An error occurred while generating the URL to the resource. Please contact your system administrator. <br/> {$a}';
$string['no_view_capability'] = 'You do not have permission to view this content.';
$string['not_found_response'] = 'The EchoSystem could not find a matching course. Contact your system administrator to verify that lecture capture has been enabled for this course. <br/> {$a}';
$string['forbidden_response'] = 'The EchoSystem is denying access to this system. Contact your system administrator to verify that this Moodle plugin has been configured correctly. <br/> {$a}';
$string['unexpected_response'] = 'The EchoSystem returned an unexpected response. Contact your system administrator to verify that this Moodle plugin has been configured correctly. <br/> {$a}';
?>