forked from WWBN/AVideo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
64 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?php | ||
|
||
$filter = array( | ||
'useEncoderNetworkRecomendation' => 'Let the encoder network (If configured) choose what is the best encoder to use', | ||
'doNotShowEncoderResolutionLow' => 'Do not allow encode in Low resolution', | ||
'doNotShowEncoderResolutionSD' => 'Do not allow encode in SD resolution', | ||
'doNotShowEncoderResolutionHD' => 'Do not allow encode in HD resolution', | ||
'makeVideosInactiveAfterEncode' => 'Maybe you need to approve or check something on your video before make it public', | ||
'makeVideosUnlistedAfterEncode' => 'Maybe you need to approve or check something on your video before make it public'); | ||
'useEncoderNetworkRecomendation' => __('Let the encoder network (If configured) choose what is the best encoder to use'), | ||
'doNotShowEncoderResolutionLow' => __('Do not allow encode in Low resolution'), | ||
'doNotShowEncoderResolutionSD' => __('Do not allow encode in SD resolution'), | ||
'doNotShowEncoderResolutionHD' => __('Do not allow encode in HD resolution'), | ||
'makeVideosInactiveAfterEncode' => __('Maybe you need to approve or check something on your video before make it public'), | ||
'makeVideosUnlistedAfterEncode' => __('Maybe you need to approve or check something on your video before make it public')); | ||
createTable("CustomizeAdvanced", $filter); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?php | ||
$filter = array( | ||
'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'); | ||
'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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?php | ||
$filter = array( | ||
'disableNativeSignUp'=>'This is useful 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', | ||
'newUsersCanStream'=>'Automatic allow new users to use your Livestream Platform', | ||
'doNotIndentifyByEmail'=>'Do not show user\'s email on the site', | ||
'doNotIndentifyByName'=>'Do not show user\'s name on the site', | ||
'doNotIndentifyByUserName'=>'Do not show user\'s username on the site', | ||
'unverifiedEmailsCanNOTLogin'=>'Users must verify their emails before login', | ||
'onlyVerifiedEmailCanUpload'=>'Users must verify their emails before upload/submit videos', | ||
'sendVerificationMailAutomaic'=>'After sign up we will automatic send a verification email', | ||
'userMustBeLoggedIn'=>'Hide the website to non logged users'); | ||
'disableNativeSignUp'=>__('This is useful 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'), | ||
'newUsersCanStream'=>__('Automatic allow new users to use your Livestream Platform'), | ||
'doNotIndentifyByEmail'=>__('Do not show user\'s email on the site'), | ||
'doNotIndentifyByName'=>__('Do not show user\'s name on the site'), | ||
'doNotIndentifyByUserName'=>__('Do not show user\'s username on the site'), | ||
'unverifiedEmailsCanNOTLogin'=>__('Users must verify their emails before login'), | ||
'onlyVerifiedEmailCanUpload'=>__('Users must verify their emails before upload/submit videos'), | ||
'sendVerificationMailAutomaic'=>__('After sign up we will automatic send a verification email'), | ||
'userMustBeLoggedIn'=>__('Hide the website to non logged users')); | ||
createTable("CustomizeUser", $filter); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
|
||
<div class="row"> | ||
<label class="col-md-4"> | ||
Sent only to this email: | ||
<?php echo __('Sent only to this email'); ?>: | ||
</label> | ||
<div class="col-md-8"> | ||
<input class="form-control" type="email" id="email" placeholder="[email protected]"> | ||
<small>Leave it blank to send to all users</small> | ||
<small><?php echo __('Leave it blank to send to all users'); ?></small> | ||
</div> | ||
</div> | ||
<hr> | ||
|
@@ -57,4 +57,4 @@ function notify() { | |
|
||
}); | ||
|
||
</script> | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.