1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Fix typo.

This commit is contained in:
Caleb Mazalevskis 2019-12-23 20:57:09 +08:00
parent 33f49442dd
commit 8108fc1e68
No known key found for this signature in database
GPG key ID: 082E6BC1046FAB95
3 changed files with 7 additions and 7 deletions

View file

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

View file

@ -1,7 +1,7 @@
<?php <?php
$filter = array( $filter = array(
'disableNativeSignUp'=>'This is usefull if you want to use our LDAP plugin or maybe only allow authentication from Social Networks', 'disableNativeSignUp'=>'This is useful if you want to use our LDAP plugin or maybe only allow authentication from Social Networks',
'disableNativeSignIn'=>'This is usefull if you want to use our LDAP plugin or maybe only allow authentication from Social Networks', 'disableNativeSignIn'=>'This is useful if you want to use our LDAP plugin or maybe only allow authentication from Social Networks',
'disablePersonalInfo'=>'Disable the My Account personal info like: First and Last Name and address', 'disablePersonalInfo'=>'Disable the My Account personal info like: First and Last Name and address',
'newUsersCanStream'=>'Automatic allow new users to use your Livestream Platform', 'newUsersCanStream'=>'Automatic allow new users to use your Livestream Platform',
'doNotIndentifyByEmail'=>'Do not show user\'s email on the site', 'doNotIndentifyByEmail'=>'Do not show user\'s email on the site',