Skip to content

Commit

Permalink
VID-536: Add open and close dates
Browse files Browse the repository at this point in the history
  • Loading branch information
dthies committed Aug 15, 2023
1 parent f720c60 commit cf02848
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lang/en/videotime.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
$string['authenticate_vimeo_success'] = 'Vimeo authentication successful. You can now use features that rely on the Vimeo API.';
$string['averageviewtime'] = 'Average view time';
$string['browsevideos'] = 'Browse videos';
$string['calendarend'] = '{$a} closes';
$string['calendarstart'] = '{$a} opens';
$string['choose_video'] = 'Choose Video';
$string['choose_video_confirm'] = 'Are you sure you want to choose the video';
$string['cleanupalbumsandtags'] = 'Cleanup albums and tags';
Expand Down Expand Up @@ -216,6 +218,8 @@
$string['preventfastforwarding_help'] = 'Prevent user from seeking the video beyond what they have watched.';
$string['preventfastforwardingmessage'] = 'You have only watched {$a->percent}% of this video, and you may not jump ahead without watching.';
$string['preventfastforwarding_help'] = 'Prevent user from seeking the video beyond what they have watched.';
$string['preventpreviewtracking'] = 'Prevent preview tracking';
$string['preventpreviewtracking_help'] = 'Prevent recording user data before or after availability dates when set.';
$string['preview_mode'] = 'Preview image mode';
$string['preview_picture'] = 'Preview image';
$string['preview_picture_help'] = 'Image displayed for user.';
Expand Down Expand Up @@ -322,3 +326,5 @@
$string['completiondetail:_on_view_time'] = 'View for time {$a}';
$string['completiondetail:_on_finish'] = 'Finish video';
$string['completiondetail:_on_percent'] = 'Finish watching {$a} percent';
$string['videoopen'] = 'Allow viewing from';
$string['videoclose'] = 'Allow viewing until';

0 comments on commit cf02848

Please sign in to comment.