]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7885 videojs
authorsoufiane <soufiane@cubedesigners.com>
Fri, 9 Jan 2026 16:54:06 +0000 (17:54 +0100)
committersoufiane <soufiane@cubedesigners.com>
Fri, 9 Jan 2026 16:54:06 +0000 (17:54 +0100)
app/SubForms/VideoTrack.php

index a2a9238c510f9b6638463bc463307b4667074225..45c6ce37fad7a3e1c61726adffd77d058ca5639b 100644 (file)
@@ -21,13 +21,13 @@ class VideoTrack extends SubForm
         $this->addField('kind', SelectFromArray::class, __('Type'), ['default' => 'captions', 'allows_null' => false, 'ajax' => false, 'options' => [
             'captions' => 'Captions',
             'subtitles' => 'Subtitles',
-            'descriptions' => 'Descriptions',
             'chapters' => 'Chapters',
-            'alternative' => 'Alternative',
-            'main' => 'Main',
-            'main-desc' => 'Main description',
-            'translation' => 'Translation',
-            'commentary' => 'Commentary']
+            'descriptions' => 'Descriptions (Audio)',
+            'alternative' => 'Alternative (Audio)',
+            'main' => 'Main (Audio)',
+            'main-desc' => 'Main description (Audio)',
+            'translation' => 'Translation (Audio)',
+            'commentary' => 'Commentary (Audio)']
         ]);
         $this->addField('srclang', Locale::class, __('Langue'), ['allows_null' => true, 'ajax' => false, 'hint' => __('Laisser vide pour utiliser la langue de la publication')]);;
     }