FreshRSS-Extensions/xExtension-YouTube/i18n/en/ext.php
2025-02-08 20:32:27 +01:00

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',
),
);