diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-22 20:04:50 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-22 20:04:50 -0400 |
| commit | 99dba814f405f08111b36ace4ba8a7fc7a273245 (patch) | |
| tree | d20cda1d4f8579ae438d2660afce69f5caf24003 /MediaBrowser.Server.Implementations/Localization/Server | |
| parent | 1afb28b48797ee53442823cfd395e07d219e8ec3 (diff) | |
add custom intros path
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/server.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json index e1b3b5ea1..52a3b8df0 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/server.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json @@ -1188,12 +1188,13 @@ "TitlePlayback": "Playback", "LabelEnableCinemaModeFor": "Enable cinema mode for:", "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.", - "LabelEnableTheFollowingIntros": "Enable the following types of intros:", - "OptionTrailersFromMyMovies": "Trailers from movies in my library", - "OptionUpcomingMoviesInTheaters": "Trailers from upcoming movies", + "OptionTrailersFromMyMovies": "Include trailers from movies in my library", + "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies", "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content", "LabelEnableIntroParentalControl": "Enable smart parental control", - "LabelEnableIntroParentalControlHelp": "Intros will only used from content with a parental rating equal to or less than the content being watched.", - "LabelEnableTheFollowingIntrosHelp": "Trailers from existing movies requires setup of local trailers. Theater trailers require installation of the Trailer channel plugin.", - "ButtonThisFeatureRequiresSupporter": "This feature requires an active supporter membership" + "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.", + "LabelThisFeatureRequiresSupporterHelp": "This feature requires an active supporter membership.", + "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.", + "LabelCustomIntrosPath": "Custom intros path:", + "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers." } |
