.
/**
* English Lang Strings (1)
*
* @author Mark Johnson (2)
* @copyright © Taunton's College 2009 (3)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later (4)
*/
defined('MOODLE_INTERNAL') || die();
$string['autolaunch'] = '(always?)';
$string['blockname'] = 'Accessibility';
$string['clearedoldcache'] = 'Cleared {$a} old files from the cache';
$string['char'] = 'A';
$string['dectext'] = 'Decrease Text Size';
$string['inctext'] = 'Increase Text Size';
$string['invalidop'] = 'The specified operation was invalid!';
$string['jsnocolour'] = 'Error changing colour scheme';
$string['jsnocolourreset'] = 'Error resetting colour scheme';
$string['jsnosave'] = 'Error saving settings';
$string['jsnosize'] = 'Error changing size';
$string['jsnosizereset'] = 'Error resetting text size';
$string['launchtoolbar'] = 'Launch ATbar';
$string['pluginname'] = 'Accessibility';
$string['pluginnameplural'] = 'Accessibility Blocks';
$string['resettext'] = 'Reset Text Size (Clears Saved Setting)';
$string['reset'] = 'Setting Cleared';
$string['save'] = 'Save Setting';
$string['saved'] = 'Setting Saved';
$string['col1text'] = 'Deafult Colour Scheme (Clears Saved Setting)';
$string['col2text'] = 'Lowered Contrast 1';
$string['col3text'] = 'Lowered Contrast 2';
$string['col4text'] = 'High Contrast';
// Configuration form - please help us translate it on GitHub.
$string['config_showATbar'] = 'ATbar';
$string['config_showATbar_checkbox'] = 'Allow ATbar appearance within Accessibility block';
$string['config_showATbar_help'] = 'Accessibility block also integrates ATbar from Southampton University ECS http://www.atbar.org.';
$string['config_fg'] = 'Text colour (not required)';
$string['config_fg_help'] = 'Define colour scheme foreground colour here. Keep in mind that the colour will be applied uniformly to all user interface elements. It is not always desirable to have the same colour in each user interface element. It is recommended to leave foreground colour field empty so that elements can keep its default colours. Try to change background colour only.';
$string['config_bg'] = 'Background colour';
$string['config_bg_help'] = 'Define colour scheme background colour here. Keep in mind that the background colour will be applied uniformly to all user interface elements.';
$string['color_input_error'] = 'Please enter a color in a format as such: #FF0050';
$string['accessibility:addinstance'] = 'Add a new Accessibility block';
$string['accessibility:myaddinstance'] = 'Add a new Accessibility block to My home';
$string['jsnotloggedin'] = 'Error! Please check if you are logged-in to the system or contact your administrator';