13 lines
474 B
PHP
13 lines
474 B
PHP
<?php
|
||
|
||
return array(
|
||
'yt_videos' => array(
|
||
'height' => 'Oynatıcı yükseklik',
|
||
'width' => 'Oynatıcı genişlik',
|
||
'show_content' => 'Yayın içeriğini görüntüle',
|
||
'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' => 'Çerezsiz olan "www.youtube-nocookie.com" alan adını kullanın',
|
||
),
|
||
);
|