You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PlexShare/fuel/app/config/user_settings.php

34 lines
858 B

<?php
return [
'language' => [
'english' => 'English',
'french' => 'Français'
],
'trailer_type' => [
'Cinema' => 'Cinema',
'Upcoming' => 'Upcoming'
],
'subtitle' => [
'50' => 'Tiny',
'75' => 'Small',
'100' => 'Normal',
'125' => 'Large',
'200' => 'Huge'
],
'maxdownloadspeed' => [
'-1' => 'Maximale',
'20000' => '20 Mbps, 1080p',
'15000' => '15 Mbps, 1080p',
'10000' => '10 Mbps, 1080p',
'8000' => '8 Mbps, 1080p',
'4000' => '4 Mbps, 720p',
'3000' => '3 Mbps, 720p',
'2000' => '2 Mbps, 720p',
'1500' => '1.5 Mbps, 480p',
'1000' => '1 Mbps, 480p',
'700' => '0.7 Mbps',
'300' => '0.5 Mbps',
'200' => '0.2 Mbps'
]
];