mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -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'] = 'Clear';
|
|||
$lang['MOVE_TO_TOP'] = 'Move to top';
|
||||
$lang['UNKNOWN'] = 'Unknown';
|
||||
$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['PREVIOUS_PAGE'] = 'Previous';
|
||||
|
@ -1268,9 +1270,20 @@ $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in admin.ph
|
|||
$lang['FILESIZE'] = 'Filesize';
|
||||
$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
|
||||
|
||||
// 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['PLAYBACK_M3U'] = 'Playback .m3u file';
|
||||
$lang['STREAM'] = 'Stream';
|
||||
$lang['COPY_STREAM_LINK'] = 'Copy stream link to clipboard';
|
||||
$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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue