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/lang/en/permissions.php

14 lines
808 B

<?php return [
'RIGHT_WATCH' => 'Allow Watch',
'RIGHT_WATCH_DESCRIPTION' => 'Allow use to watch movie/tv show.',
'RIGHT_MAX_WATCH' => 'Max Play in 24H',
'RIGHT_MAX_WATCH_DESCRIPTION' => 'Maximum number to play movie/tv show in 24H.',
'RIGHT_MAX_QUALITY' => 'Stream Quality',
'RIGHT_MAX_QUALITY_DESCRIPTION' => 'The maximum quality to play a move/tv show.',
'RIGHT_MAX_CONCURRENT_STREAM' => 'Concurrent stream ',
'RIGHT_MAX_CONCURRENT_STREAM_DESCRIPTION' => 'Number of concurrent stream allowed.',
'RIGHT_DOWNLOAD' => 'Allow Download',
'RIGHT_DOWNLOAD_DESCRIPTION' => 'Give the permission at user to download movie/tv show.',
'RIGHT_MAX_DOWNLOAD' => 'Max Download',
'RIGHT_MAX_DOWNLOAD_DESCRIPTION' => 'The maximum number of download allow to a use in 24H.',
];