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
Some checks are pending
Automated tests / tests (push) Waiting to run
This commit is contained in:
parent
361a428139
commit
2cc2e8aab2
10 changed files with 1109 additions and 0 deletions
11
xExtension-YouTube-wide/i18n/tr/ext.php
Normal file
11
xExtension-YouTube-wide/i18n/tr/ext.php
Normal 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',
|
||||
),
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue