Loading app/Libraries/TranscriptParser.php +3 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,9 @@ class TranscriptParser $subs[] = $sub; } else { if ($subText !== '') { $subText .= PHP_EOL . $line; } $subText .= $line; } break; Loading modules/Admin/Language/en/VideoClip.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ return [ 'passed_hint' => 'Clip was generated successfully!', ], 'clip' => 'Clip', 'duration' => 'Duration', 'duration' => 'Job duration', ], 'title' => 'Video clip: {videoClipLabel}', 'download_clip' => 'Download clip', Loading modules/Admin/Language/fr/VideoClip.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ return [ 'passed_hint' => 'L’extrait a été généré avec succès !', ], 'clip' => 'Extrait', 'duration' => 'Durée', 'duration' => 'Durée de traitement', ], 'title' => 'Extrait vidéo : {videoClipLabel}', 'download_clip' => 'Télécharger l’extrait', Loading Loading
app/Libraries/TranscriptParser.php +3 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,9 @@ class TranscriptParser $subs[] = $sub; } else { if ($subText !== '') { $subText .= PHP_EOL . $line; } $subText .= $line; } break; Loading
modules/Admin/Language/en/VideoClip.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ return [ 'passed_hint' => 'Clip was generated successfully!', ], 'clip' => 'Clip', 'duration' => 'Duration', 'duration' => 'Job duration', ], 'title' => 'Video clip: {videoClipLabel}', 'download_clip' => 'Download clip', Loading
modules/Admin/Language/fr/VideoClip.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ return [ 'passed_hint' => 'L’extrait a été généré avec succès !', ], 'clip' => 'Extrait', 'duration' => 'Durée', 'duration' => 'Durée de traitement', ], 'title' => 'Extrait vidéo : {videoClipLabel}', 'download_clip' => 'Télécharger l’extrait', Loading