. /** * Language strings. * * @package availability_date * @copyright 2014 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['ajaxerror'] = 'Error contacting server to convert times'; $string['direction_before'] = 'Date'; $string['direction_from'] = 'from'; $string['direction_label'] = 'Direction'; $string['direction_until'] = 'until'; $string['description'] = 'Prevent access until (or from) a specified date and time.'; $string['full_from'] = 'It is after {$a}'; $string['full_from_date'] = 'It is on or after {$a}'; $string['full_until'] = 'It is before {$a}'; $string['full_until_date'] = 'It is before end of {$a}'; $string['pluginname'] = 'Restriction by date'; $string['short_from'] = 'Available from {$a}'; $string['short_from_date'] = 'Available from {$a}'; $string['short_until'] = 'Available until {$a}'; $string['short_until_date'] = 'Available until end of {$a}'; $string['title'] = 'Date';