12 lines
333 B
PHP
12 lines
333 B
PHP
<?php
|
|
|
|
return array(
|
|
'yt_videos' => array(
|
|
'autosize' => 'Player autosize',
|
|
'height' => 'Player height',
|
|
'width' => 'Player width',
|
|
'updates' => 'You can find the latest extension version at',
|
|
'show_content' => 'Display the feeds content',
|
|
'use_nocookie' => 'Use the cookie-free domain www.youtube-nocookie.com',
|
|
),
|
|
);
|