update translations

This commit is contained in:
Luke Pulverenti
2014-11-28 21:40:46 -05:00
parent 3c8c6abca7
commit 97ece5bd6f
63 changed files with 252 additions and 95 deletions

View File

@@ -86,7 +86,8 @@ namespace MediaBrowser.Model.Configuration
public bool EnableUserPreferenceAccess { get; set; }
public string[] LatestItemsExcludes { get; set; }
public string[] BlockedTags { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
/// </summary>
@@ -102,6 +103,7 @@ namespace MediaBrowser.Model.Configuration
OrderedViews = new string[] { };
BlockedMediaFolders = new string[] { };
DisplayChannelsWithinViews = new string[] { };
BlockedTags = new string[] { };
BlockedChannels = new string[] { };
BlockUnratedItems = new UnratedItem[] { };