mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Fix typo.
This commit is contained in:
parent
33f49442dd
commit
8108fc1e68
3 changed files with 7 additions and 7 deletions
|
@ -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');
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue