Skip to content

Commit

Permalink
reorder lang file
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Aug 21, 2024
1 parent a1cae03 commit 8d536a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lang/en/block_opencast.php
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@
$string['managedefaultsforuser_desc'] = 'Here you can manage default values for metadata fields used to add videos as well create new series. If you add a default value for a field here, it will be automatically inserted into the field as predefined value (default) inside those mentioned pages.<br />NOTE: In case this page is empty, or you are looking for a field that does not exist here, please contact your system administrator and ask him/her to configure the metadata fields as defaultable.';
$string['manageseriesforcourse'] = 'Manage series';
$string['managetranscriptions'] = 'Manage Transcriptions';
$string['managetranscription_overwrite_info'] = 'Overwriting subtitles is only available for manually uploaded subtitles via this plugin, auto generated subtitles and those that are uploaded outside this plugin which do not have the same caption flavor cannot be overwritten.';
$string['managetranscriptions_header'] = 'Manage Event\'s Transcriptions';
$string['maxseries'] = 'Maximum number of series';
$string['maxseriesdesc'] = 'Specifies how many series can be assigned to a course. Teachers won\'t be able to add/import more series if the maximum number is reached.';
Expand Down Expand Up @@ -760,6 +761,7 @@
$string['transcription_flavor_value'] = 'Flavor value';
$string['transcriptionaction_thead'] = 'Actions';
$string['transcriptionaddnewbtn'] = 'Add more transcription set';
$string['transcriptionauto'] = 'Auto';
$string['transcriptiondeletebtn'] = 'Delete transcription set';
$string['transcriptiondeletionfailed'] = 'Failed to delete transcription';
$string['transcriptiondeletionsucceeded'] = 'Transcription deleted successfully.';
Expand All @@ -773,6 +775,7 @@
$string['transcriptionheader'] = 'Upload Transcription Files';
$string['transcriptionheaderexplanation'] = 'In this section you are able to upload a transcription file for each service type, with specified file extension, which then will be uploaded alongside the video and be processed accordingly to provide the (speech to text) capability.';
$string['transcriptionltidownloadcompleted'] = 'The transcription is successfully downloaded. {$a}';
$string['transcriptionmanual'] = 'Manual';
$string['transcriptionreturntomanagement'] = 'Go back to transcription management page';
$string['transcriptionsettingsheader'] = 'Settings for Transcription';
$string['transcriptionuploadfailed'] = 'Transcription upload failed!';
Expand Down

0 comments on commit 8d536a2

Please sign in to comment.