Add settings numbers servers and libraries, show error on login and register, applying user's settings on streaming and change settings name and in the installation, add admin option enable/disable libraries in panel, optimize settings and admin libraries button enable/disable
parent
2fce7056d6
commit
56c47c3352
@ -0,0 +1,34 @@
|
||||
<?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'
|
||||
]
|
||||
];
|
Loading…
Reference in new issue