Merge branch 'master' of github.com:catalyst/moodle-auth_outage

This commit is contained in:
Daniel Thee Roperto
2016-09-08 14:58:06 +10:00

View File

@@ -41,7 +41,7 @@ $string['outagecreate'] = 'Create Outage';
$string['outagedelete'] = 'Delete Outage';
$string['outagedeletewarning'] = 'You are about to permanently delete the outage below. This cannot be undone.';
$string['outageslist'] = 'Outages List';
$string['pluginname'] = 'Outage';
$string['pluginname'] = 'Outage manager';
$string['starttimeerrornotinfuture'] = 'Start time must be in the future.';
$string['starttime'] = 'Start date and time';
$string['stoptimeerrornotafterstart'] = 'Stop time must be after start time.';