Add a full-pane version of youtube extension, complete with fixing the extra duplicate thumbnail bug in freshrss
Some checks are pending
Automated tests / tests (push) Waiting to run

This commit is contained in:
George Dorn 2025-07-11 15:57:04 -07:00
parent 361a428139
commit 2cc2e8aab2
10 changed files with 1109 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
return array(
'yt_videos' => array(
'height' => 'Höhe des Players',
'width' => 'Breite des Players',
'updates' => 'Die neueste Version des Plugins findest Du bei',
'show_content' => 'Zeige den Inhalt des Feeds an',
'use_nocookie' => 'Verwende die Cookie-freie Domain www.youtube-nocookie.com',
),
);

View file

@ -0,0 +1,10 @@
<?php
return array(
'ytw_videos' => array(
'height' => 'Player height (empty for auto)',
'width' => 'Player width (int or string like 100%)',
'show_content' => 'Display the feeds content',
'use_nocookie' => 'Use the cookie-free domain www.youtube-nocookie.com',
),
);

View file

@ -0,0 +1,11 @@
<?php
return array(
'yt_videos' => array(
'height' => 'Hauteur du lecteur',
'width' => 'Largeur du lecteur',
'updates' => 'Vous pouvez trouver la dernière mise à jour de lextension sur ',
'show_content' => 'Afficher le contenu du flux',
'use_nocookie' => 'Utiliser le domaine www.youtube-nocookie.com pour éviter les cookies',
),
);

View file

@ -0,0 +1,11 @@
<?php
return array(
'yt_videos' => array(
'height' => 'Oynatıcı yükseklik',
'width' => 'Oynatıcı genişlik',
'updates' => 'En son uzantı sürümünü şu adreste bulabilirsiniz:',
'show_content' => 'Yayın içeriğini görüntüle',
'use_nocookie' => 'Çerezsiz olan "www.youtube-nocookie.com" alan adını kullanın',
),
);