mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 05:13:54 -07:00
New Crowdin updates (#1631)
* New translations main.php (Romanian) * New translations main.php (French) * New translations main.php (Spanish) * New translations main.php (Afrikaans) * New translations main.php (Arabic) * New translations main.php (Belarusian) * New translations main.php (Bulgarian) * New translations main.php (Catalan) * New translations main.php (Czech) * New translations main.php (Danish) * New translations main.php (German) * New translations main.php (Greek) * New translations main.php (Finnish) * New translations main.php (Hebrew) * New translations main.php (Hungarian) * New translations main.php (Armenian) * New translations main.php (Italian) * New translations main.php (Japanese) * New translations main.php (Georgian) * New translations main.php (Korean) * New translations main.php (Lithuanian) * New translations main.php (Dutch) * New translations main.php (Norwegian) * New translations main.php (Polish) * New translations main.php (Russian) * New translations main.php (Slovak) * New translations main.php (Slovenian) * New translations main.php (Albanian) * New translations main.php (Serbian (Cyrillic)) * New translations main.php (Swedish) * New translations main.php (Turkish) * New translations main.php (Ukrainian) * New translations main.php (Chinese Traditional) * New translations main.php (English) * New translations main.php (Vietnamese) * New translations main.php (Portuguese, Brazilian) * New translations main.php (Indonesian) * New translations main.php (Thai) * New translations main.php (Croatian) * New translations main.php (Kazakh) * New translations main.php (Estonian) * New translations main.php (Latvian) * New translations main.php (Azerbaijani) * New translations main.php (Hindi) * New translations main.php (Bosnian) * New translations main.php (Uzbek) * New translations main.php (Tajik)
This commit is contained in:
parent
383fa7f9b6
commit
c68236439f
47 changed files with 658 additions and 47 deletions
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Verwyder';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'onbekend';
|
$lang['UNKNOWN'] = 'onbekend';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'volgende';
|
$lang['NEXT_PAGE'] = 'volgende';
|
||||||
$lang['PREVIOUS_PAGE'] = 'vorige';
|
$lang['PREVIOUS_PAGE'] = 'vorige';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Aflaai'; // this Language Variable is defined in admin.php
|
||||||
$lang['FILESIZE'] = 'filesize';
|
$lang['FILESIZE'] = 'filesize';
|
||||||
$lang['VIEWED'] = 'beskou';
|
$lang['VIEWED'] = 'beskou';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Die uitbreiding \'%s\' is gedeaktiveer deur \'n direksie admin, daarom word hierdie aanhangsel nie vertoon nie.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Die uitbreiding \'%s\' is gedeaktiveer deur \'n direksie admin, daarom word hierdie aanhangsel nie vertoon nie.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'غير معروف';
|
$lang['UNKNOWN'] = 'غير معروف';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'القادم';
|
$lang['NEXT_PAGE'] = 'القادم';
|
||||||
$lang['PREVIOUS_PAGE'] = 'السابقة';
|
$lang['PREVIOUS_PAGE'] = 'السابقة';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'تحميل'; // this Language Variable is defined in admin.
|
||||||
$lang['FILESIZE'] = 'حجم الملف';
|
$lang['FILESIZE'] = 'حجم الملف';
|
||||||
$lang['VIEWED'] = 'ينظر';
|
$lang['VIEWED'] = 'ينظر';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'امتداد %s\' تم إبطال مفعولها من قبل مجلس الادارة ، وبالتالي هذا التعلق لا يتم عرض.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'امتداد %s\' تم إبطال مفعولها من قبل مجلس الادارة ، وبالتالي هذا التعلق لا يتم عرض.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Məlum deyil';
|
$lang['UNKNOWN'] = 'Məlum deyil';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Daha sonra';
|
$lang['NEXT_PAGE'] = 'Daha sonra';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Əvvəlki';
|
$lang['PREVIOUS_PAGE'] = 'Əvvəlki';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Boy';
|
$lang['FILESIZE'] = 'Boy';
|
||||||
$lang['VIEWED'] = 'Hesab';
|
$lang['VIEWED'] = 'Hesab';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Məsləhət \'%s\' idi qaralar inzibati komissiya, ona görə də bu qoyması göstərilir.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Məsləhət \'%s\' idi qaralar inzibati komissiya, ona görə də bu qoyması göstərilir.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Невядома';
|
$lang['UNKNOWN'] = 'Невядома';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Далей';
|
$lang['NEXT_PAGE'] = 'Далей';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Папярэднія';
|
$lang['PREVIOUS_PAGE'] = 'Папярэднія';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Спампаваць'; // this Language Variable is defined
|
||||||
$lang['FILESIZE'] = 'Памер';
|
$lang['FILESIZE'] = 'Памер';
|
||||||
$lang['VIEWED'] = 'Разглядаць';
|
$lang['VIEWED'] = 'Разглядаць';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Пашырэннем \'%s\' быў адключаны адміністрацыйную камісію, таму гэта ўкладанне не адлюстроўваецца.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Пашырэннем \'%s\' быў адключаны адміністрацыйную камісію, таму гэта ўкладанне не адлюстроўваецца.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Неизвестно';
|
$lang['UNKNOWN'] = 'Неизвестно';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Напред';
|
$lang['NEXT_PAGE'] = 'Напред';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Предишни';
|
$lang['PREVIOUS_PAGE'] = 'Предишни';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Изтегли'; // this Language Variable is defined in ad
|
||||||
$lang['FILESIZE'] = 'Размер';
|
$lang['FILESIZE'] = 'Размер';
|
||||||
$lang['VIEWED'] = 'Разглежда';
|
$lang['VIEWED'] = 'Разглежда';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Разширение \'%s\' е изключен административна такса, така че това е инвестиция не се показва.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Разширение \'%s\' е изключен административна такса, така че това е инвестиция не се показва.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Nepoznati';
|
$lang['UNKNOWN'] = 'Nepoznati';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Sljedeći';
|
$lang['NEXT_PAGE'] = 'Sljedeći';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Prethodni';
|
$lang['PREVIOUS_PAGE'] = 'Prethodni';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Preuzimanje'; // this Language Variable is defined in admin
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Smatra';
|
$lang['VIEWED'] = 'Smatra';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Produžni \'%s\' je deaktivirana od odbor admin, stoga ovo Prilog nije prikazao.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Produžni \'%s\' je deaktivirana od odbor admin, stoga ovo Prilog nije prikazao.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Desconegut';
|
$lang['UNKNOWN'] = 'Desconegut';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Següent';
|
$lang['NEXT_PAGE'] = 'Següent';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Anteriors';
|
$lang['PREVIOUS_PAGE'] = 'Anteriors';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Descarregar'; // this Language Variable is defined in admin
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Vist';
|
$lang['VIEWED'] = 'Vist';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'L\'Extensió %s\' va ser desactivat per un consell d\'administració, per tant, aquesta unió no es mostra.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'L\'Extensió %s\' va ser desactivat per un consell d\'administració, per tant, aquesta unió no es mostra.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Neznámý';
|
$lang['UNKNOWN'] = 'Neznámý';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Další';
|
$lang['NEXT_PAGE'] = 'Další';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Předchozí';
|
$lang['PREVIOUS_PAGE'] = 'Předchozí';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Ke stažení'; // this Language Variable is defined in admi
|
||||||
$lang['FILESIZE'] = 'Velikost souboru';
|
$lang['FILESIZE'] = 'Velikost souboru';
|
||||||
$lang['VIEWED'] = 'Zobrazit';
|
$lang['VIEWED'] = 'Zobrazit';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Rozšíření %s byl deaktivován palubě admin, proto je tato Příloha není zobrazena.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Rozšíření %s byl deaktivován palubě admin, proto je tato Příloha není zobrazena.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Ukendt';
|
$lang['UNKNOWN'] = 'Ukendt';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Næste';
|
$lang['NEXT_PAGE'] = 'Næste';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Tidligere';
|
$lang['PREVIOUS_PAGE'] = 'Tidligere';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Fil størrelse';
|
$lang['FILESIZE'] = 'Fil størrelse';
|
||||||
$lang['VIEWED'] = 'Set';
|
$lang['VIEWED'] = 'Set';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Endelsen \'%s\' blev deaktiveret af en bestyrelse admin, og derfor er denne Vedhæftede fil ikke vises.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Endelsen \'%s\' blev deaktiveret af en bestyrelse admin, og derfor er denne Vedhæftede fil ikke vises.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Unbekannt';
|
$lang['UNKNOWN'] = 'Unbekannt';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Nächste';
|
$lang['NEXT_PAGE'] = 'Nächste';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Vorherige';
|
$lang['PREVIOUS_PAGE'] = 'Vorherige';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Dateigröße';
|
$lang['FILESIZE'] = 'Dateigröße';
|
||||||
$lang['VIEWED'] = 'Angesehen';
|
$lang['VIEWED'] = 'Angesehen';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Die Erweiterung \'%s" deaktiviert wurde, von einem board-admin, deshalb ist diese Anlage nicht angezeigt.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Die Erweiterung \'%s" deaktiviert wurde, von einem board-admin, deshalb ist diese Anlage nicht angezeigt.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Άγνωστο';
|
$lang['UNKNOWN'] = 'Άγνωστο';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Την επόμενη';
|
$lang['NEXT_PAGE'] = 'Την επόμενη';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Προηγούμενο';
|
$lang['PREVIOUS_PAGE'] = 'Προηγούμενο';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Κατεβάστε το'; // this Language Variable is defi
|
||||||
$lang['FILESIZE'] = 'Μέγεθος αρχείου';
|
$lang['FILESIZE'] = 'Μέγεθος αρχείου';
|
||||||
$lang['VIEWED'] = 'Είδαν';
|
$lang['VIEWED'] = 'Είδαν';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Η Επέκταση "%s" ήταν απενεργοποιηθεί από το διαχειριστή του συστήματος, ως εκ τούτου, αυτό το Συνημμένο δεν εμφανίζεται.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Η Επέκταση "%s" ήταν απενεργοποιηθεί από το διαχειριστή του συστήματος, ως εκ τούτου, αυτό το Συνημμένο δεν εμφανίζεται.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Unknown';
|
$lang['UNKNOWN'] = 'Unknown';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Next';
|
$lang['NEXT_PAGE'] = 'Next';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Previous';
|
$lang['PREVIOUS_PAGE'] = 'Previous';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Viewed';
|
$lang['VIEWED'] = 'Viewed';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'The Extension \'%s\' was deactivated by an board admin, therefore this Attachment is not displayed.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'The Extension \'%s\' was deactivated by an board admin, therefore this Attachment is not displayed.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Desconocido';
|
$lang['UNKNOWN'] = 'Desconocido';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Siguiente';
|
$lang['NEXT_PAGE'] = 'Siguiente';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Anterior';
|
$lang['PREVIOUS_PAGE'] = 'Anterior';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Descargar'; // this Language Variable is defined in admin.p
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Ver';
|
$lang['VIEWED'] = 'Ver';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'La Extensión \'%s\' fue desactivado por un consejo de administración, por lo tanto, este Accesorio no se muestra.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'La Extensión \'%s\' fue desactivado por un consejo de administración, por lo tanto, este Accesorio no se muestra.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Teadmata';
|
$lang['UNKNOWN'] = 'Teadmata';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Järgmine';
|
$lang['NEXT_PAGE'] = 'Järgmine';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Eelmine';
|
$lang['PREVIOUS_PAGE'] = 'Eelmine';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Lae alla'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Vaadatud';
|
$lang['VIEWED'] = 'Vaadatud';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Faililaiendiga \'%s" oli välja lülitatud poolt juhatuse admin, seega see adapter ei kuvata.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Faililaiendiga \'%s" oli välja lülitatud poolt juhatuse admin, seega see adapter ei kuvata.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Tuntematon';
|
$lang['UNKNOWN'] = 'Tuntematon';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Seuraava';
|
$lang['NEXT_PAGE'] = 'Seuraava';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Edellinen';
|
$lang['PREVIOUS_PAGE'] = 'Edellinen';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Lataa'; // this Language Variable is defined in admin.php t
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Katsella';
|
$lang['VIEWED'] = 'Katsella';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Tiedostopääte on \'%s\' oli pois päältä, jonka board admin, siksi tämä Kiinnitys ei näy.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Tiedostopääte on \'%s\' oli pois päältä, jonka board admin, siksi tämä Kiinnitys ei näy.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Inconnu';
|
$lang['UNKNOWN'] = 'Inconnu';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Prochaine';
|
$lang['NEXT_PAGE'] = 'Prochaine';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Précédente';
|
$lang['PREVIOUS_PAGE'] = 'Précédente';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Télécharger'; // this Language Variable is defined in adm
|
||||||
$lang['FILESIZE'] = 'La taille du fichier';
|
$lang['FILESIZE'] = 'La taille du fichier';
|
||||||
$lang['VIEWED'] = 'Vu';
|
$lang['VIEWED'] = 'Vu';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'L\'Extension \'%s" a été désactivé par un administrateur, par conséquent, cet Attachement n\'est pas affiché.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'L\'Extension \'%s" a été désactivé par un administrateur, par conséquent, cet Attachement n\'est pas affiché.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'לא ידוע';
|
$lang['UNKNOWN'] = 'לא ידוע';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'הבא';
|
$lang['NEXT_PAGE'] = 'הבא';
|
||||||
$lang['PREVIOUS_PAGE'] = 'הקודם';
|
$lang['PREVIOUS_PAGE'] = 'הקודם';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'הורד'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'גודל קובץ';
|
$lang['FILESIZE'] = 'גודל קובץ';
|
||||||
$lang['VIEWED'] = 'צפו';
|
$lang['VIEWED'] = 'צפו';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'הסיומת \'%s\' הייתה מנוטרלת על-ידי לוח admin, לכן קובץ מצורף זה לא מוצג.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'הסיומת \'%s\' הייתה מנוטרלת על-ידי לוח admin, לכן קובץ מצורף זה לא מוצג.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'अनजान';
|
$lang['UNKNOWN'] = 'अनजान';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'आगामी';
|
$lang['NEXT_PAGE'] = 'आगामी';
|
||||||
$lang['PREVIOUS_PAGE'] = 'पिछला';
|
$lang['PREVIOUS_PAGE'] = 'पिछला';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'डाउनलोड'; // this Language Variable is define
|
||||||
$lang['FILESIZE'] = 'फाइल का आकार';
|
$lang['FILESIZE'] = 'फाइल का आकार';
|
||||||
$lang['VIEWED'] = 'देखा गया';
|
$lang['VIEWED'] = 'देखा गया';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'बोर्ड के व्यवस्थापक द्वारा एक्सटेंशन \'%s\' को निष्क्रिय कर दिया गया था, इसलिए यह अनुलग्नक प्रदर्शित नहीं किया गया है।'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'बोर्ड के व्यवस्थापक द्वारा एक्सटेंशन \'%s\' को निष्क्रिय कर दिया गया था, इसलिए यह अनुलग्नक प्रदर्शित नहीं किया गया है।'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Nepoznat';
|
$lang['UNKNOWN'] = 'Nepoznat';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Dalje';
|
$lang['NEXT_PAGE'] = 'Dalje';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Prethodni';
|
$lang['PREVIOUS_PAGE'] = 'Prethodni';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Preuzimanje'; // this Language Variable is defined in admin
|
||||||
$lang['FILESIZE'] = 'Veličina';
|
$lang['FILESIZE'] = 'Veličina';
|
||||||
$lang['VIEWED'] = 'Uzeti u obzir';
|
$lang['VIEWED'] = 'Uzeti u obzir';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Nastavkom \'%s\' bio isključen administrativnu komisiju, tako da je ovo ulaganje nije prikazan.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Nastavkom \'%s\' bio isključen administrativnu komisiju, tako da je ovo ulaganje nije prikazan.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Ismeretlen';
|
$lang['UNKNOWN'] = 'Ismeretlen';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Következő';
|
$lang['NEXT_PAGE'] = 'Következő';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Előző';
|
$lang['PREVIOUS_PAGE'] = 'Előző';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Letöltés'; // this Language Variable is defined in admin.
|
||||||
$lang['FILESIZE'] = 'Fájlméretet';
|
$lang['FILESIZE'] = 'Fájlméretet';
|
||||||
$lang['VIEWED'] = 'Megtekinthető';
|
$lang['VIEWED'] = 'Megtekinthető';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'A Kiterjesztés \'%s\' volt kapcsolva egy fórumon admin, ezért ezt a Mellékletet nem jelenik meg.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'A Kiterjesztés \'%s\' volt kapcsolva egy fórumon admin, ezért ezt a Mellékletet nem jelenik meg.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Հայտնի չէ';
|
$lang['UNKNOWN'] = 'Հայտնի չէ';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Ավելին';
|
$lang['NEXT_PAGE'] = 'Ավելին';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Նախորդ';
|
$lang['PREVIOUS_PAGE'] = 'Նախորդ';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Ներբեռնել'; // this Language Variable is defined i
|
||||||
$lang['FILESIZE'] = 'Չափ';
|
$lang['FILESIZE'] = 'Չափ';
|
||||||
$lang['VIEWED'] = 'Դիտարկել';
|
$lang['VIEWED'] = 'Դիտարկել';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Ընդլայնմամբ \'%s\' անջատված էր վարչական հանձնաժողովին, ուստի այդ ներդրումը չի ցուցադրվում.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Ընդլայնմամբ \'%s\' անջատված էր վարչական հանձնաժողովին, ուստի այդ ներդրումը չի ցուցադրվում.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Tidak diketahui';
|
$lang['UNKNOWN'] = 'Tidak diketahui';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Berikutnya';
|
$lang['NEXT_PAGE'] = 'Berikutnya';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Sebelumnya';
|
$lang['PREVIOUS_PAGE'] = 'Sebelumnya';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Dilihat';
|
$lang['VIEWED'] = 'Dilihat';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Ekstensi \'%s\' dinonaktifkan oleh dewan admin, oleh karena itu Keterikatan ini tidak ditampilkan.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Ekstensi \'%s\' dinonaktifkan oleh dewan admin, oleh karena itu Keterikatan ini tidak ditampilkan.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Sconosciuto';
|
$lang['UNKNOWN'] = 'Sconosciuto';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Accanto';
|
$lang['NEXT_PAGE'] = 'Accanto';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Precedente';
|
$lang['PREVIOUS_PAGE'] = 'Precedente';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Visto';
|
$lang['VIEWED'] = 'Visto';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'L\'Estensione \'%s e\' stato disattivato da un board admin, quindi questo Allegato non viene visualizzato.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'L\'Estensione \'%s e\' stato disattivato da un board admin, quindi questo Allegato non viene visualizzato.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = '不明';
|
$lang['UNKNOWN'] = '不明';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = '次へ';
|
$lang['NEXT_PAGE'] = '次へ';
|
||||||
$lang['PREVIOUS_PAGE'] = '前';
|
$lang['PREVIOUS_PAGE'] = '前';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'ダウンロード'; // this Language Variable is defined i
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = '閲覧';
|
$lang['VIEWED'] = '閲覧';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = '拡張子によ%s"が無効化される板の管理者は、そのためこの添付が表示されません。'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = '拡張子によ%s"が無効化される板の管理者は、そのためこの添付が表示されません。'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'უცნობი';
|
$lang['UNKNOWN'] = 'უცნობი';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'შემდეგი';
|
$lang['NEXT_PAGE'] = 'შემდეგი';
|
||||||
$lang['PREVIOUS_PAGE'] = 'წინა';
|
$lang['PREVIOUS_PAGE'] = 'წინა';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'უფასო'; // this Language Variable is defined in a
|
||||||
$lang['FILESIZE'] = 'ზომა';
|
$lang['FILESIZE'] = 'ზომა';
|
||||||
$lang['VIEWED'] = 'გახსნილია';
|
$lang['VIEWED'] = 'გახსნილია';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'გაფართოება \'%s" იყო გაუქმდება მიერ საბჭოს admin, ამიტომ, აღნიშნული დანართი არ არის ნაჩვენები.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'გაფართოება \'%s" იყო გაუქმდება მიერ საბჭოს admin, ამიტომ, აღნიშნული დანართი არ არის ნაჩვენები.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'белгісіз';
|
$lang['UNKNOWN'] = 'белгісіз';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Келесі';
|
$lang['NEXT_PAGE'] = 'Келесі';
|
||||||
$lang['PREVIOUS_PAGE'] = 'алдыңғы';
|
$lang['PREVIOUS_PAGE'] = 'алдыңғы';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'жүктеу'; // this Language Variable is defined in admi
|
||||||
$lang['FILESIZE'] = 'файл мөлшері';
|
$lang['FILESIZE'] = 'файл мөлшері';
|
||||||
$lang['VIEWED'] = 'белгілілері';
|
$lang['VIEWED'] = 'белгілілері';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Кеңейтім «%s Сондықтан осы Толықтырудың көрсетілмейді, бір басқарма әкімші арқылы ажыратылған болатын.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Кеңейтім «%s Сондықтан осы Толықтырудың көрсетілмейді, бір басқарма әкімші арқылы ажыратылған болатын.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = '알 수 없음';
|
$lang['UNKNOWN'] = '알 수 없음';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = '다음';
|
$lang['NEXT_PAGE'] = '다음';
|
||||||
$lang['PREVIOUS_PAGE'] = '이전';
|
$lang['PREVIOUS_PAGE'] = '이전';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = '다운로드'; // this Language Variable is defined in admi
|
||||||
$lang['FILESIZE'] = '파일 크기';
|
$lang['FILESIZE'] = '파일 크기';
|
||||||
$lang['VIEWED'] = '조회';
|
$lang['VIEWED'] = '조회';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = '장\'%s\'비활성화되었으로 보는 관리,따라서 이것은 첨부 파일을 표시하지 않습니다.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = '장\'%s\'비활성화되었으로 보는 관리,따라서 이것은 첨부 파일을 표시하지 않습니다.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Nežinomas';
|
$lang['UNKNOWN'] = 'Nežinomas';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Kitas';
|
$lang['NEXT_PAGE'] = 'Kitas';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Ankstesnis';
|
$lang['PREVIOUS_PAGE'] = 'Ankstesnis';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Atsisiųsti'; // this Language Variable is defined in admin
|
||||||
$lang['FILESIZE'] = 'Failo dydis';
|
$lang['FILESIZE'] = 'Failo dydis';
|
||||||
$lang['VIEWED'] = 'Peržiūrėti';
|
$lang['VIEWED'] = 'Peržiūrėti';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Pratęsimo \'%s" buvo išimtas ūkio valdybos admin, todėl šis priedas yra nerodomas.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Pratęsimo \'%s" buvo išimtas ūkio valdybos admin, todėl šis priedas yra nerodomas.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Nav zināms';
|
$lang['UNKNOWN'] = 'Nav zināms';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Nākamā';
|
$lang['NEXT_PAGE'] = 'Nākamā';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Iepriekšējā';
|
$lang['PREVIOUS_PAGE'] = 'Iepriekšējā';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Lejupielādēt'; // this Language Variable is defined in ad
|
||||||
$lang['FILESIZE'] = 'Izmērs';
|
$lang['FILESIZE'] = 'Izmērs';
|
||||||
$lang['VIEWED'] = 'Skatīts';
|
$lang['VIEWED'] = 'Skatīts';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Paplašinājuma \'%s" tika deaktivizēts ar valdes admin, tāpēc ar šo Pielikumu, netiek parādīts.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Paplašinājuma \'%s" tika deaktivizēts ar valdes admin, tāpēc ar šo Pielikumu, netiek parādīts.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Onbekend';
|
$lang['UNKNOWN'] = 'Onbekend';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Volgende';
|
$lang['NEXT_PAGE'] = 'Volgende';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Vorige';
|
$lang['PREVIOUS_PAGE'] = 'Vorige';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Downloaden'; // this Language Variable is defined in admin.
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Bekeken';
|
$lang['VIEWED'] = 'Bekeken';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'De Extensie \'%s\' was uitgeschakeld door een board admin, dus deze Bijlage wordt niet weergegeven.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'De Extensie \'%s\' was uitgeschakeld door een board admin, dus deze Bijlage wordt niet weergegeven.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Ukjent';
|
$lang['UNKNOWN'] = 'Ukjent';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Neste';
|
$lang['NEXT_PAGE'] = 'Neste';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Tidligere';
|
$lang['PREVIOUS_PAGE'] = 'Tidligere';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Last ned'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Sett';
|
$lang['VIEWED'] = 'Sett';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Utvidelsen \'%s\' ble deaktivert av en bord admin, derfor dette Vedlegget er ikke vist.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Utvidelsen \'%s\' ble deaktivert av en bord admin, derfor dette Vedlegget er ikke vist.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Nieznany';
|
$lang['UNKNOWN'] = 'Nieznany';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Dalej';
|
$lang['NEXT_PAGE'] = 'Dalej';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Poprzednie';
|
$lang['PREVIOUS_PAGE'] = 'Poprzednie';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Pobierz'; // this Language Variable is defined in admin.php
|
||||||
$lang['FILESIZE'] = 'Rozmiar';
|
$lang['FILESIZE'] = 'Rozmiar';
|
||||||
$lang['VIEWED'] = 'Rozważać';
|
$lang['VIEWED'] = 'Rozważać';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Rozszerzeniem \'%s\' został wyłączony opłaty administracyjnej, dlatego załącznik nie jest wyświetlany.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Rozszerzeniem \'%s\' został wyłączony opłaty administracyjnej, dlatego załącznik nie jest wyświetlany.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Desconhecido';
|
$lang['UNKNOWN'] = 'Desconhecido';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Seguinte';
|
$lang['NEXT_PAGE'] = 'Seguinte';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Anterior';
|
$lang['PREVIOUS_PAGE'] = 'Anterior';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Baixar'; // this Language Variable is defined in admin.php
|
||||||
$lang['FILESIZE'] = 'Tamanho do arquivo';
|
$lang['FILESIZE'] = 'Tamanho do arquivo';
|
||||||
$lang['VIEWED'] = 'Visto';
|
$lang['VIEWED'] = 'Visto';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'A Extensão \'%s\' foi desativado por um conselho de administração, portanto, este Anexo não é exibido.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'A Extensão \'%s\' foi desativado por um conselho de administração, portanto, este Anexo não é exibido.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Necunoscut';
|
$lang['UNKNOWN'] = 'Necunoscut';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Următoarea';
|
$lang['NEXT_PAGE'] = 'Următoarea';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Anterior';
|
$lang['PREVIOUS_PAGE'] = 'Anterior';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Vizualizate';
|
$lang['VIEWED'] = 'Vizualizate';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Extensia \'%s\' a fost dezactivat de către un consiliu de administrare, prin urmare, acest Atașament nu este afișat.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Extensia \'%s\' a fost dezactivat de către un consiliu de administrare, prin urmare, acest Atașament nu este afișat.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Очистить';
|
||||||
$lang['MOVE_TO_TOP'] = 'В начало';
|
$lang['MOVE_TO_TOP'] = 'В начало';
|
||||||
$lang['UNKNOWN'] = 'Не указан';
|
$lang['UNKNOWN'] = 'Не указан';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Скопировать в буфер обмена';
|
$lang['COPY_TO_CLIPBOARD'] = 'Скопировать в буфер обмена';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'След.';
|
$lang['NEXT_PAGE'] = 'След.';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Пред.';
|
$lang['PREVIOUS_PAGE'] = 'Пред.';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Скачать'; // this Language Variable is defined in ad
|
||||||
$lang['FILESIZE'] = 'Размер';
|
$lang['FILESIZE'] = 'Размер';
|
||||||
$lang['VIEWED'] = 'Просмотров';
|
$lang['VIEWED'] = 'Просмотров';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Расширение \'%s\' было деактивировано администратором, поэтому это приложение не отображается.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Расширение \'%s\' было деактивировано администратором, поэтому это приложение не отображается.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Трансляция';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Скачать .m3u файл';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Скачать .m3u файл';
|
||||||
$lang['PLAYBACK_M3U'] = 'Воспроизвести .m3u файл';
|
$lang['PLAYBACK_M3U'] = 'Воспроизвести .m3u файл';
|
||||||
$lang['STREAM'] = 'Трансляция';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Скопировать ссылку на поток в буфер обмена';
|
$lang['COPY_STREAM_LINK'] = 'Скопировать ссылку на поток в буфер обмена';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'Этот файл невозможно воспроизвести в браузере...';
|
$lang['M3U_NOT_SUPPORTED'] = 'Этот файл невозможно воспроизвести в браузере...';
|
||||||
$lang['M3U_NOTICE'] = 'Некоторые браузеры не поддерживают воспроизведение определенных форматов видео. В таком случае вы можете скачать файл .m3u и воспроизвести его с помощью стороннего плеера';
|
$lang['M3U_NOTICE'] = 'Некоторые браузеры не поддерживают воспроизведение определенных форматов видео. В таком случае вы можете скачать файл .m3u и воспроизвести его с помощью стороннего плеера';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Neznáma';
|
$lang['UNKNOWN'] = 'Neznáma';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Ďalej';
|
$lang['NEXT_PAGE'] = 'Ďalej';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Predchádzajúce';
|
$lang['PREVIOUS_PAGE'] = 'Predchádzajúce';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Stiahnuť'; // this Language Variable is defined in admin.p
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Pozrieť';
|
$lang['VIEWED'] = 'Pozrieť';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Rozšírenie \'%s" bol deaktivovaný on board admin, preto túto Prílohu nie je zobrazený.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Rozšírenie \'%s" bol deaktivovaný on board admin, preto túto Prílohu nie je zobrazený.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Neznan';
|
$lang['UNKNOWN'] = 'Neznan';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Naprej';
|
$lang['NEXT_PAGE'] = 'Naprej';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Prejšnji';
|
$lang['PREVIOUS_PAGE'] = 'Prejšnji';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Velikost datoteke';
|
$lang['FILESIZE'] = 'Velikost datoteke';
|
||||||
$lang['VIEWED'] = 'Ogledov';
|
$lang['VIEWED'] = 'Ogledov';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Razširitev \'%s" je bil izključen s odbora skrbnik, zato to Prilogo, se ne prikaže.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Razširitev \'%s" je bil izključen s odbora skrbnik, zato to Prilogo, se ne prikaže.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'I panjohur';
|
$lang['UNKNOWN'] = 'I panjohur';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Tjetër';
|
$lang['NEXT_PAGE'] = 'Tjetër';
|
||||||
$lang['PREVIOUS_PAGE'] = 'E mëparshme';
|
$lang['PREVIOUS_PAGE'] = 'E mëparshme';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Shkarkuar'; // this Language Variable is defined in admin.p
|
||||||
$lang['FILESIZE'] = 'Si kartela';
|
$lang['FILESIZE'] = 'Si kartela';
|
||||||
$lang['VIEWED'] = 'Shihet';
|
$lang['VIEWED'] = 'Shihet';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Zgjerimi \'%s\' ishte çaktivizuar nga një bord admin, prandaj kjo Shtojcë nuk është shfaqur.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Zgjerimi \'%s\' ishte çaktivizuar nga një bord admin, prandaj kjo Shtojcë nuk është shfaqur.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Непознато';
|
$lang['UNKNOWN'] = 'Непознато';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Даље';
|
$lang['NEXT_PAGE'] = 'Даље';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Претходних';
|
$lang['PREVIOUS_PAGE'] = 'Претходних';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Довнлоад'; // this Language Variable is defined in
|
||||||
$lang['FILESIZE'] = 'Величина';
|
$lang['FILESIZE'] = 'Величина';
|
||||||
$lang['VIEWED'] = 'Посматрати';
|
$lang['VIEWED'] = 'Посматрати';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Ширењем %s\' је онемогућен административну комисију, тако да је овај прилог се не приказује.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Ширењем %s\' је онемогућен административну комисију, тако да је овај прилог се не приказује.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Okänd';
|
$lang['UNKNOWN'] = 'Okänd';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Nästa';
|
$lang['NEXT_PAGE'] = 'Nästa';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Föregående';
|
$lang['PREVIOUS_PAGE'] = 'Föregående';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Ladda ner'; // this Language Variable is defined in admin.p
|
||||||
$lang['FILESIZE'] = 'Filstorlek';
|
$lang['FILESIZE'] = 'Filstorlek';
|
||||||
$lang['VIEWED'] = 'Ses';
|
$lang['VIEWED'] = 'Ses';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Förlängning "%s\' har inaktiverats av en administratör, därför denna Bilaga visas inte.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Förlängning "%s\' har inaktiverats av en administratör, därför denna Bilaga visas inte.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'номашҳур';
|
$lang['UNKNOWN'] = 'номашҳур';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Баъдӣ';
|
$lang['NEXT_PAGE'] = 'Баъдӣ';
|
||||||
$lang['PREVIOUS_PAGE'] = 'гузашта';
|
$lang['PREVIOUS_PAGE'] = 'гузашта';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.ph
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Пурбинандатаринҳо';
|
$lang['VIEWED'] = 'Пурбинандатаринҳо';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Дар Тамдиди \'%s\' аз тарафи администратор Шӯрои хомуш шуд, бинобар ин дар ин Замимаи аст, нишон дода нашавад.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Дар Тамдиди \'%s\' аз тарафи администратор Шӯрои хомуш шуд, бинобар ин дар ин Замимаи аст, нишон дода нашавад.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'ไม่ทราบ';
|
$lang['UNKNOWN'] = 'ไม่ทราบ';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'ต่อไป';
|
$lang['NEXT_PAGE'] = 'ต่อไป';
|
||||||
$lang['PREVIOUS_PAGE'] = 'ก่อนหน้านี้';
|
$lang['PREVIOUS_PAGE'] = 'ก่อนหน้านี้';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'ดาวน์โหลด'; // this Language Variable is
|
||||||
$lang['FILESIZE'] = 'ขนาดแฟ้มได้';
|
$lang['FILESIZE'] = 'ขนาดแฟ้มได้';
|
||||||
$lang['VIEWED'] = 'ดู';
|
$lang['VIEWED'] = 'ดู';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'ส่วนขยายแฟ้ม\'%s\'ถูกปิดการใช้งานโดยการแอดมิน,ดังนั้นนี่คือสิ่งที่แนบมาด้วยไม่ถูกแสดงให้เห็น'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'ส่วนขยายแฟ้ม\'%s\'ถูกปิดการใช้งานโดยการแอดมิน,ดังนั้นนี่คือสิ่งที่แนบมาด้วยไม่ถูกแสดงให้เห็น'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Bilinmeyen';
|
$lang['UNKNOWN'] = 'Bilinmeyen';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Gelecek';
|
$lang['NEXT_PAGE'] = 'Gelecek';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Önceki';
|
$lang['PREVIOUS_PAGE'] = 'Önceki';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'İndir'; // this Language Variable is defined in admin.php
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = 'Görüntülenen';
|
$lang['VIEWED'] = 'Görüntülenen';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Uzantısı \'%s yönetim Kurulundan bir yönetici tarafından iptal edilmiştir, bu nedenle bu Ek görüntülenmez.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Uzantısı \'%s yönetim Kurulundan bir yönetici tarafından iptal edilmiştir, bu nedenle bu Ek görüntülenmez.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Очистити';
|
||||||
$lang['MOVE_TO_TOP'] = 'На початок';
|
$lang['MOVE_TO_TOP'] = 'На початок';
|
||||||
$lang['UNKNOWN'] = 'Не вказана';
|
$lang['UNKNOWN'] = 'Не вказана';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Наступ.';
|
$lang['NEXT_PAGE'] = 'Наступ.';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Попер.';
|
$lang['PREVIOUS_PAGE'] = 'Попер.';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Завантажити'; // this Language Variable is defin
|
||||||
$lang['FILESIZE'] = 'Розмір файлу';
|
$lang['FILESIZE'] = 'Розмір файлу';
|
||||||
$lang['VIEWED'] = 'Переглянуто';
|
$lang['VIEWED'] = 'Переглянуто';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Розширення \'%s\' було деактивовано адміністратором, тому це вкладення не відображається.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Розширення \'%s\' було деактивовано адміністратором, тому це вкладення не відображається.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'noma\'lum';
|
$lang['UNKNOWN'] = 'noma\'lum';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Keyingi';
|
$lang['NEXT_PAGE'] = 'Keyingi';
|
||||||
$lang['PREVIOUS_PAGE'] = 'avvalgi';
|
$lang['PREVIOUS_PAGE'] = 'avvalgi';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Yuklash'; // this Language Variable is defined in admin.php
|
||||||
$lang['FILESIZE'] = 'Fayl hajmi';
|
$lang['FILESIZE'] = 'Fayl hajmi';
|
||||||
$lang['VIEWED'] = 'Ko\'rib chiqildi';
|
$lang['VIEWED'] = 'Ko\'rib chiqildi';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Extension "%s" Shuning uchun, bu ilova ko\'rsatilmasa, bir taxta admin o\'chirilgan edi.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Extension "%s" Shuning uchun, bu ilova ko\'rsatilmasa, bir taxta admin o\'chirilgan edi.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = 'Không rõ';
|
$lang['UNKNOWN'] = 'Không rõ';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = 'Tiếp theo';
|
$lang['NEXT_PAGE'] = 'Tiếp theo';
|
||||||
$lang['PREVIOUS_PAGE'] = 'Trước đó';
|
$lang['PREVIOUS_PAGE'] = 'Trước đó';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Tải về'; // this Language Variable is defined in admin.
|
||||||
$lang['FILESIZE'] = 'Kích cỡ';
|
$lang['FILESIZE'] = 'Kích cỡ';
|
||||||
$lang['VIEWED'] = 'Xem';
|
$lang['VIEWED'] = 'Xem';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Mở Rộng \'%s\' đã được kích hoạt bởi một hội đồng quản trị, vì thế này đính Kèm không hiển thị.'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'Mở Rộng \'%s\' đã được kích hoạt bởi một hội đồng quản trị, vì thế này đính Kèm không hiển thị.'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
|
@ -64,6 +64,8 @@ $lang['CLEAR'] = 'Clear';
|
||||||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||||
$lang['UNKNOWN'] = '未知';
|
$lang['UNKNOWN'] = '未知';
|
||||||
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
$lang['COPY_TO_CLIPBOARD'] = 'Copy to clipboard';
|
||||||
|
$lang['NO_ITEMS'] = 'There seems to be no data here...';
|
||||||
|
$lang['PLEASE_TRY_AGAIN'] = 'Please try again after few seconds...';
|
||||||
|
|
||||||
$lang['NEXT_PAGE'] = '继续';
|
$lang['NEXT_PAGE'] = '继续';
|
||||||
$lang['PREVIOUS_PAGE'] = '后退';
|
$lang['PREVIOUS_PAGE'] = '后退';
|
||||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = '下载'; // this Language Variable is defined in admin.php
|
||||||
$lang['FILESIZE'] = 'Filesize';
|
$lang['FILESIZE'] = 'Filesize';
|
||||||
$lang['VIEWED'] = '看';
|
$lang['VIEWED'] = '看';
|
||||||
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = '扩\'%s\'停用由一个董事会管理,因此这种附着的是不是显示出来。'; // used in Posts and PM's, replace %s with mime type
|
$lang['EXTENSION_DISABLED_AFTER_POSTING'] = '扩\'%s\'停用由一个董事会管理,因此这种附着的是不是显示出来。'; // used in Posts and PM's, replace %s with mime type
|
||||||
|
|
||||||
|
// Viewtopic -> Display of Attachments -> TorrServer integration
|
||||||
|
$lang['STREAM'] = 'Stream';
|
||||||
|
$lang['RESOLUTION'] = 'Resolution: <b>%s</b>';
|
||||||
|
$lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
|
$lang['AUDIO_TRACK'] = 'Audio track information (%d):';
|
||||||
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b title="%s">%s</b>';
|
||||||
|
$lang['VIDEO_CODEC'] = 'Video codec: <b title="%s">%s</b>';
|
||||||
|
$lang['SHOW_MORE_INFORMATION_FILE'] = 'Show more information about file';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
$lang['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||||
$lang['STREAM'] = 'Stream';
|
|
||||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||||
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
$lang['M3U_NOT_SUPPORTED'] = 'This file cannot be played in the browser...';
|
||||||
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
$lang['M3U_NOTICE'] = 'Some browsers do not support playback of certain video formats. In such a case, you can download the .m3u file and play it using a third-party player';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue