update translations

This commit is contained in:
Luke Pulverenti
2015-05-08 15:10:53 -04:00
parent e6c465d7a9
commit 3fdf7516c0
72 changed files with 6687 additions and 5163 deletions

View File

@@ -32,6 +32,7 @@ namespace MediaBrowser.Model.Configuration
public string[] DisplayChannelsWithinViews { get; set; }
public string[] ExcludeFoldersFromGrouping { get; set; }
public string[] GroupedFolders { get; set; }
public SubtitlePlaybackMode SubtitleMode { get; set; }
public bool DisplayCollectionsView { get; set; }
@@ -62,12 +63,13 @@ namespace MediaBrowser.Model.Configuration
OrderedViews = new string[] { };
DisplayChannelsWithinViews = new string[] { };
ExcludeFoldersFromGrouping = new string[] { };
PlainFolderViews = new string[] { };
DisplayCollectionsView = true;
IncludeTrailersInSuggestions = true;
EnableCinemaMode = true;
GroupedFolders = new string[] { };
}
}
}