FreshRSS-Extensions/xExtension-YouTube/i18n/de/ext.php

13 lines
459 B
PHP

<?php
return array(
'yt_videos' => array(
'height' => 'Höhe des Players',
'width' => 'Breite des Players',
'show_content' => 'Zeige den Inhalt des Feeds an',
'download_channel_icons' => 'Automatically download and set channel icons for feeds',
'fetch_channel_icons' => 'Fetch icons of all channels',
'reset_channel_icons' => 'Reset icons of all channels',
'use_nocookie' => 'Verwende die Cookie-freie Domain www.youtube-nocookie.com',
),
);