<?php echo __("Groups that can see this video"); ?>
<a href="#" class="btn btn-info btn-xs pull-right" data-toggle="popover" title="<?php echo __("What is User Groups"); ?>" data-placement="bottom" data-content="<?php echo __("By linking groups to this video, it will no longer be public and only users in the same group will be able to watch this video"); ?>"><span class="fa fa-question-circle" aria-hidden="true"></span> <?php echo __("Help"); ?></a>
if ((User::isAdmin()) && (!$config->getDisable_youtubeupload())) {
?>
<div class="alert alert-info">
- <h1><span class="fab fa-youtube-square"></span> Let us upload your video to YouTube</h1>
- <h2>Before you start</h2>
+ <h1><span class="fab fa-youtube-square"></span> <?php echo __("Let us upload your video to YouTube"); ?></h1>
+ <h2><?php echo __("How to setup the Youtube-Upload feature"); ?>:</h2>
<ol>
<li>
- <a href="<?php echo $global['webSiteRootURL']; ?>siteConfigurations" class="btn btn-info btn-xs">Enable Google Login</a> and get your google ID and Key
+ <?php echo __("You need to enable"); ?>
+ <a href="<?php echo $global['webSiteRootURL']; ?>siteConfigurations" class="btn btn-info btn-xs"><?php echo __("Google Login"); ?></a> <?php echo __("and get the following information") . ": <strong>" . __("Google ID and Key") . "</strong>"; ?>
</li>
<li>
- Go to https://console.developers.google.com
- on <a href="https://console.developers.google.com/apis/dashboard" class="btn btn-info btn-xs" target="_blank" rel="noopener noreferrer">dashboard</a> Enable <strong>YouTube Data API v3</strong>
- You can find more help on <a href="https://developers.google.com/youtube/v3/getting-started" class="btn btn-info btn-xs" target="_blank" rel="noopener noreferrer">https://developers.google.com/youtube/v3/getting-started </a>
+ <?php echo __("You can find more help on the following documentation"); ?>:
+ <a href="https://developers.google.com/youtube/v3/getting-started" class="btn btn-info btn-xs" target="_blank" rel="noopener noreferrer"><?php echo __("YouTube Data API Overview"); ?></a>