1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/admin/general_settings_upload.php
Daniel 2a9630258f https://github.com/WWBN/AVideo/issues/6345#issuecomment-1067056556
Also check the lang in case insensitive
2022-03-14 14:28:38 -03:00

10 lines
719 B
PHP

<?php
$filter = [
'encoderNetwork' => 'The <a target="_blank" href="https://github.com/WWBN/AVideo-Encoder-Network">Encoder Network</a> URL ',
'useEncoderNetworkRecomendation' => __('Let the encoder network (if configured) choose what is the best encoder to use'),
'doNotShowUploadMP4Button' => __('Users will not be able to directly upload, only use the encoder'),
'doNotShowImportMP4Button' => __('Disable the option to import MP4 videos from your local (Server) storage'),
'doNotShowEncoderButton' => __('Do not show the button to the encoder'),
'doNotShowEmbedButton' => __('Check this if you will not use embed videos on your site'),
];
createTable("CustomizeAdvanced", $filter);