1 | <?php |
||
2 | /** |
||
3 | * YouTube Live Embed plugin for Craft CMS |
||
4 | * |
||
5 | * This plugin allows you to embed a YouTube live stream and/or live chat on your webpage |
||
6 | * |
||
7 | * @link https://nystudio107.com |
||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
8 | * @copyright Copyright (c) 2019 nystudio107 |
||
0 ignored issues
–
show
|
|||
9 | */ |
||
0 ignored issues
–
show
|
|||
10 | |||
11 | /** |
||
0 ignored issues
–
show
|
|||
12 | * @author nystudio107 |
||
0 ignored issues
–
show
|
|||
13 | * @package YoutubeLiveEmbed |
||
0 ignored issues
–
show
|
|||
14 | * @since 1.0.0 |
||
0 ignored issues
–
show
|
|||
15 | */ |
||
16 | return [ |
||
17 | '{name} plugin loaded' => '{name} plugin loaded', |
||
18 | 'YouTube Channel ID' => 'YouTube Channel ID', |
||
19 | 'Error rendering template string -> {error}' => 'Error rendering template string -> {error}', |
||
20 | 'Error rendering `{template}` -> {error}' => 'Error rendering `{template}` -> {error}', |
||
21 | 'Enter your YouTube channel ID here. If you do not know it, [here is how to find it](https://support.google.com/youtube/answer/3250431?hl=en).' => 'Enter your YouTube channel ID here. If you do not know it, [here is how to find it](https://support.google.com/youtube/answer/3250431?hl=en).', |
||
22 | ]; |
||
23 |