Automatic feed channel icons feature for xExtension-YouTube

This commit is contained in:
Inverle 2025-06-17 00:00:21 +02:00
parent b8703f69f7
commit 09b0f9b726
6 changed files with 92 additions and 11 deletions

View file

@ -4,8 +4,8 @@ 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',
'download_channel_icons' => 'Automatically download and set channel icons for feeds',
'use_nocookie' => 'Verwende die Cookie-freie Domain www.youtube-nocookie.com',
),
);

View file

@ -4,8 +4,8 @@ return array(
'yt_videos' => array(
'height' => 'Player height',
'width' => 'Player width',
'updates' => 'You can find the latest extension version at',
'show_content' => 'Display the feeds content',
'download_channel_icons' => 'Automatically download and set channel icons for feeds',
'use_nocookie' => 'Use the cookie-free domain www.youtube-nocookie.com',
),
);

View file

@ -4,8 +4,8 @@ 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',
'download_channel_icons' => 'Automatically download and set channel icons for feeds',
'use_nocookie' => 'Utiliser le domaine www.youtube-nocookie.com pour éviter les cookies',
),
);

View file

@ -4,8 +4,8 @@ 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',
'download_channel_icons' => 'Automatically download and set channel icons for feeds',
'use_nocookie' => 'Çerezsiz olan "www.youtube-nocookie.com" alan adını kullanın',
),
);