瀏覽代碼

render movies as folders with dlna

Luke Pulverenti 10 年之前
父節點
當前提交
9f3891d418
共有 100 個文件被更改,包括 6613 次插入5872 次删除
  1. 4 2
      MediaBrowser.Api/Playback/BaseStreamingService.cs
  2. 1 11
      MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs
  3. 1 1
      MediaBrowser.Api/Playback/Hls/VideoHlsService.cs
  4. 4 0
      MediaBrowser.Common/Net/HttpRequestOptions.cs
  5. 0 1
      MediaBrowser.Controller/Library/IMetadataSaver.cs
  6. 110 33
      MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
  7. 75 40
      MediaBrowser.Dlna/Didl/DidlBuilder.cs
  8. 2 1
      MediaBrowser.Dlna/DlnaManager.cs
  9. 4 0
      MediaBrowser.Dlna/MediaBrowser.Dlna.csproj
  10. 33 20
      MediaBrowser.Dlna/PlayTo/PlayToController.cs
  11. 178 0
      MediaBrowser.Dlna/Profiles/PopcornHourProfile.cs
  12. 1 8
      MediaBrowser.Dlna/Profiles/SamsungSmartTvProfile.cs
  13. 1 1
      MediaBrowser.Dlna/Profiles/SonyBlurayPlayer2013Profile.cs
  14. 2 0
      MediaBrowser.Dlna/Profiles/SonyBravia2010Profile.cs
  15. 1 0
      MediaBrowser.Dlna/Profiles/SonyBravia2011Profile.cs
  16. 1 0
      MediaBrowser.Dlna/Profiles/SonyBravia2012Profile.cs
  17. 1 0
      MediaBrowser.Dlna/Profiles/SonyBravia2013Profile.cs
  18. 43 22
      MediaBrowser.Dlna/Profiles/SonyPs3Profile.cs
  19. 30 9
      MediaBrowser.Dlna/Profiles/XboxOneProfile.cs
  20. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Android.xml
  21. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Default.xml
  22. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Denon AVR.xml
  23. 1 0
      MediaBrowser.Dlna/Profiles/Xml/DirecTV HD-DVR.xml
  24. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Dish Hopper-Joey.xml
  25. 1 0
      MediaBrowser.Dlna/Profiles/Xml/LG Smart TV.xml
  26. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Linksys DMA2100.xml
  27. 1 0
      MediaBrowser.Dlna/Profiles/Xml/MediaMonkey.xml
  28. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Panasonic Viera.xml
  29. 24 0
      MediaBrowser.Dlna/Profiles/Xml/Popcorn Hour.xml
  30. 1 1
      MediaBrowser.Dlna/Profiles/Xml/Samsung Smart TV.xml
  31. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Sony Blu-ray Player 2013.xml
  32. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Sony Blu-ray Player.xml
  33. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Sony Bravia (2010).xml
  34. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Sony Bravia (2011).xml
  35. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Sony Bravia (2012).xml
  36. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Sony Bravia (2013).xml
  37. 7 8
      MediaBrowser.Dlna/Profiles/Xml/Sony PlayStation 3.xml
  38. 1 0
      MediaBrowser.Dlna/Profiles/Xml/WDTV Live.xml
  39. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Windows 8 RT.xml
  40. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Windows Phone.xml
  41. 1 0
      MediaBrowser.Dlna/Profiles/Xml/Xbox 360.xml
  42. 14 6
      MediaBrowser.Dlna/Profiles/Xml/Xbox One.xml
  43. 1 0
      MediaBrowser.Dlna/Profiles/Xml/foobar2000.xml
  44. 1 0
      MediaBrowser.Dlna/Ssdp/SsdpHandler.cs
  45. 2 0
      MediaBrowser.Model/Dlna/DeviceProfile.cs
  46. 1 1
      MediaBrowser.Server.Implementations/Connect/ConnectEntryPoint.cs
  47. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/ar.json
  48. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/ca.json
  49. 4 1
      MediaBrowser.Server.Implementations/Localization/JavaScript/cs.json
  50. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/da.json
  51. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/de.json
  52. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/el.json
  53. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/en_GB.json
  54. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/en_US.json
  55. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/es.json
  56. 6 3
      MediaBrowser.Server.Implementations/Localization/JavaScript/es_MX.json
  57. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json
  58. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/he.json
  59. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/hr.json
  60. 12 9
      MediaBrowser.Server.Implementations/Localization/JavaScript/it.json
  61. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/kk.json
  62. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/ms.json
  63. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/nb.json
  64. 11 8
      MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json
  65. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/pl.json
  66. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/pt_BR.json
  67. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json
  68. 9 6
      MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json
  69. 20 17
      MediaBrowser.Server.Implementations/Localization/JavaScript/sv.json
  70. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/tr.json
  71. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/vi.json
  72. 67 64
      MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json
  73. 5 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/zh_TW.json
  74. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/ar.json
  75. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/ca.json
  76. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/cs.json
  77. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/da.json
  78. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/de.json
  79. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/el.json
  80. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/en_GB.json
  81. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/en_US.json
  82. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/es.json
  83. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/es_MX.json
  84. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/fr.json
  85. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/he.json
  86. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/hr.json
  87. 246 233
      MediaBrowser.Server.Implementations/Localization/Server/it.json
  88. 0 25
      MediaBrowser.Server.Implementations/Localization/Server/kk.json
  89. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/ko.json
  90. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/ms.json
  91. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/nb.json
  92. 243 230
      MediaBrowser.Server.Implementations/Localization/Server/nl.json
  93. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/pl.json
  94. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json
  95. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json
  96. 0 25
      MediaBrowser.Server.Implementations/Localization/Server/ru.json
  97. 2 1
      MediaBrowser.Server.Implementations/Localization/Server/server.json
  98. 249 236
      MediaBrowser.Server.Implementations/Localization/Server/sv.json
  99. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/tr.json
  100. 242 229
      MediaBrowser.Server.Implementations/Localization/Server/vi.json

+ 4 - 2
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -714,8 +714,10 @@ namespace MediaBrowser.Api.Playback
         /// <returns><c>true</c> if the specified stream is H264; otherwise, <c>false</c>.</returns>
         protected bool IsH264(MediaStream stream)
         {
-            return stream.Codec.IndexOf("264", StringComparison.OrdinalIgnoreCase) != -1 ||
-                   stream.Codec.IndexOf("avc", StringComparison.OrdinalIgnoreCase) != -1;
+            var codec = stream.Codec ?? string.Empty;
+
+            return codec.IndexOf("264", StringComparison.OrdinalIgnoreCase) != -1 ||
+                   codec.IndexOf("avc", StringComparison.OrdinalIgnoreCase) != -1;
         }
 
         /// <summary>

+ 1 - 11
MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs

@@ -367,16 +367,6 @@ namespace MediaBrowser.Api.Playback.Hls
         {
             var state = await GetState(request, CancellationToken.None).ConfigureAwait(false);
 
-            if (string.Equals(request.AudioCodec, "copy", StringComparison.OrdinalIgnoreCase))
-            {
-                throw new ArgumentException("Audio codec copy is not allowed here.");
-            }
-
-            if (string.Equals(request.VideoCodec, "copy", StringComparison.OrdinalIgnoreCase))
-            {
-                throw new ArgumentException("Video codec copy is not allowed here.");
-            }
-
             if (string.IsNullOrEmpty(request.MediaSourceId))
             {
                 throw new ArgumentException("MediaSourceId is required");
@@ -638,7 +628,7 @@ namespace MediaBrowser.Api.Playback.Hls
             // See if we can save come cpu cycles by avoiding encoding
             if (string.Equals(codec, "copy", StringComparison.OrdinalIgnoreCase))
             {
-                return IsH264(state.VideoStream) ? "-codec:v:0 copy -bsf:v h264_mp4toannexb" : "-codec:v:0 copy";
+                return state.VideoStream != null && IsH264(state.VideoStream) ? "-codec:v:0 copy -bsf:v h264_mp4toannexb" : "-codec:v:0 copy";
             }
 
             var keyFrameArg = string.Format(" -force_key_frames expr:gte(t,n_forced*{0})",

+ 1 - 1
MediaBrowser.Api/Playback/Hls/VideoHlsService.cs

@@ -139,7 +139,7 @@ namespace MediaBrowser.Api.Playback.Hls
             // See if we can save come cpu cycles by avoiding encoding
             if (codec.Equals("copy", StringComparison.OrdinalIgnoreCase))
             {
-                return IsH264(state.VideoStream) ? "-codec:v:0 copy -bsf:v h264_mp4toannexb" : "-codec:v:0 copy";
+                return state.VideoStream != null && IsH264(state.VideoStream) ? "-codec:v:0 copy -bsf:v h264_mp4toannexb" : "-codec:v:0 copy";
             }
 
             var keyFrameArg = string.Format(" -force_key_frames expr:gte(t,n_forced*{0})",

+ 4 - 0
MediaBrowser.Common/Net/HttpRequestOptions.cs

@@ -94,6 +94,8 @@ namespace MediaBrowser.Common.Net
         public CacheMode CacheMode { get; set; }
         public TimeSpan CacheLength { get; set; }
 
+        public int TimeoutMs { get; set; }
+
         private string GetHeaderValue(string name)
         {
             string value;
@@ -115,6 +117,8 @@ namespace MediaBrowser.Common.Net
 
             LogRequest = true;
             CacheMode = CacheMode.None;
+
+            TimeoutMs = 20000;
         }
 
         public void SetPostData(IDictionary<string,string> values)

+ 0 - 1
MediaBrowser.Controller/Library/IMetadataSaver.cs

@@ -1,5 +1,4 @@
 using MediaBrowser.Controller.Entities;
-using MediaBrowser.Controller.Providers;
 using System.Threading;
 
 namespace MediaBrowser.Controller.Library

+ 110 - 33
MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs

@@ -1,7 +1,9 @@
-using MediaBrowser.Common.Extensions;
+using System.Linq;
+using MediaBrowser.Common.Extensions;
 using MediaBrowser.Controller.Configuration;
 using MediaBrowser.Controller.Drawing;
 using MediaBrowser.Controller.Entities;
+using MediaBrowser.Controller.Entities.Movies;
 using MediaBrowser.Controller.Library;
 using MediaBrowser.Controller.Localization;
 using MediaBrowser.Dlna.Didl;
@@ -85,7 +87,9 @@ namespace MediaBrowser.Dlna.ContentDirectory
         {
             var id = sparams["ObjectID"];
 
-            var item = GetItemFromObjectId(id, user);
+            var serverItem = GetItemFromObjectId(id, user);
+
+            var item = serverItem.Item;
 
             var newbookmark = int.Parse(sparams["PosSecond"], _usCulture);
 
@@ -173,49 +177,48 @@ namespace MediaBrowser.Dlna.ContentDirectory
             //didl.SetAttribute("xmlns:sec", NS_SEC);
             result.AppendChild(didl);
 
-            var item = GetItemFromObjectId(id, user);
+            var serverItem = GetItemFromObjectId(id, user);
+            var item = serverItem.Item;
 
             var totalCount = 0;
 
             if (string.Equals(flag, "BrowseMetadata"))
             {
-                var folder = item as Folder;
-
-                if (folder == null)
+                if (item.IsFolder || serverItem.StubType.HasValue)
                 {
-                    result.DocumentElement.AppendChild(_didlBuilder.GetItemElement(result, item, null, deviceId, filter));
+                    var childrenResult = (await GetUserItems(item, serverItem.StubType, user, sortCriteria, start, requested).ConfigureAwait(false));
+                    totalCount = childrenResult.TotalRecordCount;
+
+                    result.DocumentElement.AppendChild(_didlBuilder.GetFolderElement(result, item, serverItem.StubType, null, totalCount, filter, id));
                 }
                 else
                 {
-                    var childrenResult = (await GetUserItems(folder, user, sortCriteria, start, requested).ConfigureAwait(false));
-                    totalCount = childrenResult.TotalRecordCount;
-
-                    result.DocumentElement.AppendChild(_didlBuilder.GetFolderElement(result, folder, totalCount, filter, id));
+                    result.DocumentElement.AppendChild(_didlBuilder.GetItemElement(result, item, null, null, deviceId, filter));
                 }
+
                 provided++;
             }
             else
             {
-                var folder = (Folder)item;
-
-                var childrenResult = (await GetUserItems(folder, user, sortCriteria, start, requested).ConfigureAwait(false));
+                var childrenResult = (await GetUserItems(item, serverItem.StubType, user, sortCriteria, start, requested).ConfigureAwait(false));
                 totalCount = childrenResult.TotalRecordCount;
 
                 provided = childrenResult.Items.Length;
 
                 foreach (var i in childrenResult.Items)
                 {
-                    if (i.IsFolder)
+                    var displayStubType = GetDisplayStubType(i, serverItem.Item);
+
+                    if (i.IsFolder || displayStubType.HasValue)
                     {
-                        var f = (Folder)i;
-                        var childCount = (await GetUserItems(f, user, sortCriteria, null, 0).ConfigureAwait(false))
+                        var childCount = (await GetUserItems(i, displayStubType, user, sortCriteria, null, 0).ConfigureAwait(false))
                             .TotalRecordCount;
 
-                        result.DocumentElement.AppendChild(_didlBuilder.GetFolderElement(result, f, childCount, filter));
+                        result.DocumentElement.AppendChild(_didlBuilder.GetFolderElement(result, i, displayStubType, item, childCount, filter));
                     }
                     else
                     {
-                        result.DocumentElement.AppendChild(_didlBuilder.GetItemElement(result, i, folder, deviceId, filter));
+                        result.DocumentElement.AppendChild(_didlBuilder.GetItemElement(result, i, item, serverItem.StubType, deviceId, filter));
                     }
                 }
             }
@@ -231,6 +234,24 @@ namespace MediaBrowser.Dlna.ContentDirectory
             };
         }
 
+        private StubType? GetDisplayStubType(BaseItem item, BaseItem context)
+        {
+            if (context == null || context.IsFolder)
+            {
+                var movie = item as Movie;
+                if (movie != null)
+                {
+                    if (movie.LocalTrailerIds.Count > 0 ||
+                        movie.SpecialFeatureIds.Count > 0)
+                    {
+                        return StubType.Folder;
+                    }
+                }
+            }
+
+            return null;
+        }
+
         private async Task<IEnumerable<KeyValuePair<string, string>>> HandleSearch(Headers sparams, User user, string deviceId)
         {
             var searchCriteria = new SearchCriteria(sparams.GetValueOrDefault("SearchCriteria", ""));
@@ -269,9 +290,11 @@ namespace MediaBrowser.Dlna.ContentDirectory
 
             result.AppendChild(didl);
 
-            var folder = (Folder)GetItemFromObjectId(sparams["ContainerID"], user);
+            var serverItem = GetItemFromObjectId(sparams["ContainerID"], user);
+
+            var item = serverItem.Item;
 
-            var childrenResult = (await GetChildrenSorted(folder, user, searchCriteria, sortCriteria, start, requested).ConfigureAwait(false));
+            var childrenResult = (await GetChildrenSorted(item, user, searchCriteria, sortCriteria, start, requested).ConfigureAwait(false));
 
             var totalCount = childrenResult.TotalRecordCount;
 
@@ -281,15 +304,14 @@ namespace MediaBrowser.Dlna.ContentDirectory
             {
                 if (i.IsFolder)
                 {
-                    var f = (Folder)i;
-                    var childCount = (await GetChildrenSorted(f, user, searchCriteria, sortCriteria, null, 0).ConfigureAwait(false))
+                    var childCount = (await GetChildrenSorted(i, user, searchCriteria, sortCriteria, null, 0).ConfigureAwait(false))
                         .TotalRecordCount;
 
-                    result.DocumentElement.AppendChild(_didlBuilder.GetFolderElement(result, f, childCount, filter));
+                    result.DocumentElement.AppendChild(_didlBuilder.GetFolderElement(result, i, null, item, childCount, filter));
                 }
                 else
                 {
-                    result.DocumentElement.AppendChild(_didlBuilder.GetItemElement(result, i, folder, deviceId, filter));
+                    result.DocumentElement.AppendChild(_didlBuilder.GetItemElement(result, i, item, serverItem.StubType, deviceId, filter));
                 }
             }
 
@@ -304,8 +326,10 @@ namespace MediaBrowser.Dlna.ContentDirectory
             };
         }
 
-        private async Task<QueryResult<BaseItem>> GetChildrenSorted(Folder folder, User user, SearchCriteria search, SortCriteria sort, int? startIndex, int? limit)
+        private async Task<QueryResult<BaseItem>> GetChildrenSorted(BaseItem item, User user, SearchCriteria search, SortCriteria sort, int? startIndex, int? limit)
         {
+            var folder = (Folder)item;
+
             var sortOrders = new List<string>();
             if (!folder.IsPreSorted)
             {
@@ -340,7 +364,7 @@ namespace MediaBrowser.Dlna.ContentDirectory
                 //items = items.OfType<MusicAlbum>();
                 isFolder = true;
             }
-            
+
             return await folder.GetItems(new InternalItemsQuery
             {
                 Limit = limit,
@@ -356,8 +380,20 @@ namespace MediaBrowser.Dlna.ContentDirectory
             }).ConfigureAwait(false);
         }
 
-        private async Task<QueryResult<BaseItem>> GetUserItems(Folder folder, User user, SortCriteria sort, int? startIndex, int? limit)
+        private async Task<QueryResult<BaseItem>> GetUserItems(BaseItem item, StubType? stubType, User user, SortCriteria sort, int? startIndex, int? limit)
         {
+            if (stubType.HasValue)
+            {
+                var movie = item as Movie;
+
+                if (movie != null)
+                {
+                    return await GetMovieItems(movie).ConfigureAwait(false);
+                }
+            }
+
+            var folder = (Folder)item;
+
             var sortOrders = new List<string>();
             if (!folder.IsPreSorted)
             {
@@ -376,6 +412,23 @@ namespace MediaBrowser.Dlna.ContentDirectory
             }).ConfigureAwait(false);
         }
 
+        private Task<QueryResult<BaseItem>> GetMovieItems(Movie item)
+        {
+            var list = new List<BaseItem>();
+
+            list.Add(item);
+
+            list.AddRange(item.LocalTrailerIds.Select(i => _libraryManager.GetItemById(i)).Where(i => i != null));
+            list.AddRange(item.SpecialFeatureIds.Select(i => _libraryManager.GetItemById(i)).Where(i => i != null));
+            list.AddRange(item.ThemeVideoIds.Select(i => _libraryManager.GetItemById(i)).Where(i => i != null));
+
+            return Task.FromResult(new QueryResult<BaseItem>
+            {
+                Items = list.ToArray(),
+                TotalRecordCount = list.Count
+            });
+        }
+
         private bool FilterUnsupportedContent(BaseItem i, User user)
         {
             // Unplayable
@@ -399,26 +452,50 @@ namespace MediaBrowser.Dlna.ContentDirectory
             return true;
         }
 
-        private BaseItem GetItemFromObjectId(string id, User user)
+        private ServerItem GetItemFromObjectId(string id, User user)
         {
             return DidlBuilder.IsIdRoot(id)
 
-                 ? user.RootFolder
+                 ? new ServerItem { Item = user.RootFolder }
                  : ParseItemId(id, user);
         }
 
-        private BaseItem ParseItemId(string id, User user)
+        private ServerItem ParseItemId(string id, User user)
         {
             Guid itemId;
+            StubType? stubType = null;
+
+            if (id.StartsWith("folder_", StringComparison.OrdinalIgnoreCase))
+            {
+                stubType = StubType.Folder;
+                id = id.Split(new[] { '_' }, 2)[1];
+            }
 
             if (Guid.TryParse(id, out itemId))
             {
-                return _libraryManager.GetItemById(itemId);
+                var item = _libraryManager.GetItemById(itemId);
+
+                return new ServerItem
+                {
+                    Item = item,
+                    StubType = stubType
+                };
             }
 
             Logger.Error("Error parsing item Id: {0}. Returning user root folder.", id);
 
-            return user.RootFolder;
+            return new ServerItem { Item = user.RootFolder };
         }
     }
+
+    internal class ServerItem
+    {
+        public BaseItem Item { get; set; }
+        public StubType? StubType { get; set; }
+    }
+
+    public enum StubType
+    {
+        Folder = 0
+    }
 }

+ 75 - 40
MediaBrowser.Dlna/Didl/DidlBuilder.cs

@@ -9,6 +9,7 @@ using MediaBrowser.Controller.Entities.TV;
 using MediaBrowser.Controller.Library;
 using MediaBrowser.Controller.Localization;
 using MediaBrowser.Controller.Playlists;
+using MediaBrowser.Dlna.ContentDirectory;
 using MediaBrowser.Model.Dlna;
 using MediaBrowser.Model.Drawing;
 using MediaBrowser.Model.Entities;
@@ -63,25 +64,31 @@ namespace MediaBrowser.Dlna.Didl
 
             result.AppendChild(didl);
 
-            result.DocumentElement.AppendChild(GetItemElement(result, item, context, deviceId, filter, streamInfo));
+            result.DocumentElement.AppendChild(GetItemElement(result, item, context, null, deviceId, filter, streamInfo));
 
             return result.DocumentElement.OuterXml;
         }
 
-        public XmlElement GetItemElement(XmlDocument doc, BaseItem item, BaseItem context, string deviceId, Filter filter, StreamInfo streamInfo = null)
+        public XmlElement GetItemElement(XmlDocument doc, BaseItem item, BaseItem context, StubType? contextStubType, string deviceId, Filter filter, StreamInfo streamInfo = null)
         {
+            var clientId = GetClientId(item, null);
+
             var element = doc.CreateElement(string.Empty, "item", NS_DIDL);
             element.SetAttribute("restricted", "1");
-            element.SetAttribute("id", item.Id.ToString("N"));
+            element.SetAttribute("id", clientId);
 
-            if (item.Parent != null)
+            if (context != null)
+            {
+                element.SetAttribute("parentID", GetClientId(context, contextStubType));
+            }
+            else if (item.Parent != null)
             {
-                element.SetAttribute("parentID", item.Parent.Id.ToString("N"));
+                element.SetAttribute("parentID", GetClientId(item.Parent, null));
             }
 
             //AddBookmarkInfo(item, user, element);
 
-            AddGeneralProperties(item, context, element, filter);
+            AddGeneralProperties(item, null, context, element, filter);
 
             // refID?
             // storeAttribute(itemNode, object, ClassProperties.REF_ID, false);
@@ -111,14 +118,14 @@ namespace MediaBrowser.Dlna.Didl
             {
                 var sources = _user == null ? video.GetMediaSources(true).ToList() : video.GetMediaSources(true, _user).ToList();
 
-               streamInfo = new StreamBuilder().BuildVideoItem(new VideoOptions
-               {
-                   ItemId = video.Id.ToString("N"),
-                   MediaSources = sources,
-                   Profile = _profile,
-                   DeviceId = deviceId,
-                   MaxBitrate = _profile.MaxStreamingBitrate
-               });
+                streamInfo = new StreamBuilder().BuildVideoItem(new VideoOptions
+                {
+                    ItemId = GetClientId(video),
+                    MediaSources = sources,
+                    Profile = _profile,
+                    DeviceId = deviceId,
+                    MaxBitrate = _profile.MaxStreamingBitrate
+                });
             }
 
             var targetWidth = streamInfo.TargetWidth;
@@ -311,7 +318,7 @@ namespace MediaBrowser.Dlna.Didl
 
             return item.Name;
         }
-        
+
         private void AddAudioResource(XmlElement container, IHasMediaSources audio, string deviceId, Filter filter, StreamInfo streamInfo = null)
         {
             var res = container.OwnerDocument.CreateElement(string.Empty, "res", NS_DIDL);
@@ -322,7 +329,7 @@ namespace MediaBrowser.Dlna.Didl
 
                 streamInfo = new StreamBuilder().BuildAudioItem(new AudioOptions
                {
-                   ItemId = audio.Id.ToString("N"),
+                   ItemId = GetClientId(audio),
                    MediaSources = sources,
                    Profile = _profile,
                    DeviceId = deviceId
@@ -403,8 +410,8 @@ namespace MediaBrowser.Dlna.Didl
 
         public static bool IsIdRoot(string id)
         {
-            if (string.IsNullOrWhiteSpace(id) || 
-                
+            if (string.IsNullOrWhiteSpace(id) ||
+
                 string.Equals(id, "0", StringComparison.OrdinalIgnoreCase)
 
                 // Samsung sometimes uses 1 as root
@@ -416,13 +423,15 @@ namespace MediaBrowser.Dlna.Didl
             return false;
         }
 
-        public XmlElement GetFolderElement(XmlDocument doc, BaseItem folder, int childCount, Filter filter, string requestedId = null)
+        public XmlElement GetFolderElement(XmlDocument doc, BaseItem folder, StubType? stubType, BaseItem context, int childCount, Filter filter, string requestedId = null)
         {
             var container = doc.CreateElement(string.Empty, "container", NS_DIDL);
             container.SetAttribute("restricted", "0");
             container.SetAttribute("searchable", "1");
             container.SetAttribute("childCount", childCount.ToString(_usCulture));
 
+            var clientId = GetClientId(folder, stubType);
+
             if (string.Equals(requestedId, "0"))
             {
                 container.SetAttribute("id", "0");
@@ -430,20 +439,20 @@ namespace MediaBrowser.Dlna.Didl
             }
             else
             {
-                container.SetAttribute("id", folder.Id.ToString("N"));
+                container.SetAttribute("id", clientId);
 
-                var parent = folder.Parent;
+                var parent = context ?? folder.Parent;
                 if (parent == null)
                 {
                     container.SetAttribute("parentID", "0");
                 }
                 else
                 {
-                    container.SetAttribute("parentID", parent.Id.ToString("N"));
+                    container.SetAttribute("parentID", GetClientId(parent, null));
                 }
             }
 
-            AddCommonFields(folder, null, container, filter);
+            AddCommonFields(folder, stubType, null, container, filter);
 
             AddCover(folder, container);
 
@@ -466,10 +475,11 @@ namespace MediaBrowser.Dlna.Didl
         /// Adds fields used by both items and folders
         /// </summary>
         /// <param name="item">The item.</param>
+        /// <param name="itemStubType">Type of the item stub.</param>
         /// <param name="context">The context.</param>
         /// <param name="element">The element.</param>
         /// <param name="filter">The filter.</param>
-        private void AddCommonFields(BaseItem item, BaseItem context, XmlElement element, Filter filter)
+        private void AddCommonFields(BaseItem item, StubType? itemStubType, BaseItem context, XmlElement element, Filter filter)
         {
             // Don't filter on dc:title because not all devices will include it in the filter
             // MediaMonkey for example won't display content without a title
@@ -478,7 +488,7 @@ namespace MediaBrowser.Dlna.Didl
                 AddValue(element, "dc", "title", GetDisplayName(item, context), NS_DC);
             }
 
-            element.AppendChild(CreateObjectClass(element.OwnerDocument, item));
+            element.AppendChild(CreateObjectClass(element.OwnerDocument, item, itemStubType));
 
             if (filter.Contains("dc:date"))
             {
@@ -539,14 +549,14 @@ namespace MediaBrowser.Dlna.Didl
             AddPeople(item, element);
         }
 
-        private XmlElement CreateObjectClass(XmlDocument result, BaseItem item)
+        private XmlElement CreateObjectClass(XmlDocument result, BaseItem item, StubType? stubType)
         {
             // More types here
             // http://oss.linn.co.uk/repos/Public/LibUpnpCil/DidlLite/UpnpAv/Test/TestDidlLite.cs
 
             var objectClass = result.CreateElement("upnp", "class", NS_UPNP);
 
-            if (item.IsFolder)
+            if (item.IsFolder || stubType.HasValue)
             {
                 string classType = null;
 
@@ -560,7 +570,7 @@ namespace MediaBrowser.Dlna.Didl
                     {
                         classType = "object.container.person.musicArtist";
                     }
-                    else if (item is Series || item is Season || item is BoxSet)
+                    else if (item is Series || item is Season || item is BoxSet || item is Video)
                     {
                         classType = "object.container.album.videoAlbum";
                     }
@@ -628,9 +638,9 @@ namespace MediaBrowser.Dlna.Didl
             }
         }
 
-        private void AddGeneralProperties(BaseItem item, BaseItem context, XmlElement element, Filter filter)
+        private void AddGeneralProperties(BaseItem item, StubType? itemStubType, BaseItem context, XmlElement element, Filter filter)
         {
-            AddCommonFields(item, context, element, filter);
+            AddCommonFields(item, itemStubType, context, element, filter);
 
             var audio = item as Audio;
 
@@ -773,20 +783,26 @@ namespace MediaBrowser.Dlna.Didl
                 }
             }
 
-            AddImageResElement(item, element, 4096, 4096, playbackPercentage, "jpg", "JPEG_LRG");
-            AddImageResElement(item, element, 4096, 4096, playbackPercentage, "png", "PNG_LRG");
-            AddImageResElement(item, element, 1024, 768, playbackPercentage, "jpg", "JPEG_MED");
-            AddImageResElement(item, element, 640, 480, playbackPercentage, "jpg", "JPEG_SM");
+            var imageLimit = _profile.DidlAlbumArtLimit ?? 100;
+
             AddImageResElement(item, element, 160, 160, playbackPercentage, "jpg", "JPEG_TN");
-            AddImageResElement(item, element, 160, 160, playbackPercentage, "png", "PNG_TN");
+
+            if (imageLimit > 1)
+            {
+                AddImageResElement(item, element, 4096, 4096, playbackPercentage, "jpg", "JPEG_LRG");
+                AddImageResElement(item, element, 1024, 768, playbackPercentage, "jpg", "JPEG_MED");
+                AddImageResElement(item, element, 640, 480, playbackPercentage, "jpg", "JPEG_SM");
+                AddImageResElement(item, element, 4096, 4096, playbackPercentage, "png", "PNG_LRG");
+                AddImageResElement(item, element, 160, 160, playbackPercentage, "png", "PNG_TN");
+            }
         }
 
-        private void AddImageResElement(BaseItem item, 
-            XmlElement element, 
-            int maxWidth, 
-            int maxHeight, 
+        private void AddImageResElement(BaseItem item,
+            XmlElement element,
+            int maxWidth,
+            int maxHeight,
             int playbackPercentage,
-            string format, 
+            string format,
             string org_Pn)
         {
             var imageInfo = GetImageInfo(item);
@@ -920,6 +936,25 @@ namespace MediaBrowser.Dlna.Didl
             internal int? Height;
         }
 
+        public static string GetClientId(BaseItem item, StubType? stubType)
+        {
+            var id = item.Id.ToString("N");
+
+            if (stubType.HasValue)
+            {
+                id = stubType.Value.ToString().ToLower() + "_" + id;
+            }
+
+            return id;
+        }
+
+        public static string GetClientId(IHasMediaSources item)
+        {
+            var id = item.Id.ToString("N");
+
+            return id;
+        }
+
         private ImageUrlInfo GetImageUrl(ImageDownloadInfo info, int maxWidth, int maxHeight, int playbackPercentage, string format)
         {
             var url = string.Format("{0}/Items/{1}/Images/{2}/0/{3}/{4}/{5}/{6}/{7}",

+ 2 - 1
MediaBrowser.Dlna/DlnaManager.cs

@@ -528,7 +528,8 @@ namespace MediaBrowser.Dlna
                 new AndroidProfile(),
                 new DirectTvProfile(),
                 new DishHopperJoeyProfile(),
-                new DefaultProfile()
+                new DefaultProfile(),
+                new PopcornHourProfile()
             };
 
             foreach (var item in list)

+ 4 - 0
MediaBrowser.Dlna/MediaBrowser.Dlna.csproj

@@ -75,6 +75,7 @@
     <Compile Include="PlayTo\PlayToController.cs" />
     <Compile Include="Profiles\DirectTvProfile.cs" />
     <Compile Include="Profiles\DishHopperJoeyProfile.cs" />
+    <Compile Include="Profiles\PopcornHourProfile.cs" />
     <Compile Include="Ssdp\DeviceDiscoveryInfo.cs" />
     <Compile Include="Ssdp\Extensions.cs" />
     <Compile Include="PlayTo\PlaybackProgressEventArgs.cs" />
@@ -194,6 +195,9 @@
   <ItemGroup>
     <EmbeddedResource Include="Profiles\Xml\Dish Hopper-Joey.xml" />
   </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="Profiles\Xml\Popcorn Hour.xml" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.

+ 33 - 20
MediaBrowser.Dlna/PlayTo/PlayToController.cs

@@ -139,16 +139,21 @@ namespace MediaBrowser.Dlna.PlayTo
             try
             {
                 var streamInfo = StreamParams.ParseFromUrl(e.OldMediaInfo.Url, _libraryManager);
-                var progress = GetProgressInfo(e.OldMediaInfo, streamInfo);
+                if (streamInfo.Item != null)
+                {
+                    var progress = GetProgressInfo(e.OldMediaInfo, streamInfo);
 
-                var positionTicks = progress.PositionTicks;
+                    var positionTicks = progress.PositionTicks;
 
-                ReportPlaybackStopped(e.OldMediaInfo, streamInfo, positionTicks);
+                    ReportPlaybackStopped(e.OldMediaInfo, streamInfo, positionTicks);
+                }
 
                 streamInfo = StreamParams.ParseFromUrl(e.NewMediaInfo.Url, _libraryManager);
-                progress = GetProgressInfo(e.NewMediaInfo, streamInfo);
+                if (streamInfo.Item == null) return;
+                
+                var newItemProgress = GetProgressInfo(e.NewMediaInfo, streamInfo);
 
-                await _sessionManager.OnPlaybackStart(progress).ConfigureAwait(false);
+                await _sessionManager.OnPlaybackStart(newItemProgress).ConfigureAwait(false);
             }
             catch (Exception ex)
             {
@@ -161,6 +166,9 @@ namespace MediaBrowser.Dlna.PlayTo
             try
             {
                 var streamInfo = StreamParams.ParseFromUrl(e.MediaInfo.Url, _libraryManager);
+
+                if (streamInfo.Item == null) return;
+
                 var progress = GetProgressInfo(e.MediaInfo, streamInfo);
 
                 var positionTicks = progress.PositionTicks;
@@ -219,9 +227,14 @@ namespace MediaBrowser.Dlna.PlayTo
         {
             try
             {
-                var info = GetProgressInfo(e.MediaInfo);
+                var info = StreamParams.ParseFromUrl(e.MediaInfo.Url, _libraryManager);
 
-                await _sessionManager.OnPlaybackStart(info).ConfigureAwait(false);
+                if (info.Item != null)
+                {
+                    var progress = GetProgressInfo(e.MediaInfo, info);
+
+                    await _sessionManager.OnPlaybackStart(progress).ConfigureAwait(false);
+                }
             }
             catch (Exception ex)
             {
@@ -233,9 +246,14 @@ namespace MediaBrowser.Dlna.PlayTo
         {
             try
             {
-                var info = GetProgressInfo(e.MediaInfo);
+                var info = StreamParams.ParseFromUrl(e.MediaInfo.Url, _libraryManager);
 
-                await _sessionManager.OnPlaybackProgress(info).ConfigureAwait(false);
+                if (info.Item != null)
+                {
+                    var progress = GetProgressInfo(e.MediaInfo, info);
+
+                    await _sessionManager.OnPlaybackProgress(progress).ConfigureAwait(false);
+                }
             }
             catch (Exception ex)
             {
@@ -243,13 +261,6 @@ namespace MediaBrowser.Dlna.PlayTo
             }
         }
 
-        private PlaybackStartInfo GetProgressInfo(uBaseObject mediaInfo)
-        {
-            var info = StreamParams.ParseFromUrl(mediaInfo.Url, _libraryManager);
-
-            return GetProgressInfo(mediaInfo, info);
-        }
-
         private PlaybackStartInfo GetProgressInfo(uBaseObject mediaInfo, StreamParams info)
         {
             var ticks = _device.Position.Ticks;
@@ -736,10 +747,10 @@ namespace MediaBrowser.Dlna.PlayTo
             if (media != null)
             {
                 var info = StreamParams.ParseFromUrl(media.Url, _libraryManager);
-                var progress = GetProgressInfo(media, info);
 
                 if (info.Item != null)
                 {
+                    var progress = GetProgressInfo(media, info);
                     var newPosition = progress.PositionTicks ?? 0;
 
                     var user = _session.UserId.HasValue ? _userManager.GetUserById(_session.UserId.Value) : null;
@@ -762,10 +773,10 @@ namespace MediaBrowser.Dlna.PlayTo
             if (media != null)
             {
                 var info = StreamParams.ParseFromUrl(media.Url, _libraryManager);
-                var progress = GetProgressInfo(media, info);
 
                 if (info.Item != null)
                 {
+                    var progress = GetProgressInfo(media, info);
                     var newPosition = progress.PositionTicks ?? 0;
 
                     var user = _session.UserId.HasValue ? _userManager.GetUserById(_session.UserId.Value) : null;
@@ -829,7 +840,9 @@ namespace MediaBrowser.Dlna.PlayTo
                     ItemId = GetItemId(url)
                 };
 
-                if (string.IsNullOrWhiteSpace(request.ItemId))
+                Guid parsedId;
+
+                if (string.IsNullOrWhiteSpace(request.ItemId) || !Guid.TryParse(request.ItemId, out parsedId))
                 {
                     return request;
                 }
@@ -882,7 +895,7 @@ namespace MediaBrowser.Dlna.PlayTo
 
                 request.Item = string.IsNullOrWhiteSpace(request.ItemId)
                     ? null
-                    : libraryManager.GetItemById(new Guid(request.ItemId));
+                    : libraryManager.GetItemById(parsedId);
 
                 var hasMediaSources = request.Item as IHasMediaSources;
 

+ 178 - 0
MediaBrowser.Dlna/Profiles/PopcornHourProfile.cs

@@ -0,0 +1,178 @@
+using MediaBrowser.Model.Dlna;
+using MediaBrowser.Model.Dlna.Profiles;
+using System.Xml.Serialization;
+
+namespace MediaBrowser.Dlna.Profiles
+{
+    [XmlRoot("Profile")]
+    public class PopcornHourProfile : DefaultProfile
+    {
+        public PopcornHourProfile()
+        {
+            Name = "Popcorn Hour";
+
+            TranscodingProfiles = new[]
+            {
+                new TranscodingProfile
+                {
+                    Container = "mp3",
+                    AudioCodec = "mp3",
+                    Type = DlnaProfileType.Audio
+                },
+
+                new TranscodingProfile
+                {
+                    Container = "mp4",
+                    Type = DlnaProfileType.Video,
+                    AudioCodec = "aac",
+                    VideoCodec = "h264",
+                    VideoProfile= "baseline"
+                },
+
+                new TranscodingProfile
+                {
+                    Container = "jpeg",
+                    Type = DlnaProfileType.Photo
+                }
+            };
+
+            DirectPlayProfiles = new[]
+            {
+                new DirectPlayProfile
+                {
+                    Container = "mp4,mov",
+                    Type = DlnaProfileType.Video,
+                    VideoCodec = "h264,mpeg4",
+                    AudioCodec = "aac"
+                },
+
+                new DirectPlayProfile
+                {
+                    Container = "ts",
+                    Type = DlnaProfileType.Video,
+                    VideoCodec = "h264",
+                    AudioCodec = "aac,ac3,eac3,mp3,mp2,pcm"
+                },
+
+                new DirectPlayProfile
+                {
+                    Container = "asf,wmv",
+                    Type = DlnaProfileType.Video,
+                    VideoCodec = "wmv3,vc1",
+                    AudioCodec = "wmav2,wmapro"
+                },
+
+                new DirectPlayProfile
+                {
+                    Container = "avi",
+                    Type = DlnaProfileType.Video,
+                    VideoCodec = "mpeg4,msmpeg4",
+                    AudioCodec = "mp3,ac3,eac3,mp2,pcm"
+                },
+
+                new DirectPlayProfile
+                {
+                    Container = "mkv",
+                    Type = DlnaProfileType.Video,
+                    VideoCodec = "h264",
+                    AudioCodec = "aac,mp3,ac3,eac3,mp2,pcm"
+                },
+                new DirectPlayProfile
+                {
+                    Container = "aac,mp3,flac,ogg,wma,wav",
+                    Type = DlnaProfileType.Audio
+                },
+                new DirectPlayProfile
+                {
+                    Container = "jpeg,gif,bmp,png",
+                    Type = DlnaProfileType.Photo
+                }
+            };
+
+            CodecProfiles = new[]
+            {
+                new CodecProfile
+                {
+                    Type = CodecType.Video,
+                    Conditions = new []
+                    {
+                        new ProfileCondition
+                        {
+                            Condition = ProfileConditionType.LessThanEqual,
+                            Property = ProfileConditionValue.Width,
+                            Value = "1920"
+                        },
+                        new ProfileCondition
+                        {
+                            Condition = ProfileConditionType.LessThanEqual,
+                            Property = ProfileConditionValue.Height,
+                            Value = "1080"
+                        },
+                        new ProfileCondition
+                        {
+                            Condition = ProfileConditionType.NotEquals,
+                            Property = ProfileConditionValue.IsAnamorphic,
+                            Value = "true",
+                            IsRequired = false
+                        }
+                    }
+                },
+
+                new CodecProfile
+                {
+                    Type = CodecType.VideoAudio,
+                    Codec = "aac",
+                    Conditions = new []
+                    {
+                        new ProfileCondition
+                        {
+                            Condition = ProfileConditionType.LessThanEqual,
+                            Property = ProfileConditionValue.AudioChannels,
+                            Value = "2",
+                            IsRequired = false
+                        }
+                    }
+                },
+
+                new CodecProfile
+                {
+                    Type = CodecType.Audio,
+                    Codec = "aac",
+                    Conditions = new []
+                    {
+                        new ProfileCondition
+                        {
+                            Condition = ProfileConditionType.LessThanEqual,
+                            Property = ProfileConditionValue.AudioChannels,
+                            Value = "2",
+                            IsRequired = false
+                        }
+                    }
+                },
+
+                new CodecProfile
+                {
+                    Type = CodecType.Audio,
+                    Codec = "mp3",
+                    Conditions = new []
+                    {
+                        new ProfileCondition
+                        {
+                            Condition = ProfileConditionType.LessThanEqual,
+                            Property = ProfileConditionValue.AudioChannels,
+                            Value = "2",
+                            IsRequired = false
+                        },
+                        new ProfileCondition
+                        {
+                            Condition = ProfileConditionType.LessThanEqual,
+                            Property = ProfileConditionValue.AudioBitrate,
+                            Value = "320000",
+                            IsRequired = false
+                        }
+                    }
+                }
+            };
+        }
+    }
+}

+ 1 - 8
MediaBrowser.Dlna/Profiles/SamsungSmartTvProfile.cs

@@ -1,7 +1,6 @@
 using MediaBrowser.Model.Dlna;
-using System.Xml.Serialization;
 using MediaBrowser.Model.Dlna.Profiles;
-using MediaBrowser.Model.MediaInfo;
+using System.Xml.Serialization;
 
 namespace MediaBrowser.Dlna.Profiles
 {
@@ -342,12 +341,6 @@ namespace MediaBrowser.Dlna.Profiles
 
             SubtitleProfiles = new[]
             {
-                new SubtitleProfile
-                {
-                    Format = "smi",
-                    Method = SubtitleDeliveryMethod.External,
-                    DidlMode = "CaptionInfoEx"
-                },
                 new SubtitleProfile
                 {
                     Format = "srt",

+ 1 - 1
MediaBrowser.Dlna/Profiles/SonyBlurayPlayer2013Profile.cs

@@ -1,6 +1,6 @@
 using MediaBrowser.Model.Dlna;
-using System.Xml.Serialization;
 using MediaBrowser.Model.Dlna.Profiles;
+using System.Xml.Serialization;
 
 namespace MediaBrowser.Dlna.Profiles
 {

+ 2 - 0
MediaBrowser.Dlna/Profiles/SonyBravia2010Profile.cs

@@ -47,6 +47,8 @@ namespace MediaBrowser.Dlna.Profiles
             ProtocolInfo =
                 "http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=81500000000000000000000000000000,http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM;DLNA.ORG_OP=00;DLNA.ORG_FLAGS=00D00000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=81500000000000000000000000000000";
 
+            DidlAlbumArtLimit = 1;
+            
             TranscodingProfiles = new[]
             {
                 new TranscodingProfile

+ 1 - 0
MediaBrowser.Dlna/Profiles/SonyBravia2011Profile.cs

@@ -44,6 +44,7 @@ namespace MediaBrowser.Dlna.Profiles
             Manufacturer = "Microsoft Corporation";
             ManufacturerUrl = "http://www.microsoft.com/";
             SonyAggregationFlags = "10";
+            DidlAlbumArtLimit = 1;
 
             TranscodingProfiles = new[]
             {

+ 1 - 0
MediaBrowser.Dlna/Profiles/SonyBravia2012Profile.cs

@@ -44,6 +44,7 @@ namespace MediaBrowser.Dlna.Profiles
             Manufacturer = "Microsoft Corporation";
             ManufacturerUrl = "http://www.microsoft.com/";
             SonyAggregationFlags = "10";
+            DidlAlbumArtLimit = 1;
 
             TranscodingProfiles = new[]
             {

+ 1 - 0
MediaBrowser.Dlna/Profiles/SonyBravia2013Profile.cs

@@ -44,6 +44,7 @@ namespace MediaBrowser.Dlna.Profiles
             Manufacturer = "Microsoft Corporation";
             ManufacturerUrl = "http://www.microsoft.com/";
             SonyAggregationFlags = "10";
+            DidlAlbumArtLimit = 1;
 
             TranscodingProfiles = new[]
             {

+ 43 - 22
MediaBrowser.Dlna/Profiles/SonyPs3Profile.cs

@@ -37,6 +37,49 @@ namespace MediaBrowser.Dlna.Profiles
 
             SonyAggregationFlags = "10";
             XDlnaDoc = "DMS-1.50";
+            DidlAlbumArtLimit = 1;
+
+            DirectPlayProfiles = new[]
+            {
+                new DirectPlayProfile
+                {
+                    Container = "avi",
+                    Type = DlnaProfileType.Video,
+                    VideoCodec = "mpeg4",
+                    AudioCodec = "mp2,mp3"
+                },
+                new DirectPlayProfile
+                {
+                    Container = "ts",
+                    Type = DlnaProfileType.Video,
+                    VideoCodec = "mpeg1video,mpeg2video,h264",
+                    AudioCodec = "ac3,mp2,mp3,aac"
+                },
+                new DirectPlayProfile
+                {
+                    Container = "mpeg",
+                    Type = DlnaProfileType.Video,
+                    VideoCodec = "mpeg1video,mpeg2video",
+                    AudioCodec = "mp2"
+                },
+                new DirectPlayProfile
+                {
+                    Container = "mp4",
+                    Type = DlnaProfileType.Video,
+                    VideoCodec = "h264,mpeg4",
+                    AudioCodec = "aac,ac3"
+                },
+                new DirectPlayProfile
+                {
+                    Container = "aac,mp3,wav",
+                    Type = DlnaProfileType.Audio
+                },
+                new DirectPlayProfile
+                {
+                    Container = "jpeg,png,gif,bmp,tiff",
+                    Type = DlnaProfileType.Photo
+                }
+            };
 
             TranscodingProfiles = new[]
             {
@@ -185,28 +228,6 @@ namespace MediaBrowser.Dlna.Profiles
                             IsRequired = false
                         }
                     }
-                },
-
-                new CodecProfile
-                {
-                    Type = CodecType.VideoAudio,
-                    Codec = "aac",
-
-                    Conditions = new []
-                    {
-                        new ProfileCondition
-                        {
-                            Condition = ProfileConditionType.LessThanEqual,
-                            Property = ProfileConditionValue.AudioChannels,
-                            Value = "2"
-                        },
-                        new ProfileCondition
-                        {
-                            Condition = ProfileConditionType.NotEquals,
-                            Property = ProfileConditionValue.AudioProfile,
-                            Value = "he-aac"
-                        }
-                    }
                 }
             };
 

+ 30 - 9
MediaBrowser.Dlna/Profiles/XboxOneProfile.cs

@@ -1,6 +1,6 @@
 using MediaBrowser.Model.Dlna;
-using System.Xml.Serialization;
 using MediaBrowser.Model.Dlna.Profiles;
+using System.Xml.Serialization;
 
 namespace MediaBrowser.Dlna.Profiles
 {
@@ -11,13 +11,6 @@ namespace MediaBrowser.Dlna.Profiles
         {
             Name = "Xbox One";
 
-            ModelName = "Windows Media Player Sharing";
-            ModelNumber = "12.0";
-            ModelUrl = "http://www.microsoft.com/";
-            Manufacturer = "Microsoft Corporation";
-            ManufacturerUrl = "http://www.microsoft.com/";
-            XDlnaDoc = "DMS-1.50";
-
             TimelineOffsetSeconds = 40;
             RequiresPlainFolders = true;
             RequiresPlainVideoItems = true;
@@ -37,10 +30,16 @@ namespace MediaBrowser.Dlna.Profiles
                     Type = DlnaProfileType.Audio
                 },
                 new TranscodingProfile
+                {
+                    Container = "jpeg",
+                    VideoCodec = "jpeg",
+                    Type = DlnaProfileType.Photo
+                },
+                new TranscodingProfile
                 {
                     Container = "ts",
                     VideoCodec = "h264",
-                    AudioCodec = "ac3",
+                    AudioCodec = "aac",
                     Type = DlnaProfileType.Video,
                     EstimateContentLength = true
                 }
@@ -124,6 +123,28 @@ namespace MediaBrowser.Dlna.Profiles
 
             CodecProfiles = new[]
             {
+                new CodecProfile
+                {
+                    Type = CodecType.Video,
+                    Conditions = new []
+                    {
+                        new ProfileCondition
+                        {
+                            Condition = ProfileConditionType.NotEquals,
+                            Property = ProfileConditionValue.IsAnamorphic,
+                            Value = "true",
+                            IsRequired = false
+                        },
+                        new ProfileCondition
+                        {
+                            Condition = ProfileConditionType.LessThanEqual,
+                            Property = ProfileConditionValue.VideoBitDepth,
+                            Value = "8",
+                            IsRequired = false
+                        }
+                    }
+                },
+
                 new CodecProfile
                 {
                     Type = CodecType.Video,

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Android.xml

@@ -10,6 +10,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Default.xml

@@ -10,6 +10,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Denon AVR.xml

@@ -15,6 +15,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/DirecTV HD-DVR.xml

@@ -16,6 +16,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Dish Hopper-Joey.xml

@@ -17,6 +17,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/LG Smart TV.xml

@@ -16,6 +16,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Linksys DMA2100.xml

@@ -14,6 +14,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/MediaMonkey.xml

@@ -16,6 +16,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Panasonic Viera.xml

@@ -17,6 +17,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

文件差異過大導致無法顯示
+ 24 - 0
MediaBrowser.Dlna/Profiles/Xml/Popcorn Hour.xml


+ 1 - 1
MediaBrowser.Dlna/Profiles/Xml/Samsung Smart TV.xml

@@ -16,6 +16,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>true</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
@@ -111,7 +112,6 @@
     </ResponseProfile>
   </ResponseProfiles>
   <SubtitleProfiles>
-    <SubtitleProfile format="smi" method="External" didlMode="CaptionInfoEx" />
     <SubtitleProfile format="srt" method="External" didlMode="CaptionInfoEx" />
   </SubtitleProfiles>
 </Profile>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Sony Blu-ray Player 2013.xml

@@ -16,6 +16,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Sony Blu-ray Player.xml

@@ -18,6 +18,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Sony Bravia (2010).xml

@@ -17,6 +17,7 @@
   <ModelUrl>http://www.microsoft.com/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit>1</DidlAlbumArtLimit>
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_TN</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Sony Bravia (2011).xml

@@ -17,6 +17,7 @@
   <ModelUrl>http://www.microsoft.com/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit>1</DidlAlbumArtLimit>
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_TN</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Sony Bravia (2012).xml

@@ -17,6 +17,7 @@
   <ModelUrl>http://www.microsoft.com/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit>1</DidlAlbumArtLimit>
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_TN</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Sony Bravia (2013).xml

@@ -17,6 +17,7 @@
   <ModelUrl>http://www.microsoft.com/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit>1</DidlAlbumArtLimit>
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_TN</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 7 - 8
MediaBrowser.Dlna/Profiles/Xml/Sony PlayStation 3.xml

@@ -17,6 +17,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit>1</DidlAlbumArtLimit>
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_TN</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
@@ -37,8 +38,12 @@
   <SupportsCustomHttpHeaders>false</SupportsCustomHttpHeaders>
   <XmlRootAttributes />
   <DirectPlayProfiles>
-    <DirectPlayProfile container="mp3,wma" type="Audio" />
-    <DirectPlayProfile container="avi,mp4" type="Video" />
+    <DirectPlayProfile container="avi" audioCodec="mp2,mp3" videoCodec="mpeg4" type="Video" />
+    <DirectPlayProfile container="ts" audioCodec="ac3,mp2,mp3,aac" videoCodec="mpeg1video,mpeg2video,h264" type="Video" />
+    <DirectPlayProfile container="mpeg" audioCodec="mp2" videoCodec="mpeg1video,mpeg2video" type="Video" />
+    <DirectPlayProfile container="mp4" audioCodec="aac,ac3" videoCodec="h264,mpeg4" type="Video" />
+    <DirectPlayProfile container="aac,mp3,wav" type="Audio" />
+    <DirectPlayProfile container="jpeg,png,gif,bmp,tiff" type="Photo" />
   </DirectPlayProfiles>
   <TranscodingProfiles>
     <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" context="Streaming" />
@@ -79,12 +84,6 @@
         <ProfileCondition condition="NotEquals" property="AudioProfile" value="he-aac" isRequired="false" />
       </Conditions>
     </CodecProfile>
-    <CodecProfile type="VideoAudio" codec="aac">
-      <Conditions>
-        <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="2" isRequired="true" />
-        <ProfileCondition condition="NotEquals" property="AudioProfile" value="he-aac" isRequired="true" />
-      </Conditions>
-    </CodecProfile>
   </CodecProfiles>
   <ResponseProfiles>
     <ResponseProfile container="mp4,mov" audioCodec="aac" type="Video" mimeType="video/mp4">

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/WDTV Live.xml

@@ -17,6 +17,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>true</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Windows 8 RT.xml

@@ -14,6 +14,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Windows Phone.xml

@@ -10,6 +10,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/Xbox 360.xml

@@ -17,6 +17,7 @@
   <ModelUrl>http://www.microsoft.com/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 14 - 6
MediaBrowser.Dlna/Profiles/Xml/Xbox One.xml

@@ -7,14 +7,15 @@
     <Headers />
   </Identification>
   <FriendlyName>Media Browser</FriendlyName>
-  <Manufacturer>Microsoft Corporation</Manufacturer>
-  <ManufacturerUrl>http://www.microsoft.com/</ManufacturerUrl>
-  <ModelName>Windows Media Player Sharing</ModelName>
+  <Manufacturer>Media Browser</Manufacturer>
+  <ManufacturerUrl>http://mediabrowser.tv/</ManufacturerUrl>
+  <ModelName>Media Browser</ModelName>
   <ModelDescription>Media Browser</ModelDescription>
-  <ModelNumber>12.0</ModelNumber>
-  <ModelUrl>http://www.microsoft.com/</ModelUrl>
+  <ModelNumber>Media Browser</ModelNumber>
+  <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
@@ -45,7 +46,8 @@
   </DirectPlayProfiles>
   <TranscodingProfiles>
     <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" context="Streaming" />
-    <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="ac3" estimateContentLength="true" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" context="Streaming" />
+    <TranscodingProfile container="jpeg" type="Photo" videoCodec="jpeg" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" context="Streaming" />
+    <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="aac" estimateContentLength="true" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" context="Streaming" />
   </TranscodingProfiles>
   <ContainerProfiles>
     <ContainerProfile type="Video" container="mp4,mov">
@@ -55,6 +57,12 @@
     </ContainerProfile>
   </ContainerProfiles>
   <CodecProfiles>
+    <CodecProfile type="Video">
+      <Conditions>
+        <ProfileCondition condition="NotEquals" property="IsAnamorphic" value="true" isRequired="false" />
+        <ProfileCondition condition="LessThanEqual" property="VideoBitDepth" value="8" isRequired="false" />
+      </Conditions>
+    </CodecProfile>
     <CodecProfile type="Video" codec="mpeg4">
       <Conditions>
         <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />

+ 1 - 0
MediaBrowser.Dlna/Profiles/Xml/foobar2000.xml

@@ -16,6 +16,7 @@
   <ModelUrl>http://mediabrowser.tv/</ModelUrl>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
+  <DidlAlbumArtLimit xsi:nil="true" />
   <SupportedMediaTypes>Audio</SupportedMediaTypes>
   <AlbumArtPn>JPEG_SM</AlbumArtPn>
   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

+ 1 - 0
MediaBrowser.Dlna/Ssdp/SsdpHandler.cs

@@ -172,6 +172,7 @@ namespace MediaBrowser.Dlna.Ssdp
                     values["ST"] = d.Type;
                     values["USN"] = d.USN;
 
+                    SendDatagram(header, values, endpoint, null, true);
                     SendDatagram(header, values, endpoint, new IPEndPoint(d.Address, 0), true);
                     //SendDatagram(header, values, endpoint, null, true);
 

+ 2 - 0
MediaBrowser.Model/Dlna/DeviceProfile.cs

@@ -35,7 +35,9 @@ namespace MediaBrowser.Model.Dlna
         public string ModelUrl { get; set; }
         public string SerialNumber { get; set; }
         public bool IgnoreTranscodeByteRangeRequests { get; set; }
+
         public bool EnableAlbumArtInDidl { get; set; }
+        public int? DidlAlbumArtLimit { get; set; }
 
         public string SupportedMediaTypes { get; set; }
 

+ 1 - 1
MediaBrowser.Server.Implementations/Connect/ConnectEntryPoint.cs

@@ -34,7 +34,7 @@ namespace MediaBrowser.Server.Implementations.Connect
         {
             LoadCachedAddress();
 
-            _timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(10), TimeSpan.FromHours(12));
+            _timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(10), TimeSpan.FromHours(6));
         }
 
         private async void TimerCallback(object state)

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/ar.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "All Recordings",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/ca.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "All Recordings",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 4 - 1
MediaBrowser.Server.Implementations/Localization/JavaScript/cs.json

@@ -75,6 +75,7 @@
     "ButtonClose": "Zav\u0159\u00edt",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
     "MessageInvalidUser": "Neplatn\u00e9 u\u017eivatelsk\u00e9 jm\u00e9no nebo heslo.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "V\u0161echna nahr\u00e1v\u00e1n\u00ed",
     "RecommendationBecauseYouLike": "Proto\u017ee se v\u00e1m l\u00edb\u00ed {0}",
     "RecommendationBecauseYouWatched": "Proto\u017ee jste sledovali {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/da.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Alle Optagelser",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/de.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Als gelesen markieren",
     "ButtonClose": "Schlie\u00dfen",
     "LabelAllPlaysSentToPlayer": "Alle Wiedergaben werden zum ausgew\u00e4hlten Abspielger\u00e4t gesendet.",
-    "MessageInvalidUser": "Falscher Benutzername oder Passwort.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Alle Aufnahmen",
     "RecommendationBecauseYouLike": "Weil du auch {0} magst",
     "RecommendationBecauseYouWatched": "Weil du auch {0} angesehen hast",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Aktiviere den Kamera-Upload f\u00fcr:",
     "HeaderSelectUploadPath": "W\u00e4hle Upload Pfad",
     "LabelEnableCameraUploadForHelp": "Uploads werden automatisch im Hintergrund durchgef\u00fchrt wenn du in Media Browser eingeloggt bist.",
-    "ErrorMessageStartHourGreaterThanEnd": "Die Endzeit muss gr\u00f6\u00dfer als die Startzeit sein."
+    "ErrorMessageStartHourGreaterThanEnd": "Die Endzeit muss gr\u00f6\u00dfer als die Startzeit sein.",
+    "ButtonLibraryAccess": "Bibliothekszugang",
+    "ButtonParentalControl": "Kindersicherung"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/el.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "All Recordings",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/en_GB.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "All Recordings",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/en_US.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "All Recordings",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/es.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Marcar como le\u00eddo",
     "ButtonClose": "Cerrar",
     "LabelAllPlaysSentToPlayer": "Todas las reproducciones se enviar\u00e1n al reproductor seleccionado.",
-    "MessageInvalidUser": "Usuario o contrase\u00f1a no v\u00e1lido.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Todas la grabaciones",
     "RecommendationBecauseYouLike": "Como le gusta {0}",
     "RecommendationBecauseYouWatched": "Ya que vi\u00f3 {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 6 - 3
MediaBrowser.Server.Implementations/Localization/JavaScript/es_MX.json

@@ -75,6 +75,7 @@
     "ButtonClose": "Cerrar",
     "LabelAllPlaysSentToPlayer": "Todas las reproducciones se enviaran al reproductor seleccionado.",
     "MessageInvalidUser": "Usuario o contrase\u00f1a inv\u00e1lidos.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Todas las Grabaciones",
     "RecommendationBecauseYouLike": "Porque te gust\u00f3 {0}",
     "RecommendationBecauseYouWatched": "Porque viste {0}",
@@ -589,7 +590,7 @@
     "DashboardTourUsers": "Cree cuentas f\u00e1cilmente para sus amigos y familia, cada una con sus propios permisos, accesos a la biblioteca, controles parentales y m\u00e1s.",
     "DashboardTourCinemaMode": "El modo cine trae la experiencia del cine directo a su sala de TV con la capacidad de reproducir avances e intros personalizados antes de la presentaci\u00f3n estelar.",
     "DashboardTourChapters": "Active la generaci\u00f3n de im\u00e1genes de cap\u00edtulos de sus videos para una presentaci\u00f3n m\u00e1s agradable al desplegar.",
-    "DashboardTourSubtitles": "Descargue autom\u00e1ticamente subt\u00edtulos para sus videos en cualquier lenguaje.",
+    "DashboardTourSubtitles": "Descargue autom\u00e1ticamente subt\u00edtulos para sus videos en cualquier idioma.",
     "DashboardTourPlugins": "Instale complementos como canales de video de Internet, TV en vivo, buscadores de metadatos y m\u00e1s.",
     "DashboardTourNotifications": "Env\u00ede notificaciones automatizadas de eventos del servidor a sus dispositivos m\u00f3viles, correo electr\u00f3nico y m\u00e1s.",
     "DashboardTourScheduledTasks": "Administre f\u00e1cilmente operaciones de larga duraci\u00f3n con tareas programadas. Decida cuando se ejecutar\u00e1n y con que periodicidad.",
@@ -600,7 +601,9 @@
     "HeaderDeleteDevice": "Eliminar Dispositivo",
     "DeleteDeviceConfirmation": "\u00bfEsta seguro de querer eliminar este dispositivo? Volver\u00e1 a aparecer la siguiente vez que un usuario inicie sesi\u00f3n en \u00e9l.",
     "LabelEnableCameraUploadFor": "Habilitar subida desde la c\u00e1mara para:",
-    "HeaderSelectUploadPath": "Seleccionar trayectoria de subida",
+    "HeaderSelectUploadPath": "Seleccionar ruta de subida",
     "LabelEnableCameraUploadForHelp": "La subida ocurrir\u00e1 autom\u00e1ticamente en segundo plano al iniciar sesi\u00f3n en Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "El tiempo de fin debe ser mayor al tiempo de inicio"
+    "ErrorMessageStartHourGreaterThanEnd": "El horario de fin debe ser mayor al de comienzo.",
+    "ButtonLibraryAccess": "Acceso a biblioteca",
+    "ButtonParentalControl": "Control parental"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Marquer comme lus",
     "ButtonClose": "Fermer",
     "LabelAllPlaysSentToPlayer": "Toutes les lectures seront envoy\u00e9es au lecteur s\u00e9lectionn\u00e9.",
-    "MessageInvalidUser": "Nom d'utilisateur et mot de passe invalides.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Tous les enregistrements",
     "RecommendationBecauseYouLike": "Parce-que vous aimez {0}",
     "RecommendationBecauseYouWatched": "Parce que vous avez regard\u00e9 {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Autoriser l'upload de la cam\u00e9ra pour:",
     "HeaderSelectUploadPath": "S\u00e9lectionner le r\u00e9pertoire d'upload",
     "LabelEnableCameraUploadForHelp": "Les uploads se lanceront automatiquement en arri\u00e8re plan apr\u00e8s l'authentification dans Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "Le temps de fin doit \u00eatre plus grand que le temps de d\u00e9part."
+    "ErrorMessageStartHourGreaterThanEnd": "Le temps de fin doit \u00eatre plus grand que le temps de d\u00e9part.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/he.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "\u05db\u05dc \u05d4\u05d4\u05e7\u05dc\u05d8\u05d5\u05ea",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/hr.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Sve snimke",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 12 - 9
MediaBrowser.Server.Implementations/Localization/JavaScript/it.json

@@ -63,7 +63,7 @@
     "ButtonPlay": "Riproduci",
     "ButtonEdit": "Modifica",
     "ButtonQueue": "In coda",
-    "ButtonPlayTrailer": "Play trailer",
+    "ButtonPlayTrailer": "Riproduci trailer",
     "ButtonPlaylist": "Playlist",
     "ButtonPreviousTrack": "Precedente traccia",
     "LabelEnabled": "Abilitato",
@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Segna come lette",
     "ButtonClose": "Chiudi",
     "LabelAllPlaysSentToPlayer": "Tutti i play saranno inviati all utente selezionato.",
-    "MessageInvalidUser": "Password non valida",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Tutte le registrazioni",
     "RecommendationBecauseYouLike": "perch\u00e9 ti piace {0}",
     "RecommendationBecauseYouWatched": "perch\u00e9 hai visto {0}",
@@ -596,11 +597,13 @@
     "DashboardTourMobile": "Il cruscotto Media Browser funziona alla grande su smartphone e tablet. Gestisci il tuo server dal palmo della tua mano in qualsiasi momento, ovunque.",
     "MessageRefreshQueued": "Aggiornamento programmato",
     "TabDevices": "Dispositivi",
-    "DeviceLastUsedByUserName": "Last used by {0}",
-    "HeaderDeleteDevice": "Delete Device",
-    "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
-    "LabelEnableCameraUploadFor": "Enable camera upload for:",
-    "HeaderSelectUploadPath": "Select Upload Path",
-    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "DeviceLastUsedByUserName": "Ultimo utilizzata da {0}",
+    "HeaderDeleteDevice": "Elimina dispositivo",
+    "DeleteDeviceConfirmation": "Sei sicuro di voler cancellare questo dispositivo? Esso riapparir\u00e0 la prossima volta che un utente accede con esso.",
+    "LabelEnableCameraUploadFor": "Abilita caricamento macchina fotografica per:",
+    "HeaderSelectUploadPath": "Seleziona cartella upload",
+    "LabelEnableCameraUploadForHelp": "Uploads avverr\u00e0 automaticamente in background quando attivato in Media Browser.",
+    "ErrorMessageStartHourGreaterThanEnd": "Ora di fine deve essere maggiore del tempo di avvio.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/kk.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "\u0411\u04b1\u043b\u0430\u0440\u0434\u044b \u043e\u049b\u044b\u043b\u0493\u0430\u043d \u0434\u0435\u043f \u0431\u0435\u043b\u0433\u0456\u043b\u0435\u0443",
     "ButtonClose": "\u0416\u0430\u0431\u0443",
     "LabelAllPlaysSentToPlayer": "\u0411\u0430\u0440\u043b\u044b\u049b \u043e\u0439\u043d\u0430\u0442\u0443\u043b\u0430\u0440 \u0442\u0430\u04a3\u0434\u0430\u043b\u0493\u0430\u043d \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u049b\u0430 \u0436\u0456\u0431\u0435\u0440\u0456\u043b\u0435\u0434\u0456.",
-    "MessageInvalidUser": "\u0416\u0430\u0440\u0430\u043c\u0441\u044b\u0437 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437.",
+    "MessageInvalidUser": "\u0416\u0430\u0440\u0430\u043c\u0441\u044b\u0437 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437. \u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0456 \u049b\u0430\u0439\u0442\u0430\u043b\u0430\u04a3\u044b\u0437.",
+    "HeaderLoginFailure": "\u041a\u0456\u0440\u0443 \u0441\u04d9\u0442\u0441\u0456\u0437\u0434\u0456\u0433\u0456",
     "HeaderAllRecordings": "\u0411\u0430\u0440\u043b\u044b\u049b \u0436\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
     "RecommendationBecauseYouLike": "\u04e8\u0439\u0442\u043a\u0435\u043d\u0456 {0} \u0436\u0430\u0440\u0430\u0442\u0442\u044b\u04a3\u044b\u0437",
     "RecommendationBecauseYouWatched": "\u04e8\u0439\u0442\u043a\u0435\u043d\u0456 {0} \u049b\u0430\u0440\u0430\u0434\u044b\u04a3\u044b\u0437",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "\u041c\u044b\u043d\u0430\u0443 \u04af\u0448\u0456\u043d \u043a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443:",
     "HeaderSelectUploadPath": "\u041a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443 \u0436\u043e\u043b\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443",
     "LabelEnableCameraUploadForHelp": "Media Browser \u0456\u0448\u0456\u043d\u0435 \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435 \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443\u043b\u0430\u0440 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u04e9\u043d\u0434\u0456\u043a \u0440\u0435\u0436\u0456\u043c\u0456\u043d\u0434\u0435 \u04e9\u0442\u0435\u0434\u0456.",
-    "ErrorMessageStartHourGreaterThanEnd": "\u0410\u044f\u049b\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b \u0431\u0430\u0441\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d\u0440\u0435\u043a \u0431\u043e\u043b\u0443\u044b \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456."
+    "ErrorMessageStartHourGreaterThanEnd": "\u0410\u044f\u049b\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b \u0431\u0430\u0441\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d\u0440\u0435\u043a \u0431\u043e\u043b\u0443\u044b \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+    "ButtonLibraryAccess": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0493\u0430 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443",
+    "ButtonParentalControl": "\u041c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0431\u0430\u0441\u049b\u0430\u0440\u0443"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/ms.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "All Recordings",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/nb.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Maker disse som lest",
     "ButtonClose": "Lukk",
     "LabelAllPlaysSentToPlayer": "All avspill vil bli sendt til den valgte spilleren.",
-    "MessageInvalidUser": "Ugyldig bruker eller passord.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Alle Opptak",
     "RecommendationBecauseYouLike": "Fordi du liker {0}",
     "RecommendationBecauseYouWatched": "Fordi du s\u00e5 {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 11 - 8
MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json

@@ -39,7 +39,7 @@
     "LabelSeries": "Series",
     "LabelStopping": "Stoppen",
     "LabelCancelled": "(Geannuleerd)",
-    "LabelFailed": "(failed)",
+    "LabelFailed": "(mislukt)",
     "LabelAbortedByServerShutdown": "(Afgebroken door afsluiten van de server)",
     "LabelScheduledTaskLastRan": "Laatste keer {0}, duur {1}.",
     "HeaderDeleteTaskTrigger": "Verwijderen Taak Trigger",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Afspelen",
     "ButtonEdit": "Bewerken",
     "ButtonQueue": "Wachtrij",
-    "ButtonPlayTrailer": "Play trailer",
+    "ButtonPlayTrailer": "Speel trailer",
     "ButtonPlaylist": "Afspeellijst",
     "ButtonPreviousTrack": "Vorig Nummer",
     "LabelEnabled": "Ingeschakeld",
@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Markeer deze gelezen",
     "ButtonClose": "Sluiten",
     "LabelAllPlaysSentToPlayer": "Alles zal worden verzonden naar de geselecteerde speler.",
-    "MessageInvalidUser": "Ongeldige gebruikersnaam of wachtwoord.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Alle Opnames",
     "RecommendationBecauseYouLike": "Omdat u {0} leuk vond.",
     "RecommendationBecauseYouWatched": "Omdat u keek naar {0}",
@@ -310,8 +311,8 @@
     "TabAdvanced": "Geavanceerd",
     "TabHelp": "Hulp",
     "TabScheduledTasks": "Geplande taken",
-    "ButtonFullscreen": "Fullscreen",
-    "ButtonAudioTracks": "Audio Tracks",
+    "ButtonFullscreen": "Volledig scherm",
+    "ButtonAudioTracks": "Gelsuidsspoor",
     "ButtonSubtitles": "Ondertitels",
     "ButtonScenes": "Scenes",
     "ButtonQuality": "Kwaliteit",
@@ -383,7 +384,7 @@
     "PersonTypePerson": "Persoon",
     "LabelTitleDisplayOrder": "Titel weergave volgorde:",
     "OptionSortName": "Sorteerbaar",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "Uitgave datum",
     "LabelSeasonNumber": "Seizoen nummer:",
     "LabelDiscNumber": "Disc nummer",
     "LabelParentNumber": "Bovenliggend nummer",
@@ -525,7 +526,7 @@
     "HeaderAlbums": "Albums",
     "HeaderGames": "Spellen",
     "HeaderBooks": "Boeken",
-    "HeaderEpisodes": "Episodes",
+    "HeaderEpisodes": "Afleveringen",
     "HeaderSeasons": "Seizoenen",
     "HeaderTracks": "Tracks",
     "HeaderItems": "Items",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Schakel camera upload in voor:",
     "HeaderSelectUploadPath": "Kies upload pad",
     "LabelEnableCameraUploadForHelp": "Uploads zullen automatisch in de achtergrond uitgevoerd worden als er aangemeld is bij Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "Eind tijd moet na de start tijd liggen."
+    "ErrorMessageStartHourGreaterThanEnd": "Eind tijd moet na de start tijd liggen.",
+    "ButtonLibraryAccess": "Bibliotheek toegang",
+    "ButtonParentalControl": "Ouderlijk toezicht"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/pl.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "All Recordings",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/pt_BR.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Marcar como lida",
     "ButtonClose": "Fechar",
     "LabelAllPlaysSentToPlayer": "Todas as reprodu\u00e7\u00f5es ser\u00e3o enviadas para o reprodutor selecionado.",
-    "MessageInvalidUser": "Usu\u00e1rio ou senha inv\u00e1lido",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Todas as Grava\u00e7\u00f5es",
     "RecommendationBecauseYouLike": "Porque voc\u00ea gosta de {0}",
     "RecommendationBecauseYouWatched": "Porque voc\u00ea assistiu {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Habilitar envio atrav\u00e9s de c\u00e2mera para:",
     "HeaderSelectUploadPath": "Selecione o caminho para carga",
     "LabelEnableCameraUploadForHelp": "Cargas ser\u00e3o executadas automaticamente em retaguarda quando logar no Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "O tempo final deve ser maior que o tempo inicial."
+    "ErrorMessageStartHourGreaterThanEnd": "O tempo final deve ser maior que o tempo inicial.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Todas as Grava\u00e7\u00f5es",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 9 - 6
MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043a\u0430\u043a \u043f\u0440\u043e\u0447\u0442\u0451\u043d\u043d\u044b\u0435",
     "ButtonClose": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c",
     "LabelAllPlaysSentToPlayer": "\u0412\u0441\u0451 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u043c\u043e\u0435 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u0442\u0435\u043b\u044c",
-    "MessageInvalidUser": "\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c.",
+    "MessageInvalidUser": "\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.",
+    "HeaderLoginFailure": "\u0421\u0431\u043e\u0439 \u0432\u0445\u043e\u0434\u0430",
     "HeaderAllRecordings": "\u0412\u0441\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
     "RecommendationBecauseYouLike": "\u0418\u0431\u043e \u0432\u0430\u043c \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u00ab{0}\u00bb",
     "RecommendationBecauseYouWatched": "\u0418\u0431\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043e \u00ab{0}\u00bb",
@@ -140,7 +141,7 @@
     "HeaderSelectTranscodingPathHelp": "\u041d\u0430\u0439\u0434\u0438\u0442\u0435 \u0438\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0443\u0442\u044c, \u0447\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u043b\u044f \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438. \u041f\u0430\u043f\u043a\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
     "HeaderSelectImagesByNamePathHelp": "\u041d\u0430\u0439\u0434\u0438\u0442\u0435 \u0438\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0443\u0442\u044c \u043a \u043f\u0430\u043f\u043a\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0447\u0435\u0440\u0435\u0437 \u0438\u043c\u044f. \u041f\u0430\u043f\u043a\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
     "HeaderSelectMetadataPathHelp": "\u041d\u0430\u0439\u0434\u0438\u0442\u0435 \u0438\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0443\u0442\u044c, \u0432\u043d\u0443\u0442\u0440\u0438 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435. \u041f\u0430\u043f\u043a\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
-    "HeaderSelectChannelDownloadPath": "\u0412\u044b\u0431\u043e\u0440 \u043f\u0443\u0442\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u043a\u0430\u043d\u0430\u043b\u043e\u0432",
+    "HeaderSelectChannelDownloadPath": "\u0412\u044b\u0431\u043e\u0440 \u043f\u0443\u0442\u0438 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u044b\u0445 \u043a\u0430\u043d\u0430\u043b\u043e\u0432",
     "HeaderSelectChannelDownloadPathHelp": "\u041d\u0430\u0439\u0434\u0438\u0442\u0435 \u0438\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0443\u0442\u044c, \u0447\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u043b\u044f \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u043e\u0432 \u043a\u0435\u0448\u0430 \u043a\u0430\u043d\u0430\u043b\u043e\u0432. \u041f\u0430\u043f\u043a\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
     "OptionNewCollection": "\u041d\u043e\u0432\u0430\u044f...",
     "ButtonAdd": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c",
@@ -596,11 +597,13 @@
     "DashboardTourMobile": "\u0418\u043d\u0444\u043e\u043f\u0430\u043d\u0435\u043b\u044c Media Browser \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043e\u0442\u043b\u0438\u0447\u043d\u043e \u043d\u0430 \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430\u0445 \u0438 \u043f\u043b\u0430\u043d\u0448\u0435\u0442\u0430\u0445. \u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0439\u0442\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c \u0441 \u0432\u0430\u0448\u0435\u0439 \u043b\u0430\u0434\u043e\u043d\u0438 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f, \u0432 \u043b\u044e\u0431\u043e\u043c \u043c\u0435\u0441\u0442\u0435.",
     "MessageRefreshQueued": "\u041f\u043e\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043e \u0432 \u043e\u0447\u0435\u0440\u0435\u0434\u044c",
     "TabDevices": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
-    "DeviceLastUsedByUserName": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0440\u0430\u0437 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e {0}",
+    "DeviceLastUsedByUserName": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: {0}",
     "HeaderDeleteDevice": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e",
     "DeleteDeviceConfirmation": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e? \u041e\u043d\u043e \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u0441\u043d\u043e\u0432\u0430 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437, \u043a\u043e\u0433\u0434\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0432\u043e\u0439\u0434\u0451\u0442 \u0441 \u043d\u0435\u0433\u043e.",
     "LabelEnableCameraUploadFor": "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0441 \u043a\u0430\u043c\u0435\u0440\u044b \u0434\u043b\u044f:",
-    "HeaderSelectUploadPath": "\u0412\u044b\u0431\u043e\u0440 \u043f\u0443\u0442\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438",
-    "LabelEnableCameraUploadForHelp": "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0432 \u0444\u043e\u043d\u043e\u0432\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u043f\u0440\u0438  \u0432\u0445\u043e\u0434\u0435 \u0432\u043d\u0443\u0442\u0440\u044c Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "\u041a\u043e\u043d\u0435\u0447\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043f\u043e\u0437\u0436\u0435, \u0447\u0435\u043c \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f."
+    "HeaderSelectUploadPath": "\u0412\u044b\u0431\u043e\u0440 \u043f\u0443\u0442\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u043e\u0433\u043e",
+    "LabelEnableCameraUploadForHelp": "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0434\u0443\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0432 \u0444\u043e\u043d\u043e\u0432\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435, \u043f\u0440\u0438 \u0432\u0445\u043e\u0434\u0435 \u0432 Media Browser.",
+    "ErrorMessageStartHourGreaterThanEnd": "\u041a\u043e\u043d\u0435\u0447\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043f\u043e\u0437\u0436\u0435, \u0447\u0435\u043c \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.",
+    "ButtonLibraryAccess": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435",
+    "ButtonParentalControl": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435\u043c"
 }

+ 20 - 17
MediaBrowser.Server.Implementations/Localization/JavaScript/sv.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Film",
     "LabelMusicVideo": "Musikvideo",
     "LabelEpisode": "Avsnitt",
-    "LabelSeries": "Series",
+    "LabelSeries": "Serie",
     "LabelStopping": "Avbryter",
     "LabelCancelled": "(avbr\u00f6ts)",
-    "LabelFailed": "(failed)",
+    "LabelFailed": "(misslyckades)",
     "LabelAbortedByServerShutdown": "(avbr\u00f6ts eftersom servern st\u00e4ngdes av)",
     "LabelScheduledTaskLastRan": "Senast k\u00f6rd {0}, tog {1}",
     "HeaderDeleteTaskTrigger": "Ta bort aktivitetsutl\u00f6sare",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Spela upp",
     "ButtonEdit": "\u00c4ndra",
     "ButtonQueue": "K\u00f6",
-    "ButtonPlayTrailer": "Play trailer",
+    "ButtonPlayTrailer": "Visa trailer",
     "ButtonPlaylist": "Spellista",
     "ButtonPreviousTrack": "F\u00f6reg\u00e5ende sp\u00e5r",
     "LabelEnabled": "Aktiverad",
@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Markera dessa som l\u00e4sta",
     "ButtonClose": "St\u00e4ng",
     "LabelAllPlaysSentToPlayer": "All uppspelning skickas till den valda uppspelaren.",
-    "MessageInvalidUser": "Ogiltigt anv\u00e4ndarnamn eller l\u00f6senord.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "Alla inspelningar",
     "RecommendationBecauseYouLike": "Eftersom du gillar {0}",
     "RecommendationBecauseYouWatched": "Eftersom du tittade p\u00e5 {0}",
@@ -310,8 +311,8 @@
     "TabAdvanced": "Avancerat",
     "TabHelp": "Hj\u00e4lp",
     "TabScheduledTasks": "Schemalagda aktiviteter",
-    "ButtonFullscreen": "Fullscreen",
-    "ButtonAudioTracks": "Audio Tracks",
+    "ButtonFullscreen": "Fullsk\u00e4rm",
+    "ButtonAudioTracks": "Ljudsp\u00e5r",
     "ButtonSubtitles": "Undertexter",
     "ButtonScenes": "Scener",
     "ButtonQuality": "Kvalitet",
@@ -383,7 +384,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Visningsordning f\u00f6r titlar",
     "OptionSortName": "Sorteringstitel",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "Premi\u00e4rdatum:",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Skiva nr",
     "LabelParentNumber": "F\u00f6r\u00e4lder nr",
@@ -525,7 +526,7 @@
     "HeaderAlbums": "Album",
     "HeaderGames": "Spel",
     "HeaderBooks": "B\u00f6cker",
-    "HeaderEpisodes": "Episodes",
+    "HeaderEpisodes": "Avsnitt",
     "HeaderSeasons": "S\u00e4songer",
     "HeaderTracks": "Sp\u00e5r",
     "HeaderItems": "Objekt",
@@ -594,13 +595,15 @@
     "DashboardTourNotifications": "Skicka automatiskt meddelanden om serverh\u00e4ndelser till din mobiltelefon, e-post och mycket mer.",
     "DashboardTourScheduledTasks": "Hantera enkelt tidskr\u00e4vande uppgifter med hj\u00e4lp av schemalagda aktiviteter. Best\u00e4m n\u00e4r de skall k\u00f6ras, och hur ofta.",
     "DashboardTourMobile": "Media Browsers kontrollpanel fungerar utm\u00e4rkt p\u00e5 smarta telefoner och surfplattor. Administrera din server n\u00e4r som helst, varifr\u00e5n som helst.",
-    "MessageRefreshQueued": "Refresh queued",
-    "TabDevices": "Devices",
-    "DeviceLastUsedByUserName": "Last used by {0}",
-    "HeaderDeleteDevice": "Delete Device",
-    "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
-    "LabelEnableCameraUploadFor": "Enable camera upload for:",
-    "HeaderSelectUploadPath": "Select Upload Path",
-    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "MessageRefreshQueued": "Uppdatering k\u00f6ad",
+    "TabDevices": "Enheter",
+    "DeviceLastUsedByUserName": "Senast anv\u00e4nd av {0}",
+    "HeaderDeleteDevice": "Ta bort enhet",
+    "DeleteDeviceConfirmation": "\u00c4r du s\u00e4ker p\u00e5 att du vill ta bort den h\u00e4r enheten? Den kommer att dyka upp igen n\u00e4sta g\u00e5ng en anv\u00e4ndare kopplar upp sig med den.",
+    "LabelEnableCameraUploadFor": "Aktivera kamerauppladdning f\u00f6r:",
+    "HeaderSelectUploadPath": "V\u00e4lj s\u00f6kv\u00e4g f\u00f6r uppladdning",
+    "LabelEnableCameraUploadForHelp": "Uppladdning sker automatiskt i bakgrunden n\u00e4r man \u00e4r inloggad i Media Browser.",
+    "ErrorMessageStartHourGreaterThanEnd": "Sluttiden m\u00e5ste vara senare \u00e4n starttiden.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/tr.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "T\u00fcm Kay\u0131tlar",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/vi.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "All Recordings",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 67 - 64
MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Movie",
     "LabelMusicVideo": "Music Video",
     "LabelEpisode": "Episode",
-    "LabelSeries": "Series",
+    "LabelSeries": "\u7535\u89c6\u5267",
     "LabelStopping": "Stopping",
     "LabelCancelled": "(cancelled)",
-    "LabelFailed": "(failed)",
+    "LabelFailed": "(\u5931\u8d25)",
     "LabelAbortedByServerShutdown": "(Aborted by server shutdown)",
     "LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.",
     "HeaderDeleteTaskTrigger": "Delete Task Trigger",
@@ -55,17 +55,17 @@
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
     "LabelUnknownLanguage": "Unknown language",
-    "ButtonMute": "Mute",
+    "ButtonMute": "\u9759\u97f3",
     "ButtonUnmute": "Unmute",
-    "ButtonStop": "Stop",
-    "ButtonNextTrack": "Next Track",
-    "ButtonPause": "Pause",
-    "ButtonPlay": "Play",
-    "ButtonEdit": "Edit",
+    "ButtonStop": "\u505c\u6b62",
+    "ButtonNextTrack": "\u4e0b\u4e00\u97f3\u8f68",
+    "ButtonPause": "\u6682\u505c",
+    "ButtonPlay": "\u64ad\u653e",
+    "ButtonEdit": "\u7f16\u8f91",
     "ButtonQueue": "Queue",
-    "ButtonPlayTrailer": "Play trailer",
+    "ButtonPlayTrailer": "\u64ad\u653e\u9884\u544a\u7247",
     "ButtonPlaylist": "Playlist",
-    "ButtonPreviousTrack": "Previous Track",
+    "ButtonPreviousTrack": "\u4e0a\u4e00\u97f3\u8f68",
     "LabelEnabled": "Enabled",
     "LabelDisabled": "Disabled",
     "ButtonMoreInformation": "More Information",
@@ -74,8 +74,9 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
-    "HeaderAllRecordings": "All Recordings",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
+    "HeaderAllRecordings": "\u6240\u6709\u5f55\u5236\u7684\u8282\u76ee",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
     "RecommendationDirectedBy": "Directed by {0}",
@@ -91,13 +92,13 @@
     "MessageRecordingDeleted": "Recording deleted.",
     "ButonCancelRecording": "Cancel Recording",
     "MessageRecordingSaved": "Recording saved.",
-    "OptionSunday": "Sunday",
-    "OptionMonday": "Monday",
-    "OptionTuesday": "Tuesday",
-    "OptionWednesday": "Wednesday",
-    "OptionThursday": "Thursday",
-    "OptionFriday": "Friday",
-    "OptionSaturday": "Saturday",
+    "OptionSunday": "\u661f\u671f\u5929",
+    "OptionMonday": "\u661f\u671f\u4e00",
+    "OptionTuesday": "\u661f\u671f\u4e8c",
+    "OptionWednesday": "\u661f\u671f\u4e09",
+    "OptionThursday": "\u661f\u671f\u56db",
+    "OptionFriday": "\u661f\u671f\u4e94",
+    "OptionSaturday": "\u661f\u671f\u516d",
     "HeaderConfirmDeletion": "Confirm Deletion",
     "MessageConfirmPathSubstitutionDeletion": "Are you sure you wish to delete this path substitution?",
     "LiveTvUpdateAvailable": "(Update available)",
@@ -119,10 +120,10 @@
     "MessagePleaseSelectTwoItems": "Please select at least two items.",
     "MessageTheFollowingItemsWillBeGrouped": "The following titles will be grouped into one item:",
     "MessageConfirmItemGrouping": "Media Browser clients will automatically choose the optimal version to play based on device and network performance. Are you sure you wish to continue?",
-    "HeaderResume": "Resume",
+    "HeaderResume": "\u6062\u590d\u64ad\u653e",
     "HeaderMyViews": "My Views",
     "HeaderLibraryFolders": "Media Folders",
-    "HeaderLatestMedia": "Latest Media",
+    "HeaderLatestMedia": "\u6700\u65b0\u5a92\u4f53",
     "ButtonMoreItems": "More...",
     "ButtonMore": "More",
     "HeaderFavoriteMovies": "Favorite Movies",
@@ -143,8 +144,8 @@
     "HeaderSelectChannelDownloadPath": "Select Channel Download Path",
     "HeaderSelectChannelDownloadPathHelp": "Browse or enter the path to use for storing channel cache files. The folder must be writeable.",
     "OptionNewCollection": "New...",
-    "ButtonAdd": "Add",
-    "ButtonRemove": "Remove",
+    "ButtonAdd": "\u6dfb\u52a0",
+    "ButtonRemove": "\u79fb\u9664",
     "LabelChapterDownloaders": "Chapter downloaders:",
     "LabelChapterDownloadersHelp": "Enable and rank your preferred chapter downloaders in order of priority. Lower priority downloaders will only be used to fill in missing information.",
     "HeaderFavoriteAlbums": "Favorite Albums",
@@ -161,14 +162,14 @@
     "MessageDuplicatesWillBeDeleted": "In addition the following dupliates will be deleted:",
     "MessageFollowingFileWillBeMovedFrom": "The following file will be moved from:",
     "MessageDestinationTo": "to:",
-    "HeaderSelectWatchFolder": "Select Watch Folder",
-    "HeaderSelectWatchFolderHelp": "Browse or enter the path to your watch folder. The folder must be writeable.",
+    "HeaderSelectWatchFolder": "\u9009\u62e9\u76d1\u63a7\u6587\u4ef6",
+    "HeaderSelectWatchFolderHelp": "\u6d4f\u89c8\u6216\u8fdb\u5165\u76d1\u63a7\u6587\u4ef6\u7684\u8def\u5f84\uff0c\u6b64\u6587\u4ef6\u5939\u5fc5\u987b\u53ef\u5199\u3002",
     "OrganizePatternResult": "Result: {0}",
     "HeaderRestart": "Restart",
     "HeaderShutdown": "Shutdown",
     "MessageConfirmRestart": "Are you sure you wish to restart Media Browser Server?",
     "MessageConfirmShutdown": "Are you sure you wish to shutdown Media Browser Server?",
-    "ButtonUpdateNow": "Update Now",
+    "ButtonUpdateNow": "\u73b0\u5728\u66f4\u65b0",
     "NewVersionOfSomethingAvailable": "A new version of {0} is available!",
     "VersionXIsAvailableForDownload": "Version {0} is now available for download.",
     "LabelVersionNumber": "Version {0}",
@@ -187,8 +188,8 @@
     "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
     "ButtonRemoteControl": "Remote Control",
     "HeaderLatestTvRecordings": "Latest Recordings",
-    "ButtonOk": "Ok",
-    "ButtonCancel": "Cancel",
+    "ButtonOk": "\u786e\u5b9a",
+    "ButtonCancel": "\u53d6\u6d88",
     "ButtonRefresh": "Refresh",
     "LabelCurrentPath": "Current path:",
     "HeaderSelectMediaPath": "Select Media Path",
@@ -200,25 +201,25 @@
     "ButtonShuffle": "Shuffle",
     "ButtonInstantMix": "Instant mix",
     "ButtonResume": "Resume",
-    "HeaderScenes": "Scenes",
+    "HeaderScenes": "\u573a\u666f",
     "HeaderAudioTracks": "Audio Tracks",
     "HeaderSubtitles": "Subtitles",
     "HeaderVideoQuality": "Video Quality",
     "MessageErrorPlayingVideo": "There was an error playing the video.",
     "MessageEnsureOpenTuner": "Please ensure there is an open tuner availalble.",
-    "ButtonHome": "Home",
-    "ButtonDashboard": "Dashboard",
+    "ButtonHome": "\u4e3b\u9875",
+    "ButtonDashboard": "\u63a7\u5236\u53f0",
     "ButtonReports": "Reports",
     "ButtonMetadataManager": "Metadata Manager",
     "HeaderTime": "Time",
-    "HeaderName": "Name",
+    "HeaderName": "\u540d\u5b57",
     "HeaderAlbum": "Album",
     "HeaderAlbumArtist": "Album Artist",
     "HeaderArtist": "Artist",
     "LabelAddedOnDate": "Added {0}",
     "ButtonStart": "Start",
-    "HeaderChannels": "Channels",
-    "HeaderMediaFolders": "Media Folders",
+    "HeaderChannels": "\u9891\u9053",
+    "HeaderMediaFolders": "\u5a92\u4f53\u6587\u4ef6\u5939",
     "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
@@ -252,8 +253,8 @@
     "MessagePleaseEnterNameOrId": "Please enter a name or an external Id.",
     "MessageValueNotCorrect": "The value entered is not correct. Please try again.",
     "MessageItemSaved": "Item saved.",
-    "OptionEnded": "Ended",
-    "OptionContinuing": "Continuing",
+    "OptionEnded": "\u7ed3\u675f",
+    "OptionContinuing": "\u7ee7\u7eed",
     "OptionOff": "Off",
     "OptionOn": "On",
     "HeaderFields": "Fields",
@@ -273,9 +274,9 @@
     "OptionName": "Name",
     "OptionOverview": "Overview",
     "OptionGenres": "Genres",
-    "OptionParentalRating": "Parental Rating",
+    "OptionParentalRating": "\u5bb6\u957f\u5206\u7ea7",
     "OptionPeople": "People",
-    "OptionRuntime": "Runtime",
+    "OptionRuntime": "\u64ad\u653e\u65f6\u95f4",
     "OptionProductionLocations": "Production Locations",
     "OptionBirthLocation": "Birth Location",
     "LabelAllChannels": "All channels",
@@ -287,7 +288,7 @@
     "HeaderChangeFolderTypeHelp": "To change the folder type, please remove and rebuild the collection with the new type.",
     "HeaderAlert": "Alert",
     "MessagePleaseRestart": "Please restart to finish updating.",
-    "ButtonRestart": "Restart",
+    "ButtonRestart": "\u91cd\u542f",
     "MessagePleaseRefreshPage": "Please refresh this page to receive new updates from the server.",
     "ButtonHide": "Hide",
     "MessageSettingsSaved": "Settings saved.",
@@ -299,31 +300,31 @@
     "LabelPackageInstallCompleted": "{0} installation completed.",
     "LabelPackageInstallFailed": "{0} installation failed.",
     "LabelPackageInstallCancelled": "{0} installation cancelled.",
-    "TabServer": "Server",
+    "TabServer": "\u670d\u52a1\u5668",
     "TabUsers": "Users",
     "TabLibrary": "Library",
-    "TabMetadata": "Metadata",
+    "TabMetadata": "\u5a92\u4f53\u8d44\u6599",
     "TabDLNA": "DLNA",
     "TabLiveTV": "Live TV",
     "TabAutoOrganize": "Auto-Organize",
     "TabPlugins": "Plugins",
-    "TabAdvanced": "Advanced",
+    "TabAdvanced": "\u9ad8\u7ea7",
     "TabHelp": "Help",
     "TabScheduledTasks": "Scheduled Tasks",
-    "ButtonFullscreen": "Fullscreen",
-    "ButtonAudioTracks": "Audio Tracks",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonScenes": "Scenes",
+    "ButtonFullscreen": "\u5168\u5c4f",
+    "ButtonAudioTracks": "\u97f3\u8f68",
+    "ButtonSubtitles": "\u5b57\u5e55",
+    "ButtonScenes": "\u573a\u666f",
     "ButtonQuality": "Quality",
     "HeaderNotifications": "Notifications",
     "HeaderSelectPlayer": "Select Player:",
-    "ButtonSelect": "Select",
-    "ButtonNew": "New",
+    "ButtonSelect": "\u9009\u62e9",
+    "ButtonNew": "\u65b0\u589e",
     "MessageInternetExplorerWebm": "For best results with Internet Explorer please install the WebM playback plugin.",
     "HeaderVideoError": "Video Error",
     "ButtonAddToPlaylist": "Add to playlist",
     "HeaderAddToPlaylist": "Add to Playlist",
-    "LabelName": "Name:",
+    "LabelName": "\u540d\u5b57\uff1a",
     "ButtonSubmit": "Submit",
     "LabelSelectPlaylist": "Playlist:",
     "OptionNewPlaylist": "New playlist...",
@@ -352,11 +353,11 @@
     "HeaderEmbeddedImage": "Embedded image",
     "HeaderTrack": "Track",
     "HeaderDisc": "Disc",
-    "OptionMovies": "Movies",
+    "OptionMovies": "\u7535\u5f71",
     "OptionCollections": "Collections",
     "OptionSeries": "Series",
     "OptionSeasons": "Seasons",
-    "OptionEpisodes": "Episodes",
+    "OptionEpisodes": "\u5267\u96c6",
     "OptionGames": "Games",
     "OptionGameSystems": "Game systems",
     "OptionMusicArtists": "Music artists",
@@ -383,11 +384,11 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
-    "LabelSeasonNumber": "Season number:",
+    "OptionReleaseDate": "\u53d1\u5e03\u65e5\u671f",
+    "LabelSeasonNumber": "\u591a\u5c11\u5b63\uff1a",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
-    "LabelEpisodeNumber": "Episode number:",
+    "LabelEpisodeNumber": "\u591a\u5c11\u96c6\uff1a",
     "LabelTrackNumber": "Track number:",
     "LabelNumber": "Number:",
     "LabelReleaseDate": "Release date:",
@@ -420,14 +421,14 @@
     "FolderTypeGames": "Games",
     "FolderTypeBooks": "Books",
     "FolderTypeTvShows": "TV shows",
-    "TabMovies": "Movies",
-    "TabSeries": "Series",
-    "TabEpisodes": "Episodes",
-    "TabTrailers": "Trailers",
-    "TabGames": "Games",
-    "TabAlbums": "Albums",
-    "TabSongs": "Songs",
-    "TabMusicVideos": "Music Videos",
+    "TabMovies": "\u7535\u5f71",
+    "TabSeries": "\u7535\u89c6\u5267",
+    "TabEpisodes": "\u5267\u96c6",
+    "TabTrailers": "\u9884\u544a\u7247",
+    "TabGames": "\u6e38\u620f",
+    "TabAlbums": "\u4e13\u8f91",
+    "TabSongs": "\u6b4c\u66f2",
+    "TabMusicVideos": "\u97f3\u4e50\u89c6\u9891",
     "BirthPlaceValue": "Birth place: {0}",
     "DeathDateValue": "Died: {0}",
     "BirthDateValue": "Born: {0}",
@@ -445,7 +446,7 @@
     "MessageSupporterMembershipExpiredOn": "Your supporter membership expired on {0}.",
     "MessageYouHaveALifetimeMembership": "You have a lifetime supporter membership. You can provide additional donations on a one-time or recurring basis using the options below. Thank you for supporting Media Browser.",
     "MessageYouHaveAnActiveRecurringMembership": "You have an active {0} membership. You can upgrade your plan using the options below.",
-    "ButtonDelete": "Delete",
+    "ButtonDelete": "\u5220\u9664",
     "HeaderMediaBrowserAccountAdded": "Media Browser Account Added",
     "MessageMediaBrowserAccountAdded": "The Media Browser account has been added to this user.",
     "MessagePendingMediaBrowserAccountAdded": "The Media Browser account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 5 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/zh_TW.json

@@ -74,7 +74,8 @@
     "ButtonMarkTheseRead": "Mark these read",
     "ButtonClose": "Close",
     "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
-    "MessageInvalidUser": "Invalid user or password.",
+    "MessageInvalidUser": "Invalid username or password. Please try again.",
+    "HeaderLoginFailure": "Login Failure",
     "HeaderAllRecordings": "\u6240\u6709\u9304\u5f71",
     "RecommendationBecauseYouLike": "Because you like {0}",
     "RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -602,5 +603,7 @@
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
     "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
-    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time."
+    "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
+    "ButtonLibraryAccess": "Library access",
+    "ButtonParentalControl": "Parental control"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/ar.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "\u062e\u0631\u0648\u062c",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "\u0632\u064a\u0627\u0631\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "\u0642\u064a\u0627\u0633\u0649",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "\u0645\u0634\u0627\u0647\u062f\u0629 \u0645\u0631\u0627\u062c\u0639 \u0627\u0644\u0640 Api",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "\u062a\u0635\u0641\u062d \u0627\u0644\u0645\u0643\u062a\u0628\u0629",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u064a\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "\u0641\u062a\u062d \u0645\u062a\u0635\u062d\u0641 \u0627\u0644\u0645\u0643\u062a\u0628\u0629",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "\u0627\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062e\u0627\u062f\u0645",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "\u0639\u0631\u0636 \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0633\u062c\u0644",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "\u0627\u0646\u062a\u0647\u0627\u0621",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "\u0627\u0644\u062a\u0627\u0644\u0649",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "\u062a\u0645 \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "\u0645\u0631\u062d\u0628\u0627 \u0628\u0643 \u0644\u0644\u0645\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "\u0645\u064a\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "\u0645\u0631\u0634\u062f \u0627\u0644\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0633\u064a\u0633\u0627\u0639\u062f\u0643 \u062e\u0644\u0627\u0644 \u062e\u0637\u0648\u0627\u062a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0627\u0639\u062f\u0627\u062f\u0627\u062a. \u0644\u0644\u0628\u062f\u0621, \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u062e\u062a\u064a\u0627\u0631 \u0644\u063a\u062a\u0643 \u0627\u0644\u0645\u0641\u0636\u0644\u0629.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "\u0627\u062e\u0628\u0631\u0646\u0627 \u0639\u0646 \u0646\u0641\u0633\u0643",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "\u0627\u0633\u0645\u0643 \u0627\u0644\u0627\u0648\u0644:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u064a\u0645\u0643\u0646 \u0627\u0636\u0627\u0641\u062a\u0647\u0645 \u0644\u0627\u062d\u0642\u0627 \u0645\u0646 \u0644\u0648\u062d\u0629 \u0627\u0644\u0627\u0639\u062f\u0627\u062f\u0627\u062a.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "\u0645\u064a\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631 \u0645\u062f\u0645\u062c \u0628\u0647 \u062f\u0639\u0645 \u0644\u0645\u0644\u0641\u0627\u062a \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646, \u0648\u062a\u0645\u0643\u064a\u0646 \u0643\u0644 \u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0646 \u062d\u0635\u0648\u0644\u0647 \u0639\u0644\u0649 \u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062e\u0627\u0635\u0647 \u0628\u0647\u0645, \u0648\u0627\u0644\u0640 playstate \u0648\u0627\u0644\u0631\u0642\u0627\u0628\u0629 \u0627\u0644\u0627\u0628\u0648\u064a\u0629.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "\u062e\u062f\u0645\u0629 \u0627\u0644\u0648\u0646\u062f\u0648\u0632",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "\u062a\u0645 \u062a\u062b\u0628\u064a\u062a \u062e\u062f\u0645\u0629 \u0627\u0644\u0648\u0646\u062f\u0648\u0632",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "\u0645\u064a\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631 \u0639\u0627\u062f\u0629 \u064a\u0639\u0645\u0644 \u0643\u0628\u0631\u0646\u0627\u0645\u062c \u0639\u0644\u0649 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u0645\u0639 \u0627\u064a\u0642\u0648\u0646\u0629 \u0644\u0648\u062d\u0629 \u0627\u0644\u0646\u0638\u0627\u0645, \u0648\u0644\u0643\u0646 \u0627\u0630\u0627 \u0627\u062d\u0628\u0628\u062a \u0645\u0645\u0643\u0646 \u062a\u0634\u063a\u064a\u0644\u0647 \u0643\u062e\u062f\u0645\u0629 \u062e\u0644\u0641\u064a\u0629, \u064a\u0645\u0643\u0646 \u0627\u0646 \u064a\u0628\u062f\u0623 \u0645\u0646 \u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0648\u0646\u062f\u0648\u0632 \u0645\u0646 \u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0628\u062f\u0644\u0627 \u0645\u0646 \u0630\u0644\u0643.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "\u0636\u0628\u0637 \u0627\u0644\u0627\u0639\u062f\u0627\u062f\u0627\u062a",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "\u062a\u0641\u0639\u064a\u0644 \u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0635\u0648\u0631 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "\u0645\u0648\u0627\u0641\u0642",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "\u0627\u0644\u063a\u0627\u0621",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "\u0627\u0639\u062f\u0627\u062f \u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0648\u0633\u0627\u0626\u0637",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "\u0627\u0636\u0627\u0641\u0629 \u0645\u062c\u0644\u062f \u0644\u0644\u0648\u0633\u0627\u0626\u0637",
-    "OptionComposers": "Composers",
     "LabelFolderType": "\u0646\u0648\u0639 \u0627\u0644\u0645\u062c\u0644\u062f:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
     "ReferToMediaLibraryWiki": "\u0627\u0644\u0631\u062c\u0648\u0639 \u0627\u0644\u0649 wiki \u0644\u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0648\u0633\u0627\u0626\u0637",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "\u0627\u0644\u0628\u0644\u062f:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "\u0627\u0644\u0644\u063a\u0629:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "\u062d\u0641\u0638 \u0627\u0644\u0627\u0639\u0645\u0627\u0644 \u0627\u0644\u0641\u0646\u064a\u0629 \u0648\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u0649 \u0645\u062c\u0644\u062f\u0627\u062a \u0627\u0644\u0648\u0633\u0627\u0626\u0637",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "\u0628\u062d\u0642\u0638 \u0627\u0644\u0627\u0639\u0645\u0627\u0644 \u0627\u0644\u0641\u0646\u064a\u0629 \u0648\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0628\u0627\u0634\u0631\u0629 \u0641\u0649 \u0645\u062c\u0644\u062f\u0627\u062a \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0633\u064a\u0633\u0647\u0644 \u0639\u0644\u064a\u0643 \u0627\u0644\u0648\u0635\u0648\u0644 \u0648\u0639\u0645\u0644 \u0627\u0644\u062a\u0639\u062f\u064a\u0644\u0627\u0627\u062a \u0639\u0644\u064a\u0647\u0627.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0627\u0639\u0645\u0627\u0644 \u0627\u0644\u0641\u0646\u064a\u0629 \u0648\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "\u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u064a\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0648\u0633\u0627\u0626\u0637\u0643 \u0644\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0639\u0631\u0648\u0636 \u0627\u0644\u063a\u0646\u064a\u0629.",
-    "HeaderPassword": "Password",
     "TabPreferences": "\u062a\u0641\u0636\u064a\u0644\u0627\u062a",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "\u0627\u0644\u062f\u062e\u0648\u0644 \u0627\u0644\u0649 \u0627\u0644\u0645\u0643\u062a\u0628\u0629",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "\u0635\u0648\u0631\u0629",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "\u0633\u062c\u0644",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u0635\u0648\u062a:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062a\u0631\u062c\u0645\u0629:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "\u0633\u062c\u0644 (\u0646\u0628\u0630\u0629)",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "\u062d\u0645\u0627\u064a\u0629",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "\u0627\u0636\u0627\u0641\u0629 \u0645\u0633\u062a\u062e\u062f\u0645",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "\u062a\u062e\u0632\u064a\u0646",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "\u0645\u0633\u062d \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u062c\u062f\u064a\u062f\u0629:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "\u062a\u0627\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "\u0627\u0646\u0634\u0627\u0621 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062d\u0627\u0644\u064a\u0629",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "\u0627\u0644\u062d\u062f \u0627\u0644\u0627\u0642\u0635\u0649 \u0644\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647 \u0644\u0644\u0631\u0642\u0627\u0628\u0629 \u0627\u0644\u0627\u0628\u0648\u064a\u0629:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "\u0627\u0632\u0627\u0644\u0629 \u0635\u0648\u0631\u0629",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "\u062a\u062d\u0645\u064a\u0644",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "\u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u0629 \u062c\u062f\u064a\u062f\u0629",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "\u0627\u0633\u0642\u0627\u0637 \u0627\u0644\u0635\u0648\u0631\u0629 \u0647\u0646\u0627",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "\u0644\u0627 \u0634\u0649\u0621 \u0647\u0646\u0627.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "\u0645\u0642\u062a\u0631\u062d",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "\u0627\u0644\u0627\u062e\u064a\u0631",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "\u0627\u0644\u0642\u0627\u062f\u0645",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "\u0627\u0644\u0645\u0633\u0644\u0633\u0644\u0627\u062a",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "\u0627\u0644\u062d\u0644\u0642\u0627\u062a",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u0627\u0646\u0648\u0627\u0639",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "\u0627\u0644\u0646\u0627\u0633",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "\u0627\u0644\u0634\u0628\u0643\u0627\u062a",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "\u0641\u0644\u062a\u0631\u0627\u062a:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "\u0641\u0644\u062a\u0631",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "\u0627\u0644\u0645\u0641\u0636\u0644\u0627\u062a",
-    "HeaderGenres": "Genres",
     "OptionLikes": "\u0645\u062d\u0628\u0628",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "\u0645\u0643\u0631\u0648\u0647",
-    "HeaderStudios": "Studios",
     "OptionActors": "\u0627\u0644\u0645\u0645\u062b\u0644\u0648\u0646",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "\u0636\u064a\u0648\u0641",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "\u0627\u0644\u0645\u062e\u0631\u062c\u0648\u0646",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "\u0645\u0624\u0644\u0641\u0648\u0646",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "\u0645\u0646\u062a\u062c\u0648\u0646",
-    "TabDonate": "Donate",
     "HeaderResume": "\u0627\u0633\u062a\u0623\u0646\u0641",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "\u0627\u0644\u062a\u0627\u0644\u0649",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "\u0644\u0645 \u064a\u062a\u0645 \u0627\u064a\u062c\u0627\u062f \u0634\u0649\u0621, \u0627\u0628\u062f\u0627 \u0628\u0645\u0634\u0627\u0647\u062f\u0629 \u0628\u0631\u0627\u0645\u062c\u0643!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "\u0627\u062d\u062f\u062b \u0627\u0644\u062d\u0644\u0642\u0627\u062a",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "\u0646\u0648\u0639\u064a\u0629 \u0627\u0644\u0634\u062e\u0635:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "\u0627\u0644\u0627\u063a\u0627\u0646\u0649",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "\u0627\u0644\u0628\u0648\u0645\u0627\u062a",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "\u0627\u0644\u0641\u0646\u0627\u0646\u064a\u0646",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "\u0627\u0644\u0628\u0648\u0645 \u0627\u0644\u0641\u0646\u0627\u0646\u064a\u0646",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "\u0645\u0648\u0633\u064a\u0642\u0649 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "\u062a\u0631\u062a\u064a\u0628",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "\u062a\u0631\u062a\u064a\u0628 \u062d\u0633\u0628:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "\u0646\u0638\u0627\u0645 \u0627\u0644\u062a\u0631\u062a\u064a\u0628:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "\u0645\u0639\u0632\u0648\u0641",
-    "OptionDirector": "Director",
     "OptionUnplayed": "\u063a\u064a\u0631 \u0645\u0639\u0632\u0648\u0641",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "\u062a\u0635\u0627\u0639\u062f\u0649",
-    "OptionProducer": "Producer",
     "OptionDescending": "\u062a\u0646\u0627\u0632\u0644\u0649",
-    "OptionWriter": "Writer",
     "OptionRuntime": "\u0632\u0645\u0646 \u0627\u0644\u062a\u0634\u063a\u064a\u0644",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "\u0639\u062f\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062a\u0634\u063a\u064a\u0644",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0636\u0627\u0641\u0629",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "\u0627\u0644\u0628\u0648\u0645 \u0627\u0644\u0641\u0646\u0627\u0646",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "\u0641\u0646\u0627\u0646",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "\u0627\u0644\u0628\u0648\u0645",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "\u0627\u0633\u0645 \u0627\u0644\u0627\u063a\u0646\u064a\u0629",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0645\u062c\u062a\u0645\u0639",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "\u0627\u0633\u0645",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "\u0645\u064a\u0632\u0627\u0646\u064a\u0629",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "\u0627\u064a\u0631\u0627\u062f\u0627\u062a",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "\u0627\u0644\u0645\u0644\u0635\u0642",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "\u0627\u0637\u0627\u0631 \u0632\u0645\u0646\u0649",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0646\u0627\u0642\u062f",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "\u0645\u0639\u062f\u0644 \u0627\u0644\u0628\u062a \u0644\u0644\u0641\u064a\u062f\u064a\u0648",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "\u062a\u0643\u0645\u0644\u0629",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "\u062c\u062f\u0648\u0644\u0629 \u0627\u0644\u0645\u0647\u0627\u0645",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0639\u0631\u0636",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "\u0627\u0644\u0627\u062d\u062f",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "\u0627\u0644\u0627\u0631\u0628\u0639\u0627\u0621",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "\u0627\u0644\u062e\u0645\u064a\u0633",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "\u0627\u0644\u062c\u0645\u0639\u0629",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "\u0627\u0644\u0633\u0628\u062a",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Hide this user from login screens",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Disable this user",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Advanced Control",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Name:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Feature Access",
     "OptionAllowMediaPlayback": "Allow media playback",
     "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/ca.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Sortir",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visitar la comunitat",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Est\u00e0ndard",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Veure la documentaci\u00f3 de l'API",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Examinar la biblioteca",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configurar Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Obrir el visor de la biblioteca",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Reiniciar el servidor",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Veure la finestra del registre",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Anterior",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Finalitzar",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Seg\u00fcent",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Ja est\u00e0!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Benvingut a Meida Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Expliqui'ns sobre vost\u00e8",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "El seu nom:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "M\u00e9s usuaris es poden afegir m\u00e9s tard en el tauler d'instruments.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser inclou suport integrat per als perfils d'usuari, la qual cosa permet que cada usuari tingui la seva pr\u00f2pia configuraci\u00f3 de pantalla, estat de reproducci\u00f3  i controls dels pares.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Servei de Windows",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "El servei de Windows s'ha instal \u00b7 lat.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server s'executa normalment com una aplicaci\u00f3 d'escriptori amb una icona de la safata, per\u00f2 si ho prefereix, per executar com un servei en segon pla, es pot iniciar des del panell de control de serveis de Windows.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Si s'utilitza el servei de Windows, tingui en compte que no es pot executar a la vegada que la icona de la safata, de manera que haur\u00e0 de sortir de la safata per tal d'executar el servei. Tamb\u00e9 haur\u00e0 de ser configurat amb privilegis administratius a trav\u00e9s del panell de control del servei. Tingueu en compte que en aquest moment el servei no \u00e9s capa\u00e7 d'auto-actualitzaci\u00f3, de manera que les noves versions requereixen la interacci\u00f3 manual.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configure settings",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancel",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Add media folder",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Folder type:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Country:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Language:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Preferences",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Password",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Library Access",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Image",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profile",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Playback Settings",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Audio language preference:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Subtitle language preference:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiles",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Security",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Add User",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Save",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset Password",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "New password:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "New password confirm:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Create Password",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Current password:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Delete Image",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload New Image",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Latest",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodes",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genres",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "People",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Networks",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Users",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Favorites",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "HeaderStudios": "Studios",
     "OptionActors": "Actors",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directors",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Writers",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producers",
-    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Songs",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artists",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artists",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort By:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Sort Order:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Play Count",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Date Added",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Resumable",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Hide this user from login screens",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Disable this user",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Advanced Control",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Name:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Feature Access",
     "OptionAllowMediaPlayback": "Allow media playback",
     "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/cs.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Zav\u0159\u00edt",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Nav\u0161t\u00edvit komunitu",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standardn\u00ed",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Zobrazit dokumentaci API",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Proch\u00e1zet knihovnu",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Konfigurovat Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Otev\u0159\u00edt knihovnu",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restartovat server",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Zobrazit okno z\u00e1znam\u016f",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "P\u0159edchoz\u00ed",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Dokon\u010dit",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Dal\u0161\u00ed",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Hotovo!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "V\u00edtejte v programu Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Tento pr\u016fvodce V\u00e1m pom\u016f\u017ee proj\u00edt procesem nastaven\u00ed. Pro za\u010d\u00e1tek vyberte jazyk.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "\u0158ekn\u011bte n\u00e1m n\u011bco o sob\u011b",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Va\u0161e k\u0159estn\u00ed jm\u00e9no:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "Dal\u0161\u00ed u\u017eivatele m\u016f\u017eete p\u0159idat pozd\u011bji na n\u00e1st\u011bnce.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser obsahuje zabudovanou podporu u\u017eivatelsk\u00fdch profil\u016f dovoluj\u00edc\u00ed ka\u017ed\u00e9mu u\u017eivateli konfigurovat nastaven\u00ed zobrazen\u00ed, p\u0159ehr\u00e1v\u00e1n\u00ed a rodi\u010dovskou kontrolu.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Slu\u017eba Windows",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Slu\u017eba Windows byla nainstalov\u00e1na.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser b\u011b\u017e\u00ed standardn\u011b jako desktopov\u00e1 aplikace s ikonou v oznamovac\u00ed oblasti, pokud ov\u0161em preferujete nastaven\u00ed jako slu\u017eby na pozad\u00ed, m\u016f\u017eete tak u\u010dinit v ovl\u00e1dac\u00edch panelech Va\u0161eho syst\u00e9mu pod polo\u017ekou Slu\u017eby Windows.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Pokud pou\u017e\u00edv\u00e1te Slu\u017ebu Windows berte na v\u011bdom\u00ed, \u017ee nem\u016f\u017ee b\u00fdt spu\u0161t\u011bna z\u00e1rove\u0148 s programem v oznamovac\u00ed oblasti. Bude nutn\u00e9 b\u011b\u017e\u00edc\u00ed aplikaci v oznamovac\u00ed oblasti ukon\u010dit. Slu\u017eba Windows mus\u00ed b\u00fdt z\u00e1rove\u0148 nakonfigurov\u00e1na s pr\u00e1vy administr\u00e1tora v ovl\u00e1dac\u00edch panelech. V tuto chv\u00edli slu\u017eba neumo\u017e\u0148uje automatickou aktualizaci, bude proto nutn\u00e9 novou verzi nainstalovat ru\u010dn\u011b.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "To je v\u0161e co prozat\u00edm pot\u0159ebujeme. Media Browser za\u010dne shroma\u017e\u010fovat informace o m\u00e9di\u00edch ve Va\u0161\u00ed knihovn\u011b. Pod\u00edvejte se na n\u011bkter\u00e9 z na\u0161ich aplikac\u00ed, a potom klepn\u011bte na tla\u010d\u00edtko <b>Dokon\u010dit<\/b> pro zobrazen\u00ed <b>Hlavn\u00edho panelu<\/b>",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Konfigurovat nastaven\u00ed",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Povolit extrahov\u00e1n\u00ed obr\u00e1zku ze souboru",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "Pro videa, kter\u00e9 je\u0161t\u011b nemaj\u00ed obr\u00e1zky obalu, a zat\u00edm nejsme schopni je dohledat. Tato operace vy\u017eaduje n\u011bjak\u00fd ten \u010das nav\u00edc, ve v\u00fdsledku ale p\u0159isp\u011bje k hez\u010d\u00edmu zobrazen\u00ed knihovny.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extrahov\u00e1n\u00ed obr\u00e1zk\u016f sc\u00e9n pro Filmy",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extrahov\u00e1n\u00ed obr\u00e1zk\u016f sc\u00e9n pro Filmy dovol\u00ed klientovi graficky zobrazit v\u00fdb\u011br sc\u00e9n v menu. Proces m\u016f\u017ee b\u00fdt pomal\u00fd a n\u00e1ro\u010dn\u00fd na v\u00fdkon procesoru, z\u00e1rove\u0148 m\u016f\u017ee vy\u017eadovat n\u011bkolik gigabyt\u016f prostoru. Tento proces b\u011b\u017e\u00ed pl\u00e1novan\u011b ve 4 hodiny r\u00e1no (mo\u017en\u00e9 nastavit). Nen\u00ed doporu\u010deno nastavovat v dob\u011b vyu\u017e\u00edv\u00e1n\u00ed knihovny.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Povolit automatick\u00e9 mapov\u00e1n\u00ed port\u016f",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP umo\u017e\u0148uje automatick\u00e9 nastaven\u00ed routeru pro vzd\u00e1len\u00fd p\u0159\u00edstup. Nemus\u00ed fungovat s n\u011bkter\u00fdmi typy router\u016f.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Zru\u0161it",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Nov\u00e9",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Nastaven\u00ed Va\u0161i knihovny m\u00e9di\u00ed",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "P\u0159idat slo\u017eku m\u00e9di\u00ed",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Typ slo\u017eky:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Vy\u017eaduje pou\u017eit\u00ed pluginu, nap\u0159. GameBrowser nebo MB Bookshelf",
     "ReferToMediaLibraryWiki": "Pod\u00edvejte se na wiki knihovny m\u00e9di\u00ed.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Zem\u011b:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Jazyk:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferovan\u00fd jazyk metadat:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Ulo\u017eit p\u0159ebaly a metadata do slo\u017eky s m\u00e9dii",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Povol\u00edte-li ulo\u017een\u00ed p\u0159ebal\u016f a metadat do slo\u017eky s m\u00e9dii bude mo\u017en\u00e9 je jednodu\u0161e upravovat.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "St\u00e1hnout p\u0159ebal a metadata z internetu",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser m\u016f\u017ee st\u00e1hnout informace o Va\u0161ich m\u00e9di\u00edch z internetu pro bohat\u0161\u00ed prezentaci.",
-    "HeaderPassword": "Password",
     "TabPreferences": "P\u0159edvolby",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Heslo",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "P\u0159\u00edstup ke knihovn\u011b",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Obr\u00e1zek",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profil",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Obr\u00e1zky",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "N\u00e1zvy",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Zobrazit chyb\u011bj\u00edc\u00ed epizody",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Zobrazit neprov\u011btran\u00e9 epizody v r\u00e1mci sez\u00f3n",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Nastaven\u00ed p\u0159ehr\u00e1v\u00e1n\u00ed videa",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Up\u0159ednost\u0148ovan\u00fd jazyk videa:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Up\u0159ednost\u0148ovan\u00fd jazyk titulk\u016f:",
-    "HeaderConfirmDeletion": "Potvrdit smaz\u00e1n\u00ed",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Pouze vynucen\u00e9 titulky",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profily",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Zabezpe\u010den\u00ed",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "P\u0159idat u\u017eivatele",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Ulo\u017eit",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Obnovit heslo",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Nov\u00e9 heslo:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Potvrzen\u00ed nov\u00e9ho heslo:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Vytvo\u0159it heslo",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Aktu\u00e1ln\u00ed heslo:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maxim\u00e1ln\u00ed povolen\u00e9 rodi\u010dovsk\u00e9 hodnocen\u00ed:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Obsah s vy\u0161\u0161\u00edm hodnocen\u00edm bude tomuto u\u017eivateli blokov\u00e1n.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Vyberte slo\u017eky m\u00e9di\u00ed pro sd\u00edlen\u00ed s t\u00edmto u\u017eivatelem. Administr\u00e1to\u0159i budou moci editovat v\u0161echny slo\u017eky pomoc\u00ed metadata mana\u017eeru.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Odstranit obr\u00e1zek",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Vyberte u\u017eivatele:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Nahr\u00e1t",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Nahr\u00e1t nov\u00fd obr\u00e1zek",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "Doporu\u010den pom\u011br 1:1. Pouze JPG\/PNG.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Tady nic nen\u00ed.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Pros\u00edm zkontrolujte, zda m\u00e1te povoleno stahov\u00e1n\u00ed metadat z internetu.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Doporu\u010den\u00e9",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Posledn\u00ed",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Nadch\u00e1zej\u00edc\u00ed",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Seri\u00e1ly",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Epizody",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u017d\u00e1nry",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Lid\u00e9",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "S\u00edt\u011b",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "U\u017eivatel\u00e9",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtry:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtr",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Obl\u00edben\u00e9",
-    "HeaderGenres": "Genres",
     "OptionLikes": "L\u00edb\u00ed se",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Nel\u00edb\u00ed se",
-    "HeaderStudios": "Studios",
     "OptionActors": "Herci",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Host\u00e9",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Re\u017eis\u00e9\u0159i",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Spisovatel\u00e9",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producenti",
-    "TabDonate": "Donate",
     "HeaderResume": "Pozastavit",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Dal\u0161\u00ed nahoru",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Nic nenalezeno. Za\u010dn\u011bte sledovat Va\u0161e obl\u00edben\u00e9 seri\u00e1ly!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Posledn\u00ed d\u00edly",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Typy osob:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Skladby",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Alba",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Um\u011blec",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Um\u011blci alba",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Hudebn\u00ed videa",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Se\u0159adit",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Se\u0159adit podle:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Po\u0159ad\u00ed \u0159azen\u00ed:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Shl\u00e9dnuto",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Neshl\u00e9dnuto",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Vzestupn\u011b",
-    "OptionProducer": "Producer",
     "OptionDescending": "Sestupn\u011b",
-    "OptionWriter": "Writer",
     "OptionRuntime": "D\u00e9lka",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Po\u010det p\u0159ehr\u00e1n\u00ed",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Datum p\u0159ehr\u00e1n\u00ed",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Datum p\u0159id\u00e1n\u00ed",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Um\u011blec Alba",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Um\u011blec",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "N\u00e1zev skladby",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Hodnocen\u00ed komunity",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "N\u00e1zev",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Slo\u017eky",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Rozpo\u010det",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "P\u0159\u00edjem",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Plak\u00e1t",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Pozad\u00ed",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "\u010casov\u00e1 osa",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Miniatura",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Prapor",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Hodnocen\u00ed kritik\u016f",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Bitrate videa",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Pozastavaviteln\u00fd",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Klikn\u011bte na \u00falohu pro zobrazen\u00ed rozvrhu.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Rozvrh \u00faloh",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Moje pluginy",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Katalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Pluginy",
     "HeaderAutomaticUpdates": "Automatick\u00e9 aktualizace",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Pr\u00e1v\u011b hraje",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Posledn\u00ed alba",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Posledn\u00ed skladby",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Naposledy p\u0159ehr\u00e1v\u00e1no",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Nej\u010dast\u011bji p\u0159ehr\u00e1v\u00e1no",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev (v\u00fdvoj\u00e1\u0159sk\u00e1) sestaven\u00ed jsou vyd\u00e1v\u00e1na ob\u010das a nepravideln\u011b. Tato sestaven\u00ed nejsou testov\u00e1na, aplikace mohou b\u00fdt nestabiln\u00ed a n\u011bkter\u00e9 sou\u010d\u00e1sti nemus\u00ed fungovat v\u016fbec.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Typ vide:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "DVD",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Vlastnosti:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Stav:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Verze:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Titulky",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Uk\u00e1zka\/trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Tematick\u00e1 hudba",
-    "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.",
     "OptionHasThemeVideo": "Tematick\u00e9 video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmy",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studia",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Uk\u00e1zky\/trailery",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Posledn\u00ed filmy",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Posledn\u00ed uk\u00e1zky\/trailery",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Speci\u00e1ln\u00ed funkce",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "Hodnocen\u00ed IMDb",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Rodi\u010dovsk\u00e9 hodnocen\u00ed",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Datum premi\u00e9ry",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Z\u00e1kladn\u00ed",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Pokro\u010dil\u00e9",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Stav",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Pokra\u010dov\u00e1n\u00ed",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ukon\u010deno",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Ned\u011ble",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Pond\u011bl\u00ed",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "\u00dater\u00fd",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "St\u0159eda",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "\u010ctvrtek",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "P\u00e1tek",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Sobota",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Chyb\u011bj\u00edc\u00ed IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Chyb\u011bj\u00edc\u00ed TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Chyb\u011bj\u00edc\u00ed p\u0159ehled",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Neodpov\u00edd\u00e1 rok v metadatech a v souboru.",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Obecn\u00e9",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Podpora",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Z\u00e1znam",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "O programu",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Kl\u00ed\u010d sponzora",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Sta\u0148te se sponzorem",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser m\u00e1 prosp\u00edvaj\u00edc\u00ed komunitu u\u017eivatel\u016f a p\u0159isp\u011bvatel\u016f.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Prohl\u00e9dn\u011bte si na\u0161\u00ed znalostn\u00ed b\u00e1zi (knowledge base) aby jste zjistili v\u00edce o programu Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Prohledat znalostn\u00ed b\u00e1zi.",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Nav\u0161t\u00edvit komunitu",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Nav\u0161t\u00edvit str\u00e1nku programu Media Browser",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Nav\u0161tivte str\u00e1nku programu Media Browser pro zji\u0161t\u011bn\u00ed posledn\u00edch novinek a informac\u00ed od v\u00fdvoj\u00e1\u0159\u016f.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Skr\u00fdt tohoto u\u017eivatele z p\u0159ihla\u0161ovac\u00edch obrazovek",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Zablokovat tohoto u\u017eivatele",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "Pokud je zablokov\u00e1n, server nepovol\u00ed tomuto u\u017eivateli \u017e\u00e1dn\u00e9 p\u0159ipojen\u00ed. Existuj\u00edc\u00ed p\u0159ipojen\u00ed bude okam\u017eit\u011b p\u0159eru\u0161eno.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Pokro\u010dil\u00e9 nastaven\u00ed",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Jm\u00e9no:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Povolit tomuto u\u017eivateli spr\u00e1vu serveru",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "P\u0159\u00edstup k funkc\u00edm",
     "OptionAllowMediaPlayback": "Povolit p\u0159ehr\u00e1v\u00e1n\u00ed medi\u00ed",
     "OptionAllowBrowsingLiveTv": "Provolit \u017eiv\u00e9 vys\u00edl\u00e1n\u00ed",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Zam\u00edtnout",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Potvrdit smaz\u00e1n\u00ed",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/da.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Afslut",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Bes\u00f8g F\u00e6lleskab",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standard",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Se Api dokumentation",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Gennemse biblitek",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Konfigurere Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "\u00c5ben Biblioteks Fremviser",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Genstart Server",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Vis Log",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Tidligere",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Slut",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "N\u00e6ste",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Du er f\u00e6rdig!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Velkommen til Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Denne guide vil hj\u00e6lpe dig igennem ops\u00e6tningen. For at begynde, venligst v\u00e6lg dit fortrukne sprog.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Fort\u00e6l os lidt om dig selv",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Dit fornavn",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "Flere brugere kan tilf\u00f8jes senere i Betjeningspanelet.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser inkludere indbygget underst\u00f8ttelse af bruger profiler, der giver den enkelte bruger mulighed for individuelle visningsindstillinger, Afspilningsstatus og for\u00e6ldre kontrol.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Service",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Der er blevet installeret en Windows Service.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server k\u00f8rer normalt som et skrivebords program med et tray ikon, men hvis du foretr\u00e6kker at k\u00f8re det som en service i baggrunden, kan den startes fra kontrolpanelet Windows services i stedet for.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Hvis windows servicen bruges skal du v\u00e6re opm\u00e6rksom p\u00e5, at servicen ikke kan k\u00f8re p\u00e5 samme tid som tray ikonet. Det er derfor n\u00f8dvendigt at afslutte tray ikonet f\u00f8r servicen startes. Det er n\u00f8dvendigt at konfigurere servicen til at k\u00f8re med administrative privileger, som kan g\u00f8res via Windows Service kontrol panelet. V\u00e6r opm\u00e6rksom p\u00e5 at servicen p\u00e5 nuv\u00e6rende tidspunkt ikke er i stand til at auto opdatere, s\u00e5 opdatering vil kr\u00e6ve manuel handling.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "Det var alt vi havde brug for lige nu. Media Browser er i gang med at indsamle information om dit medie bibliotek. Se nogle af vores programmer, og klik <b>F\u00e6rdig<\/b> for at se <b>Betjeningspanelet<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Konfigurer indstillinger",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Aktiver udtr\u00e6kning af video billede",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videoer der ikke allerede har billeder, og som vi ikke kan finde internet billeder til. Dette vil g\u00f8re den indledende biblioteks skanning l\u00e6ngere, men vil resulterer i en p\u00e6nere pr\u00e6sentation.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Aktiver udtr\u00e6kning af kapitel billeder for Film",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Klarg\u00f8ring af kapitel billeder vil tillade klienter at vise grafiske scene valgs menuer. Denne process kan v\u00e6re langsom, CPU kr\u00e6vende og kan bruge adskillelige gigabytes. Dette k\u00f8rer p\u00e5 en daglig basis klokken 4 om morgenen. Det kan redigeres under planlagte opgaver. Det er ikke anbefalet at k\u00f8re denne process i dagtimerne da det kan have en negativ effekt p\u00e5 afspilning.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Aktiver automatisk port kortl\u00e6gning",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP tillader automatisk router konfiguration for nem fjern adgang. Dette virker muligvis ikke med alle routere.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Annuller",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Ny",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Konfigurer dit medie bibliotek",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Tilf\u00f8j medie mappe",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Mappe type:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Kr\u00e6ver brug af en tilf\u00f8jelse, fx GameBrowser eller MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Der henvises til medie bibliotekets wiki.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Land:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Sprog:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Foretrukket metadata sprog:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Gem illustrationer og metadata i medie mapper",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Lagring af illustrationer og metadata i medie mapper, vil placerer dem et sted hvor de nemt kan redigeres.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Hent illustrationer og metadata fra internettet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser kan hente information omkring dine medier som vil g\u00f8re pr\u00e6sentationen mere omfattende.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Indstillinger",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Kode",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Bibliotek adgang",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Billede",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profil",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Billeder",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titler",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Vis manglende episoder i s\u00e6soner",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Vis endnu ikke sendte episoder i s\u00e6soner",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video afspilnings indstillinger",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Foretrukket lyd sprog:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Foretrukket undertekst sprog:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "Ingen undertekster",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiler",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Sikkerhed",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Tilf\u00f8j bruger",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Gem",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Nulstil kode",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Ny kode:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Bekr\u00e6ft ny kode:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Opret kode",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Nuv\u00e6rende kode:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "H\u00f8jst tilladte aldersgr\u00e6nse:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Indhold med en h\u00f8jere gr\u00e6nse, skjules for denne bruger.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "V\u00e6lg hvilke medie mapper der skal deles med denne bruger. Administratorer vil kunne redigere alle mapper ved hj\u00e6lp af metadata administratoren.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Slet Billede",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload Nyt Billede",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 formatforhold anbefalet. Kun JPG\/PNG.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Her er ingenting.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "V\u00e6r venligst sikker p\u00e5 at hentning af internet metadata er aktiveret.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Foresl\u00e5et",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Seneste",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Kommende",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episoder",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genre",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Personer",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Netv\u00e6rk",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Brugere",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtre:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Favoritter",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "HeaderStudios": "Studios",
     "OptionActors": "Skuespillere",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "G\u00e6ste Stjerner",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Instrukt\u00f8rer",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Forfattere",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producenter",
-    "TabDonate": "Donate",
     "HeaderResume": "Fors\u00e6t",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "N\u00e6ste",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Ingen fundet. Se dine serier!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Sidste Episode",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person typer:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Sange",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artister",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artister",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Musik Videoer",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort\u00e9r",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort\u00e9r efter:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Sorteringsr\u00e6kkef\u00f8lge:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Afspillet",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Ikke afspillet",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Stigende",
-    "OptionProducer": "Producer",
     "OptionDescending": "Faldende",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Varighed",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Gange Afspillet",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Dato Afspillet",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Dato Tilf\u00f8jet",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Nummerets Navn",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Navn",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Mapper",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Indt\u00e6gt",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Plakat",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Tidslinje",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Kritisk Vurdering",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Resumable",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Klik p\u00e5 en opgave for at tilpasse dens tidsplan",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Planlagte Opgaver",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Mine Tilf\u00f8jelser",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Katalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Tilf\u00f8jelser",
     "HeaderAutomaticUpdates": "Automatisk Opdateringer",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Afspilles Nu",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Seneste Albums",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Seneste Sange",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Afspillet For Nyligt",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Ofte Afspillet",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Egenskaber:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Undertekster",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Tema Sang",
-    "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.",
     "OptionHasThemeVideo": "Tema Video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Film",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studier",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailere",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Seneste Film",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Seneste Trailere",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Specielle Egenskaber",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDB Bed\u00f8mmelse",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Pr\u00e6miere Dato",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Simpel",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanceret",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Fors\u00e6ttes",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "F\u00e6rdig",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Sende Dage",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "S\u00f8ndag",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Mandag",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tirsdag",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Onsdag",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Torsdag",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Fredag",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "L\u00f8rdag",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Manglende IMDB Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Manglende TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Manglende Overblik",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Fil\/Metadata \u00c5r Uoverensstemmelse",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Generalt",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Om",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter N\u00f8gle",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Bliv Supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "S\u00f8g i vidensdatabasen",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Bes\u00f8g F\u00e6llesskabet",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Bes\u00f8g Media Browsers Webside",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Vis ikke denne bruger p\u00e5 logind siden",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Deaktiver denne bruger",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "Hvis deaktiveret vil serveren ikke tillade forbindelser fra denne bruger. Eksisterende forbindelser vil blive afbrudt.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Avanceret Kontrol",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Navn:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Tillad denne bruger at administrere serveren",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Funktion Adgang",
     "OptionAllowMediaPlayback": "Tillad medie afspilning",
     "OptionAllowBrowsingLiveTv": "Tillad gennemsyn af direkte tv",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/de.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Beenden",
-    "OptionReportAdultVideos": "Videos f\u00fcr Erwachsene",
     "LabelVisitCommunity": "Besuche die Community",
-    "ButtonMore": "Mehr",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Aktivit\u00e4ten",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} gestartet",
     "LabelStandard": "Standard",
-    "ScheduledTaskCancelledWithName": "{0} wurde abgebrochen",
     "LabelViewApiDocumentation": "Zeige API Dokumentation",
-    "ScheduledTaskCompletedWithName": "{0} abgeschlossen",
     "LabelBrowseLibrary": "Durchsuche Bibliothek",
-    "ScheduledTaskFailed": "Geplante Aufgabe abgeschlossen",
     "LabelConfigureMediaBrowser": "Konfiguriere Media Browser",
-    "PluginInstalledWithName": "{0} wurde installiert",
     "LabelOpenLibraryViewer": "\u00d6ffne Bibliothekenansicht",
-    "PluginUpdatedWithName": "{0} wurde aktualisiert",
     "LabelRestartServer": "Server neustarten",
-    "PluginUninstalledWithName": "{0} wurde deinstalliert",
     "LabelShowLogWindow": "Zeige Log Fenster",
-    "ScheduledTaskFailedWithName": "{0} fehlgeschlagen",
     "LabelPrevious": "Vorheriges",
-    "ItemAddedWithName": "{0} wurde der Bibliothek hinzugef\u00fcgt",
     "LabelFinish": "Ende",
-    "ItemRemovedWithName": "{0} wurde aus der Bibliothek entfernt",
     "LabelNext": "N\u00e4chstes",
-    "DeviceOnlineWithName": "{0} ist verbunden",
     "LabelYoureDone": "Du bist fertig!",
-    "UserOnlineFromDevice": "{0} ist online von {1}",
     "WelcomeToMediaBrowser": "Willkommen zu Media Browser!",
-    "DeviceOfflineWithName": "{0} wurde getrennt",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} wurde getrennt von {1}",
     "ThisWizardWillGuideYou": "Dieser Assistent wird dich durch den Einrichtungsprozess f\u00fchren. Um zu beginnen, w\u00e4hle bitte deine bevorzugte Sprache.",
-    "SubtitlesDownloadedForItem": "Untertitel heruntergeladen f\u00fcr {0}",
     "TellUsAboutYourself": "Sag uns etwas \u00fcber dich selbst",
-    "SubtitleDownloadFailureForItem": "Download der Untertitel fehlgeschlagen f\u00fcr {0}",
     "LabelYourFirstName": "Ihr Vorname:",
-    "LabelRunningTimeValue": "Laufzeit: {0}",
     "MoreUsersCanBeAddedLater": "Weitere Benutzer k\u00f6nnen sp\u00e4ter \u00fcber die Optionsleiste hinzugef\u00fcgt werden.",
-    "LabelIpAddressValue": "IP Adresse: {0}",
     "UserProfilesIntro": "Media Browser verf\u00fcgt \u00fcber integrierte Benutzer Profile. Verwende diese Profile um Anzeigeeinstellungen, Abspielstatus sowie Kinder- und Jugendschutzverwaltungen pro Benutzer zu speichern und zu verwalten.",
-    "UserConfigurationUpdatedWithName": "Benutzereinstellungen wurden aktualisiert f\u00fcr {0}",
     "LabelWindowsService": "Windows Service",
-    "UserCreatedWithName": "Benutzer {0} wurde erstellt",
     "AWindowsServiceHasBeenInstalled": "Ein Windows Dienst wurde installiert.",
-    "UserPasswordChangedWithName": "Das Passwort f\u00fcr Benutzer {0} wurde ge\u00e4ndert",
     "WindowsServiceIntro1": "Media Browser Server l\u00e4uft normalerweise als Desktop Anwendung mit einem Symbol in der Taskleiste. Du kannst den Server aber auch als Hintergrunddienst starten. Verwende dazu das Windows Service Control Panel (services.msc).",
-    "UserDeletedWithName": "Benutzer {0} wurde gel\u00f6scht",
     "WindowsServiceIntro2": "Der Dienst kann nicht zu gleichen Zeit wie die Desktop Anwendung laufen. Schlie\u00dfe daher die Desktop Anwendung bevor du den Dienst startest. Der Dienst ben\u00f6tigt administrative Rechte, die du \u00fcber die Systemsteuerung einstellen m\u00fcssen. Beachte bitte auch, dass der Dienst zur Zeit nicht automatisch aktualisiert wird. Neue Versionen m\u00fcssen daher manuell installiert werden.",
-    "MessageServerConfigurationUpdated": "Server Einstellungen wurden aktualisiert",
     "WizardCompleted": "Das war's f\u00fcrs Erste. Media Browser hat gerade mit dem Sammeln von Informationen \u00fcber deine Medienbibliothek begonnen. Probiere auch unsere anderen Programme aus. Klicke danach auf <b>Ende<\/b> um die <b>\u00dcbersicht<\/b> anzuzeigen.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Der Server Einstellungsbereich {0} wurde aktualisiert",
     "LabelConfigureSettings": "Konfiguriere Einstellungen",
-    "MessageApplicationUpdated": "Media Browser Server wurde aktualisiert",
     "LabelEnableVideoImageExtraction": "Aktiviere Videobild-Extrahierung",
-    "AuthenticationSucceededWithUserName": "{0} erfolgreich authentifiziert",
     "VideoImageExtractionHelp": "F\u00fcr Videos die noch keien Bilder haben, und f\u00fcr die wir keine Internetbilder finden k\u00f6nnen. Hierdurch wird der erste Bibliothekenscan etwas mehr Zeit beanspruchen, f\u00fchrt aber zu einer ansprechenderen Pr\u00e4sentation.",
-    "FailedLoginAttemptWithUserName": "Fehlgeschlagener Anmeldeversuch von {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extrahiere Kapitelbilder f\u00fcr Filme",
-    "UserStartedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} gestartet",
     "LabelChapterImageExtractionForMoviesHelp": "Das Auslesen von Kapitelbildern erlaubt es den Clients grafische Szenenauswahlmen\u00fcs anzuzeigen. Der Prozess kann langsam, prozessorintensiv sein und mehrere Gigabyte an Speicherplatz erfordern. Er wird nachts um 4:00 Uhr als geplante Aufgabe ausgef\u00fchrt, dies l\u00e4sst sich im \"Geplante Aufgaben\" Bereich konfigurieren. Es ist nicht ratsam, diese Aufgabe in der Hauptbelastungszeit auszuf\u00fchren.",
-    "UserStoppedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} beendet",
     "LabelEnableAutomaticPortMapping": "Aktiviere automatische Portweiterleitung",
-    "AppDeviceValues": "App: {0}, Ger\u00e4t: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP erm\u00f6glicht die automatische Routerkonfiguration f\u00fcr den einfachen Remote-Zugriff. Diese Option ist nicht f\u00fcr jeden Router verf\u00fcgbar.",
-    "ProviderValue": "Anbieter: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download Gr\u00f6\u00dfenlimit (GB):",
     "ButtonCancel": "Abbrechen",
-    "LabelChannelDownloadSizeLimitHelpText": "Limitiere die Gr\u00f6\u00dfe des Channel Download Verzeichnisses.",
-    "HeaderRecentActivity": "K\u00fcrzliche Aktivit\u00e4ten",
     "ButtonNew": "Neu",
-    "HeaderPeople": "Personen",
     "HeaderSetupLibrary": "Medienbibliothek einrichten",
-    "HeaderDownloadPeopleMetadataFor": "Lade Biografien und Bilder herunter f\u00fcr:",
     "ButtonAddMediaFolder": "Medienverzeichnis hinzuf\u00fcgen",
-    "OptionComposers": "Komponisten",
     "LabelFolderType": "Verzeichnistyp:",
-    "OptionOthers": "Andere",
     "MediaFolderHelpPluginRequired": "* Ben\u00f6tigt ein Plugin, wie GameBrowser oder MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Siehe die Medienbibliothek Wiki",
-    "HeaderDownloadPeopleMetadataForHelp": "Die Aktivierung von zus\u00e4tzlichen Optionen wird mehr Informationen zur Verf\u00fcgung stellen, aber das scannen der Bibliothek verlangsamen.",
     "LabelCountry": "Land:",
-    "ViewTypeFolders": "Verzeichnisse",
     "LabelLanguage": "Sprache:",
-    "LabelDisplayFoldersView": "Nutze die Verzeichnissansicht f\u00fcr die Darstellung der reinen Medienordner",
     "HeaderPreferredMetadataLanguage": "Bevorzugte Metadata Sprache:",
-    "ViewTypeLiveTvRecordingGroups": "Aufnahmen",
     "LabelSaveLocalMetadata": "Speichere Bildmaterial und Metadaten in den Medienverzeichnissen",
-    "ViewTypeLiveTvChannels": "Kan\u00e4le",
     "LabelSaveLocalMetadataHelp": "Durch die Speicherung von Bildmaterial und Metadaten direkt in den Medienverzeichnissen, befinden sich diese an einem Ort wo sie sehr leicht bearbeitet werden k\u00f6nnen.",
-    "LabelAllowLocalAccessWithoutPassword": "Erlaube lokalen Zugriff ohne Passwort",
     "LabelDownloadInternetMetadata": "Lade Bildmaterial und Metadaten aus dem Internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Fall aktiviert, wird kein Passwort f\u00fcr einen Zugriff innerhalb deines Heimnetzwerks ben\u00f6tigt.",
     "LabelDownloadInternetMetadataHelp": "Media Browser kann Informationen \u00fcber ihre Medien aus dem Internet abrufen um eine optisch ansprechende Darstellung zu erm\u00f6glichen.",
-    "HeaderPassword": "Passwort",
     "TabPreferences": "Einstellungen",
-    "HeaderLocalAccess": "Lokaler Zugriff",
     "TabPassword": "Passwort",
-    "HeaderViewOrder": "Reihenfolge f\u00fcr Ansichten",
     "TabLibraryAccess": "Bibliothekenzugriff",
-    "LabelSelectUserViewOrder": "W\u00e4hle die Reihenfolge in der die Ansichten innerhalb von Media Browser Apps angezeigt werden.",
     "TabImage": "Bild",
-    "LabelMetadataRefreshMode": "Metadaten Aktualisierungsmethode:",
     "TabProfile": "Profil",
-    "LabelImageRefreshMode": "Aktualisierungsmethode f\u00fcr Bilder:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Lade fehlende Bilder herunter",
     "TabImages": "Bilder",
-    "OptionReplaceExistingImages": "Ersetze vorhandene Bilder",
     "TabNotifications": "Benachrichtigungen",
-    "OptionRefreshAllData": "Aktualisiere alle Daten",
     "TabCollectionTitles": "Titel",
-    "OptionAddMissingDataOnly": "F\u00fcge nur fehlende Daten hinzu",
     "LabelDisplayMissingEpisodesWithinSeasons": "Zeige fehlende Episoden innerhalb von Staffeln",
-    "OptionLocalRefreshOnly": "Nur lokale Aktualisierung",
     "LabelUnairedMissingEpisodesWithinSeasons": "Zeige noch nicht ausgestahlte Episoden innerhalb von Staffeln",
-    "HeaderRefreshMetadata": "Aktualisiere Metadaten",
     "HeaderVideoPlaybackSettings": "Videowiedergabe Einstellungen",
-    "HeaderPersonInfo": "Informationen zur Person",
     "HeaderPlaybackSettings": "Wiedergabe Einstellungen",
-    "HeaderIdentifyItem": "Identifiziere Element",
     "LabelAudioLanguagePreference": "Audiosprache Einstellungen:",
-    "HeaderIdentifyItemHelp": "Gib ein oder mehrere Suchkriterien ein. Entferne Kriterien um die Suchergebnisse zu erweitern.",
     "LabelSubtitleLanguagePreference": "Untertitelsprache Einstellungen:",
-    "HeaderConfirmDeletion": "Best\u00e4tige L\u00f6schung",
     "OptionDefaultSubtitles": "Standard",
-    "LabelFollowingFileWillBeDeleted": "Die folgende Datei wird gel\u00f6scht werden:",
     "OptionOnlyForcedSubtitles": "Nur erzwungene Untertitel",
-    "LabelIfYouWishToContinueWithDeletion": "Falls du fortfahren m\u00f6chtest, gibt bitte das Ergebnis aus folgender Rechnung an:",
     "OptionAlwaysPlaySubtitles": "Untertitel immer anzeigen",
-    "ButtonIdentify": "Identifizieren",
     "OptionNoSubtitles": "Keine Untertitel",
-    "LabelAlbumArtist": "Album-Interpret:",
     "OptionDefaultSubtitlesHelp": "Untertitel die den Spracheinstellungen entsprechen werden nur bei einer Tonspur in fremder Sprache heruntergeladen.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Nur Untertitel, die als erzwungener Download markiert wurden, werden heruntergeladen.",
-    "LabelCommunityRating": "Community Bewertung:",
     "OptionAlwaysPlaySubtitlesHelp": "Untertitel die den Spracheinstellungen entsprechen werden unabh\u00e4ngig von der Tonspur Sprache heruntergeladen.",
-    "LabelVoteCount": "Stimmen:",
     "OptionNoSubtitlesHelp": "Untertitel wird standardm\u00e4\u00dfig nicht geladen.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profile",
-    "LabelCriticRating": "Kritiker Bewertung:",
     "TabSecurity": "Sicherheit",
-    "LabelCriticRatingSummary": "Kritiker Bewertungszusammenfassung:",
     "ButtonAddUser": "User hinzuf\u00fcgen",
-    "LabelAwardSummary": "Auszeichnungszusammenfassung:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "F\u00fcge lokalen Benutzer hinzu",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Lade Benutzer ein",
     "ButtonSave": "Speichern",
-    "LabelOverview": "\u00dcbersicht:",
     "ButtonResetPassword": "Passwort zur\u00fccksetzten",
-    "LabelShortOverview": "Kurz\u00fcbersicht:",
     "LabelNewPassword": "Neues Passwort:",
-    "LabelReleaseDate": "Ver\u00f6ffentlichungsdatum:",
     "LabelNewPasswordConfirm": "Neues Passwort wiederhohlen:",
-    "LabelYear": "Jahr:",
     "HeaderCreatePassword": "Erstelle Passwort",
-    "LabelPlaceOfBirth": "Geburtsort:",
     "LabelCurrentPassword": "Aktuelles Passwort:",
-    "LabelEndDate": "Endzeit:",
     "LabelMaxParentalRating": "H\u00f6chste erlaubte elterlich Bewertung:",
-    "LabelAirDate": "Ausstrahlungstage:",
     "MaxParentalRatingHelp": "Inhalt mit einer h\u00f6heren Bewertung wird dem User nicht angezeigt.",
-    "LabelAirTime:": "Ausstrahlungszeit:",
     "LibraryAccessHelp": "W\u00e4hle die Medienverzeichnisse die du mit diesem Benutzer teilen m\u00f6chtest. Administratoren k\u00f6nnen den Metadaten-Manager verwenden um alle Ordner zu bearbeiten.",
-    "LabelRuntimeMinutes": "Laufzeit (Minuten):",
     "ChannelAccessHelp": "W\u00e4hle die Kan\u00e4le, die mit diesem Benutzer geteilt werden sollen. Administratoren sind in der Lage alle K\u00e4nale \u00fcber den Metadaten-Manager zu bearbeiten.",
-    "LabelParentalRating": "Altersfreigabe:",
     "ButtonDeleteImage": "L\u00f6sche Bild",
-    "LabelCustomRating": "Eigene Bewertung:",
     "LabelSelectUsers": "W\u00e4hle Benutzer:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Hochladen",
-    "LabelRevenue": "Einnahmen ($):",
     "HeaderUploadNewImage": "Neues Bild hochladen",
-    "LabelOriginalAspectRatio": "Originales Seitenverh\u00e4ltnis:",
     "LabelDropImageHere": "Fotos hierher ziehen",
-    "LabelPlayers": "Schauspieler:",
     "ImageUploadAspectRatioHelp": "1:1 Seitenverh\u00e4ltnis empfohlen. Nur JPG\/PNG.",
-    "Label3DFormat": "3D Format:",
     "MessageNothingHere": "Nichts hier.",
-    "HeaderAlternateEpisodeNumbers": "Alternative Episodennummern",
     "MessagePleaseEnsureInternetMetadata": "Bitte sicherstellen, dass das Herunterladen von Internet Metadaten aktiviert ist.",
-    "HeaderSpecialEpisodeInfo": "Spezialepisoden Information",
     "TabSuggested": "Vorgeschlagen",
-    "HeaderExternalIds": "Externe Id's:",
     "TabLatest": "Neueste",
-    "LabelDvdSeasonNumber": "DVD Staffelnummer:",
     "TabUpcoming": "Bevorstehend",
-    "LabelDvdEpisodeNumber": "DVD Episodennummer:",
     "TabShows": "Shows",
-    "LabelAbsoluteEpisodeNumber": "Absolute Episodennummer:",
     "TabEpisodes": "Episoden",
-    "LabelAirsBeforeSeason": "Ausstrahlungen vor Staffel:",
     "TabGenres": "Genres",
-    "LabelAirsAfterSeason": "Ausstrahlungen nach Staffel:",
     "TabPeople": "Personen",
-    "LabelAirsBeforeEpisode": "Ausstrahlungen vor Episode:",
     "TabNetworks": "Sendergruppen",
-    "LabelTreatImageAs": "Bild behandeln, wie:",
     "HeaderUsers": "Benutzer",
-    "LabelDisplayOrder": "Anzeigereihenfolge:",
     "HeaderFilters": "Filter:",
-    "LabelDisplaySpecialsWithinSeasons": "Zeige Sonderinhalt innerhalb der Staffel in der er ausgestrahlt wurde",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "L\u00e4nder",
     "OptionFavorite": "Favoriten",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "HeaderPlotKeywords": "Handlungsstichworte",
     "OptionDislikes": "Dislikes",
-    "HeaderStudios": "Studios",
     "OptionActors": "Darsteller",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Gaststar",
-    "HeaderMetadataSettings": "Metadaten Einstellungen",
     "OptionDirectors": "Regisseur",
-    "LabelLockItemToPreventChanges": "Sperre diesen Eintrag um zuk\u00fcnftige \u00c4nderungen zu verhindern",
     "OptionWriters": "Drehbuchautor",
-    "MessageLeaveEmptyToInherit": "Freilassen f\u00fcr die Vererbung von Berechtigungen oder dem systemweiten Standardwert.",
     "OptionProducers": "Produzent",
-    "TabDonate": "Spenden",
     "HeaderResume": "Fortsetzen",
-    "HeaderDonationType": "Spendentyp:",
     "HeaderNextUp": "Als N\u00e4chstes",
-    "OptionMakeOneTimeDonation": "Mache eine separate Spende",
     "NoNextUpItemsMessage": "Es wurde nichts gefunden. Schau dir deine Shows an!",
-    "OptionOneTimeDescription": "Dies ist eine zus\u00e4tzliche Spende an das Team, um deine Unterst\u00fctzung zu zeigen. Dies bringt dir keine zus\u00e4tzlichen Vorteile.",
     "HeaderLatestEpisodes": "Neueste Episoden",
-    "OptionLifeTimeSupporterMembership": "Lebensl\u00e4ngliche Unterst\u00fctzer Mitgliedschaft",
     "HeaderPersonTypes": "Personen Typen:",
-    "OptionYearlySupporterMembership": "J\u00e4hrliche Unterst\u00fctzer Mitgliedschaft",
     "TabSongs": "Songs",
-    "OptionMonthlySupporterMembership": "Monatliche Unterst\u00fctzer Mitgliedschaft",
     "TabAlbums": "Alben",
-    "HeaderSupporterBenefit": "Eine Mitgliedschaft im Unterst\u00fctzer Club erm\u00f6glicht Zusatzleistungen wie den Zugang zu Premium Plugins, Internet-Kanalinhalte und mehr.",
     "TabArtists": "Interpreten",
-    "OptionNoTrailer": "Kein Trailer",
     "TabAlbumArtists": "Album-Interpreten",
-    "OptionNoThemeSong": "Kein Theme Song",
     "TabMusicVideos": "Musikvideos",
-    "OptionNoThemeVideo": "Kein Theme Video",
     "ButtonSort": "Sortieren",
-    "LabelOneTimeDonationAmount": "Spendenbetrag:",
     "HeaderSortBy": "Sortiert nach",
-    "OptionActor": "Schauspieler",
     "HeaderSortOrder": "Sortierreihenfolge",
-    "OptionComposer": "Komponist",
     "OptionPlayed": "gespielt",
-    "OptionDirector": "Regisseur",
     "OptionUnplayed": "nicht gespielt",
-    "OptionGuestStar": "Gaststar",
     "OptionAscending": "Aufsteigend",
-    "OptionProducer": "Produzent",
     "OptionDescending": "Absteigend",
-    "OptionWriter": "Drehbuchautor",
     "OptionRuntime": "Dauer",
-    "LabelAirDays": "Ausstrahlungstage:",
-    "LabelAirTime": "Ausstrahlungszeit:",
     "OptionReleaseDate": "Ver\u00f6ffentlichungsdatum",
     "OptionPlayCount": "Z\u00e4hler",
-    "HeaderMediaInfo": "Medieninformation",
     "OptionDatePlayed": "Abgespielt am",
-    "HeaderPhotoInfo": "Fotoinformation",
     "OptionDateAdded": "Hinzugef\u00fcgt am",
-    "HeaderInstall": "Installieren",
     "OptionAlbumArtist": "Album-Interpret",
-    "LabelSelectVersionToInstall": "W\u00e4hle die Version f\u00fcr die Installation:",
     "OptionArtist": "Interpret",
-    "LinkSupporterMembership": "Erfahre mehr \u00fcber die Unterst\u00fctzer Mitgliedschaft",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
     "OptionTrackName": "Track Name",
-    "MessagePremiumPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
     "OptionCommunityRating": "Community Bewertung",
-    "HeaderReviews": "Bewertungen",
     "OptionNameSort": "Name",
-    "HeaderDeveloperInfo": "Entwicklerinformationen",
     "OptionFolderSort": "Verzeichnisse",
-    "HeaderRevisionHistory": "Versionsverlauf",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "Besuche die Website",
     "OptionRevenue": "Einnahme",
-    "LabelRecurringDonationCanBeCancelledHelp": "Fortlaufende Spenden k\u00f6nnen jederzeit \u00fcber deinen PayPal Account gek\u00fcndigt werden.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "XML Einstellungen",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "XML-Dokument Eigenschaften",
     "OptionTimeline": "Zeitlinie",
-    "HeaderXmlDocumentAttribute": "XML-Dokument Eigenschaft",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "Diese Attribute werden f\u00fcr das Stammelement jeder XML-Antwort angewendet.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Speichere Metadaten und Bilder als versteckte Dateien",
     "OptionCriticRating": "Kritiker Bewertung",
-    "LabelExtractChaptersDuringLibraryScan": "Erzeuge Kapitelbilder w\u00e4hrend des scannens der Bibliothek",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Fall aktiviert, werden Kapitelbilder w\u00e4hrend des Imports von Videos beim Bibliothekenscan erzeugt. Falls deaktiviert, werden die Kapitelbilder w\u00e4hrend einer eigens daf\u00fcr geplanten Aufgabe erstellt, was den Bibliothekenscan beschleunigt.",
     "OptionResumable": "Kann fortgesetzt werden",
-    "LabelConnectUserName": "Media Browser Benutzername \/ E-Mail:",
     "ScheduledTasksHelp": "Klicke auf eine Aufgabe um deren Zeitplan zu \u00e4ndern.",
-    "LabelConnectUserNameHelp": "Verbinde diesen Benutzer mit einem Media Browser Account, um eine einfacheren Zugang von jeder App aus zu erm\u00f6glichen, ohne die Server IP-Adresse daf\u00fcr kennen zu m\u00fcssen.",
     "ScheduledTasksTitle": "Geplante Aufgaben",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Erfahre mehr \u00fcber Media Browser Connect",
     "TabMyPlugins": "Meine Plugins",
-    "LabelExternalPlayers": "Externe Abspielger\u00e4te:",
     "TabCatalog": "Katalog",
-    "LabelExternalPlayersHelp": "Zeige Buttons um Inhalt auf externen Ger\u00e4te abzuspielen. Dies ist nur auf Ger\u00e4ten verf\u00fcgbar, die URL Schemes unterst\u00fctzen (Generell Android und iOS). In Verbindung mit externen Abspielern gibt es generell keine Unterst\u00fctzung f\u00fcr die Fernbedienung oder die Fortsetzung von gesehenen Inhalten.",
-    "HeaderSubtitleProfile": "Untertitel Profil",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Automatische Updates",
-    "HeaderSubtitleProfiles": "Untertitel Profile",
-    "HeaderSubtitleProfilesHelp": "Untertitel Profile beschreiben die vom Ger\u00e4t unterst\u00fctzten Untertitelformate.",
     "HeaderNowPlaying": "Aktuelle Wiedergabe",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Neueste Alben",
-    "LabelMethod": "Methode:",
     "HeaderLatestSongs": "Neueste Songs",
-    "LabelDidlMode": "DIDL Modus:",
     "HeaderRecentlyPlayed": "Zuletzt gespielt",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Oft gespielt",
-    "OptionResElement": "Res Element",
     "DevBuildWarning": "Dev Builds sind experimentell. Diese sehr oft ver\u00f6ffentlichten Builds sind nicht getestet. Das Programm kann abst\u00fcrzen und m\u00f6glicherweise k\u00f6nnen einzelne Funktionen nicht funktionieren.",
-    "OptionEmbedSubtitles": "In Container eingebettet",
     "LabelVideoType": "Video Typ:",
-    "OptionExternallyDownloaded": "Externer Download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "HLs segmentierte Untertitel",
     "OptionDvd": "DVD",
     "OptionIso": "ISO",
-    "LabelSubtitleFormatHelp": "Beispiel: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Erfahre mehr",
     "LabelFeatures": "Merkmal:",
-    "TabPlayback": "Wiedergabe",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Finde Trailer automatisch \u00fcber das Internet",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Spracheinstellungen",
     "LabelLastResult": "Letztes Ergebnis:",
-    "TabCinemaMode": "Kino-Modus",
     "OptionHasSubtitles": "Untertitel",
-    "TitlePlayback": "Wiedergabe",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Aktiviere Kino-Modus f\u00fcr:",
     "OptionHasThemeSong": "Titellied",
-    "CinemaModeConfigurationHelp": "Der Kino-Modus bringt das Kinoerlebnis direkt in dein Wohnzimmer, mit der F\u00e4higkeit Trailer und benutzerdefinierte Intros vor dem Hauptfilm zu spielen.",
     "OptionHasThemeVideo": "Titelvideo",
-    "OptionTrailersFromMyMovies": "Trailer von Filmen in meine Bibliothek einbeziehen",
     "TabMovies": "Filme",
-    "OptionUpcomingMoviesInTheaters": "Trailer von neuen und erscheinenden Filmen einbeziehen",
     "TabStudios": "Studios",
-    "LabelLimitIntrosToUnwatchedContent": "Benutze nur Trailer von nicht gesehenen Inhalten",
     "TabTrailers": "Trailer",
-    "LabelEnableIntroParentalControl": "Aktiviere die smarte Kindersicherung",
     "LabelArtists": "Interpreten:",
-    "LabelEnableIntroParentalControlHelp": "Es werden nur Trailer ausgew\u00e4hlt, die der Altersfreigabe des Inhalts entsprechen der angesehen wird.",
     "LabelArtistsHelp": "Trenne mehrere Eintr\u00e4ge durch ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Diese Funktion ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft und die Installation des Trailer Channel Plugins.",
     "HeaderLatestMovies": "Neueste Filme",
-    "OptionTrailersFromMyMoviesHelp": "Ben\u00f6tigt die Einrichtung lokaler Trailer.",
     "HeaderLatestTrailers": "Neueste Trailer",
-    "LabelCustomIntrosPath": "Benutzerdefinierter Pfad f\u00fcr Intros:",
     "OptionHasSpecialFeatures": "Besonderes Merkmal",
-    "LabelCustomIntrosPathHelp": "Ein Ordner der Videodateien beinhaltet. Ein Video wird zuf\u00e4llig ausgew\u00e4hlt und nach einem Trailer abgespielt.",
     "OptionImdbRating": "IMDb Bewertung",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Altersfreigabe",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet Trailer:",
     "OptionPremiereDate": "Premiere",
-    "OptionUpcomingDvdMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf DVD & Blu-ray",
     "TabBasic": "Einfach",
-    "OptionUpcomingStreamingMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf Netflix",
     "TabAdvanced": "Erweitert",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Zeigt Trailer innerhalb von Filmvorschl\u00e4gen",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Ben\u00f6tigt die Installation des Trailer Channels.",
     "OptionContinuing": "Fortdauernd",
-    "CinemaModeConfigurationHelp2": "Einzelne Benutzer erhalten die M\u00f6glichkeit den Kino-Modus in den eigenen Einstellungen zu deaktivieren.",
     "OptionEnded": "Beendent",
-    "LabelEnableCinemaMode": "Aktiviere den Kino-Modus",
     "HeaderAirDays": "Ausstrahlungstage",
-    "HeaderCinemaMode": "Kino-Modus",
     "OptionSunday": "Sonntag",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Willkommen zur Media Browser \u00dcbersicht",
     "OptionMonday": "Montag",
-    "LabelDateAddedBehavior": "Verhalten f\u00fcr Hinzuf\u00fcgedatum bei neuen Inhalten:",
     "OptionTuesday": "Dienstag",
-    "OptionDateAddedImportTime": "Benutze das Scandatum vom hinzuf\u00fcgen in die Bbliothek",
     "OptionWednesday": "Mittwoch",
-    "OptionDateAddedFileTime": "Benutze das Erstellungsdatum der Datei",
     "OptionThursday": "Donnerstag",
-    "LabelDateAddedBehaviorHelp": "Wenn ein Metadatenwert vorhanden ist, wird dieser immer gegen\u00fcber den anderen Optionen bevorzugt werden.",
     "OptionFriday": "Freitag",
-    "LabelNumberTrailerToPlay": "Anzahl der abzuspielenden Trailer:",
     "OptionSaturday": "Samstag",
-    "TitleDevices": "Ger\u00e4te",
     "HeaderManagement": "Verwaltung",
-    "TabCameraUpload": "Kamera-Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Ger\u00e4te",
     "OptionMissingImdbId": "Fehlende IMDb Id",
-    "HeaderCameraUploadHelp": "Lade automatisch Bilder und Videos in Media Browser hoch, die mit deinen Mobilger\u00e4ten aufgenommen wurden.",
     "OptionMissingTvdbId": "Fehlende TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "Du hast bis jetzt keine Ger\u00e4t die den Kamera-Upload unterst\u00fctzen.",
     "OptionMissingOverview": "Fehlende \u00dcbersicht",
-    "LabelCameraUploadPath": "Kamera-Upload Pfad:",
     "OptionFileMetadataYearMismatch": "Datei \/ Metadaten Jahre stimmen nicht \u00fcberein",
-    "LabelCameraUploadPathHelp": "W\u00e4hle, fals gew\u00fcnscht, einen individuellen Upload Pfad. Falls keiner festgelegt wird, wird der Standard Pfad genutzt.",
     "TabGeneral": "Allgemein",
-    "LabelCreateCameraUploadSubfolder": "Erstelle ein Unterverzeichnis f\u00fcr jedes Ger\u00e4t",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Bestimmte Verzeichnisse k\u00f6nnen Ger\u00e4ten durch einen Klick auf der Ger\u00e4teseite zugewiesen werden.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Angezeigter Name:",
     "TabAbout": "\u00dcber",
-    "LabelCustomDeviceDisplayNameHelp": "Lege einen individuellen Anzeigenamen fest oder lasse das Feld leer, um den vom ger\u00e4t \u00fcbermittelten Namen zu nutzen.",
     "TabSupporterKey": "Unterst\u00fctzerschl\u00fcssel",
-    "HeaderInviteUser": "Lade Benutzer ein",
     "TabBecomeSupporter": "Werde ein Unterst\u00fctzer",
-    "LabelConnectInviteUserHelp": "Dies ist der Benutzername oder die E-Mail die dein Freund nutzt, um sich f\u00fcr die Media Browser Website anzumelden.",
     "MediaBrowserHasCommunity": "Media Browser hat eine wachsende Gemeinschaft an Nutzern und Unterst\u00fctzern.",
-    "HeaderInviteUserHelp": "Mit Media Browser ist es leichter als je zuvor, deine Medien mit deinen Freunden zu teilen.",
     "CheckoutKnowledgeBase": "Verwende die Knowledge Base als Hilfe, um das Optimum aus Media Browser herauszuholen.",
-    "ButtonSendInvitation": "Sende Einladung",
     "SearchKnowledgeBase": "Durchsuche die Knowledge Base",
-    "HeaderGuests": "G\u00e4ste",
     "VisitTheCommunity": "Besuche die Community",
-    "HeaderLocalUsers": "Lokale Benutzer",
     "VisitMediaBrowserWebsite": "Besuche die Media Browser Website",
-    "HeaderPendingInvitations": "Ausstehende Einladungen",
     "VisitMediaBrowserWebsiteLong": "Besuche die Media Browser Website um die aktuellsten Neuigkeiten zu erfahren und halte dich auf dem Laufenden mit dem Entwicklerblog.",
-    "TabParentalControl": "Kindersicherung",
     "OptionHideUser": "Verberge diesen Benutzer in den Anmeldebildschirmen",
-    "HeaderAccessSchedule": "Zugangsplan",
     "OptionDisableUser": "Sperre diesen Benutzer",
-    "HeaderAccessScheduleHelp": "Erstelle einen Zugangsplan, um den Zugriff auf bestimmte Zeiten zu limitieren.",
     "OptionDisableUserHelp": "Wenn deaktiviert,wird der Server keine Verbindung von diesem Benutzer erlauben. Bestehenden Verbindungen werden sofort beendet.",
-    "ButtonAddSchedule": "Plan hinzuf\u00fcgen",
     "HeaderAdvancedControl": "Erweiterte Kontrolle",
-    "LabelAccessDay": "Wochentag:",
     "LabelName": "Name:",
-    "LabelAccessStart": "Startzeit:",
     "OptionAllowUserToManageServer": "Dieser Benutzer kann den Server managen",
-    "LabelAccessEnd": "Endzeit:",
     "HeaderFeatureAccess": "Funktionszugriff",
     "OptionAllowMediaPlayback": "Erlaube das Abspielen von Medien",
     "OptionAllowBrowsingLiveTv": "Erlaube das durchsuchen von Live-TV",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Willkommen zum Media Browser Web Client",
     "ButtonDismiss": "Verwerfen",
     "ButtonTakeTheTour": "Mache die Tour",
-    "ButtonEditOtherUserPreferences": "Bearbeite die pers\u00f6nlichen Einstellungen dieses Benutzers",
+    "ButtonEditOtherUserPreferences": "Bearbeite dieses Benutzerprofil und dessen pers\u00f6nliche Einstellungen.",
     "LabelChannelStreamQuality": "Bevorzugte Qualit\u00e4t des Internetstreams",
     "LabelChannelStreamQualityHelp": "In einer Umgebung mit langsamer Bandbreite kann die Beschr\u00e4nkung der Wiedergabequalit\u00e4t eine fl\u00fcssige Darstellung sichern.",
     "OptionBestAvailableStreamQuality": "Die besten verf\u00fcgbaren",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Sammlungen",
     "OptionReportBooks": "B\u00fccher",
     "OptionReportArtists": "Interpreten",
-    "OptionReportAlbums": "Alben"
+    "OptionReportAlbums": "Alben",
+    "OptionReportAdultVideos": "Videos f\u00fcr Erwachsene",
+    "ButtonMore": "Mehr",
+    "HeaderActivity": "Aktivit\u00e4ten",
+    "ScheduledTaskStartedWithName": "{0} gestartet",
+    "ScheduledTaskCancelledWithName": "{0} wurde abgebrochen",
+    "ScheduledTaskCompletedWithName": "{0} abgeschlossen",
+    "ScheduledTaskFailed": "Geplante Aufgabe abgeschlossen",
+    "PluginInstalledWithName": "{0} wurde installiert",
+    "PluginUpdatedWithName": "{0} wurde aktualisiert",
+    "PluginUninstalledWithName": "{0} wurde deinstalliert",
+    "ScheduledTaskFailedWithName": "{0} fehlgeschlagen",
+    "ItemAddedWithName": "{0} wurde der Bibliothek hinzugef\u00fcgt",
+    "ItemRemovedWithName": "{0} wurde aus der Bibliothek entfernt",
+    "DeviceOnlineWithName": "{0} ist verbunden",
+    "UserOnlineFromDevice": "{0} ist online von {1}",
+    "DeviceOfflineWithName": "{0} wurde getrennt",
+    "UserOfflineFromDevice": "{0} wurde getrennt von {1}",
+    "SubtitlesDownloadedForItem": "Untertitel heruntergeladen f\u00fcr {0}",
+    "SubtitleDownloadFailureForItem": "Download der Untertitel fehlgeschlagen f\u00fcr {0}",
+    "LabelRunningTimeValue": "Laufzeit: {0}",
+    "LabelIpAddressValue": "IP Adresse: {0}",
+    "UserConfigurationUpdatedWithName": "Benutzereinstellungen wurden aktualisiert f\u00fcr {0}",
+    "UserCreatedWithName": "Benutzer {0} wurde erstellt",
+    "UserPasswordChangedWithName": "Das Passwort f\u00fcr Benutzer {0} wurde ge\u00e4ndert",
+    "UserDeletedWithName": "Benutzer {0} wurde gel\u00f6scht",
+    "MessageServerConfigurationUpdated": "Server Einstellungen wurden aktualisiert",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Der Server Einstellungsbereich {0} wurde aktualisiert",
+    "MessageApplicationUpdated": "Media Browser Server wurde aktualisiert",
+    "AuthenticationSucceededWithUserName": "{0} erfolgreich authentifiziert",
+    "FailedLoginAttemptWithUserName": "Fehlgeschlagener Anmeldeversuch von {0}",
+    "UserStartedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} gestartet",
+    "UserStoppedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} beendet",
+    "AppDeviceValues": "App: {0}, Ger\u00e4t: {1}",
+    "ProviderValue": "Anbieter: {0}",
+    "LabelChannelDownloadSizeLimit": "Download Gr\u00f6\u00dfenlimit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limitiere die Gr\u00f6\u00dfe des Channel Download Verzeichnisses.",
+    "HeaderRecentActivity": "K\u00fcrzliche Aktivit\u00e4ten",
+    "HeaderPeople": "Personen",
+    "HeaderDownloadPeopleMetadataFor": "Lade Biografien und Bilder herunter f\u00fcr:",
+    "OptionComposers": "Komponisten",
+    "OptionOthers": "Andere",
+    "HeaderDownloadPeopleMetadataForHelp": "Die Aktivierung von zus\u00e4tzlichen Optionen wird mehr Informationen zur Verf\u00fcgung stellen, aber das scannen der Bibliothek verlangsamen.",
+    "ViewTypeFolders": "Verzeichnisse",
+    "LabelDisplayFoldersView": "Nutze die Verzeichnissansicht f\u00fcr die Darstellung der reinen Medienordner",
+    "ViewTypeLiveTvRecordingGroups": "Aufnahmen",
+    "ViewTypeLiveTvChannels": "Kan\u00e4le",
+    "LabelAllowLocalAccessWithoutPassword": "Erlaube lokalen Zugriff ohne Passwort",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Fall aktiviert, wird kein Passwort f\u00fcr einen Zugriff innerhalb deines Heimnetzwerks ben\u00f6tigt.",
+    "HeaderPassword": "Passwort",
+    "HeaderLocalAccess": "Lokaler Zugriff",
+    "HeaderViewOrder": "Reihenfolge f\u00fcr Ansichten",
+    "LabelSelectUserViewOrder": "W\u00e4hle die Reihenfolge in der die Ansichten innerhalb von Media Browser Apps angezeigt werden.",
+    "LabelMetadataRefreshMode": "Metadaten Aktualisierungsmethode:",
+    "LabelImageRefreshMode": "Aktualisierungsmethode f\u00fcr Bilder:",
+    "OptionDownloadMissingImages": "Lade fehlende Bilder herunter",
+    "OptionReplaceExistingImages": "Ersetze vorhandene Bilder",
+    "OptionRefreshAllData": "Aktualisiere alle Daten",
+    "OptionAddMissingDataOnly": "F\u00fcge nur fehlende Daten hinzu",
+    "OptionLocalRefreshOnly": "Nur lokale Aktualisierung",
+    "HeaderRefreshMetadata": "Aktualisiere Metadaten",
+    "HeaderPersonInfo": "Informationen zur Person",
+    "HeaderIdentifyItem": "Identifiziere Element",
+    "HeaderIdentifyItemHelp": "Gib ein oder mehrere Suchkriterien ein. Entferne Kriterien um die Suchergebnisse zu erweitern.",
+    "HeaderConfirmDeletion": "Best\u00e4tige L\u00f6schung",
+    "LabelFollowingFileWillBeDeleted": "Die folgende Datei wird gel\u00f6scht werden:",
+    "LabelIfYouWishToContinueWithDeletion": "Falls du fortfahren m\u00f6chtest, gibt bitte das Ergebnis aus folgender Rechnung an:",
+    "ButtonIdentify": "Identifizieren",
+    "LabelAlbumArtist": "Album-Interpret:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community Bewertung:",
+    "LabelVoteCount": "Stimmen:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Kritiker Bewertung:",
+    "LabelCriticRatingSummary": "Kritiker Bewertungszusammenfassung:",
+    "LabelAwardSummary": "Auszeichnungszusammenfassung:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "\u00dcbersicht:",
+    "LabelShortOverview": "Kurz\u00fcbersicht:",
+    "LabelReleaseDate": "Ver\u00f6ffentlichungsdatum:",
+    "LabelYear": "Jahr:",
+    "LabelPlaceOfBirth": "Geburtsort:",
+    "LabelEndDate": "Endzeit:",
+    "LabelAirDate": "Ausstrahlungstage:",
+    "LabelAirTime:": "Ausstrahlungszeit:",
+    "LabelRuntimeMinutes": "Laufzeit (Minuten):",
+    "LabelParentalRating": "Altersfreigabe:",
+    "LabelCustomRating": "Eigene Bewertung:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Einnahmen ($):",
+    "LabelOriginalAspectRatio": "Originales Seitenverh\u00e4ltnis:",
+    "LabelPlayers": "Schauspieler:",
+    "Label3DFormat": "3D Format:",
+    "HeaderAlternateEpisodeNumbers": "Alternative Episodennummern",
+    "HeaderSpecialEpisodeInfo": "Spezialepisoden Information",
+    "HeaderExternalIds": "Externe Id's:",
+    "LabelDvdSeasonNumber": "DVD Staffelnummer:",
+    "LabelDvdEpisodeNumber": "DVD Episodennummer:",
+    "LabelAbsoluteEpisodeNumber": "Absolute Episodennummer:",
+    "LabelAirsBeforeSeason": "Ausstrahlungen vor Staffel:",
+    "LabelAirsAfterSeason": "Ausstrahlungen nach Staffel:",
+    "LabelAirsBeforeEpisode": "Ausstrahlungen vor Episode:",
+    "LabelTreatImageAs": "Bild behandeln, wie:",
+    "LabelDisplayOrder": "Anzeigereihenfolge:",
+    "LabelDisplaySpecialsWithinSeasons": "Zeige Sonderinhalt innerhalb der Staffel in der er ausgestrahlt wurde",
+    "HeaderCountries": "L\u00e4nder",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Handlungsstichworte",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadaten Einstellungen",
+    "LabelLockItemToPreventChanges": "Sperre diesen Eintrag um zuk\u00fcnftige \u00c4nderungen zu verhindern",
+    "MessageLeaveEmptyToInherit": "Freilassen f\u00fcr die Vererbung von Berechtigungen oder dem systemweiten Standardwert.",
+    "TabDonate": "Spenden",
+    "HeaderDonationType": "Spendentyp:",
+    "OptionMakeOneTimeDonation": "Mache eine separate Spende",
+    "OptionOneTimeDescription": "Dies ist eine zus\u00e4tzliche Spende an das Team, um deine Unterst\u00fctzung zu zeigen. Dies bringt dir keine zus\u00e4tzlichen Vorteile.",
+    "OptionLifeTimeSupporterMembership": "Lebensl\u00e4ngliche Unterst\u00fctzer Mitgliedschaft",
+    "OptionYearlySupporterMembership": "J\u00e4hrliche Unterst\u00fctzer Mitgliedschaft",
+    "OptionMonthlySupporterMembership": "Monatliche Unterst\u00fctzer Mitgliedschaft",
+    "HeaderSupporterBenefit": "Eine Mitgliedschaft im Unterst\u00fctzer Club erm\u00f6glicht Zusatzleistungen wie den Zugang zu Premium Plugins, Internet-Kanalinhalte und mehr.",
+    "OptionNoTrailer": "Kein Trailer",
+    "OptionNoThemeSong": "Kein Theme Song",
+    "OptionNoThemeVideo": "Kein Theme Video",
+    "LabelOneTimeDonationAmount": "Spendenbetrag:",
+    "OptionActor": "Schauspieler",
+    "OptionComposer": "Komponist",
+    "OptionDirector": "Regisseur",
+    "OptionGuestStar": "Gaststar",
+    "OptionProducer": "Produzent",
+    "OptionWriter": "Drehbuchautor",
+    "LabelAirDays": "Ausstrahlungstage:",
+    "LabelAirTime": "Ausstrahlungszeit:",
+    "HeaderMediaInfo": "Medieninformation",
+    "HeaderPhotoInfo": "Fotoinformation",
+    "HeaderInstall": "Installieren",
+    "LabelSelectVersionToInstall": "W\u00e4hle die Version f\u00fcr die Installation:",
+    "LinkSupporterMembership": "Erfahre mehr \u00fcber die Unterst\u00fctzer Mitgliedschaft",
+    "MessageSupporterPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
+    "MessagePremiumPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
+    "HeaderReviews": "Bewertungen",
+    "HeaderDeveloperInfo": "Entwicklerinformationen",
+    "HeaderRevisionHistory": "Versionsverlauf",
+    "ButtonViewWebsite": "Besuche die Website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Fortlaufende Spenden k\u00f6nnen jederzeit \u00fcber deinen PayPal Account gek\u00fcndigt werden.",
+    "HeaderXmlSettings": "XML Einstellungen",
+    "HeaderXmlDocumentAttributes": "XML-Dokument Eigenschaften",
+    "HeaderXmlDocumentAttribute": "XML-Dokument Eigenschaft",
+    "XmlDocumentAttributeListHelp": "Diese Attribute werden f\u00fcr das Stammelement jeder XML-Antwort angewendet.",
+    "OptionSaveMetadataAsHidden": "Speichere Metadaten und Bilder als versteckte Dateien",
+    "LabelExtractChaptersDuringLibraryScan": "Erzeuge Kapitelbilder w\u00e4hrend des scannens der Bibliothek",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Fall aktiviert, werden Kapitelbilder w\u00e4hrend des Imports von Videos beim Bibliothekenscan erzeugt. Falls deaktiviert, werden die Kapitelbilder w\u00e4hrend einer eigens daf\u00fcr geplanten Aufgabe erstellt, was den Bibliothekenscan beschleunigt.",
+    "LabelConnectUserName": "Media Browser Benutzername \/ E-Mail:",
+    "LabelConnectUserNameHelp": "Verbinde diesen Benutzer mit einem Media Browser Account, um einen einfachen Zugang von jeder App aus zu aktivieren, ohne die Server IP-Adresse daf\u00fcr kennen zu m\u00fcssen.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Erfahre mehr \u00fcber Media Browser Connect",
+    "LabelExternalPlayers": "Externe Abspielger\u00e4te:",
+    "LabelExternalPlayersHelp": "Zeige Buttons um Inhalt auf externen Ger\u00e4te abzuspielen. Dies ist nur auf Ger\u00e4ten verf\u00fcgbar, die URL Schemes unterst\u00fctzen (Generell Android und iOS). In Verbindung mit externen Abspielern gibt es generell keine Unterst\u00fctzung f\u00fcr die Fernbedienung oder die Fortsetzung von gesehenen Inhalten.",
+    "HeaderSubtitleProfile": "Untertitel Profil",
+    "HeaderSubtitleProfiles": "Untertitel Profile",
+    "HeaderSubtitleProfilesHelp": "Untertitel Profile beschreiben die vom Ger\u00e4t unterst\u00fctzten Untertitelformate.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Methode:",
+    "LabelDidlMode": "DIDL Modus:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "Res Element",
+    "OptionEmbedSubtitles": "In Container eingebettet",
+    "OptionExternallyDownloaded": "Externer Download",
+    "OptionHlsSegmentedSubtitles": "HLs segmentierte Untertitel",
+    "LabelSubtitleFormatHelp": "Beispiel: srt",
+    "ButtonLearnMore": "Erfahre mehr",
+    "TabPlayback": "Wiedergabe",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Finde Trailer automatisch \u00fcber das Internet",
+    "HeaderLanguagePreferences": "Spracheinstellungen",
+    "TabCinemaMode": "Kino-Modus",
+    "TitlePlayback": "Wiedergabe",
+    "LabelEnableCinemaModeFor": "Aktiviere Kino-Modus f\u00fcr:",
+    "CinemaModeConfigurationHelp": "Der Kino-Modus bringt das Kinoerlebnis direkt in dein Wohnzimmer, mit der F\u00e4higkeit Trailer und benutzerdefinierte Intros vor dem Hauptfilm zu spielen.",
+    "OptionTrailersFromMyMovies": "Trailer von Filmen in meine Bibliothek einbeziehen",
+    "OptionUpcomingMoviesInTheaters": "Trailer von neuen und erscheinenden Filmen einbeziehen",
+    "LabelLimitIntrosToUnwatchedContent": "Benutze nur Trailer von nicht gesehenen Inhalten",
+    "LabelEnableIntroParentalControl": "Aktiviere die smarte Kindersicherung",
+    "LabelEnableIntroParentalControlHelp": "Es werden nur Trailer ausgew\u00e4hlt, die der Altersfreigabe des Inhalts entsprechen der angesehen wird.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Diese Funktion ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft und die Installation des Trailer Channel Plugins.",
+    "OptionTrailersFromMyMoviesHelp": "Ben\u00f6tigt die Einrichtung lokaler Trailer.",
+    "LabelCustomIntrosPath": "Benutzerdefinierter Pfad f\u00fcr Intros:",
+    "LabelCustomIntrosPathHelp": "Ein Ordner der Videodateien beinhaltet. Ein Video wird zuf\u00e4llig ausgew\u00e4hlt und nach einem Trailer abgespielt.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet Trailer:",
+    "OptionUpcomingDvdMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf DVD & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Zeigt Trailer innerhalb von Filmvorschl\u00e4gen",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Ben\u00f6tigt die Installation des Trailer Channels.",
+    "CinemaModeConfigurationHelp2": "Einzelne Benutzer erhalten die M\u00f6glichkeit den Kino-Modus in den eigenen Einstellungen zu deaktivieren.",
+    "LabelEnableCinemaMode": "Aktiviere den Kino-Modus",
+    "HeaderCinemaMode": "Kino-Modus",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Willkommen zur Media Browser \u00dcbersicht",
+    "LabelDateAddedBehavior": "Verhalten f\u00fcr Hinzuf\u00fcgedatum bei neuen Inhalten:",
+    "OptionDateAddedImportTime": "Benutze das Scandatum vom hinzuf\u00fcgen in die Bbliothek",
+    "OptionDateAddedFileTime": "Benutze das Erstellungsdatum der Datei",
+    "LabelDateAddedBehaviorHelp": "Wenn ein Metadatenwert vorhanden ist, wird dieser immer gegen\u00fcber den anderen Optionen bevorzugt werden.",
+    "LabelNumberTrailerToPlay": "Anzahl der abzuspielenden Trailer:",
+    "TitleDevices": "Ger\u00e4te",
+    "TabCameraUpload": "Kamera-Upload",
+    "TabDevices": "Ger\u00e4te",
+    "HeaderCameraUploadHelp": "Lade automatisch Bilder und Videos in Media Browser hoch, die mit deinen Mobilger\u00e4ten aufgenommen wurden.",
+    "MessageNoDevicesSupportCameraUpload": "Du hast bis jetzt keine Ger\u00e4t die den Kamera-Upload unterst\u00fctzen.",
+    "LabelCameraUploadPath": "Kamera-Upload Pfad:",
+    "LabelCameraUploadPathHelp": "W\u00e4hle, fals gew\u00fcnscht, einen individuellen Upload Pfad. Falls keiner festgelegt wird, wird der Standard Pfad genutzt.",
+    "LabelCreateCameraUploadSubfolder": "Erstelle ein Unterverzeichnis f\u00fcr jedes Ger\u00e4t",
+    "LabelCreateCameraUploadSubfolderHelp": "Bestimmte Verzeichnisse k\u00f6nnen Ger\u00e4ten durch einen Klick auf der Ger\u00e4teseite zugewiesen werden.",
+    "LabelCustomDeviceDisplayName": "Angezeigter Name:",
+    "LabelCustomDeviceDisplayNameHelp": "Lege einen individuellen Anzeigenamen fest oder lasse das Feld leer, um den vom ger\u00e4t \u00fcbermittelten Namen zu nutzen.",
+    "HeaderInviteUser": "Lade Benutzer ein",
+    "LabelConnectInviteUserHelp": "Dies ist der Benutzername oder die E-Mail die dein Freund nutzt, um sich f\u00fcr die Media Browser Website anzumelden.",
+    "HeaderInviteUserHelp": "Mit Media Browser ist es leichter als je zuvor, deine Medien mit deinen Freunden zu teilen.",
+    "ButtonSendInvitation": "Sende Einladung",
+    "HeaderGuests": "G\u00e4ste",
+    "HeaderLocalUsers": "Lokale Benutzer",
+    "HeaderPendingInvitations": "Ausstehende Einladungen",
+    "TabParentalControl": "Kindersicherung",
+    "HeaderAccessSchedule": "Zugangsplan",
+    "HeaderAccessScheduleHelp": "Erstelle einen Zugangsplan, um den Zugriff auf bestimmte Zeiten zu limitieren.",
+    "ButtonAddSchedule": "Plan hinzuf\u00fcgen",
+    "LabelAccessDay": "Wochentag:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Zeitplan",
+    "OptionEveryday": "T\u00e4glich",
+    "OptionWeekdays": "W\u00f6chentlich",
+    "OptionWeekends": "An Wochenenden",
+    "MessageProfileInfoSynced": "Benutzerprofilinformationen mit Media Browser Connect synchronisiert.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Verkn\u00fcpfe deinen Media Browser Account",
+    "ButtonTrailerReel": "Trailer Rolle",
+    "HeaderTrailerReel": "Trailer Rolle",
+    "OptionPlayUnwatchedTrailersOnly": "Spiele nur bisher nicht gesehene Trailer",
+    "HeaderTrailerReelHelp": "Starte eine Trailer Rolle, um dir eine lang andauernde Playlist mit Trailern anzuschauen.",
+    "MessageNoTrailersFound": "Keine Trailer gefunden. Installiere das Trailer Channel Plugin, um eine Bibliothek aus Trailern vom Internet zu importieren.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/el.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "\u03ad\u03be\u03bf\u03b4\u03bf\u03c2",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "\u0395\u03c0\u03af\u03c3\u03ba\u03b5\u03c8\u03b7 \u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "\u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae Api \u03a4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "\u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "\u03b1\u03bd\u03bf\u03af\u03be\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd  \u0392\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03b8\u03b5\u03b1\u03c4\u03ae",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "\u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "\u0394\u03b5\u03af\u03c7\u03bd\u03bf\u03c5\u03bd \u03c4\u03bf \u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "\u03c4\u03ad\u03bb\u03bf\u03c2",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2 ",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "\u03a4\u03b5\u03bb\u03b5\u03b9\u03ce\u03c3\u03b1\u03c4\u03b5",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "\u039a\u03b1\u03bb\u03ce\u03c2 \u03ae\u03c1\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03bf Media Browser",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "\u0391\u03c5\u03c4\u03cc\u03c2 \u03bf \u03bf\u03b4\u03b7\u03b3\u03cc\u03c2 \u03b8\u03b1 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b8\u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9 \u03bc\u03ad\u03c3\u03c9 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5, \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c4\u03af\u03bc\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "\u03a0\u03b5\u03af\u03c4\u03b5 \u03bc\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03c3\u03ac\u03c2",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03ac \u03c3\u03b1\u03c2",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b5\u03b8\u03bf\u03cd\u03bd \u03b1\u03c1\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03c4\u03b1\u03bc\u03c0\u03bb\u03cc",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b7 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03c6\u03af\u03bb \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7, \u03c0\u03bf\u03c5 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03c5\u03bd \u03c3\u03b5 \u03ba\u03ac\u03b8\u03b5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c4\u03b9\u03c2 \u03b4\u03b9\u03ba\u03ad\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03bf\u03b8\u03cc\u03bd\u03b7\u03c2, playstate \u03ba\u03b1\u03b9 \u03b3\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5.\n",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 ",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "\u039c\u03b9\u03b1 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 Windows \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03b1\u03b8\u03b5\u03af",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af \u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2 \u03c9\u03c2 \u03ad\u03bd\u03b1 desktop \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03bc\u03b5 \u03ad\u03bd\u03b1 \u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf \u03c4\u03bf\u03c5 \u03b4\u03af\u03c3\u03ba\u03bf\u03c5, \u03b1\u03bb\u03bb\u03ac \u03b1\u03bd \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ac\u03c4\u03b5 \u03bd\u03b1 \u03c4\u03c1\u03ad\u03be\u03b5\u03b9 \u03c9\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 \u03c5\u03c0\u03cc\u03b2\u03b1\u03b8\u03c1\u03bf, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03af\u03bd\u03b1\u03ba\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03c9\u03bd Windows \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd \u03b1\u03bd\u03c4 '\u03b1\u03c5\u03c4\u03bf\u03cd. ",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bb\u03b9\u03bc\u03ac\u03bd\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c7\u03b1\u03c1\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "\u03b5\u03bd\u03c4\u03ac\u03be\u03b5\u03b9",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 ",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03c4\u03bf\u03c5 Media",
-    "OptionComposers": "Composers",
     "LabelFolderType": "\u03a4\u03cd\u03c0\u03bf \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5 ",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03bd\u03cc\u03c2 plugin.\u03c0.\u03c7. Gamebrowser \u03ae  MB Bookshelf.",
     "ReferToMediaLibraryWiki": "\u0391\u03bd\u03b1\u03c4\u03c1\u03b5\u03be\u03c4\u03b5 \u03c3\u03c4\u03bf media  \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 wiki",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "T\u03b7 \u03c7\u03ce\u03c1\u03b1",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "\u03a4\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "\u03a0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03bc\u03b5\u03c4\u03b1",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ad\u03c1\u03b3\u03bf \u03c4\u03ad\u03c7\u03bd\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03bc\u03b5\u03c4\u03b1\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c3\u03b5 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 artwork \u03ba\u03b1\u03b9 \u03bc\u03b5\u03c4\u03b1-\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c3\u03b5 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03bc\u03ad\u03c3\u03c9\u03bd \u03b8\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b8\u03ad\u03c3\u03b5\u03b9 \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03c4\u03cc\u03c0\u03bf \u03cc\u03c0\u03bf\u03c5 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03bd\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "\u039a\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03c4\u03b5 \u03ad\u03c1\u03b3\u03b1 \u03c4\u03ad\u03c7\u03bd\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03bc\u03b5\u03c4\u03b1-\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf internet ",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03b5\u03b9 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03b1 \u03bc\u03ad\u03c3\u03b1 \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03bf\u03cd\u03c3\u03b9\u03b1 \u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03b5\u03b9\u03c2.",
-    "HeaderPassword": "Password",
     "TabPreferences": "\u03a0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03b9\u03c2 ",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "\u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "\u03b5\u03b9\u03ba\u03cc\u03bd\u03b1",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "\u03c0\u03c1\u03bf\u03c6\u03af\u03bb ",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "\u03b4\u03b5\u03af\u03c7\u03bd\u03bf\u03c5\u03bd  \u03bb\u03b5\u03af\u03c0\u03b5\u03b9 \u03b5\u03c0\u03b5\u03b9\u03c3\u03cc\u03b4\u03b9\u03b1  \u03b5\u03bd\u03c4\u03cc\u03c2  \u03b5\u03c0\u03bf\u03c7\u03ad\u03c2",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "\u03b4\u03b5\u03af\u03c7\u03bd\u03bf\u03c5\u03bd unaired \u03b5\u03c0\u03b5\u03b9\u03c3\u03cc\u03b4\u03b9\u03b1 \u03b5\u03bd\u03c4\u03cc\u03c2 \u03b5\u03c0\u03bf\u03c7\u03ad\u03c2",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "\u0391\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae \u03b2\u03af\u03bd\u03c4\u03b5\u03bf \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2.",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "\u039f\u03bc\u03b9\u03bb\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c0\u03c1\u03bf\u03c4\u03af\u03bc\u03b7\u03c3\u03b7\u03c2",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c5\u03c0\u03cc\u03c4\u03b9\u03c4\u03bb\u03c9\u03bd \u03c0\u03c1\u03bf\u03c4\u03af\u03bc\u03b7\u03c3\u03b7\u03c2",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "\u03c4\u03b1 \u03c0\u03c1\u03bf\u03c6\u03af\u03bb",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "A\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1 ",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c4\u03b5",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "\u0395\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "\u039d\u03ad\u03bf \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 ",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03c4\u03b5 \u03c4\u03bf \u03bd\u03ad\u03bf \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 ",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 ",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b3\u03bf\u03bd\u03b9\u03ba\u03ae \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "\u03a4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03c1\u03c5\u03bc\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03bc\u03ad\u03c3\u03c9\u03bd \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c4\u03bf \u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7. \u039f\u03b9 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ad\u03c2 \u03b8\u03b1 \u03ad\u03c7\u03bf\u03c5\u03bd \u03c4\u03b7 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bd\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5 \u03cc\u03bb\u03b1 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b1 \u03bc\u03b5\u03c4\u03b1\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 manager.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "\u0391\u03bd\u03b5\u03b2\u03ac\u03c3\u03c4\u03b5 ",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "\u0391\u03bd\u03b5\u03b2\u03ac\u03c3\u03c4\u03b5 \u03bd\u03ad\u03b1 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "\u03a4\u03af\u03c0\u03bf\u03c4\u03b1 \u03b5\u03b4\u03ce ",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03be\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03bb\u03ae\u03c8\u03b7 \u03bc\u03b5\u03c4\u03b1\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03c4\u03bf internet \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7.\n",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf\u03c2",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "\u0395\u03c0\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b7",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "\u0395\u03c0\u03b5\u03b9\u03c3\u03cc\u03b4\u03b9\u03b1",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "\u0395\u03c0\u03b5\u03b9\u03c3\u03cc\u03b4\u03b9\u03b1",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u0395\u03af\u03b4\u03b7",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "\u0386\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03b9 ",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "\u0394\u03af\u03ba\u03c4\u03c5\u03b1",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "\u03a7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2 ",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "\u03a6\u03af\u03bb\u03c4\u03c1\u03b1",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "\u03c6\u03af\u03bb\u03c4\u03c1\u03bf",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "\u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1",
-    "HeaderGenres": "Genres",
     "OptionLikes": "\u03a3\u03c5\u03bc\u03c0\u03b1\u03b8\u03b5\u03af",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "\u0391\u03bd\u03c4\u03b9\u03c0\u03b1\u03b8\u03b5\u03af",
-    "HeaderStudios": "Studios",
     "OptionActors": "\u0397\u03b8\u03bf\u03c0\u03bf\u03b9\u03bf\u03af",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "\u0393\u03ba\u03b5\u03c3\u03c4 \u03c3\u03c4\u03b1\u03c1",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "\u03b4\u03b9\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ad\u03c2",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "\u03a3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c2",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03bf\u03af",
-    "TabDonate": "Donate",
     "HeaderResume": "\u03a3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03b9 ",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5 \u03ba\u03b1\u03bd\u03ad\u03bd\u03b1. \u039e\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ce\u03bd\u03c4\u03b1\u03c2 \u03b5\u03c0\u03b9\u03b4\u03b5\u03af\u03be\u03b5\u03b9\u03c2 \u03c3\u03b1\u03c2!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03c0\u03b5\u03b9\u03c3\u03cc\u03b4\u03b9\u03b1",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "\u03c4\u03c1\u03b1\u03b3\u03bf\u03cd\u03b4\u03b9\u03b1",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "\u03ac\u03bb\u03bc\u03c0\u03bf\u03c5\u03bc",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "\u039a\u03b1\u03bb\u03bb\u03b9\u03c4\u03ad\u03c7\u03bd\u03b5\u03c2",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "\u03ac\u03bb\u03bc\u03c0\u03bf\u03c5\u03bc \u039a\u03b1\u03bb\u03bb\u03b9\u03c4\u03ad\u03c7\u03bd\u03b5\u03c2",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "\u039c\u03bf\u03c5\u03c3\u03b9\u03ba\u03ac \u03b2\u03af\u03bd\u03c4\u03b5\u03bf",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "\u03c4\u03b1\u03be\u03b9\u03bd\u03bf\u03bc\u03ae\u03c3\u03b5\u03c4\u03b5",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "\u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "\u03a3\u03b5\u03b9\u03c1\u03ac \u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2",
-    "OptionComposer": "Composer",
     "OptionPlayed": "\u03a0\u03b1\u03af\u03c7\u03b8\u03b7\u03ba\u03b5",
-    "OptionDirector": "Director",
     "OptionUnplayed": "\u03b4\u03b5\u03bd \u03c0\u03b1\u03af\u03c7\u03b8\u03b7\u03ba\u03b5",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "\u03b1\u03cd\u03be\u03bf\u03c5\u03c3\u03b1",
-    "OptionProducer": "Producer",
     "OptionDescending": "\u03c6\u03b8\u03af\u03bd\u03bf\u03c5\u03c3\u03b1 ",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Play Count",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7\u03c2",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "\u03ac\u03bb\u03bc\u03c0\u03bf\u03c5\u03bc \u039a\u03b1\u03bb\u03bb\u03b9\u03c4\u03ad\u03c7\u03bd\u03b5\u03c2",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": " \u039a\u03b1\u03bb\u03bb\u03b9\u03c4\u03ad\u03c7\u03bd\u03b5\u03c2",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "\u03ac\u03bb\u03bc\u03c0\u03bf\u03c5\u03bc",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Resumable",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Hide this user from login screens",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Disable this user",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Advanced Control",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Name:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Feature Access",
     "OptionAllowMediaPlayback": "Allow media playback",
     "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/en_GB.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Exit",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visit Community",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standard",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "View Api Documentation",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Browse Library",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configure Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Open Library Viewer",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restart Server",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Previous",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Finish",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Next",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "You're Done!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Welcome to Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Tell us about yourself",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Your first name:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Service",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configure settings",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancel",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Add media folder",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Folder type:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Country:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Language:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Preferences",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Password",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Library Access",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Image",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profile",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Playback Settings",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Audio language preference:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Subtitle language preference:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiles",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Security",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Add User",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Save",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset Password",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "New password:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "New password confirm:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Create Password",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Current password:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Delete Image",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload New Image",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Latest",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodes",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genres",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "People",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Networks",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Users",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Favourites",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "HeaderStudios": "Studios",
     "OptionActors": "Actors",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directors",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Writers",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producers",
-    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Songs",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artists",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artists",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort By:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Sort Order:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Play Count",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Date Added",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Resumable",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Hide this user from login screens",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Disable this user",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Advanced Control",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Name:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Feature Access",
     "OptionAllowMediaPlayback": "Allow media playback",
     "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/en_US.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Exit",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visit Community",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standard",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "View Api Documentation",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Browse Library",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configure Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Open Library Viewer",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restart Server",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Previous",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Finish",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Next",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "You're Done!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Welcome to Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Tell us about yourself",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Your first name:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Service",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configure settings",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancel",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Add media folder",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Folder type:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Country:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Language:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Preferences",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Password",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Library Access",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Image",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profile",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Playback Settings",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Audio language preference:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Subtitle language preference:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiles",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Security",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Add User",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Save",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset Password",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "New password:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "New password confirm:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Create Password",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Current password:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Delete Image",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload New Image",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Latest",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodes",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genres",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "People",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Networks",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Users",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Favorites",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "HeaderStudios": "Studios",
     "OptionActors": "Actors",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directors",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Writers",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producers",
-    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Songs",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artists",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artists",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort By:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Sort Order:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Play Count",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Date Added",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Resumable",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Hide this user from login screens",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Disable this user",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Advanced Control",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Name:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Feature Access",
     "OptionAllowMediaPlayback": "Allow media playback",
     "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/es.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Salir",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visitar la comunidad",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Wiki de Github",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Est\u00e1ndar",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Ver documentacion de Api",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Navegar biblioteca",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configurar Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Abrir el visor de la biblioteca",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Reiniciar el servidor",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Mostrar la ventana del log",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Anterior",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Terminar",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Siguiente",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Ha Terminado!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "\u00a1Bienvenido a Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Este asistente lo guiar\u00e1 por el proceso de instalaci\u00f3n. Para comenzar seleccione su idioma preferido.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "D\u00edganos acerca de usted",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Su nombre:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "M\u00e1s usuarios pueden agregarse m\u00e1s tarde en el panel de control.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser incluye soporte integrado para los perfiles de usuario, lo que permite que cada usuario tenga su propia configuraci\u00f3n de la pantalla, estado de reproducci\u00f3n y control parental.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Servicio de Windows",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Un servicio de Windows se ha instalado",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server se ejecuta normalmente como una aplicaci\u00f3n de escritorio con un icono de la bandeja, pero si prefiere ejecutarlo como un servicio en segundo plano, se puede iniciar desde el panel de control de servicios de Windows en su lugar.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Si se utiliza el servicio de Windows, tenga en cuenta que no se puede ejecutar al mismo tiempo que el icono de la bandeja, por lo que tendr\u00e1 que salir de la bandeja con el fin de ejecutar el servicio. Tambi\u00e9n tendr\u00e1 que ser configurado con privilegios administrativos a trav\u00e9s del panel de control del servicio. Tenga en cuenta que en este momento el servicio no es capaz de auto-actualizaci\u00f3n, por lo que las nuevas versiones requieren la interacci\u00f3n manual.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "Eso es todo lo que necesitamos por ahora. Media Browser ha comenzado a reunir informaci\u00f3n sobre su biblioteca de medios. Echa un vistazo a algunas de nuestras aplicaciones, y luego haga clic en <b>Finalizar<\/b> para ver el <b>Panel de control<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configuraci\u00f3n de opciones",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Habilitar extracci\u00f3n de im\u00e1genes de video",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "Para los v\u00eddeos que no dispongan de im\u00e1genes y que no podemos encontrar en Internet. Esto agregar\u00e1 un tiempo adicional para la exploraci\u00f3n inicial de bibliotecas, pero resultar\u00e1 en una presentaci\u00f3n m\u00e1s agradable.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extraer im\u00e1genes de cap\u00edtulos para pel\u00edculas",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extraer im\u00e1genes de cap\u00edtulo permitir\u00e1 a los clientes mostrar men\u00fas gr\u00e1ficos de selecci\u00f3n de escenas. El proceso puede ser lento, intensivo en utilizaci\u00f3n del CPU y puede requerir varios gigabytes de espacio. Se ejecuta como una tarea nocturna, a las 4 de la ma\u00f1ana, aunque esto se puede configurar en el \u00e1rea de tareas programadas. No se recomienda ejecutar esta tarea durante las horas pico de uso.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Habilitar asignaci\u00f3n de puertos autom\u00e1tico",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP permite la configuraci\u00f3n del router para acceso externo de forma f\u00e1cil y autom\u00e1tica. Esto puede no funcionar en algunos modelos de routers.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "OK",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancelar",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Nuevo",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Configurar biblioteca de medios",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Agregar una carpeta de medios",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Tipo de carpeta:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requiere el uso de un plugin, por ejemplo GameBrowser o MB Bookshelf",
     "ReferToMediaLibraryWiki": "Consultar el wiki de la biblioteca de medios",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Pa\u00eds:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Idioma:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Idioma preferido para metadata",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Guardar im\u00e1genes y metadata en las carpetas de medios",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Guardar im\u00e1genes y metadata directamente en las carpetas de medios, permitir\u00e1 colocarlas en un lugar donde se pueden editar f\u00e1cilmente.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Descargar imagenes y metadata de internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser permite descargar informaci\u00f3n acerca de su media para enriquecer la presentaci\u00f3n.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Preferencias",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Contrase\u00f1a",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Acceso a biblioteca",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "imagen",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Perfil",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Im\u00e1genes",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notificaciones",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "T\u00edtulos",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Mostar episodios no disponibles en temporadas",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Mostrar episodios a\u00fan no emitidos en temporadas",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Ajustes de Reproducci\u00f3n de Video",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Ajustes de reproducci\u00f3n",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Preferencia de idioma de audio",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Preferencia de idioma de subtitulos",
-    "HeaderConfirmDeletion": "Confirmar borrado",
     "OptionDefaultSubtitles": "Por defecto",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "S\u00f3lo subt\u00edtulos forzados",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Mostrar siempre subt\u00edtulos",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "Sin subt\u00edtulos",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Los subt\u00edtulos que concuerden con la preferencia de idioma se cargar\u00e1n cuando el audio est\u00e9 en un idioma extranjero.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "S\u00f3lo se cargar\u00e1n los subt\u00edtulos marcados como forzados.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Los subt\u00edtulos que concuerden con la preferencia de idioma se cargar\u00e1n independientemente del idioma de audio.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Los subt\u00edtulos no se cargar\u00e1n de forma predeterminada.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Perfiles",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Seguridad",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Agregar Usuario",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Grabar",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reiniciar Contrase\u00f1a",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Nueva Contrase\u00f1a:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Confirmaci\u00f3n de contrase\u00f1a nueva:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Crear Contrase\u00f1a",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Contrase\u00f1a actual",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "M\u00e1xima clasificaci\u00f3n permitida",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "El contenido con clasificaci\u00f3n parental superior se ocultar\u00e1 para este usuario.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Seleccione las carpetas de medios para compartir con este usuario. Los administradores podr\u00e1n editar todas las carpetas usando el gestor de metadata.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Seleccione los canales para compartir con este usuario. Los administradores podr\u00e1n editar todos los canales mediante el gestor de metadatos.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Borrar imagen",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Seleccionar usuarios:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Subir",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Subir nueva imagen",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "Se Recomienda una Proporci\u00f3n de Aspecto 1:1. Solo JPG\/PNG",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nada aqu\u00ed.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Por favor aseg\u00farese que la descarga de metadata de internet esta habilitada",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Sugerencia",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Novedades",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Pr\u00f3ximos",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Programas",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodios",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "G\u00e9neros",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Gente",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "redes",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Usuarios",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtros:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtro",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Favoritos",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Me gusta",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "No me gusta",
-    "HeaderStudios": "Studios",
     "OptionActors": "Actores",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Estrellas invitadas",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directores",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Guionistas",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Productores",
-    "TabDonate": "Donate",
     "HeaderResume": "Continuar",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Siguiendo",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Nada encontrado. \u00a1Comienza a ver tus programas!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Ultimos episodios",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Tipos de personas:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Canciones",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artistas",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artistas",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Videos Musicales",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Ordenar",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Ordenar por:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Ordenado por:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Reproducido",
-    "OptionDirector": "Director",
     "OptionUnplayed": "No reproducido",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascendente",
-    "OptionProducer": "Producer",
     "OptionDescending": "Descendente",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Tiempo",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "N\u00famero de reproducc.",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Fecha de reproducci\u00f3n",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "A\u00f1adido el",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artista",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artista",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Nombre de pista",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Valoraci\u00f3n comunidad",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Nombre",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Carpetas",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Presupuesto",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Recaudaci\u00f3n",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Imagen de fondo",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "L\u00ednea de tiempo",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Miniatura",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Valoraci\u00f3n cr\u00edtica",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Se puede continuar",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click en una tarea para ajustar su programaci\u00f3n",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Mis Plugins",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Cat\u00e1logo",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Actualizaciones autom\u00e1ticas",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Reproduciendo ahora",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "\u00dcltimos Albums",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "\u00daltimas canciones",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Reproducido recientemente",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Reproducido frequentemente",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Las actualizaciones en desarrollo no est\u00e1n convenientemente probadas. La aplicaci\u00f3n se puede bloquear y caracter\u00edsticas completas pueden no funcionar del todo.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Tipo de video",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Caracter\u00edsticas",
-    "TabPlayback": "Playback",
     "LabelService": "Servicio:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Estado:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Versi\u00f3n:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "\u00daltimo resultado:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subt\u00edtulos",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Banda sonora",
-    "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.",
     "OptionHasThemeVideo": "Viideotema",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Pel\u00edculas",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Estudios",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "\u00daltimas pel\u00edculas",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "\u00daltimos trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Caracter\u00edsticas especiales",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "Valoraci\u00f3n IMDb",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Clasificaci\u00f3n parental",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Fecha de estreno",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "B\u00e1sico",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Avanzado",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Estado",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuando",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Finalizado",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Domingo",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Lunes",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Martes",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Mi\u00e9rcoles",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Jueves",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Viernes",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "S\u00e1bado",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Falta IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Falta TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Falta argumento",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Archivo\/Metadata a\u00f1os no coinciden",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Soporte",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Acerca de",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Clave de Seguidor",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Hazte Seguidor",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser cuenta con una pr\u00f3spera comunidad de usuarios y colaboradores.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Echa un vistazo a nuestra base de conocimiento para ayudarte a sacar el m\u00e1ximo provecho de Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Buscar en la base de conocimiento",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visitar la comunidad",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visitar la web de Media Browser",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visita la web de Media Browser para estar informado de las \u00faltimas not\u00edcias y mantenerte al d\u00eda con el blog de desarrolladores.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Ocultar este usuario en las pantallas de inicio de sesi\u00f3n",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Deshabilitar este usuario",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "Si est\u00e1 deshabilitado, el servidor no aceptar\u00e1 conexiones de este usuario. Si existen conexiones de este usuario, finalizar\u00e1n inmediatamente.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Control avanzado",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Nombre:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Permite a este usuario administrar el servidor",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Permisos de acceso",
     "OptionAllowMediaPlayback": "Permitir reproducci\u00f3n de medios",
     "OptionAllowBrowsingLiveTv": "Acceso a TV en vivo",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Vienvenido al Cliente Web de Media Browser",
     "ButtonDismiss": "Descartar",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Editar preferencias personales de este usuario.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Calidad preferida para la transmisi\u00f3n por Internet:",
     "LabelChannelStreamQualityHelp": "En un entorno de bajo ancho de banda, limitar la calidad puede ayudar a asegurar una experiencia de streaming suave.",
     "OptionBestAvailableStreamQuality": "Mejor disponible",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirmar borrado",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/es_MX.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Salir",
-    "OptionReportAdultVideos": "Videos para Adultos",
     "LabelVisitCommunity": "Visitar la Comunidad",
-    "ButtonMore": "M\u00e1s",
     "LabelGithubWiki": "Wiki de Github",
-    "HeaderActivity": "Actividad",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} Iniciado",
     "LabelStandard": "Est\u00e1ndar",
-    "ScheduledTaskCancelledWithName": "{0} fue cancelado",
     "LabelViewApiDocumentation": "Ver documentaci\u00f3n del Api",
-    "ScheduledTaskCompletedWithName": "{0} completado",
     "LabelBrowseLibrary": "Explorar Biblioteca",
-    "ScheduledTaskFailed": "Tarea programada completada",
     "LabelConfigureMediaBrowser": "Configurar Media Browser",
-    "PluginInstalledWithName": "{0} fue instalado",
     "LabelOpenLibraryViewer": "Abrir el Visor de la Biblioteca",
-    "PluginUpdatedWithName": "{0} fue actualizado",
     "LabelRestartServer": "Reiniciar el Servidor",
-    "PluginUninstalledWithName": "{0} fue desinstalado",
     "LabelShowLogWindow": "Mostrar Ventana de Bit\u00e1cora",
-    "ScheduledTaskFailedWithName": "{0} fall\u00f3",
     "LabelPrevious": "Anterior",
-    "ItemAddedWithName": "{0} fue agregado a la biblioteca",
     "LabelFinish": "Terminar",
-    "ItemRemovedWithName": "{0} fue removido de la biblioteca",
     "LabelNext": "Siguiente",
-    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
     "LabelYoureDone": "Ha Terminado!",
-    "UserOnlineFromDevice": "{0} est\u00e1 en l\u00ednea desde {1}",
     "WelcomeToMediaBrowser": "\u00a1Bienvenido a Media Broswer!",
-    "DeviceOfflineWithName": "{0} se ha desconectado",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} se ha desconectado desde {1}",
     "ThisWizardWillGuideYou": "Este asistente le guiar\u00e1 a trav\u00e9s del proceso de instalaci\u00f3n. Para comenzar, por favor seleccione su lenguaje preferido.",
-    "SubtitlesDownloadedForItem": "Subt\u00edtulos descargados para {0}",
     "TellUsAboutYourself": "D\u00edganos sobre usted",
-    "SubtitleDownloadFailureForItem": "Fall\u00f3 la descarga de subt\u00edtulos para {0}",
     "LabelYourFirstName": "Su nombre:",
-    "LabelRunningTimeValue": "Duraci\u00f3n: {0}",
     "MoreUsersCanBeAddedLater": "Se pueden agregar m\u00e1s usuarios posteriormente en el Panel de Control.",
-    "LabelIpAddressValue": "Direcci\u00f3n IP: {0}",
     "UserProfilesIntro": "Media Browser incluye soporte integrado para perfiles de usuario, permiti\u00e9ndo a cada usuario tener su propia configuraci\u00f3n de pantalla, estado de reproducci\u00f3n y controles parentales.",
-    "UserConfigurationUpdatedWithName": "Se ha actualizado la configuraci\u00f3n del usuario {0}",
     "LabelWindowsService": "Servicio de Windows",
-    "UserCreatedWithName": "Se ha creado el usuario {0}",
     "AWindowsServiceHasBeenInstalled": "Se ha instalado un Servicio de Windows.",
-    "UserPasswordChangedWithName": "Se ha cambiado la contrase\u00f1a para el usuario {0}",
     "WindowsServiceIntro1": "Media Browser Server se ejecuta normalmente como una aplicaci\u00f3n de escritorio con un icono en el \u00e1rea de notificaci\u00f3n, pero si prefiere ejecutarlo como un servicio de segundo plano, puede ser iniciado desde el panel de control de servicios de windows.",
-    "UserDeletedWithName": "Se ha eliminado al usuario {0}",
     "WindowsServiceIntro2": "Si utiliza el servicio de Windows, tenga en cuenta que no se puede ejecutar simult\u00e1neamiente con el icono en el \u00e1rea de notificaci\u00f3n, por lo que tendr\u00e1 que finalizar desde el icono para poder ejecutar el servicio. Adicionalmente, el servicio deber\u00e1 ser configurado con privilegios administrativos a trav\u00e9s del panel de control del servicio. Tenga en cuenta que en este momento el servicio no es capaz de actualizarse a s\u00ed mismo, por lo que las nuevas versiones requerir\u00e1n de interacci\u00f3n manual.",
-    "MessageServerConfigurationUpdated": "Se ha actualizado la configuraci\u00f3n del servidor",
     "WizardCompleted": "\u00baEso es todo lo que necesitamos por ahora. Media Browser ha comenzado a recolectar informaci\u00f3n sobre su biblioteca de medios. Eche un vistazo a algunas de nuestras aplicaciones, y luego haga clic en <b>Finalizar<\/b> para ver el <b>Panel de Control<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Se ha actualizado la secci\u00f3n {0} de la configuraci\u00f3n del servidor",
     "LabelConfigureSettings": "Configuraci\u00f3n de opciones",
-    "MessageApplicationUpdated": "Se ha actualizado el Servidor de Media Browser",
     "LabelEnableVideoImageExtraction": "Habilitar extracci\u00f3n de im\u00e1genes de video",
-    "AuthenticationSucceededWithUserName": "{0} autenticado con \u00e9xito",
     "VideoImageExtractionHelp": "Para videos que no cuenten con im\u00e1genes, y para los que no podemos encontrar im\u00e1genes en Internet. Esto incrementar\u00e1 un poco el tiempo de la exploraci\u00f3n inicial de las bibliotecas, pero resultar\u00e1 en una presentaci\u00f3n m\u00e1s agradable.",
-    "FailedLoginAttemptWithUserName": "Intento fallido de inicio de sesi\u00f3n de {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extraer im\u00e1genes de cap\u00edtulos para Pel\u00edculas",
-    "UserStartedPlayingItemWithValues": "{0} ha iniciado la reproducci\u00f3n de {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extraer im\u00e1genes de cap\u00edtulos permite a los clientes mostrar men\u00fas gr\u00e1ficos de selecci\u00f3n de escenas. El proceso puede ser lento, intensivo en utilizaci\u00f3n del CPU y puede requerir varios gigabytes de espacio. Se ejecuta como una tarea nocturna, programada a las 4 de la ma\u00f1ana, aunque esto se puede configurar en el \u00e1rea de tareas programadas. No se recomienda ejecutar esta tarea durante las horas pico de uso.",
-    "UserStoppedPlayingItemWithValues": "{0} ha detenido la reproducci\u00f3n de {1}",
     "LabelEnableAutomaticPortMapping": "Habilitar mapeo autom\u00e1tico de puertos",
-    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP permite la configuraci\u00f3n de ruteador de manera autom\u00e1tica, para acceso remoto de manera f\u00e1cil. Eso puede no funcionar con algunos modelos de ruteadores.",
-    "ProviderValue": "Proveedor: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "L\u00edmite de tama\u00f1o de descarga (GB):",
     "ButtonCancel": "Cancelar",
-    "LabelChannelDownloadSizeLimitHelpText": "Limitar el tama\u00f1o del folder de descarga del canal.",
-    "HeaderRecentActivity": "Actividad Reciente",
     "ButtonNew": "Nuevo",
-    "HeaderPeople": "Personas",
     "HeaderSetupLibrary": "Configurar su biblioteca de medios",
-    "HeaderDownloadPeopleMetadataFor": "Descargar biograf\u00eda e im\u00e1genes para:",
     "ButtonAddMediaFolder": "Agregar carpeta de medios",
-    "OptionComposers": "Compositores",
     "LabelFolderType": "Tipo de carpeta:",
-    "OptionOthers": "Otros",
     "MediaFolderHelpPluginRequired": "* Requiere el uso de un complemento, p. ej. GameBrowser o MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Consultar la wiki de la biblioteca de medios.",
-    "HeaderDownloadPeopleMetadataForHelp": "Habilitar opciones adicionales proporcionar\u00e1 m\u00e1s informaci\u00f3n en pantalla pero resultar\u00e1 en barridos de la biblioteca m\u00e1s lentos",
     "LabelCountry": "Pa\u00eds:",
-    "ViewTypeFolders": "Carpetas",
     "LabelLanguage": "Idioma:",
-    "LabelDisplayFoldersView": "Mostrar una vista de carpetas para mostrar carpetas de medios simples",
     "HeaderPreferredMetadataLanguage": "Idioma preferido para metadatos:",
-    "ViewTypeLiveTvRecordingGroups": "Grabaciones",
     "LabelSaveLocalMetadata": "Guardar im\u00e1genes y metadatos en las carpetas de medios",
-    "ViewTypeLiveTvChannels": "Canales",
     "LabelSaveLocalMetadataHelp": "Guardar im\u00e1genes y metadatos directamente en las carpetas de medios los colocar\u00e1 en un lugar donde se pueden editar f\u00e1cilmente.",
-    "LabelAllowLocalAccessWithoutPassword": "Permite acceso local sin una contrase\u00f1a",
     "LabelDownloadInternetMetadata": "Descargar im\u00e1genes y metadatos de internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Al habilitarse, no se requerir\u00e1 de una contrase\u00f1a cuando se inicie sesi\u00f3n desde su red local.",
     "LabelDownloadInternetMetadataHelp": "Media Browser permite descargar informaci\u00f3n de sus medios para enriquecer la presentaci\u00f3n.",
-    "HeaderPassword": "Contrase\u00f1a",
     "TabPreferences": "Preferencias",
-    "HeaderLocalAccess": "Acceso Local",
     "TabPassword": "Contrase\u00f1a",
-    "HeaderViewOrder": "Orden de Despliegue",
     "TabLibraryAccess": "Acceso a biblioteca",
-    "LabelSelectUserViewOrder": "Seleccione el orden en que sus vistas ser\u00e1n desplegadas dentro de las apps de Media Browser",
     "TabImage": "Imagen",
-    "LabelMetadataRefreshMode": "Modo de actualizaci\u00f3n de metadatos:",
     "TabProfile": "Perf\u00edl",
-    "LabelImageRefreshMode": "Modo de actualizaci\u00f3n de im\u00e1genes:",
     "TabMetadata": "Metadatos",
-    "OptionDownloadMissingImages": "Descargar im\u00e1genes faltantes",
     "TabImages": "Im\u00e1genes",
-    "OptionReplaceExistingImages": "Reemplazar im\u00e1genes existentes",
     "TabNotifications": "Notificaciones",
-    "OptionRefreshAllData": "Actualizar todos los metadatos",
     "TabCollectionTitles": "T\u00edtulos",
-    "OptionAddMissingDataOnly": "S\u00f3lo agregar datos faltantes",
     "LabelDisplayMissingEpisodesWithinSeasons": "Mostar episodios no disponibles en las temporadas",
-    "OptionLocalRefreshOnly": "S\u00f3lo actualizaci\u00f3n local",
     "LabelUnairedMissingEpisodesWithinSeasons": "Mostrar episodios a\u00fan no emitidos en las temporadas",
-    "HeaderRefreshMetadata": "Actualizar Metadatos",
     "HeaderVideoPlaybackSettings": "Ajustes de Reproducci\u00f3n de Video",
-    "HeaderPersonInfo": "Info de la Persona",
     "HeaderPlaybackSettings": "Configuraci\u00f3n de Reproducci\u00f3n",
-    "HeaderIdentifyItem": "Identificar \u00cdtem",
     "LabelAudioLanguagePreference": "Preferencia de idioma de audio:",
-    "HeaderIdentifyItemHelp": "Ingrese uno o m\u00e1s criterios de b\u00fasqueda. Elimine criterios para expandir los resultados.",
     "LabelSubtitleLanguagePreference": "Preferencia de idioma de subt\u00edtulos:",
-    "HeaderConfirmDeletion": "Confirmar Eliminaci\u00f3n",
     "OptionDefaultSubtitles": "Por Defecto",
-    "LabelFollowingFileWillBeDeleted": "Lo siguiente ser\u00e1 eliminado:",
     "OptionOnlyForcedSubtitles": "\u00danicamente subt\u00edtulos forzados",
-    "LabelIfYouWishToContinueWithDeletion": "Si desea continuar, por favor confirme ingresando el valor de:",
     "OptionAlwaysPlaySubtitles": "Siempre mostrar subt\u00edtulos",
-    "ButtonIdentify": "Identificar",
     "OptionNoSubtitles": "Sin Subtitulos",
-    "LabelAlbumArtist": "Artista del \u00e1lbum:",
     "OptionDefaultSubtitlesHelp": "Los subt\u00edtulos que coincidan con el lenguaje preferido ser\u00e1n cargados cuando el audio se encuentre en un lenguaje extranjero.",
-    "LabelAlbum": "\u00c1lbum",
     "OptionOnlyForcedSubtitlesHelp": "Se cargar\u00e1n \u00fanicamente subt\u00edtulos marcados como forzados.",
-    "LabelCommunityRating": "Calificaci\u00f3n de la comunidad:",
     "OptionAlwaysPlaySubtitlesHelp": "Los subt\u00edtulos que coincidan con el lenguaje preferido ser\u00e1n cargados independientemente del lenguaje del audio.",
-    "LabelVoteCount": "Cantidad de votos:",
     "OptionNoSubtitlesHelp": "Los subt\u00edtulos no ser\u00e1n cargados por defecto.",
-    "LabelMetascore": "Metaescore:",
     "TabProfiles": "Perfiles",
-    "LabelCriticRating": "Calificaci\u00f3n de la cr\u00edtica:",
     "TabSecurity": "Seguridad",
-    "LabelCriticRatingSummary": "Res\u00famen de la calificaci\u00f3n de la cr\u00edtica:",
     "ButtonAddUser": "Agregar Usuario",
-    "LabelAwardSummary": "Res\u00famen de premios:",
-    "LabelWebsite": "Sitio web:",
     "ButtonAddLocalUser": "Agregar Usuario Local",
-    "LabelTagline": "Eslogan",
     "ButtonInviteUser": "Invitar Usuario",
     "ButtonSave": "Guardar",
-    "LabelOverview": "Sinopsis:",
     "ButtonResetPassword": "Restablecer Contrase\u00f1a",
-    "LabelShortOverview": "Sinopsis corta:",
     "LabelNewPassword": "Nueva contrase\u00f1a:",
-    "LabelReleaseDate": "Fecha de estreno:",
     "LabelNewPasswordConfirm": "Confirmaci\u00f3n de contrase\u00f1a nueva:",
-    "LabelYear": "A\u00f1o:",
     "HeaderCreatePassword": "Crear Contrase\u00f1a",
-    "LabelPlaceOfBirth": "Lugar de nacimiento:",
     "LabelCurrentPassword": "Contrase\u00f1a actual:",
-    "LabelEndDate": "Fecha de Fin:",
     "LabelMaxParentalRating": "M\u00e1xima clasificaci\u00f3n parental permitida:",
-    "LabelAirDate": "D\u00edas al aire:",
     "MaxParentalRatingHelp": "El contenido con clasificaci\u00f3n parental superior se ocultar\u00e1 para este usuario.",
-    "LabelAirTime:": "Tiempo al \u00e1ire:",
     "LibraryAccessHelp": "Seleccione las carpetas de medios para compartir con este usuario. Los administradores podr\u00e1n editar todas las carpetas usando el administrador de metadatos.",
-    "LabelRuntimeMinutes": "Duraci\u00f3n (minutos):",
     "ChannelAccessHelp": "Seleccione los canales a compartir con este usuario. Los administradores podr\u00e1n editar todos los canales empleando el administrador de metadatos.",
-    "LabelParentalRating": "Calificaci\u00f3n parental:",
     "ButtonDeleteImage": "Eliminar Imagen",
-    "LabelCustomRating": "Calificaci\u00f3n personalizada:",
     "LabelSelectUsers": "Seleccionar Usuarios:",
-    "LabelBudget": "Presupuesto",
     "ButtonUpload": "Subir",
-    "LabelRevenue": "Ingresos ($):",
     "HeaderUploadNewImage": "Subir Nueva Imagen",
-    "LabelOriginalAspectRatio": "Relaci\u00f3n de aspecto original:",
     "LabelDropImageHere": "Depositar imagen aqu\u00ed",
-    "LabelPlayers": "Jugadores:",
     "ImageUploadAspectRatioHelp": "Se Recomienda una Proporci\u00f3n de Aspecto 1:1. Solo JPG\/PNG.",
-    "Label3DFormat": "Formato 3D:",
     "MessageNothingHere": "Nada aqu\u00ed.",
-    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:",
     "MessagePleaseEnsureInternetMetadata": "Por favor aseg\u00farese que la descarga de metadatos de internet esta habilitada.",
-    "HeaderSpecialEpisodeInfo": "Informaci\u00f3n del Episodio Especial",
     "TabSuggested": "Sugerencias",
-    "HeaderExternalIds": "Id\u00b4s Externos:",
     "TabLatest": "Recientes",
-    "LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:",
     "TabUpcoming": "Por Estrenar",
-    "LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:",
     "TabShows": "Programas",
-    "LabelAbsoluteEpisodeNumber": "N\u00famero de episodio absoluto:",
     "TabEpisodes": "Episodios",
-    "LabelAirsBeforeSeason": "Transmisi\u00f3n antes de la temporada:",
     "TabGenres": "G\u00e9neros",
-    "LabelAirsAfterSeason": "Transmisi\u00f3n despu\u00e9s de la temporada:",
     "TabPeople": "Personas",
-    "LabelAirsBeforeEpisode": "Transmisi\u00f3n antes del episodio:",
     "TabNetworks": "Cadenas",
-    "LabelTreatImageAs": "Tratar imagen como:",
     "HeaderUsers": "Usuarios",
-    "LabelDisplayOrder": "Ordenamiento de despliegue:",
     "HeaderFilters": "Filtros:",
-    "LabelDisplaySpecialsWithinSeasons": "Desplegar especiales dentro de las temporadas en que fueron transmitidos",
     "ButtonFilter": "Filtro",
-    "HeaderCountries": "Pa\u00edses",
     "OptionFavorite": "Favoritos",
-    "HeaderGenres": "G\u00e9neros",
     "OptionLikes": "Me gusta",
-    "HeaderPlotKeywords": "Palabras clave de la Trama",
     "OptionDislikes": "No me gusta",
-    "HeaderStudios": "Estudios",
     "OptionActors": "Actores",
-    "HeaderTags": "Etiquetas",
     "OptionGuestStars": "Estrellas Invitadas",
-    "HeaderMetadataSettings": "Configuraciones de los metadatos",
     "OptionDirectors": "Directores",
-    "LabelLockItemToPreventChanges": "Bloquear este \u00edtem para evitar cambios futuros",
     "OptionWriters": "Guionistas",
-    "MessageLeaveEmptyToInherit": "Dejar vac\u00edo para heredar la configuraci\u00f3n del \u00edtem padre, o el valor global por omisi\u00f3n.",
     "OptionProducers": "Productores",
-    "TabDonate": "Donar",
     "HeaderResume": "Continuar",
-    "HeaderDonationType": "Tipo de Donaci\u00f3n:",
     "HeaderNextUp": "A Continuaci\u00f3n",
-    "OptionMakeOneTimeDonation": "Hacer una donaci\u00f3n independiente",
     "NoNextUpItemsMessage": "No se encontr\u00f3 nada. \u00a1Comienza a ver tus programas!",
-    "OptionOneTimeDescription": "Esta es una donaci\u00f3n adicional para mostrar tu apoyo al equipo. No tiene ning\u00fan beneficio adicional ni producir\u00e1 una clave de aficionado.",
     "HeaderLatestEpisodes": "Episodios Recientes",
-    "OptionLifeTimeSupporterMembership": "Membres\u00eda de aficionado vitalicia",
     "HeaderPersonTypes": "Tipos de Personas:",
-    "OptionYearlySupporterMembership": "Membres\u00eda anual de aficionado",
     "TabSongs": "Canciones",
-    "OptionMonthlySupporterMembership": "Membres\u00eda mensual de aficionado",
     "TabAlbums": "\u00c1lbums",
-    "HeaderSupporterBenefit": "La membres\u00eda de aficionado proporciona beneficios adicionales tales como acceso a complementos premium, contenidos de canales de internet y m\u00e1s.",
     "TabArtists": "Artistas",
-    "OptionNoTrailer": "Sin Avance",
     "TabAlbumArtists": "Artistas del \u00c1lbum",
-    "OptionNoThemeSong": "Sin Canci\u00f3n del Tema",
     "TabMusicVideos": "Videos Musicales",
-    "OptionNoThemeVideo": "Sin Video del Tema",
     "ButtonSort": "Ordenar",
-    "LabelOneTimeDonationAmount": "Cantidad a donar:",
     "HeaderSortBy": "Ordenar Por:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Ordenado Por:",
-    "OptionComposer": "Compositor",
     "OptionPlayed": "Reproducido",
-    "OptionDirector": "Director",
     "OptionUnplayed": "No reproducido",
-    "OptionGuestStar": "Estrella invitada",
     "OptionAscending": "Ascendente",
-    "OptionProducer": "Productor",
     "OptionDescending": "Descendente",
-    "OptionWriter": "Escritor",
     "OptionRuntime": "Duraci\u00f3n",
-    "LabelAirDays": "Se emite los d\u00edas:",
-    "LabelAirTime": "Duraci\u00f3n:",
     "OptionReleaseDate": "Fecha de Liberaci\u00f3n",
     "OptionPlayCount": "N\u00famero de Reproducc.",
-    "HeaderMediaInfo": "Info del Medio",
     "OptionDatePlayed": "Fecha de Reproducci\u00f3n",
-    "HeaderPhotoInfo": "Info de Fotograf\u00eda:",
     "OptionDateAdded": "Fecha de Adici\u00f3n",
-    "HeaderInstall": "Instalar",
     "OptionAlbumArtist": "Artista del \u00c1lbum",
-    "LabelSelectVersionToInstall": "Seleccionar versi\u00f3n a instalar:",
     "OptionArtist": "Artista",
-    "LinkSupporterMembership": "Conozca m\u00e1s sobre la Membres\u00eda de Aficionado",
     "OptionAlbum": "\u00c1lbum",
-    "MessageSupporterPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa despu\u00e9s del periodo de prueba de 14 d\u00edas.",
     "OptionTrackName": "Nombre de la Pista",
-    "MessagePremiumPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa para poder comprarlo despu\u00e9s del periodo de prueba de 14 d\u00edas.",
     "OptionCommunityRating": "Calificaci\u00f3n de la Comunidad",
-    "HeaderReviews": "Rese\u00f1as",
     "OptionNameSort": "Nombre",
-    "HeaderDeveloperInfo": "Info del desarrollador",
     "OptionFolderSort": "Carpetas",
-    "HeaderRevisionHistory": "Historial de Versiones",
     "OptionBudget": "Presupuesto",
-    "ButtonViewWebsite": "Ver sitio web",
     "OptionRevenue": "Recaudaci\u00f3n",
-    "LabelRecurringDonationCanBeCancelledHelp": "Las donaciones recurrente pueden ser canceladas en cualquier momento desde su cuenta PayPal.",
     "OptionPoster": "Cartel",
-    "HeaderXmlSettings": "Configuraci\u00f3n XML",
     "OptionBackdrop": "Imagen de Fondo",
-    "HeaderXmlDocumentAttributes": "Atributos del Documento XML",
     "OptionTimeline": "L\u00ednea de Tiempo",
-    "HeaderXmlDocumentAttribute": "Atributo del Documento XML",
     "OptionThumb": "Miniatura",
-    "XmlDocumentAttributeListHelp": "Estos atributos son aplicados al elemento ra\u00edz de cada respuesta XML.",
     "OptionBanner": "T\u00edtulo",
-    "OptionSaveMetadataAsHidden": "Guardar metadatos e im\u00e1genes como archivos ocultos",
     "OptionCriticRating": "Calificaci\u00f3n de la Cr\u00edtica",
-    "LabelExtractChaptersDuringLibraryScan": "Extraer im\u00e1genes de cap\u00edtulos durante el escaneo de la biblioteca",
     "OptionVideoBitrate": "Tasa de bits de Video",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Si se activa, las im\u00e1genes de cap\u00edtulos ser\u00e1n extra\u00eddas cuando los videos sean importados durante el escaneo de la biblioteca. Si se deshabilita, ser\u00e1n extra\u00eddas durante la ejecuci\u00f3n de la tarea programada de extracci\u00f3n de im\u00e1genes de cap\u00edtulos, permiti\u00e9ndo que el escaneo normal de la biblioteca se complete m\u00e1s r\u00e1pidamente.",
     "OptionResumable": "Reanudable",
-    "LabelConnectUserName": "Nombre de Usuario\/email de Media Browser:",
     "ScheduledTasksHelp": "Da click en una tarea para ajustar su programaci\u00f3n.",
-    "LabelConnectUserNameHelp": "Conectar a este usuario a una cuenta de Media Browser para habilitar un inicio de sesi\u00f3n para acceso simplificado desde cualquier app sin tener que conocer la direcci\u00f3n IP del servidor.",
     "ScheduledTasksTitle": "Tareas Programadas",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Conocer m\u00e1s sobre Media Browser Connect.",
     "TabMyPlugins": "Mis Complementos",
-    "LabelExternalPlayers": "Reproductores Externos:",
     "TabCatalog": "Cat\u00e1logo",
-    "LabelExternalPlayersHelp": "Despliega botones para reproducir contenido en reproductores externos. Esto s\u00f3lo est\u00e1 disponible en dispositivos que soporten esquemas URL, generalmente Android e iOS. Con reproductores externos normalmente no se cuenta con soporte para control remoto o reinicio.",
-    "HeaderSubtitleProfile": "Perf\u00edl de Subt\u00edtulo",
     "PluginsTitle": "Complementos",
     "HeaderAutomaticUpdates": "Actualizaciones Autom\u00e1ticas",
-    "HeaderSubtitleProfiles": "Perfiles de Subt\u00edtulos",
-    "HeaderSubtitleProfilesHelp": "Los perfiles de subt\u00edtulos describen el formato del subt\u00edtulo soportado por el dispositivo.",
     "HeaderNowPlaying": "Reproduciendo Ahora",
-    "LabelFormat": "Formato:",
     "HeaderLatestAlbums": "\u00c1lbums Recientes",
-    "LabelMethod": "M\u00e9todo:",
     "HeaderLatestSongs": "Canciones Recientes",
-    "LabelDidlMode": "Modo DIDL:",
     "HeaderRecentlyPlayed": "Reproducido Recientemente",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Reproducido Frecuentemente",
-    "OptionResElement": "Elemento res",
     "DevBuildWarning": "Las compilaciones de Desarrollo son la punta de lanza. Se publican frecuentemente, estas compilaciones no se han probado. La aplicaci\u00f3n se puede bloquear y caracter\u00edsticas completas pueden no funcionar.",
-    "OptionEmbedSubtitles": "Embeber dentro del contenedor",
     "LabelVideoType": "Tipo de Video:",
-    "OptionExternallyDownloaded": "Descarga externa",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Subt\u00edtulos segmentados HIs",
     "OptionDvd": "DVD",
     "OptionIso": "ISO",
-    "LabelSubtitleFormatHelp": "Ejemplo: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Aprenda m\u00e1s",
     "LabelFeatures": "Caracter\u00edsticas:",
-    "TabPlayback": "Reproducci\u00f3n",
     "LabelService": "Servicio:",
-    "HeaderTrailersAndExtras": "Avances & Extras",
     "LabelStatus": "Estado:",
-    "OptionFindTrailers": "Buscar avances desde internet autom\u00e1ticamente",
     "LabelVersion": "Versi\u00f3n:",
-    "HeaderLanguagePreferences": "Preferencias de Lenguaje",
     "LabelLastResult": "\u00daltimo resultado:",
-    "TabCinemaMode": "Modo Cine",
     "OptionHasSubtitles": "Subt\u00edtulos",
-    "TitlePlayback": "Reproducci\u00f3n",
     "OptionHasTrailer": "Avance",
-    "LabelEnableCinemaModeFor": "Habilitar modo cine para:",
     "OptionHasThemeSong": "Canci\u00f3n del Tema",
-    "CinemaModeConfigurationHelp": "El modo cine trae la experiencia del cine directo al la sala de TV con la habilidad de reproducir avances e intros personalizados antes de la presentaci\u00f3n estelar.",
     "OptionHasThemeVideo": "Video del Tema",
-    "OptionTrailersFromMyMovies": "Incluir avances de pel\u00edculas en mi biblioteca",
     "TabMovies": "Pel\u00edculas",
-    "OptionUpcomingMoviesInTheaters": "Incluir avances para pel\u00edculas nuevas y por estrenar",
     "TabStudios": "Estudios",
-    "LabelLimitIntrosToUnwatchedContent": "Solo usar avances de contenido no reproducido",
     "TabTrailers": "Avances",
-    "LabelEnableIntroParentalControl": "Habilitar control parental inteligente",
     "LabelArtists": "Artistas:",
-    "LabelEnableIntroParentalControlHelp": "Los avances s\u00f3lo ser\u00e1n seleccionados con una clasificaci\u00f3n parental igual o menor a la del contenido que se est\u00e1 reproduciendo.",
     "LabelArtistsHelp": "Separar m\u00faltiples empleando:",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estas caractwr\u00edsticas requieren de una membres\u00eda de aficionado activa y de la instalaci\u00f3n del complemento del canal de avances.",
     "HeaderLatestMovies": "Pel\u00edculas Recientes",
-    "OptionTrailersFromMyMoviesHelp": "Requiere configurar avances locales.",
     "HeaderLatestTrailers": "Avances Recientes",
-    "LabelCustomIntrosPath": "Trayectoria para intros personalizados:",
     "OptionHasSpecialFeatures": "Caracter\u00edsticas Especiales",
-    "LabelCustomIntrosPathHelp": "Un folder que contiene archivos de video. Un video ser\u00e1 seleccionado aleatoriamente y reproducido despu\u00e9s de los avances.",
     "OptionImdbRating": "Calificaci\u00f3n de IMDb",
-    "ValueSpecialEpisodeName": "Especial: {0}",
     "OptionParentalRating": "Clasificaci\u00f3n Parental",
-    "LabelSelectInternetTrailersForCinemaMode": "Avances de Internet",
     "OptionPremiereDate": "Fecha de Estreno",
-    "OptionUpcomingDvdMovies": "Incluir avances de pel\u00edculas en DVD y Blu-ray nuevas y por estrenar",
     "TabBasic": "B\u00e1sico",
-    "OptionUpcomingStreamingMovies": "Incluir avances de pel\u00edculas nuevas o por estrenar en Netflix",
     "TabAdvanced": "Avanzado",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Desplegar avances dentro de las sugerencias de pel\u00edculas",
     "HeaderStatus": "Estado",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requiere la instalaci\u00f3n del canal de avances.",
     "OptionContinuing": "Continuando",
-    "CinemaModeConfigurationHelp2": "Los usuarios individuales podr\u00e1n desactivar el modo cine desde sus preferencias personales.",
     "OptionEnded": "Finalizado",
-    "LabelEnableCinemaMode": "Activar modo cine",
     "HeaderAirDays": "D\u00edas de Emisi\u00f3n",
-    "HeaderCinemaMode": "Modo cine",
     "OptionSunday": "Domingo",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Bienvenido al Panel de Control de Media Browser",
     "OptionMonday": "Lunes",
-    "LabelDateAddedBehavior": "Comportamiento de fecha de adici\u00f3n para nuevo contenido:",
     "OptionTuesday": "Martes",
-    "OptionDateAddedImportTime": "Emplear la fecha de escaneo en la biblioteca",
     "OptionWednesday": "Mi\u00e9rcoles",
-    "OptionDateAddedFileTime": "Emplear fecha de creaci\u00f3n del archivo",
     "OptionThursday": "Jueves",
-    "LabelDateAddedBehaviorHelp": "Si se encuentra un valor en los metadados siempre ser\u00e1 empleado antes que cualquiera de estas opciones.",
     "OptionFriday": "Viernes",
-    "LabelNumberTrailerToPlay": "N\u00famero de avances a reproducir:",
     "OptionSaturday": "S\u00e1bado",
-    "TitleDevices": "Dispositivos",
     "HeaderManagement": "Administraci\u00f3n",
-    "TabCameraUpload": "Subida de C\u00e1mara",
     "LabelManagement": "Administraci\u00f3n:",
-    "TabDevices": "Dispositivos",
     "OptionMissingImdbId": "Falta Id de IMDb",
-    "HeaderCameraUploadHelp": "Suba a Media Broswer fotos y videos tomados desde sus dispositivos m\u00f3viles de forma autom\u00e1tica.",
     "OptionMissingTvdbId": "Falta Id de TheTVDB",
-    "MessageNoDevicesSupportCameraUpload": "Actualmente no cuenta con ning\u00fan dispositivo que soporte subida desde c\u00e1mara.",
     "OptionMissingOverview": "Falta Sinopsis",
-    "LabelCameraUploadPath": "Trayectoria de subida desde c\u00e1mara:",
     "OptionFileMetadataYearMismatch": "No coincide el A\u00f1o del Archivo con los Metadatos",
-    "LabelCameraUploadPathHelp": "Seleccione una trayectoria personalizada. si lo desea. Si no se especifica, se emplear\u00e1 una carpeta por omisi\u00f3n.",
     "TabGeneral": "General",
-    "LabelCreateCameraUploadSubfolder": "Crear una subcarpeta para cada dispositivo",
     "TitleSupport": "Soporte",
-    "LabelCreateCameraUploadSubfolderHelp": "Se pueden especificar carpetas espec\u00edficas para un dispositivo haciendo clic en \u00e9l desde la p\u00e1gina de Dispositivos.",
     "TabLog": "Bit\u00e1cora",
-    "LabelCustomDeviceDisplayName": "Nombre a Desplegar:",
     "TabAbout": "Acerca de",
-    "LabelCustomDeviceDisplayNameHelp": "Proporcione un nombre a desplegar personalizado o d\u00e9jelo vac\u00edo para usar el nombre reportado por el dispositivo.",
     "TabSupporterKey": "Clave de Aficionado",
-    "HeaderInviteUser": "Invitar Usuario",
     "TabBecomeSupporter": "Convertirse en Aficionado",
-    "LabelConnectInviteUserHelp": "Este es el nombre de usuario o correo electr\u00f3nico que usa su amigo para iniciar sesi\u00f3n en el sitio web de Media Browser.",
     "MediaBrowserHasCommunity": "Media Browser cuenta con una pr\u00f3spera comunidad de usuarios y colaboradores.",
-    "HeaderInviteUserHelp": "Compartir sus medios con amigos es m\u00e1s f\u00e1cil que nunca con Media Browser Connect.",
     "CheckoutKnowledgeBase": "Eche un vistazo a nuestra base de conocimiento para ayudarte a sacar el m\u00e1ximo provecho de Media Browser.",
-    "ButtonSendInvitation": "Enviar invitaci\u00f3n",
     "SearchKnowledgeBase": "Buscar en la Base de Conocimiento",
-    "HeaderGuests": "Invitados",
     "VisitTheCommunity": "Visitar la Comunidad",
-    "HeaderLocalUsers": "Usuarios Locales",
     "VisitMediaBrowserWebsite": "Visitar el Sitio Web de Media Browser",
-    "HeaderPendingInvitations": "Invitaciones Pendientes",
     "VisitMediaBrowserWebsiteLong": "Visite el Sitio Web de Media Browser para estar conocer las \u00faltimas not\u00edcias y mantenerse al d\u00eda con el blog de los desarrolladores.",
-    "TabParentalControl": "Control Parental",
     "OptionHideUser": "Ocultar este usuario en las pantallas de inicio de sesi\u00f3n",
-    "HeaderAccessSchedule": "Acceder Programaci\u00f3n",
     "OptionDisableUser": "Desactivar este usuario",
-    "HeaderAccessScheduleHelp": "Crear programaci\u00f3n de acceso para limitar el acceso a ciertos horarios.",
     "OptionDisableUserHelp": "Si est\u00e1 desactivado, el servidor no aceptar\u00e1 conexiones de este usuario. Las conexiones existentes ser\u00e1n finalizadas abruptamente.",
-    "ButtonAddSchedule": "Agregar Programaci\u00f3n",
     "HeaderAdvancedControl": "Control Avanzado",
-    "LabelAccessDay": "D\u00eda de la semana:",
     "LabelName": "Nombre:",
-    "LabelAccessStart": "Hora de inicio:",
     "OptionAllowUserToManageServer": "Permitir a este usuario administrar el servidor",
-    "LabelAccessEnd": "Hora de fin:",
     "HeaderFeatureAccess": "Permisos de acceso",
     "OptionAllowMediaPlayback": "Permitir reproducci\u00f3n de medios",
     "OptionAllowBrowsingLiveTv": "Permitir acceder a TV en vivo",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Bienvenido al Cliente Web de Media Browser",
     "ButtonDismiss": "Descartar",
     "ButtonTakeTheTour": "Haga el recorrido",
-    "ButtonEditOtherUserPreferences": "Edita las preferencias personales de este usuario.",
+    "ButtonEditOtherUserPreferences": "Edita este perfil de usuario y sus preferencias personales.",
     "LabelChannelStreamQuality": "Calidad por defecto para transmisi\u00f3n por internet:",
     "LabelChannelStreamQualityHelp": "En un ambiente de ancho de banda limitado, limitar la calidad puede ayudar a asegurar una experiencia de transimisi\u00f3n en tiempo real fluida.",
     "OptionBestAvailableStreamQuality": "La mejor disponible",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Colecciones",
     "OptionReportBooks": "Libros",
     "OptionReportArtists": "Artistas",
-    "OptionReportAlbums": "\u00c1lbums"
+    "OptionReportAlbums": "\u00c1lbums",
+    "OptionReportAdultVideos": "Videos para Adultos",
+    "ButtonMore": "M\u00e1s",
+    "HeaderActivity": "Actividad",
+    "ScheduledTaskStartedWithName": "{0} Iniciado",
+    "ScheduledTaskCancelledWithName": "{0} fue cancelado",
+    "ScheduledTaskCompletedWithName": "{0} completado",
+    "ScheduledTaskFailed": "Tarea programada completada",
+    "PluginInstalledWithName": "{0} fue instalado",
+    "PluginUpdatedWithName": "{0} fue actualizado",
+    "PluginUninstalledWithName": "{0} fue desinstalado",
+    "ScheduledTaskFailedWithName": "{0} fall\u00f3",
+    "ItemAddedWithName": "{0} fue agregado a la biblioteca",
+    "ItemRemovedWithName": "{0} fue removido de la biblioteca",
+    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
+    "UserOnlineFromDevice": "{0} est\u00e1 en l\u00ednea desde {1}",
+    "DeviceOfflineWithName": "{0} se ha desconectado",
+    "UserOfflineFromDevice": "{0} se ha desconectado desde {1}",
+    "SubtitlesDownloadedForItem": "Subt\u00edtulos descargados para {0}",
+    "SubtitleDownloadFailureForItem": "Fall\u00f3 la descarga de subt\u00edtulos para {0}",
+    "LabelRunningTimeValue": "Duraci\u00f3n: {0}",
+    "LabelIpAddressValue": "Direcci\u00f3n IP: {0}",
+    "UserConfigurationUpdatedWithName": "Se ha actualizado la configuraci\u00f3n del usuario {0}",
+    "UserCreatedWithName": "Se ha creado el usuario {0}",
+    "UserPasswordChangedWithName": "Se ha cambiado la contrase\u00f1a para el usuario {0}",
+    "UserDeletedWithName": "Se ha eliminado al usuario {0}",
+    "MessageServerConfigurationUpdated": "Se ha actualizado la configuraci\u00f3n del servidor",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Se ha actualizado la secci\u00f3n {0} de la configuraci\u00f3n del servidor",
+    "MessageApplicationUpdated": "Se ha actualizado el Servidor de Media Browser",
+    "AuthenticationSucceededWithUserName": "{0} autenticado con \u00e9xito",
+    "FailedLoginAttemptWithUserName": "Intento fallido de inicio de sesi\u00f3n de {0}",
+    "UserStartedPlayingItemWithValues": "{0} ha iniciado la reproducci\u00f3n de {1}",
+    "UserStoppedPlayingItemWithValues": "{0} ha detenido la reproducci\u00f3n de {1}",
+    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+    "ProviderValue": "Proveedor: {0}",
+    "LabelChannelDownloadSizeLimit": "L\u00edmite de tama\u00f1o de descarga (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limitar el tama\u00f1o del folder de descarga del canal.",
+    "HeaderRecentActivity": "Actividad Reciente",
+    "HeaderPeople": "Personas",
+    "HeaderDownloadPeopleMetadataFor": "Descargar biograf\u00eda e im\u00e1genes para:",
+    "OptionComposers": "Compositores",
+    "OptionOthers": "Otros",
+    "HeaderDownloadPeopleMetadataForHelp": "Habilitar opciones adicionales proporcionar\u00e1 m\u00e1s informaci\u00f3n en pantalla pero resultar\u00e1 en barridos de la biblioteca m\u00e1s lentos",
+    "ViewTypeFolders": "Carpetas",
+    "LabelDisplayFoldersView": "Mostrar una vista de carpetas para mostrar carpetas de medios simples",
+    "ViewTypeLiveTvRecordingGroups": "Grabaciones",
+    "ViewTypeLiveTvChannels": "Canales",
+    "LabelAllowLocalAccessWithoutPassword": "Permite acceso local sin una contrase\u00f1a",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Al habilitarse, no se requerir\u00e1 de una contrase\u00f1a cuando se inicie sesi\u00f3n desde su red local.",
+    "HeaderPassword": "Contrase\u00f1a",
+    "HeaderLocalAccess": "Acceso Local",
+    "HeaderViewOrder": "Orden de Despliegue",
+    "LabelSelectUserViewOrder": "Seleccione el orden en que sus vistas ser\u00e1n desplegadas dentro de las apps de Media Browser",
+    "LabelMetadataRefreshMode": "Modo de actualizaci\u00f3n de metadatos:",
+    "LabelImageRefreshMode": "Modo de actualizaci\u00f3n de im\u00e1genes:",
+    "OptionDownloadMissingImages": "Descargar im\u00e1genes faltantes",
+    "OptionReplaceExistingImages": "Reemplazar im\u00e1genes existentes",
+    "OptionRefreshAllData": "Actualizar todos los metadatos",
+    "OptionAddMissingDataOnly": "S\u00f3lo agregar datos faltantes",
+    "OptionLocalRefreshOnly": "S\u00f3lo actualizaci\u00f3n local",
+    "HeaderRefreshMetadata": "Actualizar Metadatos",
+    "HeaderPersonInfo": "Info de la Persona",
+    "HeaderIdentifyItem": "Identificar \u00cdtem",
+    "HeaderIdentifyItemHelp": "Ingrese uno o m\u00e1s criterios de b\u00fasqueda. Elimine criterios para expandir los resultados.",
+    "HeaderConfirmDeletion": "Confirmar Eliminaci\u00f3n",
+    "LabelFollowingFileWillBeDeleted": "Lo siguiente ser\u00e1 eliminado:",
+    "LabelIfYouWishToContinueWithDeletion": "Si desea continuar, por favor confirme ingresando el valor de:",
+    "ButtonIdentify": "Identificar",
+    "LabelAlbumArtist": "Artista del \u00e1lbum:",
+    "LabelAlbum": "\u00c1lbum",
+    "LabelCommunityRating": "Calificaci\u00f3n de la comunidad:",
+    "LabelVoteCount": "Cantidad de votos:",
+    "LabelMetascore": "Metaescore:",
+    "LabelCriticRating": "Calificaci\u00f3n de la cr\u00edtica:",
+    "LabelCriticRatingSummary": "Res\u00famen de la calificaci\u00f3n de la cr\u00edtica:",
+    "LabelAwardSummary": "Res\u00famen de premios:",
+    "LabelWebsite": "Sitio web:",
+    "LabelTagline": "Eslogan",
+    "LabelOverview": "Sinopsis:",
+    "LabelShortOverview": "Sinopsis corta:",
+    "LabelReleaseDate": "Fecha de estreno:",
+    "LabelYear": "A\u00f1o:",
+    "LabelPlaceOfBirth": "Lugar de nacimiento:",
+    "LabelEndDate": "Fecha de Fin:",
+    "LabelAirDate": "D\u00edas al aire:",
+    "LabelAirTime:": "Tiempo al \u00e1ire:",
+    "LabelRuntimeMinutes": "Duraci\u00f3n (minutos):",
+    "LabelParentalRating": "Calificaci\u00f3n parental:",
+    "LabelCustomRating": "Calificaci\u00f3n personalizada:",
+    "LabelBudget": "Presupuesto",
+    "LabelRevenue": "Ingresos ($):",
+    "LabelOriginalAspectRatio": "Relaci\u00f3n de aspecto original:",
+    "LabelPlayers": "Jugadores:",
+    "Label3DFormat": "Formato 3D:",
+    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:",
+    "HeaderSpecialEpisodeInfo": "Informaci\u00f3n del Episodio Especial",
+    "HeaderExternalIds": "Id\u00b4s Externos:",
+    "LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:",
+    "LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:",
+    "LabelAbsoluteEpisodeNumber": "N\u00famero de episodio absoluto:",
+    "LabelAirsBeforeSeason": "Transmisi\u00f3n antes de la temporada:",
+    "LabelAirsAfterSeason": "Transmisi\u00f3n despu\u00e9s de la temporada:",
+    "LabelAirsBeforeEpisode": "Transmisi\u00f3n antes del episodio:",
+    "LabelTreatImageAs": "Tratar imagen como:",
+    "LabelDisplayOrder": "Ordenamiento de despliegue:",
+    "LabelDisplaySpecialsWithinSeasons": "Desplegar especiales dentro de las temporadas en que fueron transmitidos",
+    "HeaderCountries": "Pa\u00edses",
+    "HeaderGenres": "G\u00e9neros",
+    "HeaderPlotKeywords": "Palabras clave de la Trama",
+    "HeaderStudios": "Estudios",
+    "HeaderTags": "Etiquetas",
+    "HeaderMetadataSettings": "Configuraciones de los metadatos",
+    "LabelLockItemToPreventChanges": "Bloquear este \u00edtem para evitar cambios futuros",
+    "MessageLeaveEmptyToInherit": "Dejar vac\u00edo para heredar la configuraci\u00f3n del \u00edtem padre, o el valor global por omisi\u00f3n.",
+    "TabDonate": "Donar",
+    "HeaderDonationType": "Tipo de Donaci\u00f3n:",
+    "OptionMakeOneTimeDonation": "Hacer una donaci\u00f3n independiente",
+    "OptionOneTimeDescription": "Esta es una donaci\u00f3n adicional para mostrar tu apoyo al equipo. No tiene ning\u00fan beneficio adicional ni producir\u00e1 una clave de aficionado.",
+    "OptionLifeTimeSupporterMembership": "Membres\u00eda de aficionado vitalicia",
+    "OptionYearlySupporterMembership": "Membres\u00eda anual de aficionado",
+    "OptionMonthlySupporterMembership": "Membres\u00eda mensual de aficionado",
+    "HeaderSupporterBenefit": "La membres\u00eda de aficionado proporciona beneficios adicionales tales como acceso a complementos premium, contenidos de canales de internet y m\u00e1s.",
+    "OptionNoTrailer": "Sin Avance",
+    "OptionNoThemeSong": "Sin Canci\u00f3n del Tema",
+    "OptionNoThemeVideo": "Sin Video del Tema",
+    "LabelOneTimeDonationAmount": "Cantidad a donar:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Compositor",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Estrella invitada",
+    "OptionProducer": "Productor",
+    "OptionWriter": "Escritor",
+    "LabelAirDays": "Se emite los d\u00edas:",
+    "LabelAirTime": "Duraci\u00f3n:",
+    "HeaderMediaInfo": "Info del Medio",
+    "HeaderPhotoInfo": "Info de Fotograf\u00eda:",
+    "HeaderInstall": "Instalar",
+    "LabelSelectVersionToInstall": "Seleccionar versi\u00f3n a instalar:",
+    "LinkSupporterMembership": "Conozca m\u00e1s sobre la Membres\u00eda de Aficionado",
+    "MessageSupporterPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa despu\u00e9s del periodo de prueba de 14 d\u00edas.",
+    "MessagePremiumPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa para poder comprarlo despu\u00e9s del periodo de prueba de 14 d\u00edas.",
+    "HeaderReviews": "Rese\u00f1as",
+    "HeaderDeveloperInfo": "Info del desarrollador",
+    "HeaderRevisionHistory": "Historial de Versiones",
+    "ButtonViewWebsite": "Ver sitio web",
+    "LabelRecurringDonationCanBeCancelledHelp": "Las donaciones recurrente pueden ser canceladas en cualquier momento desde su cuenta PayPal.",
+    "HeaderXmlSettings": "Configuraci\u00f3n XML",
+    "HeaderXmlDocumentAttributes": "Atributos del Documento XML",
+    "HeaderXmlDocumentAttribute": "Atributo del Documento XML",
+    "XmlDocumentAttributeListHelp": "Estos atributos son aplicados al elemento ra\u00edz de cada respuesta XML.",
+    "OptionSaveMetadataAsHidden": "Guardar metadatos e im\u00e1genes como archivos ocultos",
+    "LabelExtractChaptersDuringLibraryScan": "Extraer im\u00e1genes de cap\u00edtulos durante el escaneo de la biblioteca",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Si se activa, las im\u00e1genes de cap\u00edtulos ser\u00e1n extra\u00eddas cuando los videos sean importados durante el escaneo de la biblioteca. Si se deshabilita, ser\u00e1n extra\u00eddas durante la ejecuci\u00f3n de la tarea programada de extracci\u00f3n de im\u00e1genes de cap\u00edtulos, permiti\u00e9ndo que el escaneo normal de la biblioteca se complete m\u00e1s r\u00e1pidamente.",
+    "LabelConnectUserName": "Nombre de Usuario\/email de Media Browser:",
+    "LabelConnectUserNameHelp": "Conectar este usuario a una cuenta de Media Browser para habilitar un un inicio de sesi\u00f3n simplificado de Media Browser en cualquier aplicaci\u00f3n sin tener que conocer la direcci\u00f3n IP del servidor.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Conocer m\u00e1s sobre Media Browser Connect.",
+    "LabelExternalPlayers": "Reproductores Externos:",
+    "LabelExternalPlayersHelp": "Despliega botones para reproducir contenido en reproductores externos. Esto s\u00f3lo est\u00e1 disponible en dispositivos que soporten esquemas URL, generalmente Android e iOS. Con reproductores externos normalmente no se cuenta con soporte para control remoto o reinicio.",
+    "HeaderSubtitleProfile": "Perf\u00edl de Subt\u00edtulo",
+    "HeaderSubtitleProfiles": "Perfiles de Subt\u00edtulos",
+    "HeaderSubtitleProfilesHelp": "Los perfiles de subt\u00edtulos describen el formato del subt\u00edtulo soportado por el dispositivo.",
+    "LabelFormat": "Formato:",
+    "LabelMethod": "M\u00e9todo:",
+    "LabelDidlMode": "Modo DIDL:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "Elemento res",
+    "OptionEmbedSubtitles": "Embeber dentro del contenedor",
+    "OptionExternallyDownloaded": "Descarga externa",
+    "OptionHlsSegmentedSubtitles": "Subt\u00edtulos segmentados HIs",
+    "LabelSubtitleFormatHelp": "Ejemplo: srt",
+    "ButtonLearnMore": "Aprenda m\u00e1s",
+    "TabPlayback": "Reproducci\u00f3n",
+    "HeaderTrailersAndExtras": "Avances & Extras",
+    "OptionFindTrailers": "Buscar avances desde internet autom\u00e1ticamente",
+    "HeaderLanguagePreferences": "Preferencias de Lenguaje",
+    "TabCinemaMode": "Modo Cine",
+    "TitlePlayback": "Reproducci\u00f3n",
+    "LabelEnableCinemaModeFor": "Habilitar modo cine para:",
+    "CinemaModeConfigurationHelp": "El modo cine trae la experiencia del cine directo al la sala de TV con la habilidad de reproducir avances e intros personalizados antes de la presentaci\u00f3n estelar.",
+    "OptionTrailersFromMyMovies": "Incluir avances de pel\u00edculas en mi biblioteca",
+    "OptionUpcomingMoviesInTheaters": "Incluir avances para pel\u00edculas nuevas y por estrenar",
+    "LabelLimitIntrosToUnwatchedContent": "Solo usar avances de contenido no reproducido",
+    "LabelEnableIntroParentalControl": "Habilitar control parental inteligente",
+    "LabelEnableIntroParentalControlHelp": "Los avances s\u00f3lo ser\u00e1n seleccionados con una clasificaci\u00f3n parental igual o menor a la del contenido que se est\u00e1 reproduciendo.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estas caractwr\u00edsticas requieren de una membres\u00eda de aficionado activa y de la instalaci\u00f3n del complemento del canal de avances.",
+    "OptionTrailersFromMyMoviesHelp": "Requiere configurar avances locales.",
+    "LabelCustomIntrosPath": "Trayectoria para intros personalizados:",
+    "LabelCustomIntrosPathHelp": "Un folder que contiene archivos de video. Un video ser\u00e1 seleccionado aleatoriamente y reproducido despu\u00e9s de los avances.",
+    "ValueSpecialEpisodeName": "Especial: {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Avances de Internet",
+    "OptionUpcomingDvdMovies": "Incluir avances de pel\u00edculas en DVD y Blu-ray nuevas y por estrenar",
+    "OptionUpcomingStreamingMovies": "Incluir avances de pel\u00edculas nuevas o por estrenar en Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Desplegar avances dentro de las sugerencias de pel\u00edculas",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requiere la instalaci\u00f3n del canal de avances.",
+    "CinemaModeConfigurationHelp2": "Los usuarios individuales podr\u00e1n desactivar el modo cine desde sus preferencias personales.",
+    "LabelEnableCinemaMode": "Activar modo cine",
+    "HeaderCinemaMode": "Modo cine",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Bienvenido al Panel de Control de Media Browser",
+    "LabelDateAddedBehavior": "Comportamiento de fecha de adici\u00f3n para nuevo contenido:",
+    "OptionDateAddedImportTime": "Emplear la fecha de escaneo en la biblioteca",
+    "OptionDateAddedFileTime": "Emplear fecha de creaci\u00f3n del archivo",
+    "LabelDateAddedBehaviorHelp": "Si se encuentra un valor en los metadados siempre ser\u00e1 empleado antes que cualquiera de estas opciones.",
+    "LabelNumberTrailerToPlay": "N\u00famero de avances a reproducir:",
+    "TitleDevices": "Dispositivos",
+    "TabCameraUpload": "Subida de C\u00e1mara",
+    "TabDevices": "Dispositivos",
+    "HeaderCameraUploadHelp": "Suba a Media Broswer fotos y videos tomados desde sus dispositivos m\u00f3viles de forma autom\u00e1tica.",
+    "MessageNoDevicesSupportCameraUpload": "Actualmente no cuenta con ning\u00fan dispositivo que soporte subida desde c\u00e1mara.",
+    "LabelCameraUploadPath": "Ruta de subida desde c\u00e1mara:",
+    "LabelCameraUploadPathHelp": "Seleccione una ruta personalizada. si lo desea. Si no se especifica, se emplear\u00e1 una carpeta por omisi\u00f3n.",
+    "LabelCreateCameraUploadSubfolder": "Crear una subcarpeta para cada dispositivo",
+    "LabelCreateCameraUploadSubfolderHelp": "Se pueden especificar carpetas espec\u00edficas para un dispositivo haciendo clic en \u00e9l desde la p\u00e1gina de Dispositivos.",
+    "LabelCustomDeviceDisplayName": "Nombre a Desplegar:",
+    "LabelCustomDeviceDisplayNameHelp": "Proporcione un nombre a desplegar personalizado o d\u00e9jelo vac\u00edo para usar el nombre reportado por el dispositivo.",
+    "HeaderInviteUser": "Invitar Usuario",
+    "LabelConnectInviteUserHelp": "Este es el nombre de usuario o correo electr\u00f3nico que usa su amigo para iniciar sesi\u00f3n en el sitio web de Media Browser.",
+    "HeaderInviteUserHelp": "Compartir sus medios con amigos es m\u00e1s f\u00e1cil que nunca con Media Browser Connect.",
+    "ButtonSendInvitation": "Enviar invitaci\u00f3n",
+    "HeaderGuests": "Invitados",
+    "HeaderLocalUsers": "Usuarios Locales",
+    "HeaderPendingInvitations": "Invitaciones Pendientes",
+    "TabParentalControl": "Control Parental",
+    "HeaderAccessSchedule": "Acceder Programaci\u00f3n",
+    "HeaderAccessScheduleHelp": "Crear programaci\u00f3n de acceso para limitar el acceso a ciertos horarios.",
+    "ButtonAddSchedule": "Agregar Programaci\u00f3n",
+    "LabelAccessDay": "D\u00eda de la semana:",
+    "LabelAccessStart": "Horario de comienzo:",
+    "LabelAccessEnd": "Horario de fin:",
+    "HeaderSchedule": "Programacion",
+    "OptionEveryday": "Todos los d\u00edas",
+    "OptionWeekdays": "D\u00edas de semana",
+    "OptionWeekends": "Fines de semana",
+    "MessageProfileInfoSynced": "La informaci\u00f3n del perfil de usuario se ha sincronizado con Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Opcional: Vincular tu cuenta de Media Browser",
+    "ButtonTrailerReel": "Carrete de Avances",
+    "HeaderTrailerReel": "Carrete de Avances",
+    "OptionPlayUnwatchedTrailersOnly": "Reproducir \u00fanicamente avances no vistos",
+    "HeaderTrailerReelHelp": "Iniciar un carrete de avances para reproducir una lista de reproducci\u00f3n de larga duraci\u00f3n de avances.",
+    "MessageNoTrailersFound": "No se encontraron avances. Instalar el complemento \"Canal trailers\" para importar una biblioteca de avances de internet.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/fr.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Quitter",
-    "OptionReportAdultVideos": "Vid\u00e9os adultes",
     "LabelVisitCommunity": "Visiter la Communaut\u00e9",
-    "ButtonMore": "Voir la suite",
     "LabelGithubWiki": "GitHub Wiki",
-    "HeaderActivity": "Activit\u00e9",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} a commenc\u00e9",
     "LabelStandard": "Standard",
-    "ScheduledTaskCancelledWithName": "{0} a \u00e9t\u00e9 annul\u00e9",
     "LabelViewApiDocumentation": "Consulter la documentation API",
-    "ScheduledTaskCompletedWithName": "{0} termin\u00e9",
     "LabelBrowseLibrary": "Parcourir la biblioth\u00e8que",
-    "ScheduledTaskFailed": "T\u00e2che planifi\u00e9e termin\u00e9e",
     "LabelConfigureMediaBrowser": "Configurer Media Browser",
-    "PluginInstalledWithName": "{0} a \u00e9t\u00e9 install\u00e9",
     "LabelOpenLibraryViewer": "Ouvrir le navigateur de biblioth\u00e8que",
-    "PluginUpdatedWithName": "{0} a \u00e9t\u00e9 mise \u00e0 jour",
     "LabelRestartServer": "Red\u00e9marrer le Serveur",
-    "PluginUninstalledWithName": "{0} a \u00e9t\u00e9 d\u00e9sinstall\u00e9",
     "LabelShowLogWindow": "Afficher la fen\u00eatre du journal d'\u00e9v\u00e8nements",
-    "ScheduledTaskFailedWithName": "{0} a \u00e9chou\u00e9",
     "LabelPrevious": "Pr\u00e9c\u00e9dent",
-    "ItemAddedWithName": "{0} a \u00e9t\u00e9 ajout\u00e9 \u00e0 la biblioth\u00e8que",
     "LabelFinish": "Terminer",
-    "ItemRemovedWithName": "{0} a \u00e9t\u00e9 supprim\u00e9 de la biblioth\u00e8que",
     "LabelNext": "Suivant",
-    "DeviceOnlineWithName": "{0} est connect\u00e9",
     "LabelYoureDone": "Vous avez Termin\u00e9!",
-    "UserOnlineFromDevice": "{0} s'est connect\u00e9(e) depuis {1}",
     "WelcomeToMediaBrowser": "Bienvenue \u00e0 Media Browser!",
-    "DeviceOfflineWithName": "{0} s'est d\u00e9connect\u00e9(e)",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} s'est d\u00e9connect\u00e9(e) depuis {1}",
     "ThisWizardWillGuideYou": "Cet assistant vous guidera dans le processus de configuration. Pour commencer, merci de s\u00e9lectionner votre langue pr\u00e9f\u00e9r\u00e9e.",
-    "SubtitlesDownloadedForItem": "Les sous-titres de {0} sont t\u00e9l\u00e9charg\u00e9s",
     "TellUsAboutYourself": "Parlez-nous de vous",
-    "SubtitleDownloadFailureForItem": "Le t\u00e9l\u00e9chargement des sous-titres pour {0} a \u00e9chou\u00e9.",
     "LabelYourFirstName": "Votre pr\u00e9nom:",
-    "LabelRunningTimeValue": "Dur\u00e9e: {0}",
     "MoreUsersCanBeAddedLater": "D'autres utilisateurs pourront \u00eatre ajout\u00e9s ult\u00e9rieurement \u00e0 partir du tableau de bord.",
-    "LabelIpAddressValue": "Adresse IP: {0}",
     "UserProfilesIntro": "Media Browser supporte nativement les profils utilisateurs, donnant la possibilit\u00e9 pour chaque utilisateur d'avoir ses propres param\u00e8tres d'affichage, \u00e9tats de lecture et param\u00e8tres de contr\u00f4le parental.",
-    "UserConfigurationUpdatedWithName": "La configuration utilisateur de {0} a \u00e9t\u00e9 mise \u00e0 jour",
     "LabelWindowsService": "Service Windows",
-    "UserCreatedWithName": "L'utilisateur {0} a \u00e9t\u00e9 cr\u00e9\u00e9.",
     "AWindowsServiceHasBeenInstalled": "Un service Windows a \u00e9t\u00e9 install\u00e9.",
-    "UserPasswordChangedWithName": "Le mot de passe pour l'utilisateur {0} a \u00e9t\u00e9 modifi\u00e9.",
     "WindowsServiceIntro1": "Media Browser fonctionne normalement en tant qu'application sur le bureau avec une ic\u00f4ne dans la barre des t\u00e2ches, mais si vous pr\u00e9f\u00e9rez le lancer en tant que service d'arri\u00e8re-plan, il peut \u00eatre d\u00e9marr\u00e9 via le gestionnaire de services Windows.",
-    "UserDeletedWithName": "L'utilisateur {0} a \u00e9t\u00e9 supprim\u00e9.",
     "WindowsServiceIntro2": "Si le service Windows est utilis\u00e9, veuillez noter qu'il ne peut pas fonctionner en m\u00eame temps que l'application dans la barre des t\u00e2ches, il faut donc fermer l'application de la barre des t\u00e2ches pour pouvoir ex\u00e9cuter le service. Le service devra aussi \u00eatre configur\u00e9 avec les droits administrateurs via le panneau de configuration. Veuillez noter qu'actuellement la mise \u00e0 jour automatique du service n'est pas disponible, les mises \u00e0 jour devront donc se faire manuellement.",
-    "MessageServerConfigurationUpdated": "La configuration du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
     "WizardCompleted": "C'est tout ce dont nous avons besoin pour l'instant. Media Browser a commenc\u00e9 la collecte d'information sur votre biblioth\u00e8que de m\u00e9dia. Visitez quelques unes de nos applications, ensuite cliquez <b>Terminer<\/b> pour voir le <b>Tableau de bord<\/b>",
-    "MessageNamedServerConfigurationUpdatedWithValue": "La configuration de la section {0} du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
     "LabelConfigureSettings": "Configurer les param\u00e8tres",
-    "MessageApplicationUpdated": "Media Browser Server a \u00e9t\u00e9 mise \u00e0 jour.",
     "LabelEnableVideoImageExtraction": "Activer l'extraction d'image des videos",
-    "AuthenticationSucceededWithUserName": "{0} s'est authentifi\u00e9 avec succ\u00e8s",
     "VideoImageExtractionHelp": "Pour les vid\u00e9os sans image et pour lesquelles nous n'avons pas trouv\u00e9 d'images sur Internet. Ce processus prolongera la mise \u00e0 jour initiale de la biblioth\u00e8que mais offrira un meilleur rendu visuel.",
-    "FailedLoginAttemptWithUserName": "Echec d'une tentative de connexion de {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extraire les images de chapitre pour les films",
-    "UserStartedPlayingItemWithValues": "{0} vient de commencer \u00e0 lire {1}",
     "LabelChapterImageExtractionForMoviesHelp": "L'extraction d'images de chapitre permettra aux clients d'afficher des menus visuels pour la s\u00e9lection des sc\u00e8nes. Le processus peut \u00eatre long et consommateur de ressources du processeur et de stockage (plusieurs gigaoctets). Il s'ex\u00e9cute par d\u00e9faut comme t\u00e2che programm\u00e9e \u00e0 4:00 (AM) mais son param\u00e9trage peut \u00eatre modifi\u00e9 dans les options des t\u00e2ches programm\u00e9es. Il est d\u00e9conseill\u00e9 d'ex\u00e9cuter cette t\u00e2che durant les heures d'utilisation normales.",
-    "UserStoppedPlayingItemWithValues": "{0} vient d'arr\u00eater de lire {1}",
     "LabelEnableAutomaticPortMapping": "Activer la configuration automatique de port",
-    "AppDeviceValues": "Application : {0}, P\u00e9riph\u00e9rique : {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP permet la configuration automatique de routeurs pour un acc\u00e8s \u00e0 distance facile. Ceci peut ne pas fonctionner sur certains mod\u00e8les de routeur.",
-    "ProviderValue": "Fournisseur : {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Taille limite de t\u00e9l\u00e9chargement (Go) :",
     "ButtonCancel": "Annuler",
-    "LabelChannelDownloadSizeLimitHelpText": "Limiter la taille du r\u00e9pertoire de t\u00e9l\u00e9chargement des cha\u00eenes.",
-    "HeaderRecentActivity": "Activit\u00e9 r\u00e9cente",
     "ButtonNew": "Nouveau",
-    "HeaderPeople": "Personnes",
     "HeaderSetupLibrary": "Configurer votre biblioth\u00e8que de m\u00e9dia",
-    "HeaderDownloadPeopleMetadataFor": "T\u00e9l\u00e9charger la biographie et les images pour:",
     "ButtonAddMediaFolder": "Ajouter un r\u00e9pertoire de m\u00e9dia",
-    "OptionComposers": "Compositeurs",
     "LabelFolderType": "Type de r\u00e9pertoire:",
-    "OptionOthers": "Autres",
     "MediaFolderHelpPluginRequired": "* Requiert l'utilisation d'un plug-in, Ex: GameBrowser ou MB BookShelf",
     "ReferToMediaLibraryWiki": "Se r\u00e9f\u00e9rer au wiki des biblioth\u00e8ques de m\u00e9dia",
-    "HeaderDownloadPeopleMetadataForHelp": "Activer les options compl\u00e9mentaires fournira plus d'information \u00e0 l'\u00e9cran mais causera une lenteur des scans de librairie.",
     "LabelCountry": "Pays:",
-    "ViewTypeFolders": "R\u00e9pertoires",
     "LabelLanguage": "Langue:",
-    "LabelDisplayFoldersView": "Afficher une vue mosa\u00efque pour montrer les dossiers media en int\u00e9gralit\u00e9.",
     "HeaderPreferredMetadataLanguage": "Langue pr\u00e9f\u00e9r\u00e9e pour les m\u00e9tadonn\u00e9es:",
-    "ViewTypeLiveTvRecordingGroups": "Enregistrements",
     "LabelSaveLocalMetadata": "Enregistrer les images et m\u00e9tadonn\u00e9es dans les r\u00e9pertoires de m\u00e9dia",
-    "ViewTypeLiveTvChannels": "Cha\u00eenes",
     "LabelSaveLocalMetadataHelp": "Enregistrer les images et m\u00e9tadonn\u00e9es dans les r\u00e9pertoires de m\u00e9dia va les placer \u00e0 un endroit o\u00f9 elles pourront facilement \u00eatre modifi\u00e9es.",
-    "LabelAllowLocalAccessWithoutPassword": "Autoriser l'acc\u00e8s local sans un mot de passe",
     "LabelDownloadInternetMetadata": "T\u00e9l\u00e9charger les images et m\u00e9tadonn\u00e9es depuis Internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Si activ\u00e9, le mot de passe ne sera pas requis pour s'authentifier depuis le r\u00e9seau local.",
     "LabelDownloadInternetMetadataHelp": "Media Browser peut t\u00e9l\u00e9charger des m\u00e9tadonn\u00e9es sur vos m\u00e9dia pour en offrir une pr\u00e9sentation plus riche.",
-    "HeaderPassword": "Mot de passe",
     "TabPreferences": "Pr\u00e9f\u00e9rences",
-    "HeaderLocalAccess": "Acc\u00e8s local",
     "TabPassword": "Mot de passe",
-    "HeaderViewOrder": "Ordre d'affichage",
     "TabLibraryAccess": "Acc\u00e8s aux biblioth\u00e8ques",
-    "LabelSelectUserViewOrder": "Choisir l'ordre d'affichage qui sera utilis\u00e9 dans les applications de Media Browser",
     "TabImage": "Image",
-    "LabelMetadataRefreshMode": "Mode de mis \u00e0 jour des m\u00e9tadonn\u00e9es:",
     "TabProfile": "Profil",
-    "LabelImageRefreshMode": "Mode de mise \u00e0 jour d'image:",
     "TabMetadata": "M\u00e9tadonn\u00e9es",
-    "OptionDownloadMissingImages": "T\u00e9l\u00e9charger les images manquantes",
     "TabImages": "Images",
-    "OptionReplaceExistingImages": "Remplacer les images existantes",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Actualiser toutes les donn\u00e9es",
     "TabCollectionTitles": "Titres",
-    "OptionAddMissingDataOnly": "Ajouter uniquement les donn\u00e9es manquantes",
     "LabelDisplayMissingEpisodesWithinSeasons": "Afficher les \u00e9pisodes manquants dans les saisons",
-    "OptionLocalRefreshOnly": "Mise \u00e0 jour uniquement locale",
     "LabelUnairedMissingEpisodesWithinSeasons": "Afficher les \u00e9pisodes non diffus\u00e9s dans les saisons",
-    "HeaderRefreshMetadata": "Actualiser les m\u00e9tadonn\u00e9es",
     "HeaderVideoPlaybackSettings": "Param\u00e8tres de lecture video",
-    "HeaderPersonInfo": "Info personne",
     "HeaderPlaybackSettings": "Param\u00e8tres de lecture",
-    "HeaderIdentifyItem": "El\u00e9ment d'identification",
     "LabelAudioLanguagePreference": "Param\u00e8tres de langue audio:",
-    "HeaderIdentifyItemHelp": "Entrer un ou plusieurs crit\u00e8res de recherche. Retirer les crit\u00e8res pour avoir un r\u00e9sultat de la recherche plus important.",
     "LabelSubtitleLanguagePreference": "Param\u00e8tres de langue de sous-titre",
-    "HeaderConfirmDeletion": "Confirmer suppression",
     "OptionDefaultSubtitles": "Par d\u00e9faut",
-    "LabelFollowingFileWillBeDeleted": "Le fichier suivant a \u00e9t\u00e9 supprim\u00e9:",
     "OptionOnlyForcedSubtitles": "Seulement les sous-titres forc\u00e9s",
-    "LabelIfYouWishToContinueWithDeletion": "Si vous souhaitez continuer, veuillez confirmer en entrant la valeur de :",
     "OptionAlwaysPlaySubtitles": "Toujours afficher les sous-titres",
-    "ButtonIdentify": "Identifier",
     "OptionNoSubtitles": "Aucun sous-titre",
-    "LabelAlbumArtist": "Album de l'artiste",
     "OptionDefaultSubtitlesHelp": "Les sous-titres correspondants \u00e0 la langue pr\u00e9f\u00e9r\u00e9e seront charg\u00e9s lorsque la langue audio est \u00e9trang\u00e8re.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Seulement les sous-titres forc\u00e9s seront charg\u00e9s.",
-    "LabelCommunityRating": "Classement communaut\u00e9:",
     "OptionAlwaysPlaySubtitlesHelp": "Les sous-titres correspondants \u00e0 la langue pr\u00e9f\u00e9r\u00e9e seront charg\u00e9s peu importe la langue audio.",
-    "LabelVoteCount": "Compteur de vote:",
     "OptionNoSubtitlesHelp": "Les sous-titres ne seront pas charg\u00e9s par d\u00e9faut.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profils",
-    "LabelCriticRating": "Score des critiques:",
     "TabSecurity": "S\u00e9curit\u00e9",
-    "LabelCriticRatingSummary": "R\u00e9sum\u00e9 du score de la critique:",
     "ButtonAddUser": "Ajouter utilisateur",
-    "LabelAwardSummary": "R\u00e9sum\u00e9 des R\u00e9compenses:",
-    "LabelWebsite": "Site Web:",
     "ButtonAddLocalUser": "Ajouter utilisateur local",
-    "LabelTagline": "Slogan:",
     "ButtonInviteUser": "Inviter un utilisateur",
     "ButtonSave": "Sauvegarder",
-    "LabelOverview": "R\u00e9sum\u00e9:",
     "ButtonResetPassword": "R\u00e9initialiser mot de passe",
-    "LabelShortOverview": "Court r\u00e9sum\u00e9:",
     "LabelNewPassword": "Nouveau mot de passe :",
-    "LabelReleaseDate": "Date de sortie :",
     "LabelNewPasswordConfirm": "Confirmer le nouveau mot de passe :",
-    "LabelYear": "Ann\u00e9e :",
     "HeaderCreatePassword": "Cr\u00e9er un mot de passe",
-    "LabelPlaceOfBirth": "Lieu de naissance:",
     "LabelCurrentPassword": "Mot de passe actuel :",
-    "LabelEndDate": "Date de fin:",
     "LabelMaxParentalRating": "Note maximale d'\u00e9valuation de contr\u00f4le parental:",
-    "LabelAirDate": "Jours de diffusion",
     "MaxParentalRatingHelp": "Le contenu avec une note d'\u00e9valuation de contr\u00f4le parental plus \u00e9lev\u00e9e ne sera pas visible par cet utilisateur.",
-    "LabelAirTime:": "Heur de diffusion:",
     "LibraryAccessHelp": "Selectionnez le r\u00e9pertoire de m\u00e9dia \u00e0 partager avec cet utilisateur. Les administrateurs pourront modifier tous les r\u00e9pertoires en utilisant le gestionnaire de m\u00e9tadonn\u00e9es.",
-    "LabelRuntimeMinutes": "Dur\u00e9e (minutes):",
     "ChannelAccessHelp": "S\u00e9lectionner les cha\u00eenes \u00e0 partager avec cet utilisateur. Les administrateurs pourront modifier toutes les cha\u00eenes par le gestionnaire de m\u00e9tadonn\u00e9es.",
-    "LabelParentalRating": "Avis parents:",
     "ButtonDeleteImage": "Supprimer l'image",
-    "LabelCustomRating": "Avis personnel:",
     "LabelSelectUsers": "S\u00e9lectionner utilisateurs:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Envoyer",
-    "LabelRevenue": "Gains ($)",
     "HeaderUploadNewImage": "Envoyer nouvelle image",
-    "LabelOriginalAspectRatio": "Ratio d'aspect original:",
     "LabelDropImageHere": "Placer l'image ici",
-    "LabelPlayers": "Joueurs:",
     "ImageUploadAspectRatioHelp": "Rapport d'aspect 1:1 recommand\u00e9. Seulement JPG\/PNG.",
-    "Label3DFormat": "Format 3D:",
     "MessageNothingHere": "Rien ici.",
-    "HeaderAlternateEpisodeNumbers": "Num\u00e9ros d'\u00e9pisode alternatif",
     "MessagePleaseEnsureInternetMetadata": "Veuillez vous assurer que le t\u00e9l\u00e9chargement des m\u00e9tadonn\u00e9es depuis Internet est activ\u00e9.",
-    "HeaderSpecialEpisodeInfo": "Information \u00e9pisode sp\u00e9cial",
     "TabSuggested": "Sugg\u00e9r\u00e9s",
-    "HeaderExternalIds": "Identifiants externes",
     "TabLatest": "Plus r\u00e9cents",
-    "LabelDvdSeasonNumber": "Num\u00e9ro de saison DVD :",
     "TabUpcoming": "\u00c0 venir",
-    "LabelDvdEpisodeNumber": "Num\u00e9ro d'Episode DVD:",
     "TabShows": "S\u00e9ries",
-    "LabelAbsoluteEpisodeNumber": "Num\u00e9ro absolu d'\u00e9pisode:",
     "TabEpisodes": "\u00c9pisodes",
-    "LabelAirsBeforeSeason": "Diffusion avant la saison :",
     "TabGenres": "Genres",
-    "LabelAirsAfterSeason": "Diffusion apr\u00e8s la saison :",
     "TabPeople": "Personnes",
-    "LabelAirsBeforeEpisode": "Diffusion avant l'\u00e9pisode :",
     "TabNetworks": "R\u00e9seaux",
-    "LabelTreatImageAs": "Consid\u00e9rer l'image comme:",
     "HeaderUsers": "Utilisateurs",
-    "LabelDisplayOrder": "Param\u00e8tres d'affichage",
     "HeaderFilters": "Filtres:",
-    "LabelDisplaySpecialsWithinSeasons": "Afficher les r\u00e9sultats sp\u00e9ciaux dans les saisons diffus\u00e9es en",
     "ButtonFilter": "Filtre",
-    "HeaderCountries": "Pays",
     "OptionFavorite": "Favoris",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Aim\u00e9s",
-    "HeaderPlotKeywords": "afficher les mots cl\u00e9s",
     "OptionDislikes": "Non aim\u00e9s",
-    "HeaderStudios": "Studios",
     "OptionActors": "Acteur(e)s",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Invit\u00e9s sp\u00e9ciaux",
-    "HeaderMetadataSettings": "R\u00e9glages m\u00e9tadonn\u00e9es",
     "OptionDirectors": "R\u00e9alisateurs",
-    "LabelLockItemToPreventChanges": "Verrouiller cet \u00e9l\u00e9ment pour eviter de futures modifications",
     "OptionWriters": "Auteur(e)s",
-    "MessageLeaveEmptyToInherit": "Laisser vide pour h\u00e9riter des r\u00e9glages de l'\u00e9l\u00e9ment parent, ou de la valeur globale par d\u00e9faut.",
     "OptionProducers": "Producteurs",
-    "TabDonate": "Faire un don",
     "HeaderResume": "Reprendre",
-    "HeaderDonationType": "Type de don :",
     "HeaderNextUp": "Prochains \u00e0 voir",
-    "OptionMakeOneTimeDonation": "Faire un don s\u00e9par\u00e9",
     "NoNextUpItemsMessage": "Aucun trouv\u00e9. Commencez \u00e0 regarder vos s\u00e9ries!",
-    "OptionOneTimeDescription": "Il s'agit d'une donation additionnel \u00e0 l'\u00e9quipe pour montrer votre support. Ce ne vous apportera pas de b\u00e9n\u00e9fices suppl\u00e9mentaires et ne vous donnera pas une cl\u00e9 de supporter.",
     "HeaderLatestEpisodes": "\u00c9pisodes les plus r\u00e9cents",
-    "OptionLifeTimeSupporterMembership": "Partenariat de supporter \u00e0 vie",
     "HeaderPersonTypes": "Types de personne:",
-    "OptionYearlySupporterMembership": "Partenariat de supporter annuel",
     "TabSongs": "Chansons",
-    "OptionMonthlySupporterMembership": "Partenariat de supporter mensuel",
     "TabAlbums": "Albums",
-    "HeaderSupporterBenefit": "Une participation comme supporter fournit des avantages additionnel comme des acc\u00e8s \u00e0 des plugins premium, du contenu de chaines internet, et plus encore.",
     "TabArtists": "Artistes",
-    "OptionNoTrailer": "Aucune bande-annonce",
     "TabAlbumArtists": "Artistes sur l'album",
-    "OptionNoThemeSong": "Pas de th\u00e8me de musique",
     "TabMusicVideos": "Videos musicales",
-    "OptionNoThemeVideo": "Pas de th\u00e8me vid\u00e9o",
     "ButtonSort": "Trier",
-    "LabelOneTimeDonationAmount": "Montant du don :",
     "HeaderSortBy": "Trier par:",
-    "OptionActor": "Acteur(trice)",
     "HeaderSortOrder": "Ordre de tri :",
-    "OptionComposer": "Compositeur:",
     "OptionPlayed": "Lu",
-    "OptionDirector": "R\u00e9alisateur:",
     "OptionUnplayed": "Non lu",
-    "OptionGuestStar": "Invit\u00e9s d'honneur",
     "OptionAscending": "Ascendant",
-    "OptionProducer": "Producteur",
     "OptionDescending": "Descendant",
-    "OptionWriter": "Sc\u00e9nariste",
     "OptionRuntime": "Dur\u00e9e",
-    "LabelAirDays": "Jours de diffusion",
-    "LabelAirTime": "Heure de diffusion",
     "OptionReleaseDate": "Date de sortie",
     "OptionPlayCount": "Nombre de lectures",
-    "HeaderMediaInfo": "Information m\u00e9dia",
     "OptionDatePlayed": "Date lu",
-    "HeaderPhotoInfo": "Information photo",
     "OptionDateAdded": "Date d'ajout",
-    "HeaderInstall": "Install\u00e9",
     "OptionAlbumArtist": "Artiste de l'album",
-    "LabelSelectVersionToInstall": "S\u00e9lectionner la version \u00e0 installer :",
     "OptionArtist": "Artiste",
-    "LinkSupporterMembership": "En savoir plus sur le partenariat de supporter",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "Ce plugin requiert un compte supporter actif apr\u00e8s la p\u00e9riode d'essai gratuit de 14 jours.",
     "OptionTrackName": "Nom du morceau",
-    "MessagePremiumPluginRequiresMembership": "Ce plugin requiert un compte supporter actif afin de l'acheter apr\u00e8s les 14 jours d'essais gratuits",
     "OptionCommunityRating": "Note de la communaut\u00e9",
-    "HeaderReviews": "Revues",
     "OptionNameSort": "Nom",
-    "HeaderDeveloperInfo": "Info d\u00e9velopeur",
     "OptionFolderSort": "R\u00e9pertoires",
-    "HeaderRevisionHistory": "Historique des r\u00e9visions",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "Voir le site",
     "OptionRevenue": "Recettes",
-    "LabelRecurringDonationCanBeCancelledHelp": "Des donations r\u00e9currentes peuvent \u00eatre annul\u00e9es \u00e0 tout moment depuis votre compte PayPal.",
     "OptionPoster": "Affiche",
-    "HeaderXmlSettings": "R\u00e9glages Xml",
     "OptionBackdrop": "Image d'arri\u00e8re-plan",
-    "HeaderXmlDocumentAttributes": "Attributs des documents Xml",
     "OptionTimeline": "Chronologie",
-    "HeaderXmlDocumentAttribute": "Attribut des documents Xml",
     "OptionThumb": "Vignette",
-    "XmlDocumentAttributeListHelp": "Ces attributs sont appliqu\u00e9s \u00e0 l'\u00e9l\u00e9ment racine de chaque r\u00e9ponse xml",
     "OptionBanner": "Banni\u00e8re",
-    "OptionSaveMetadataAsHidden": "Sauvegarder les m\u00e9ta-donn\u00e9es et les images en tant que fichier cach\u00e9s",
     "OptionCriticRating": "Note des critiques",
-    "LabelExtractChaptersDuringLibraryScan": "Extraire les images des chapitres pendant le scan de la biblioth\u00e8que",
     "OptionVideoBitrate": "D\u00e9bit vid\u00e9o",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Si activ\u00e9, les images de chapitres seront extraites lors de l'importation de vid\u00e9os pendant le balayage de la librairie. Si d\u00e9sactiv\u00e9 elles seront extraites pendant la t\u00e2che programm\u00e9e, permettant de terminer le balayage r\u00e9gulier de la librairie  de fa\u00e7on plus rapide",
     "OptionResumable": "Reprenable",
-    "LabelConnectUserName": "Nom d'utilisateur\/email Media Browser:",
     "ScheduledTasksHelp": "S\u00e9lectionnez une t\u00e2che pour ajuster sa programmation.",
-    "LabelConnectUserNameHelp": "Relier cet utilisateur \u00e0 un compte Media Browser pour activer une connexion facile depuis toute application sans avoir \u00e0 connaitre l'adresse IP du serveur.",
     "ScheduledTasksTitle": "T\u00e2ches planifi\u00e9es",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "En savoir plus sur Media Browser Connect",
     "TabMyPlugins": "Mes plugins",
-    "LabelExternalPlayers": "Lecteurs externes:",
     "TabCatalog": "Catalogue",
-    "LabelExternalPlayersHelp": "Afficher les boutons pour lire du contenu sur le lecteur externe. Cela est seulement valable sur des appareils supportant les url, g\u00e9n\u00e9ralement Android et iOS. Avec les lecteurs externes il n'y a g\u00e9n\u00e9ralement pas de support pour le contr\u00f4le \u00e0 distance ou la reprise.",
-    "HeaderSubtitleProfile": "Profil de sous-titre",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Mises \u00e0 jour automatiques",
-    "HeaderSubtitleProfiles": "Profils de sous-titre",
-    "HeaderSubtitleProfilesHelp": "Profils de sous titre d\u00e9crivant le format support\u00e9 par l'appareil",
     "HeaderNowPlaying": "Lecture en cours",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Derniers albums",
-    "LabelMethod": "M\u00e9thode:",
     "HeaderLatestSongs": "Derni\u00e8res chansons",
-    "LabelDidlMode": "Mode Didl:",
     "HeaderRecentlyPlayed": "Lus r\u00e9cemment",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Fr\u00e9quemment lus",
-    "OptionResElement": "R\u00e9solution d'\u00e9l\u00e9ment",
     "DevBuildWarning": "Les versions Dev incorporent les derniers d\u00e9veloppements. Mises \u00e0 jour fr\u00e9quemment, ces versions ne sont pas test\u00e9es. L'application peut planter et certaines fonctionalit\u00e9s peuvent ne pas fonctionner du tout.",
-    "OptionEmbedSubtitles": "Am\u00e9lior\u00e9 avec container",
     "LabelVideoType": "Type de vid\u00e9o:",
-    "OptionExternallyDownloaded": "T\u00e9l\u00e9chargement externe",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Sous-titres segment\u00e9 HIs",
     "OptionDvd": "DVD",
     "OptionIso": "ISO",
-    "LabelSubtitleFormatHelp": "Exemple: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Apprendre plus",
     "LabelFeatures": "Caract\u00e9ristiques:",
-    "TabPlayback": "Lecture",
     "LabelService": "Service :",
-    "HeaderTrailersAndExtras": "Bandes-annonces et extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Trouver automatiquement les bandes-annonces sur Internet",
     "LabelVersion": "Version :",
-    "HeaderLanguagePreferences": "Pr\u00e9f\u00e9rences de langue",
     "LabelLastResult": "Dernier r\u00e9sultat :",
-    "TabCinemaMode": "Mode cin\u00e9ma",
     "OptionHasSubtitles": "Sous-titres",
-    "TitlePlayback": "Lecture",
     "OptionHasTrailer": "Bande-annonce",
-    "LabelEnableCinemaModeFor": "Activer le mode cin\u00e9ma pour :",
     "OptionHasThemeSong": "Chanson th\u00e8me",
-    "CinemaModeConfigurationHelp": "Le mode cin\u00e9ma apporte l'exp\u00e9rience du cin\u00e9ma directement dans votre salon avec l'abilit\u00e9 de lire les bandes-annonces et les introductions personnalis\u00e9es avant le programme principal.",
     "OptionHasThemeVideo": "Vid\u00e9o th\u00e8me",
-    "OptionTrailersFromMyMovies": "Inclure les bandes-annonces des films dans la biblioth\u00e8que",
     "TabMovies": "Films",
-    "OptionUpcomingMoviesInTheaters": "Inclure les bandes-annonces des nouveaux et anciens films",
     "TabStudios": "Studios",
-    "LabelLimitIntrosToUnwatchedContent": "Utiliser uniquement les bandes-annonces du contenu non visionn\u00e9",
     "TabTrailers": "Bandes-annonces",
-    "LabelEnableIntroParentalControl": "Activer le control parental intelligent",
     "LabelArtists": "Artistes",
-    "LabelEnableIntroParentalControlHelp": "Les bandes-annonces ne pourront \u00eatre s\u00e9lectionn\u00e9es qu'avec un niveau d'acc\u00e8s \u00e9gal ou inf\u00e9rieur \u00e0 celui du contenu \u00e0 visionner.",
     "LabelArtistsHelp": "Usage multiple s\u00e9par\u00e9 ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Ces fonctionnalit\u00e9s n\u00e9cessitent un compte membre actif et l'installation du plugin Bande annonces.",
     "HeaderLatestMovies": "Films les plus r\u00e9cents",
-    "OptionTrailersFromMyMoviesHelp": "Requiert la configuration des bandes-annonces locales.",
     "HeaderLatestTrailers": "Derni\u00e8res bandes-annonces",
-    "LabelCustomIntrosPath": "Chemin des intros personnalis\u00e9es :",
     "OptionHasSpecialFeatures": "Bonus",
-    "LabelCustomIntrosPathHelp": "Un r\u00e9pertoire contenant des fichiers vid\u00e9os. Une vid\u00e9o sera s\u00e9lectionn\u00e9e al\u00e9atoirement et jou\u00e9e apr\u00e8s les bandes-annonces.",
     "OptionImdbRating": "Note IMDb",
-    "ValueSpecialEpisodeName": "Sp\u00e9cial - {0}",
     "OptionParentalRating": "Note d'\u00e9valuation de contr\u00f4le parental",
-    "LabelSelectInternetTrailersForCinemaMode": "Bandes-annonces Internet :",
     "OptionPremiereDate": "Date de la premi\u00e8re",
-    "OptionUpcomingDvdMovies": "Inclure les bandes annonces des nouveaux et prochains films en DVD et Blu-Ray",
     "TabBasic": "Standard",
-    "OptionUpcomingStreamingMovies": "Inclure les bandes annonces des nouveaux et prochains films de NetFlix",
     "TabAdvanced": "Avanc\u00e9",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Afficher les bandes-annonces dans les suggestions de film.",
     "HeaderStatus": "\u00c9tat",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "N\u00e9cessite l'installation du plugin Trailer",
     "OptionContinuing": "En continuation",
-    "CinemaModeConfigurationHelp2": "Les utilisateurs ont la possibilit\u00e9 de d\u00e9sactiver le mode cin\u00e9ma dans leurs propres pr\u00e9f\u00e9rences.",
     "OptionEnded": "Termin\u00e9",
-    "LabelEnableCinemaMode": "Activer le mode cin\u00e9ma",
     "HeaderAirDays": "Jours de diffusion",
-    "HeaderCinemaMode": "Mode cin\u00e9ma",
     "OptionSunday": "Dimanche",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Bienvenue dans le centre de contr\u00f4le de Media browser",
     "OptionMonday": "Lundi",
-    "LabelDateAddedBehavior": "Comportement de l'ajout des dates pour le nouveau contenu:",
     "OptionTuesday": "Mardi",
-    "OptionDateAddedImportTime": "Utiliser les dates scann\u00e9es dans la biblioth\u00e8ques",
     "OptionWednesday": "Mercredi",
-    "OptionDateAddedFileTime": "Utiliser la date de cr\u00e9ation de fichier",
     "OptionThursday": "Jeudi",
-    "LabelDateAddedBehaviorHelp": "Si une m\u00e9dadonn\u00e9e est pr\u00e9sente, elle sera toujours utilis\u00e9e avant toutes ces options.",
     "OptionFriday": "Vendredi",
-    "LabelNumberTrailerToPlay": "Nombre de bandes-annonces \u00e0 lire :",
     "OptionSaturday": "Samedi",
-    "TitleDevices": "P\u00e9riph\u00e9riques",
     "HeaderManagement": "Gestion",
-    "TabCameraUpload": "Upload de la cam\u00e9ra",
     "LabelManagement": "Gestion :",
-    "TabDevices": "P\u00e9riph\u00e9riques",
     "OptionMissingImdbId": "ID IMDb manquant",
-    "HeaderCameraUploadHelp": "Uploader automatiquement les photos et les vid\u00e9os depuis vos p\u00e9riph\u00e9riques mobiles dans Media Browser.",
     "OptionMissingTvdbId": "ID TheTVDB manquant",
-    "MessageNoDevicesSupportCameraUpload": "Vous n'avez actuellement aucun p\u00e9riph\u00e9riques support\u00e9 par l'upload de la cam\u00e9ra.",
     "OptionMissingOverview": "R\u00e9sum\u00e9 manquant",
-    "LabelCameraUploadPath": "R\u00e9pertoire de l'upload de la camera:",
     "OptionFileMetadataYearMismatch": "Conflit entre nom du fichier et les m\u00e9tadonn\u00e9es sur l'ann\u00e9e",
-    "LabelCameraUploadPathHelp": "Si vous le souhaiter, s\u00e9lectionner un r\u00e9pertoire personnalis\u00e9 pour l'upload. Si non sp\u00e9cifi\u00e9, un r\u00e9pertoire par d\u00e9faut sera utilis\u00e9.",
     "TabGeneral": "G\u00e9n\u00e9ral",
-    "LabelCreateCameraUploadSubfolder": "Cr\u00e9er un sous-dossier pour chaque appareil",
     "TitleSupport": "Assistance",
-    "LabelCreateCameraUploadSubfolderHelp": "Des r\u00e9pertoires sp\u00e9cifiques peuvent \u00eatres affect\u00e9 \u00e0 des appareils en cliquant sur l'appareil dans la page des appareils.",
     "TabLog": "Journal d'\u00e9v\u00e8nements",
-    "LabelCustomDeviceDisplayName": "Nom d'affichage:",
     "TabAbout": "\u00c0 propos",
-    "LabelCustomDeviceDisplayNameHelp": "Soumettre un nom d'affichage sp\u00e9cifique ou laissez vide pour utiliser le nom rapport\u00e9 par l'appareil.",
     "TabSupporterKey": "Cl\u00e9 de membre supporteur",
-    "HeaderInviteUser": "Inviter un utilisateur",
     "TabBecomeSupporter": "Devenir un suporteur",
-    "LabelConnectInviteUserHelp": "C'est le nom d'utilisateur ou courriel que ton amis utilise pour se connecter au site web de Media Browser",
     "MediaBrowserHasCommunity": "Media Browser dispose d'une communaut\u00e9 active d'utilisateurs et de contributeurs.",
-    "HeaderInviteUserHelp": "Partager vos m\u00e9dias avec vos amis est plus facile que jamais avec Connexion Media Browser.",
     "CheckoutKnowledgeBase": "Parcourez notre base de connaissances pour utiliser au mieux Media Browser.",
-    "ButtonSendInvitation": "Envoyez un invitation",
     "SearchKnowledgeBase": "Rechercher dans la base de connaissances",
-    "HeaderGuests": "Invit\u00e9s",
     "VisitTheCommunity": "Visiter la Communaut\u00e9",
-    "HeaderLocalUsers": "Utilisateurs locaux",
     "VisitMediaBrowserWebsite": "Visiter le site Web de Media Browser",
-    "HeaderPendingInvitations": "Invitations en attente",
     "VisitMediaBrowserWebsiteLong": "Visiter le site Web de Media Browser pour lire les derni\u00e8res nouvelles et parcourir le journal des d\u00e9veloppeurs.",
-    "TabParentalControl": "Contr\u00f4le Parental",
     "OptionHideUser": "Ne pas afficher cet utilisateur dans les \u00e9crans de connexion",
-    "HeaderAccessSchedule": "Programme d'Acc\u00e8s",
     "OptionDisableUser": "D\u00e9sactiver cet utilisateur",
-    "HeaderAccessScheduleHelp": "Cr\u00e9ez un programme d'acc\u00e8s pour limiter l'acc\u00e8s \u00e0 certaines heures.",
     "OptionDisableUserHelp": "Si d\u00e9sactiv\u00e9, le serveur n'autorisera pas de connexion de cet utilisateur. Les connexions existantes seront interrompues.",
-    "ButtonAddSchedule": "Ajouter un programme",
     "HeaderAdvancedControl": "Contr\u00f4le avanc\u00e9",
-    "LabelAccessDay": "Jour de la semaine :",
     "LabelName": "Nom :",
-    "LabelAccessStart": "Heure de d\u00e9part:",
     "OptionAllowUserToManageServer": "Autoriser la gestion du serveur \u00e0 cet utilisateur",
-    "LabelAccessEnd": "Heure de fin:",
     "HeaderFeatureAccess": "Acc\u00e8s aux  caract\u00e9ristiques",
     "OptionAllowMediaPlayback": "Autoriser la lecture du m\u00e9dia",
     "OptionAllowBrowsingLiveTv": "Autoriser la TV en direct",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Bienvenue au client Web Media Browser",
     "ButtonDismiss": "Annuler",
     "ButtonTakeTheTour": "Visite guid\u00e9e",
-    "ButtonEditOtherUserPreferences": "Modifier les pr\u00e9f\u00e9rences personnelles de cet utilisateur.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Qualit\u00e9 de diffusion internet pr\u00e9f\u00e9r\u00e9e :",
     "LabelChannelStreamQualityHelp": "Avec une bande passante faible, limiter la qualit\u00e9 garantit un confort d'utilisation du streaming.",
     "OptionBestAvailableStreamQuality": "Meilleur disponible",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Livres",
     "OptionReportArtists": "Artistes",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Vid\u00e9os adultes",
+    "ButtonMore": "Voir la suite",
+    "HeaderActivity": "Activit\u00e9",
+    "ScheduledTaskStartedWithName": "{0} a commenc\u00e9",
+    "ScheduledTaskCancelledWithName": "{0} a \u00e9t\u00e9 annul\u00e9",
+    "ScheduledTaskCompletedWithName": "{0} termin\u00e9",
+    "ScheduledTaskFailed": "T\u00e2che planifi\u00e9e termin\u00e9e",
+    "PluginInstalledWithName": "{0} a \u00e9t\u00e9 install\u00e9",
+    "PluginUpdatedWithName": "{0} a \u00e9t\u00e9 mise \u00e0 jour",
+    "PluginUninstalledWithName": "{0} a \u00e9t\u00e9 d\u00e9sinstall\u00e9",
+    "ScheduledTaskFailedWithName": "{0} a \u00e9chou\u00e9",
+    "ItemAddedWithName": "{0} a \u00e9t\u00e9 ajout\u00e9 \u00e0 la biblioth\u00e8que",
+    "ItemRemovedWithName": "{0} a \u00e9t\u00e9 supprim\u00e9 de la biblioth\u00e8que",
+    "DeviceOnlineWithName": "{0} est connect\u00e9",
+    "UserOnlineFromDevice": "{0} s'est connect\u00e9(e) depuis {1}",
+    "DeviceOfflineWithName": "{0} s'est d\u00e9connect\u00e9(e)",
+    "UserOfflineFromDevice": "{0} s'est d\u00e9connect\u00e9(e) depuis {1}",
+    "SubtitlesDownloadedForItem": "Les sous-titres de {0} sont t\u00e9l\u00e9charg\u00e9s",
+    "SubtitleDownloadFailureForItem": "Le t\u00e9l\u00e9chargement des sous-titres pour {0} a \u00e9chou\u00e9.",
+    "LabelRunningTimeValue": "Dur\u00e9e: {0}",
+    "LabelIpAddressValue": "Adresse IP: {0}",
+    "UserConfigurationUpdatedWithName": "La configuration utilisateur de {0} a \u00e9t\u00e9 mise \u00e0 jour",
+    "UserCreatedWithName": "L'utilisateur {0} a \u00e9t\u00e9 cr\u00e9\u00e9.",
+    "UserPasswordChangedWithName": "Le mot de passe pour l'utilisateur {0} a \u00e9t\u00e9 modifi\u00e9.",
+    "UserDeletedWithName": "L'utilisateur {0} a \u00e9t\u00e9 supprim\u00e9.",
+    "MessageServerConfigurationUpdated": "La configuration du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
+    "MessageNamedServerConfigurationUpdatedWithValue": "La configuration de la section {0} du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
+    "MessageApplicationUpdated": "Media Browser Server a \u00e9t\u00e9 mise \u00e0 jour.",
+    "AuthenticationSucceededWithUserName": "{0} s'est authentifi\u00e9 avec succ\u00e8s",
+    "FailedLoginAttemptWithUserName": "Echec d'une tentative de connexion de {0}",
+    "UserStartedPlayingItemWithValues": "{0} vient de commencer \u00e0 lire {1}",
+    "UserStoppedPlayingItemWithValues": "{0} vient d'arr\u00eater de lire {1}",
+    "AppDeviceValues": "Application : {0}, P\u00e9riph\u00e9rique : {1}",
+    "ProviderValue": "Fournisseur : {0}",
+    "LabelChannelDownloadSizeLimit": "Taille limite de t\u00e9l\u00e9chargement (Go) :",
+    "LabelChannelDownloadSizeLimitHelpText": "Limiter la taille du r\u00e9pertoire de t\u00e9l\u00e9chargement des cha\u00eenes.",
+    "HeaderRecentActivity": "Activit\u00e9 r\u00e9cente",
+    "HeaderPeople": "Personnes",
+    "HeaderDownloadPeopleMetadataFor": "T\u00e9l\u00e9charger la biographie et les images pour:",
+    "OptionComposers": "Compositeurs",
+    "OptionOthers": "Autres",
+    "HeaderDownloadPeopleMetadataForHelp": "Activer les options compl\u00e9mentaires fournira plus d'information \u00e0 l'\u00e9cran mais causera une lenteur des scans de librairie.",
+    "ViewTypeFolders": "R\u00e9pertoires",
+    "LabelDisplayFoldersView": "Afficher une vue mosa\u00efque pour montrer les dossiers media en int\u00e9gralit\u00e9.",
+    "ViewTypeLiveTvRecordingGroups": "Enregistrements",
+    "ViewTypeLiveTvChannels": "Cha\u00eenes",
+    "LabelAllowLocalAccessWithoutPassword": "Autoriser l'acc\u00e8s local sans un mot de passe",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Si activ\u00e9, le mot de passe ne sera pas requis pour s'authentifier depuis le r\u00e9seau local.",
+    "HeaderPassword": "Mot de passe",
+    "HeaderLocalAccess": "Acc\u00e8s local",
+    "HeaderViewOrder": "Ordre d'affichage",
+    "LabelSelectUserViewOrder": "Choisir l'ordre d'affichage qui sera utilis\u00e9 dans les applications de Media Browser",
+    "LabelMetadataRefreshMode": "Mode de mis \u00e0 jour des m\u00e9tadonn\u00e9es:",
+    "LabelImageRefreshMode": "Mode de mise \u00e0 jour d'image:",
+    "OptionDownloadMissingImages": "T\u00e9l\u00e9charger les images manquantes",
+    "OptionReplaceExistingImages": "Remplacer les images existantes",
+    "OptionRefreshAllData": "Actualiser toutes les donn\u00e9es",
+    "OptionAddMissingDataOnly": "Ajouter uniquement les donn\u00e9es manquantes",
+    "OptionLocalRefreshOnly": "Mise \u00e0 jour uniquement locale",
+    "HeaderRefreshMetadata": "Actualiser les m\u00e9tadonn\u00e9es",
+    "HeaderPersonInfo": "Info personne",
+    "HeaderIdentifyItem": "El\u00e9ment d'identification",
+    "HeaderIdentifyItemHelp": "Entrer un ou plusieurs crit\u00e8res de recherche. Retirer les crit\u00e8res pour avoir un r\u00e9sultat de la recherche plus important.",
+    "HeaderConfirmDeletion": "Confirmer suppression",
+    "LabelFollowingFileWillBeDeleted": "Le fichier suivant a \u00e9t\u00e9 supprim\u00e9:",
+    "LabelIfYouWishToContinueWithDeletion": "Si vous souhaitez continuer, veuillez confirmer en entrant la valeur de :",
+    "ButtonIdentify": "Identifier",
+    "LabelAlbumArtist": "Album de l'artiste",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Classement communaut\u00e9:",
+    "LabelVoteCount": "Compteur de vote:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Score des critiques:",
+    "LabelCriticRatingSummary": "R\u00e9sum\u00e9 du score de la critique:",
+    "LabelAwardSummary": "R\u00e9sum\u00e9 des R\u00e9compenses:",
+    "LabelWebsite": "Site Web:",
+    "LabelTagline": "Slogan:",
+    "LabelOverview": "R\u00e9sum\u00e9:",
+    "LabelShortOverview": "Court r\u00e9sum\u00e9:",
+    "LabelReleaseDate": "Date de sortie :",
+    "LabelYear": "Ann\u00e9e :",
+    "LabelPlaceOfBirth": "Lieu de naissance:",
+    "LabelEndDate": "Date de fin:",
+    "LabelAirDate": "Jours de diffusion",
+    "LabelAirTime:": "Heur de diffusion:",
+    "LabelRuntimeMinutes": "Dur\u00e9e (minutes):",
+    "LabelParentalRating": "Avis parents:",
+    "LabelCustomRating": "Avis personnel:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Gains ($)",
+    "LabelOriginalAspectRatio": "Ratio d'aspect original:",
+    "LabelPlayers": "Joueurs:",
+    "Label3DFormat": "Format 3D:",
+    "HeaderAlternateEpisodeNumbers": "Num\u00e9ros d'\u00e9pisode alternatif",
+    "HeaderSpecialEpisodeInfo": "Information \u00e9pisode sp\u00e9cial",
+    "HeaderExternalIds": "Identifiants externes",
+    "LabelDvdSeasonNumber": "Num\u00e9ro de saison DVD :",
+    "LabelDvdEpisodeNumber": "Num\u00e9ro d'Episode DVD:",
+    "LabelAbsoluteEpisodeNumber": "Num\u00e9ro absolu d'\u00e9pisode:",
+    "LabelAirsBeforeSeason": "Diffusion avant la saison :",
+    "LabelAirsAfterSeason": "Diffusion apr\u00e8s la saison :",
+    "LabelAirsBeforeEpisode": "Diffusion avant l'\u00e9pisode :",
+    "LabelTreatImageAs": "Consid\u00e9rer l'image comme:",
+    "LabelDisplayOrder": "Param\u00e8tres d'affichage",
+    "LabelDisplaySpecialsWithinSeasons": "Afficher les r\u00e9sultats sp\u00e9ciaux dans les saisons diffus\u00e9es en",
+    "HeaderCountries": "Pays",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "afficher les mots cl\u00e9s",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "R\u00e9glages m\u00e9tadonn\u00e9es",
+    "LabelLockItemToPreventChanges": "Verrouiller cet \u00e9l\u00e9ment pour eviter de futures modifications",
+    "MessageLeaveEmptyToInherit": "Laisser vide pour h\u00e9riter des r\u00e9glages de l'\u00e9l\u00e9ment parent, ou de la valeur globale par d\u00e9faut.",
+    "TabDonate": "Faire un don",
+    "HeaderDonationType": "Type de don :",
+    "OptionMakeOneTimeDonation": "Faire un don s\u00e9par\u00e9",
+    "OptionOneTimeDescription": "Il s'agit d'une donation additionnel \u00e0 l'\u00e9quipe pour montrer votre support. Ce ne vous apportera pas de b\u00e9n\u00e9fices suppl\u00e9mentaires et ne vous donnera pas une cl\u00e9 de supporter.",
+    "OptionLifeTimeSupporterMembership": "Partenariat de supporter \u00e0 vie",
+    "OptionYearlySupporterMembership": "Partenariat de supporter annuel",
+    "OptionMonthlySupporterMembership": "Partenariat de supporter mensuel",
+    "HeaderSupporterBenefit": "Une participation comme supporter fournit des avantages additionnel comme des acc\u00e8s \u00e0 des plugins premium, du contenu de chaines internet, et plus encore.",
+    "OptionNoTrailer": "Aucune bande-annonce",
+    "OptionNoThemeSong": "Pas de th\u00e8me de musique",
+    "OptionNoThemeVideo": "Pas de th\u00e8me vid\u00e9o",
+    "LabelOneTimeDonationAmount": "Montant du don :",
+    "OptionActor": "Acteur(trice)",
+    "OptionComposer": "Compositeur:",
+    "OptionDirector": "R\u00e9alisateur:",
+    "OptionGuestStar": "Invit\u00e9s d'honneur",
+    "OptionProducer": "Producteur",
+    "OptionWriter": "Sc\u00e9nariste",
+    "LabelAirDays": "Jours de diffusion",
+    "LabelAirTime": "Heure de diffusion",
+    "HeaderMediaInfo": "Information m\u00e9dia",
+    "HeaderPhotoInfo": "Information photo",
+    "HeaderInstall": "Install\u00e9",
+    "LabelSelectVersionToInstall": "S\u00e9lectionner la version \u00e0 installer :",
+    "LinkSupporterMembership": "En savoir plus sur le partenariat de supporter",
+    "MessageSupporterPluginRequiresMembership": "Ce plugin requiert un compte supporter actif apr\u00e8s la p\u00e9riode d'essai gratuit de 14 jours.",
+    "MessagePremiumPluginRequiresMembership": "Ce plugin requiert un compte supporter actif afin de l'acheter apr\u00e8s les 14 jours d'essais gratuits",
+    "HeaderReviews": "Revues",
+    "HeaderDeveloperInfo": "Info d\u00e9velopeur",
+    "HeaderRevisionHistory": "Historique des r\u00e9visions",
+    "ButtonViewWebsite": "Voir le site",
+    "LabelRecurringDonationCanBeCancelledHelp": "Des donations r\u00e9currentes peuvent \u00eatre annul\u00e9es \u00e0 tout moment depuis votre compte PayPal.",
+    "HeaderXmlSettings": "R\u00e9glages Xml",
+    "HeaderXmlDocumentAttributes": "Attributs des documents Xml",
+    "HeaderXmlDocumentAttribute": "Attribut des documents Xml",
+    "XmlDocumentAttributeListHelp": "Ces attributs sont appliqu\u00e9s \u00e0 l'\u00e9l\u00e9ment racine de chaque r\u00e9ponse xml",
+    "OptionSaveMetadataAsHidden": "Sauvegarder les m\u00e9ta-donn\u00e9es et les images en tant que fichier cach\u00e9s",
+    "LabelExtractChaptersDuringLibraryScan": "Extraire les images des chapitres pendant le scan de la biblioth\u00e8que",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Si activ\u00e9, les images de chapitres seront extraites lors de l'importation de vid\u00e9os pendant le balayage de la librairie. Si d\u00e9sactiv\u00e9 elles seront extraites pendant la t\u00e2che programm\u00e9e, permettant de terminer le balayage r\u00e9gulier de la librairie  de fa\u00e7on plus rapide",
+    "LabelConnectUserName": "Nom d'utilisateur\/email Media Browser:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "En savoir plus sur Media Browser Connect",
+    "LabelExternalPlayers": "Lecteurs externes:",
+    "LabelExternalPlayersHelp": "Afficher les boutons pour lire du contenu sur le lecteur externe. Cela est seulement valable sur des appareils supportant les url, g\u00e9n\u00e9ralement Android et iOS. Avec les lecteurs externes il n'y a g\u00e9n\u00e9ralement pas de support pour le contr\u00f4le \u00e0 distance ou la reprise.",
+    "HeaderSubtitleProfile": "Profil de sous-titre",
+    "HeaderSubtitleProfiles": "Profils de sous-titre",
+    "HeaderSubtitleProfilesHelp": "Profils de sous titre d\u00e9crivant le format support\u00e9 par l'appareil",
+    "LabelFormat": "Format:",
+    "LabelMethod": "M\u00e9thode:",
+    "LabelDidlMode": "Mode Didl:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "R\u00e9solution d'\u00e9l\u00e9ment",
+    "OptionEmbedSubtitles": "Am\u00e9lior\u00e9 avec container",
+    "OptionExternallyDownloaded": "T\u00e9l\u00e9chargement externe",
+    "OptionHlsSegmentedSubtitles": "Sous-titres segment\u00e9 HIs",
+    "LabelSubtitleFormatHelp": "Exemple: srt",
+    "ButtonLearnMore": "Apprendre plus",
+    "TabPlayback": "Lecture",
+    "HeaderTrailersAndExtras": "Bandes-annonces et extras",
+    "OptionFindTrailers": "Trouver automatiquement les bandes-annonces sur Internet",
+    "HeaderLanguagePreferences": "Pr\u00e9f\u00e9rences de langue",
+    "TabCinemaMode": "Mode cin\u00e9ma",
+    "TitlePlayback": "Lecture",
+    "LabelEnableCinemaModeFor": "Activer le mode cin\u00e9ma pour :",
+    "CinemaModeConfigurationHelp": "Le mode cin\u00e9ma apporte l'exp\u00e9rience du cin\u00e9ma directement dans votre salon avec l'abilit\u00e9 de lire les bandes-annonces et les introductions personnalis\u00e9es avant le programme principal.",
+    "OptionTrailersFromMyMovies": "Inclure les bandes-annonces des films dans la biblioth\u00e8que",
+    "OptionUpcomingMoviesInTheaters": "Inclure les bandes-annonces des nouveaux et anciens films",
+    "LabelLimitIntrosToUnwatchedContent": "Utiliser uniquement les bandes-annonces du contenu non visionn\u00e9",
+    "LabelEnableIntroParentalControl": "Activer le control parental intelligent",
+    "LabelEnableIntroParentalControlHelp": "Les bandes-annonces ne pourront \u00eatre s\u00e9lectionn\u00e9es qu'avec un niveau d'acc\u00e8s \u00e9gal ou inf\u00e9rieur \u00e0 celui du contenu \u00e0 visionner.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Ces fonctionnalit\u00e9s n\u00e9cessitent un compte membre actif et l'installation du plugin Bande annonces.",
+    "OptionTrailersFromMyMoviesHelp": "Requiert la configuration des bandes-annonces locales.",
+    "LabelCustomIntrosPath": "Chemin des intros personnalis\u00e9es :",
+    "LabelCustomIntrosPathHelp": "Un r\u00e9pertoire contenant des fichiers vid\u00e9os. Une vid\u00e9o sera s\u00e9lectionn\u00e9e al\u00e9atoirement et jou\u00e9e apr\u00e8s les bandes-annonces.",
+    "ValueSpecialEpisodeName": "Sp\u00e9cial - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Bandes-annonces Internet :",
+    "OptionUpcomingDvdMovies": "Inclure les bandes annonces des nouveaux et prochains films en DVD et Blu-Ray",
+    "OptionUpcomingStreamingMovies": "Inclure les bandes annonces des nouveaux et prochains films de NetFlix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Afficher les bandes-annonces dans les suggestions de film.",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "N\u00e9cessite l'installation du plugin Trailer",
+    "CinemaModeConfigurationHelp2": "Les utilisateurs ont la possibilit\u00e9 de d\u00e9sactiver le mode cin\u00e9ma dans leurs propres pr\u00e9f\u00e9rences.",
+    "LabelEnableCinemaMode": "Activer le mode cin\u00e9ma",
+    "HeaderCinemaMode": "Mode cin\u00e9ma",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Bienvenue dans le centre de contr\u00f4le de Media browser",
+    "LabelDateAddedBehavior": "Comportement de l'ajout des dates pour le nouveau contenu:",
+    "OptionDateAddedImportTime": "Utiliser les dates scann\u00e9es dans la biblioth\u00e8ques",
+    "OptionDateAddedFileTime": "Utiliser la date de cr\u00e9ation de fichier",
+    "LabelDateAddedBehaviorHelp": "Si une m\u00e9dadonn\u00e9e est pr\u00e9sente, elle sera toujours utilis\u00e9e avant toutes ces options.",
+    "LabelNumberTrailerToPlay": "Nombre de bandes-annonces \u00e0 lire :",
+    "TitleDevices": "P\u00e9riph\u00e9riques",
+    "TabCameraUpload": "Upload de la cam\u00e9ra",
+    "TabDevices": "P\u00e9riph\u00e9riques",
+    "HeaderCameraUploadHelp": "Uploader automatiquement les photos et les vid\u00e9os depuis vos p\u00e9riph\u00e9riques mobiles dans Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "Vous n'avez actuellement aucun p\u00e9riph\u00e9riques support\u00e9 par l'upload de la cam\u00e9ra.",
+    "LabelCameraUploadPath": "R\u00e9pertoire de l'upload de la camera:",
+    "LabelCameraUploadPathHelp": "Si vous le souhaiter, s\u00e9lectionner un r\u00e9pertoire personnalis\u00e9 pour l'upload. Si non sp\u00e9cifi\u00e9, un r\u00e9pertoire par d\u00e9faut sera utilis\u00e9.",
+    "LabelCreateCameraUploadSubfolder": "Cr\u00e9er un sous-dossier pour chaque appareil",
+    "LabelCreateCameraUploadSubfolderHelp": "Des r\u00e9pertoires sp\u00e9cifiques peuvent \u00eatres affect\u00e9 \u00e0 des appareils en cliquant sur l'appareil dans la page des appareils.",
+    "LabelCustomDeviceDisplayName": "Nom d'affichage:",
+    "LabelCustomDeviceDisplayNameHelp": "Soumettre un nom d'affichage sp\u00e9cifique ou laissez vide pour utiliser le nom rapport\u00e9 par l'appareil.",
+    "HeaderInviteUser": "Inviter un utilisateur",
+    "LabelConnectInviteUserHelp": "C'est le nom d'utilisateur ou courriel que ton amis utilise pour se connecter au site web de Media Browser",
+    "HeaderInviteUserHelp": "Partager vos m\u00e9dias avec vos amis est plus facile que jamais avec Connexion Media Browser.",
+    "ButtonSendInvitation": "Envoyez un invitation",
+    "HeaderGuests": "Invit\u00e9s",
+    "HeaderLocalUsers": "Utilisateurs locaux",
+    "HeaderPendingInvitations": "Invitations en attente",
+    "TabParentalControl": "Contr\u00f4le Parental",
+    "HeaderAccessSchedule": "Programme d'Acc\u00e8s",
+    "HeaderAccessScheduleHelp": "Cr\u00e9ez un programme d'acc\u00e8s pour limiter l'acc\u00e8s \u00e0 certaines heures.",
+    "ButtonAddSchedule": "Ajouter un programme",
+    "LabelAccessDay": "Jour de la semaine :",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/he.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "\u05d9\u05e6\u05d9\u05d0\u05d4",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "\u05d1\u05e7\u05e8 \u05d1\u05e7\u05d4\u05d9\u05dc\u05d4",
-    "ButtonMore": "More",
     "LabelGithubWiki": "\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05e7\u05d5\u05d3",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "\u05e8\u05d2\u05d9\u05dc",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "\u05e8\u05d0\u05d4 \u05de\u05e1\u05de\u05db\u05d9 \u05e2\u05e8\u05db\u05ea \u05e4\u05d9\u05ea\u05d5\u05d7",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "\u05d3\u05e4\u05d3\u05e3 \u05d1\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "\u05d4\u05d2\u05d3\u05e8 \u05d0\u05ea Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "\u05e4\u05ea\u05d7 \u05de\u05e6\u05d9\u05d2 \u05ea\u05d9\u05e7\u05d9\u05d5\u05ea",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "\u05d0\u05ea\u05d7\u05dc \u05d0\u05ea \u05d4\u05e9\u05e8\u05ea",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "\u05d4\u05e8\u05d0\u05d4 \u05d7\u05dc\u05d5\u05df \u05dc\u05d5\u05d2",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "\u05e1\u05d9\u05d9\u05dd",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "\u05d4\u05d1\u05d0",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "\u05e1\u05d9\u05d9\u05de\u05ea!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "\u05d1\u05e8\u05d5\u05da \u05d4\u05d1\u05d0 \u05dc- Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "\u05d0\u05e9\u05e3 \u05d6\u05d4 \u05d9\u05e2\u05d6\u05d5\u05e8 \u05dc\u05da \u05d1\u05d4\u05ea\u05dc\u05d9\u05da \u05d4\u05d4\u05ea\u05e7\u05e0\u05d4.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "\u05e1\u05e4\u05e8 \u05dc\u05e0\u05d5 \u05e2\u05dc \u05e2\u05e6\u05de\u05da",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "\u05e9\u05de\u05da \u05d4\u05e4\u05e8\u05d8\u05d9:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05d3\u05e8\u05da \u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser \u05db\u05d5\u05dc\u05dc \u05ea\u05de\u05d9\u05db\u05d4 \u05de\u05d5\u05d1\u05e0\u05ea \u05d1\u05de\u05e1\u05e4\u05e8 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd. \u05d5\u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05db\u05dc \u05d0\u05d7\u05d3 \u05de\u05d4\u05dd \u05ea\u05e6\u05d5\u05d2\u05ea \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea, \u05de\u05e6\u05d1 \u05e0\u05d2\u05df \u05d5\u05d1\u05e7\u05e8\u05ea \u05d4\u05d5\u05e8\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d5\u05d5\u05d9\u05e0\u05d3\u05d5\u05e1",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d5\u05d5\u05d9\u05e0\u05d3\u05d5\u05e1 \u05d4\u05d5\u05ea\u05e7\u05df",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "\u05e9\u05e8\u05ea Media Browser \u05e8\u05e5 \u05db\u05ea\u05d5\u05db\u05e0\u05ea \u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e2\u05dd \u05d0\u05d9\u05e7\u05d5\u05df \u05d1\u05e9\u05d5\u05e8\u05ea \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea, \u05d0\u05d1\u05dc \u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05e2\u05d3\u05d9\u05e3 \u05dc\u05d4\u05e8\u05d9\u05e5 \u05d0\u05ea \u05d4\u05e9\u05e8\u05ea \u05db\u05e9\u05d9\u05e8\u05d5\u05ea \u05e8\u05e7\u05e2, \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05e9\u05e8\u05ea \u05de\u05ea\u05d5\u05da \u05d7\u05dc\u05d5\u05df \u05d4\u05d1\u05e7\u05d4 \u05e9\u05dc \u05e9\u05d9\u05e8\u05d5\u05ea\u05d9 \u05d5\u05d5\u05d9\u05e0\u05d3\u05d5\u05e1 \u05d1\u05de\u05e7\u05d5\u05dd.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "\u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea \u05d5\u05d5\u05d9\u05e0\u05d3\u05d5\u05e1, \u05d1\u05d1\u05e7\u05e9\u05d4 \u05e9\u05d9\u05dd \u05dc\u05d1 \u05e9\u05d4\u05d5\u05d0 \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e8\u05d5\u05e5 \u05d1\u05d0\u05d5\u05ea\u05d5 \u05d6\u05de\u05df \u05e9\u05d4\u05e9\u05e8\u05ea \u05db\u05d1\u05e8 \u05e2\u05d5\u05d1\u05d3 \u05d1\u05e8\u05e7\u05e2. \u05dc\u05db\u05df \u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e9\u05e8\u05ea \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea. \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea \u05d2\u05dd \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d5\u05d2\u05d3\u05e8 \u05e2\u05dd \u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05de\u05e0\u05d4\u05dc \u05d3\u05e8\u05da \u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4. \u05d1\u05d1\u05e7\u05e9\u05d4 \u05e7\u05d7 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05db\u05e8\u05d2\u05e2 \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05e2\u05e6\u05de\u05d5 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea, \u05d5\u05dc\u05db\u05df \u05d2\u05d9\u05e8\u05e1\u05d0\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea \u05d9\u05e6\u05e8\u05d9\u05db\u05d5 \u05e2\u05d9\u05d3\u05db\u05d5\u05df \u05d9\u05d3\u05e0\u05d9.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "\u05d6\u05d4 \u05db\u05dc \u05de\u05d4 \u05e9\u05e6\u05e8\u05d9\u05da \u05dc\u05e2\u05db\u05e9\u05d9\u05d5. Media Browser \u05d4\u05d7\u05dc \u05dc\u05d0\u05e1\u05d5\u05e3 \u05de\u05d9\u05d3\u05e2 \u05dc\u05d2\u05d1\u05d9 \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05e9\u05dc\u05da. \u05d0\u05dc \u05ea\u05e9\u05db\u05d7 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05de\u05d2\u05d5\u05d5\u05df \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5, \u05d5\u05d0\u05d6 \u05dc\u05d7\u05e5 <b>\u05e1\u05d9\u05d9\u05dd<\/b> \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05d4<b>\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "\u05e7\u05d1\u05e2 \u05d0\u05ea \u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "\u05d0\u05e4\u05e9\u05e8 \u05e9\u05dc\u05d9\u05e4\u05ea \u05ea\u05de\u05d5\u05e0\u05d4 \u05de\u05e1\u05e8\u05d8",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "\u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d9\u05dd \u05e9\u05d0\u05d9\u05df \u05dc\u05d4\u05dd \u05db\u05d1\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4, \u05d5\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d4 \u05dc\u05d4\u05dd \u05d0\u05d7\u05ea \u05d1\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8. \u05d4\u05d2\u05d3\u05e8\u05d4 \u05d6\u05d5 \u05ea\u05d5\u05e1\u05d9\u05e3 \u05de\u05e2\u05d8 \u05d6\u05de\u05df \u05dc\u05ea\u05d4\u05dc\u05d9\u05da \u05e1\u05e8\u05d9\u05e7\u05ea \u05d4\u05ea\u05e7\u05d9\u05d9\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9, \u05d0\u05da \u05ea\u05e1\u05e4\u05e7 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05d9\u05e4\u05d4.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "\u05d7\u05dc\u05e5 \u05ea\u05de\u05d5\u05e0\u05ea \u05e4\u05e8\u05e7 \u05dc\u05e1\u05e8\u05d8\u05d9\u05dd",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "\u05d7\u05d9\u05dc\u05d5\u05e5 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e4\u05e8\u05e7\u05d9\u05dd \u05d9\u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05dc\u05e8\u05d0\u05d5\u05ea \u05ea\u05e4\u05e8\u05d9\u05d8 \u05d1\u05d7\u05d9\u05e8\u05ea \u05e1\u05e6\u05e0\u05d5\u05ea \u05d2\u05e8\u05e4\u05d9. \u05d4\u05ea\u05d4\u05dc\u05d9\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d0\u05d9\u05d8\u05d9, \u05dc\u05d3\u05e8\u05d5\u05e9 \u05de\u05e9\u05d0\u05d1\u05d9 \u05de\u05e2\u05d1\u05d3 \u05e8\u05d1\u05d9\u05dd \u05d5\u05dc\u05ea\u05e4\u05d5\u05e1 \u05e9\u05d8\u05d7 \u05d0\u05d9\u05d7\u05e1\u05d5\u05df \u05e8\u05d1. \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05e8\u05e6\u05d4 \u05db\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05ea \u05d1\u05d0\u05e8\u05d1\u05e2 \u05dc\u05e4\u05e0\u05d5\u05ea \u05d1\u05d5\u05e7\u05e8, \u05d0\u05da \u05d6\u05d4 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d1\u05d7\u05dc\u05d5\u05df \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05d5\u05ea. \u05d6\u05d4 \u05dc\u05d0 \u05de\u05de\u05d5\u05dc\u05e5 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05d6\u05d5 \u05d1\u05e9\u05e2\u05d5\u05ea \u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05d4\u05e2\u05d9\u05e7\u05e8\u05d9\u05d5\u05ea \u05d1\u05de\u05d7\u05e9\u05d1.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "\u05d0\u05e4\u05e9\u05e8 \u05de\u05d9\u05e4\u05d5\u05d9 \u05e4\u05d5\u05e8\u05d8\u05d9\u05dd \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP \u05de\u05d0\u05e4\u05e9\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05d5\u05ea \u05e9\u05dc \u05d4\u05e8\u05d0\u05d5\u05d8\u05e8 \u05dc\u05d0\u05e4\u05e9\u05e8 \u05d2\u05d9\u05e9\u05d4 \u05de\u05e8\u05d5\u05d7\u05e7\u05ea \u05d1\u05e7\u05dc\u05d5\u05ea. \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05e2\u05dc\u05d5\u05dc\u05d4 \u05dc\u05d0 \u05dc\u05e2\u05d1\u05d5\u05d3 \u05e2\u05dd \u05db\u05dc \u05d3\u05d2\u05de\u05d9 \u05d4\u05e8\u05d0\u05d5\u05d8\u05e8\u05d9\u05dd.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "\u05d0\u05e9\u05e8",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "\u05d1\u05d8\u05dc",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "\u05d7\u05d3\u05e9",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "\u05d4\u05d2\u05d3\u05e8 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05e9\u05dc\u05da",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "\u05d4\u05d5\u05e1\u05e3 \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05de\u05d3\u05d9\u05d4",
-    "OptionComposers": "Composers",
     "LabelFolderType": "\u05e1\u05d5\u05d2 \u05d4\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* \u05de\u05e6\u05e8\u05d9\u05da \u05de\u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05ea\u05d5\u05e1\u05e3, \u05dc\u05d3\u05d5\u05d2\u05de\u05d0 GameBrowser \u05d0\u05d5 MB Bookshelf",
     "ReferToMediaLibraryWiki": "\u05e4\u05e0\u05d4 \u05dc\u05de\u05d9\u05d3\u05e2 \u05d0\u05d5\u05d3\u05d5\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05d9\u05d4.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "\u05de\u05d3\u05d9\u05e0\u05d4:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "\u05e9\u05e4\u05d4:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "\u05e9\u05e4\u05ea \u05de\u05d9\u05d3\u05e2 \u05de\u05d5\u05e2\u05d3\u05e4\u05ea:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "\u05e9\u05de\u05d5\u05e8 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05e7\u05e2 \u05d5\u05de\u05d9\u05d3\u05e2 \u05d1\u05ea\u05d5\u05da \u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d4\u05de\u05d3\u05d9\u05d4",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "\u05e9\u05de\u05d9\u05e8\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05e7\u05e2 \u05d5\u05de\u05d9\u05d3\u05e2 \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05d1\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05ea\u05d0\u05e4\u05e9\u05e8 \u05e2\u05e8\u05d9\u05db\u05d4 \u05e0\u05d5\u05d7\u05d4 \u05d5\u05e7\u05dc\u05d4 \u05e9\u05dc\u05d4\u05dd.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "\u05d4\u05d5\u05e8\u05d3 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05e7\u05e2 \u05d5\u05de\u05d9\u05d3\u05e2 \u05de\u05d4\u05d0\u05d9\u05e0\u05e8\u05e0\u05d8",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d5\u05e8\u05d9\u05d3 \u05de\u05d9\u05d3\u05e2 \u05dc\u05d2\u05d1\u05d9 \u05e7\u05d1\u05e6\u05d9 \u05d4\u05de\u05d3\u05d9\u05d4 \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05d0\u05e4\u05e9\u05e8 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05e2\u05e9\u05d9\u05e8\u05d4.",
-    "HeaderPassword": "Password",
     "TabPreferences": "\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "\u05e1\u05d9\u05e1\u05de\u05d0",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "\u05d2\u05d9\u05e9\u05d4 \u05dc\u05ea\u05d9\u05e7\u05d9\u05d5\u05ea",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "\u05ea\u05de\u05d5\u05e0\u05d4",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "\u05d4\u05ea\u05e8\u05d0\u05d5\u05ea",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "\u05db\u05d5\u05ea\u05e8\u05d9\u05dd",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "\u05d4\u05e6\u05d2 \u05e4\u05e8\u05e7\u05d9\u05dd \u05d7\u05e1\u05e8\u05d9\u05dd \u05d1\u05ea\u05d5\u05da \u05d4\u05e2\u05d5\u05e0\u05d5\u05ea",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "\u05d4\u05e6\u05d2 \u05e4\u05e8\u05e7\u05d9\u05dd \u05e9\u05e2\u05d3\u05d9\u05df \u05d0\u05dc \u05e9\u05d5\u05d3\u05e8\u05d5 \u05d1\u05ea\u05d5\u05da \u05d4\u05e2\u05d5\u05e0\u05d5\u05ea",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e0\u05d9\u05d2\u05d5\u05df",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e0\u05d9\u05d2\u05d5\u05df",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "\u05e9\u05e4\u05ea \u05e7\u05d5\u05dc \u05de\u05d5\u05e2\u05d3\u05e4\u05ea:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "\u05e9\u05e4\u05ea \u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea \u05de\u05d5\u05e2\u05d3\u05e4\u05ea:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc\u05d9\u05dd",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "\u05d1\u05d8\u05d9\u05d7\u05d5\u05ea",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "\u05d4\u05d5\u05e1\u05e3 \u05de\u05e9\u05ea\u05de\u05e9",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "\u05e9\u05de\u05d5\u05e8",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e1\u05d9\u05e1\u05de\u05d0",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "\u05e1\u05d9\u05e1\u05de\u05d0 \u05d7\u05d3\u05e9\u05d4:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "\u05d0\u05d9\u05de\u05d5\u05ea \u05e1\u05d9\u05e1\u05de\u05d0 \u05d7\u05d3\u05e9\u05d4:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "\u05e6\u05d5\u05e8 \u05e1\u05d9\u05e1\u05de\u05d0",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "\u05e1\u05d9\u05e1\u05de\u05d0 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4\u05d5\u05e8\u05d9\u05dd \u05de\u05e7\u05e1\u05d9\u05de\u05d0\u05dc\u05d9:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "\u05ea\u05d5\u05db\u05df \u05e2\u05dd \u05d3\u05d9\u05e8\u05d5\u05d2 \u05d2\u05d5\u05d1\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05d9\u05d5\u05e1\u05ea\u05e8 \u05de\u05d4\u05de\u05e9\u05ea\u05de\u05e9.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "\u05d1\u05d7\u05e8 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05d0\u05e9\u05e8 \u05d9\u05e9\u05d5\u05ea\u05e4\u05d5 \u05e2\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9. \u05de\u05e0\u05d4\u05dc\u05d9\u05dd \u05d9\u05d5\u05db\u05dc\u05d5 \u05dc\u05e2\u05e8\u05d5\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d9\u05e7\u05d9\u05d5\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e2\u05d5\u05e8\u05da \u05d4\u05de\u05d9\u05d3\u05e2.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "\u05de\u05d7\u05e7 \u05ea\u05de\u05d5\u05e0\u05d4",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "\u05d1\u05d7\u05e8 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "\u05d4\u05e2\u05dc\u05d4",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4 \u05d7\u05d3\u05e9\u05d4",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "\u05de\u05d5\u05de\u05dc\u05e5 \u05d9\u05d7\u05e1 \u05d2\u05d5\u05d1\u05d4 \u05e9\u05dc 1:1. \u05e8\u05e7 JPG\/PNG.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "\u05d0\u05d9\u05df \u05db\u05d0\u05df \u05db\u05dc\u05d5\u05dd.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "\u05d1\u05d1\u05e7\u05e9\u05d4 \u05d5\u05d5\u05d3\u05d0 \u05db\u05d9 \u05d4\u05d5\u05e8\u05d3\u05ea \u05de\u05d9\u05d3\u05e2 \u05de\u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "\u05de\u05de\u05d5\u05dc\u05e5",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "\u05d0\u05d7\u05e8\u05d5\u05df",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "\u05d1\u05e7\u05e8\u05d5\u05d1",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "\u05ea\u05d5\u05db\u05e0\u05d9\u05d5\u05ea",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "\u05e4\u05e8\u05e7\u05d9\u05dd",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u05d6\u05d0\u05e0\u05e8\u05d9\u05dd",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "\u05d0\u05e0\u05e9\u05d9\u05dd",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "\u05e8\u05e9\u05ea\u05d5\u05ea",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "\u05de\u05e1\u05e0\u05e0\u05d9\u05dd:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "\u05de\u05e1\u05e0\u05df",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "\u05de\u05d5\u05e2\u05d3\u05e4\u05d9\u05dd",
-    "HeaderGenres": "Genres",
     "OptionLikes": "\u05e0\u05d1\u05d7\u05e8\u05d9\u05dd",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "\u05dc\u05d0 \u05d0\u05d5\u05d4\u05d1",
-    "HeaderStudios": "Studios",
     "OptionActors": "\u05e9\u05d7\u05e7\u05e0\u05d9\u05dd",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "\u05e9\u05d7\u05e7\u05df \u05d0\u05d5\u05e8\u05d7",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "\u05d1\u05de\u05d0\u05d9\u05dd",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "\u05db\u05d5\u05ea\u05d1\u05d9\u05dd",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "\u05de\u05e4\u05d9\u05e7\u05d9\u05dd",
-    "TabDonate": "Donate",
     "HeaderResume": "\u05d4\u05de\u05e9\u05da",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "\u05d4\u05d1\u05d0 \u05d1\u05ea\u05d5\u05e8",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0 \u05db\u05dc\u05d5\u05dd. \u05d4\u05ea\u05d7\u05dc\u05ea \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05e1\u05d3\u05e8\u05d5\u05ea \u05e9\u05dc\u05da!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "\u05e4\u05e8\u05e7\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "\u05e1\u05d5\u05d2\u05d9 \u05d0\u05e0\u05e9\u05d9\u05dd:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "\u05e9\u05d9\u05e8\u05d9\u05dd",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "\u05d0\u05dc\u05d1\u05d5\u05de\u05d9\u05dd",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "\u05d0\u05de\u05e0\u05d9\u05dd",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "\u05d0\u05de\u05e0\u05d9 \u05d0\u05dc\u05d1\u05d5\u05dd",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "\u05e7\u05dc\u05d9\u05e4\u05d9\u05dd",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "\u05de\u05d9\u05d9\u05df",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "\u05de\u05d9\u05d9\u05df \u05dc\u05e4\u05d9:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "\u05e1\u05d3\u05e8 \u05de\u05d9\u05d5\u05df:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "\u05e0\u05d5\u05d2\u05df",
-    "OptionDirector": "Director",
     "OptionUnplayed": "\u05dc\u05d0 \u05e0\u05d5\u05d2\u05df",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "\u05e1\u05d3\u05e8 \u05e2\u05d5\u05dc\u05d4",
-    "OptionProducer": "Producer",
     "OptionDescending": "\u05e1\u05d3\u05e8 \u05d9\u05d5\u05e8\u05d3",
-    "OptionWriter": "Writer",
     "OptionRuntime": "\u05de\u05e9\u05da",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05e9\u05de\u05e2\u05d5\u05ea",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e0\u05d9\u05d2\u05d5\u05df",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d5\u05e1\u05e4\u05d4",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "\u05d0\u05de\u05df \u05d0\u05dc\u05d1\u05d5\u05dd",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "\u05d0\u05de\u05df",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "\u05d0\u05dc\u05d1\u05d5\u05dd",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "\u05e9\u05dd \u05d4\u05e9\u05d9\u05e8",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4\u05e7\u05d4\u05d9\u05dc\u05d4",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "\u05e9\u05dd",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "\u05ea\u05d9\u05e7\u05d9\u05d5\u05ea",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "\u05ea\u05e7\u05e6\u05d9\u05d1",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "\u05d4\u05db\u05e0\u05e1\u05d5\u05ea",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "\u05e4\u05d5\u05e1\u05d8\u05e8",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05e7\u05e2",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "\u05e6\u05d9\u05e8 \u05d6\u05de\u05df",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "\u05d1\u05d0\u05e0\u05e8",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "\u05e6\u05d9\u05d5\u05df \u05de\u05d1\u05e7\u05e8\u05d9\u05dd",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "\u05e7\u05e6\u05ea \u05d5\u05d5\u05d9\u05d3\u05d0\u05d5",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05de\u05e9\u05d9\u05da",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "\u05dc\u05d7\u05e5 \u05e2\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05d4\u05ea\u05d6\u05de\u05d5\u05df \u05e9\u05dc\u05d4",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05d5\u05ea",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "\u05d4\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd \u05e9\u05dc\u05d9",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "\u05e7\u05d8\u05dc\u05d5\u05d2",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd",
     "HeaderAutomaticUpdates": "\u05e2\u05d9\u05d3\u05db\u05d5\u05e0\u05d9\u05dd \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05dd",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "\u05de\u05e0\u05d2\u05df \u05e2\u05db\u05e9\u05d9\u05d5",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "\u05d0\u05dc\u05d1\u05d5\u05de\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "\u05e9\u05d9\u05e8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "\u05e0\u05d5\u05d2\u05e0\u05d5 \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "\u05e0\u05d5\u05d2\u05e0\u05d5 \u05dc\u05e8\u05d5\u05d1",
-    "OptionResElement": "res element",
     "DevBuildWarning": "\u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05de\u05e4\u05ea\u05d7 \u05d4\u05df \u05d7\u05d5\u05d3 \u05d4\u05d7\u05e0\u05d9\u05ea. \u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05d0\u05dc\u05d4 \u05dc\u05d0 \u05e0\u05d1\u05d3\u05e7\u05d5 \u05d5\u05d4\u05df \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d5\u05ea \u05d1\u05de\u05d4\u05d9\u05e8\u05d5\u05ea. \u05d4\u05ea\u05d5\u05db\u05e0\u05d4 \u05e2\u05dc\u05d5\u05dc\u05d4 \u05dc\u05e7\u05e8\u05d5\u05e1 \u05d5\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05e1\u05d5\u05d9\u05d9\u05de\u05d9\u05dd \u05e2\u05dc\u05d5\u05dc\u05d9\u05dd \u05db\u05dc\u05dc \u05dc\u05d0 \u05dc\u05e2\u05d1\u05d5\u05d3.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "\u05d2\u05d5\u05d3 \u05d5\u05d5\u05d9\u05d3\u05d0\u05d5:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "\u05d1\u05dc\u05d5-\u05e8\u05d9\u05d9",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "DVD",
     "OptionIso": "ISO",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "\u05ea\u05dc\u05ea \u05de\u05d9\u05de\u05d3",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "\u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "\u05d8\u05e8\u05d9\u05d9\u05dc\u05e8",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "\u05e9\u05d9\u05e8 \u05e0\u05d5\u05e9\u05d0",
-    "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.",
     "OptionHasThemeVideo": "\u05e1\u05e8\u05d8 \u05e0\u05d5\u05e9\u05d0",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "\u05e1\u05e8\u05d8\u05d9\u05dd",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "\u05d0\u05d5\u05dc\u05e4\u05e0\u05d9\u05dd",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "\u05d8\u05e8\u05d9\u05d9\u05dc\u05e8\u05d9\u05dd",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "\u05e1\u05e8\u05d8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "\u05d8\u05e8\u05d9\u05d9\u05dc\u05d9\u05e8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05d9\u05d5\u05d7\u05d3\u05d9\u05dd",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 IMDb",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d1\u05e7\u05e8\u05ea \u05d4\u05d5\u05e8\u05d9\u05dd",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e9\u05d9\u05d3\u05d5\u05e8 \u05e8\u05d0\u05e9\u05d5\u05df",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "\u05d1\u05e1\u05d9\u05e1\u05d9",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "\u05de\u05ea\u05e7\u05d3\u05dd",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "\u05de\u05e6\u05d1",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "\u05de\u05de\u05e9\u05d9\u05da",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "\u05d4\u05e1\u05ea\u05d9\u05d9\u05dd",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "\u05e8\u05d0\u05e9\u05d5\u05df",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "\u05e9\u05e0\u05d9",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "\u05e9\u05dc\u05d9\u05e9\u05d9",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "\u05e8\u05d1\u05d9\u05e2\u05d9",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "\u05d7\u05de\u05d9\u05e9\u05d9",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "\u05e9\u05d9\u05e9\u05d9",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "\u05e9\u05d1\u05ea",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "\u05d7\u05e1\u05e8 \u05de\u05d6\u05d4\u05d4 IMBb",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "\u05d7\u05e1\u05e8 \u05de\u05d6\u05d4\u05d4 TheTVDB",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "\u05d7\u05e1\u05e8\u05d4 \u05e1\u05e7\u05d9\u05e8\u05d4",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "\u05d4\u05e9\u05e0\u05d4 \u05dc\u05d0 \u05de\u05ea\u05d0\u05d9\u05de\u05d4 \u05d1\u05d9\u05df \u05d4\u05de\u05d9\u05d3\u05e2 \u05dc\u05e7\u05d5\u05d1\u05e5",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "\u05db\u05dc\u05dc\u05d9",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "\u05ea\u05de\u05d9\u05db\u05d4",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "\u05dc\u05d5\u05d2",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "\u05d0\u05d5\u05d3\u05d5\u05ea",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "\u05de\u05e4\u05ea\u05d7 \u05ea\u05d5\u05de\u05da",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "\u05d4\u05e4\u05d5\u05da \u05dc\u05ea\u05d5\u05de\u05da",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "\u05dcMedia Browser \u05d9\u05e9 \u05e7\u05d4\u05d9\u05dc\u05d4 \u05e4\u05d5\u05e8\u05d7\u05ea \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d5\u05ea\u05d5\u05e8\u05de\u05d9\u05dd.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "\u05e2\u05d9\u05d9\u05df \u05d1\u05de\u05d0\u05d2\u05e8 \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc\u05e0\u05d5 \u05dc\u05e2\u05d6\u05d5\u05e8 \u05dc\u05da \u05dc\u05d4\u05d5\u05e6\u05d9\u05d0 \u05d0\u05ea \u05d4\u05de\u05d9\u05e8\u05d1 \u05deMedia Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "\u05d7\u05e4\u05e9 \u05d1\u05de\u05d0\u05d2\u05e8 \u05d4\u05de\u05d9\u05d3\u05e2",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "\u05d1\u05e7\u05e8 \u05d1\u05e7\u05d4\u05d9\u05dc\u05d4",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "\u05d1\u05e7\u05e8 \u05d1\u05d0\u05ea\u05e8 \u05e9\u05dc Media Browser",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "\u05d1\u05e7\u05e8 \u05d1\u05d0\u05ea\u05e8 \u05e9\u05dc Media Browser \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05e2\u05d3\u05db\u05df \u05d1\u05d7\u05e9\u05d3\u05d5\u05ea \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea \u05d5\u05d1\u05d1\u05dc\u05d5\u05d2 \u05d4\u05de\u05e4\u05ea\u05d7\u05d9\u05dd.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "\u05d4\u05e1\u05ea\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 \u05d6\u05d4 \u05d1\u05d7\u05dc\u05d5\u05df \u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "\u05d1\u05d8\u05dc \u05de\u05e9\u05ea\u05de\u05e9 \u05d6\u05d4",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "\u05d0\u05dd \u05de\u05d1\u05d5\u05d8\u05dc, \u05d4\u05e9\u05e8\u05ea \u05e9\u05dc\u05d0 \u05d9\u05d0\u05e4\u05e9\u05e8 \u05d7\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd \u05de\u05de\u05e9\u05ea\u05de\u05e9 \u05d6\u05d4. \u05d7\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd \u05e4\u05e2\u05d9\u05dc\u05d9\u05dd \u05d9\u05d1\u05d5\u05d8\u05dc\u05d5 \u05de\u05d9\u05d9\u05d3.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "\u05e9\u05dc\u05d9\u05d8\u05d4 \u05de\u05ea\u05e7\u05d3\u05de\u05d5\u05ea",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "\u05e9\u05dd:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9 \u05d6\u05d4 \u05dc\u05e0\u05d4\u05dc \u05d0\u05ea \u05d4\u05e9\u05e8\u05ea",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "\u05d2\u05d9\u05e9\u05d4 \u05dc\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd",
     "OptionAllowMediaPlayback": "\u05d0\u05e4\u05e9\u05e8 \u05e0\u05d9\u05d2\u05d5\u05df \u05de\u05d3\u05d9\u05d4",
     "OptionAllowBrowsingLiveTv": "\u05d0\u05e4\u05e9\u05e8 \u05d3\u05e4\u05d3\u05d5\u05e3 \u05d1\u05d8\u05dc\u05d5\u05d5\u05d9\u05d6\u05d9\u05d4 \u05d7\u05d9\u05d4",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/hr.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Izlaz",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Posjeti zajednicu",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standard",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Pregledaj API dokumentaciju",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Pregledaj biblioteku",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Konfiguriraj Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Otvori preglednik bibilioteke",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restartiraj Server",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Prika\u017ei Log Zapis",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Prethodni",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Kraj",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Sljede\u0107i",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Zavr\u0161eno!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Dobrodo\u0161li u Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Ovaj pomo\u0107nik \u0107e Vas voditi kroz proces pode\u0161avanja. Za po\u010detak, odaberite \u017eeljeni jezik.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Recite nam ne\u0161to o sebi",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Ime:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "Vi\u0161e korisnika mo\u017eete dodati naknadno preko nadzorne plo\u010de.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser  ima ugra\u0111enu podr\u0161ku za korisni\u010dke profile, omogu\u0107uju\u0107i svakom korisniku da imaju svoje vlastite postavke prikaza i roditeljsku kontrolu.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows servis",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Windows servis je instaliran.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server radi kao desktop aplikacija sa ikonom u alatnoj traci, ali ako \u017eelite da radi kao pozadinska usluga mo\u017ee se pokrenuti preko windows servisa na upravlja\u010dkoj plo\u010di.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Ako koristite windows servis uslugu, imajte na umu da nemo\u017ee raditi u isto vrijeme kad i aplikacija na alatnoj traci. Stoga morate ugasiti aplikaciju na altanoj traci da bi mogli pokrenuti servis. Servis \u0107e te morati postaviti sa administrativnim dopu\u0161tenjima preko windows upravlja\u010dke plo\u010de. Tako\u0111er imajte na umu da se u ovom trenutku servis nemo\u017ee automatizirano nadograditi, ve\u0107 je za nove verzije potrebna interakcija korisnika.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "To je sve \u0161to zasada trebamo. Media Browser je krenuo prikupljati informacije o va\u0161oj medijskoj biblioteci. Pregledajte neke od na\u0161ih aplikacija, a nakon toga klinite <b>Kraj<\/b> za pregled <b>Nadzorne plo\u010de<\/b>",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Konfiguracija postavki",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Omogu\u0107i preuzimanje slika iz videa",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "Za videa koja jo\u0161 nemaju slike, i za koja nismo uspijeli na\u0107i slike na internetu ovo \u0107e dodati jo\u0161 malo vremena na po\u010detno skeniranje biblioteke ali \u0107e biti ugodnija prezentacija naslova.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Izvuci slike poglavlja za Filmove",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Izvla\u010denje slika poglavlja \u0107e omogu\u0107iti korisnicima meni za odabir poglavlja sa grafi\u010dkim prikazom scena. Proces mo\u017ee biti spor, zahtjevan za procesor i za dodatnih par gigabajta mjesta na disku. Pokre\u0107e se kao no\u0107ni zadatak u 4 sata ujutro. Iako se postavke mogu podesiti u zakazanim zadacima, nije ga preporu\u010dljivo pokrenuti u vrijeme kada su korisnici spojeni na server.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Omogu\u0107i automatsko mapiranje porta",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP omogu\u0107uje automatsku konfiguraciju usmjeriva\u010da (router \/ modem) za lak\u0161i pristup na daljinu. Ovo mo\u017eda ne\u0107e raditi sa nekim modelima usmjeriva\u010da.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Odustani",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Novo",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Postavi svoju medijsku biblioteku",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Dodaj mapu sa medijem",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Tip mape:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Zahtjeva kori\u0161tenje dodatka, npr. GameBrowser ili MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Informirajte se o medijskoj bibilioteci wiki",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Zemlja:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Jezik:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "\u017deljeni metadata jezik:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Snimi ilustracije i metadata u medijske mape",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Snimljene ilustracije i metadata u medijskim mapama \u0107e biti postavljene na lokaciju gdje \u0107e se mo\u0107i jednostavno mjenjati.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Preuzmi ilustracije i metadata (opise) sa interneta",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser mo\u017ee preuzeti informacije o va\u0161im medijskim datotekama kako bi imali bogatu prezentaciju.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Postavke",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Lozinka",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Pristup biblioteci",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Slika",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profil",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Slike",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Obavijesti",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Naslovi",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Prika\u017ei epizode koje nedostaju unutar sezone",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Prika\u017ei epizode koje nisu emitirane unutar sezone",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Postavke video reprodukcije",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Postavke reprodukcije",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Postavke audio jezika:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Jezik prijevoda:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "Nema titlova",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profili",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Sigurnost",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Dodaj korisnika",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Snimi",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Resetiraj lozinku",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Nova lozinka:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Potvrda nove lozinke:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Kreiraj lozinku",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Sada\u0161nja lozinka:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Najve\u0107a dopu\u0161tena roditeljska ocjena:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Sadr\u017eaj sa vi\u0161om ocjenom \u0107e biti skriven od ovog korisnika.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Odaberite medijske mape za djeljenje sa ovim korisnikom. Administratori \u0107e mo\u0107i mjenjati sve mape preko Metadata menad\u017eera.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Odaberite kanale za dijeljenje sa ovim korisnikom. Administratori \u0107e mo\u0107i mijenjati sve kanale koriste\u0107i metadata menad\u017eer.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Izbri\u0161i sliku",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Odaberite korisnika:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Dostavi",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Dostavi novu sliku",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Ubaci sliku ovdje",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Omjer, preporu\u010damo. Samo JPG\/PNG.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Ni\u0161ta ovdje.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Molimo provjerite da je preuzimanje metadata sa interneta omogu\u0107eno.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Preporu\u010deno",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Zadnje",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Uskoro",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Emisije",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Epizode",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u017danrovi",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Ljudi",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Mre\u017ee",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Korisnici",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filteri:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Favoriti",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Volim",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Nevolim",
-    "HeaderStudios": "Studios",
     "OptionActors": "Glumci",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Gostu\u0107e zvjezde",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Redatelji",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Pisci",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producenti",
-    "TabDonate": "Donate",
     "HeaderResume": "Nastavi",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Sljede\u0107e je",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Nije prona\u0111eno. Krenite sa gledanjem va\u0161e emisije!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Zadnje epizode",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Tip osobe:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Pjesme",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albumi",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Izvo\u0111a\u010di",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Albumi izvo\u0111a\u010da",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Muzi\u010dki spotovi",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Slo\u017ei",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Slo\u017ei po:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Redosljed slaganja:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Izvo\u0111eni",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Neizvo\u0111eni",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Uzlazno",
-    "OptionProducer": "Producer",
     "OptionDescending": "Silazno",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Trajanje",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Broju izvo\u0111enja",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Datumu izvo\u0111enja",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Datumu dodavanja",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Albumu izvo\u0111a\u010da",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Izvo\u0111a\u010du",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Albumu",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Nazivu pjesme",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Ocjeni zajednice",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Nazivu",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Mape",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Bud\u017eet",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Prihod",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Pozadina",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Vremenska linija",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Sli\u010dica",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Zaglavlje",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Ocjeni kritike",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Nastavi",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Klini na zadatak za pode\u0161avanje raporeda.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Raspored zadataka",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Moji dodaci",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Katalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Dodaci",
     "HeaderAutomaticUpdates": "Automatske nadogradnje",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Sad se izvodi",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Zadnji albumi",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Zadnje pjesme",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Zadnje izvo\u0111eno",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "\u010cesto izvo\u0111eno",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev distribucije su klimave. \u010cesto se izbacuju, a nisu ni testirane. Aplikacija se mo\u017ee sru\u0161iti i mogu otkazati sve funkcije.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Tip Videa:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Mogu\u0107nosti:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Prijevodi",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Kratki video",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Pjesma teme",
-    "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.",
     "OptionHasThemeVideo": "Video teme",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmovi",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studio",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Zadnji Filmovi",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Zadnji trailersi",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Specijalne opcije",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb ocjena",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Roditeljska ocjena",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Datum premijere",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Osnovno",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Napredno",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Nastavlja se",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Zavr\u0161eno",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Dani emitiranja",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Nedjelja",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Ponedjeljak",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Utorak",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Srijeda",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "\u010cetvrtak",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Petak",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Subota",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Upravljanje",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Nedostaje IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Nedostaje TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Nedostaje pregled",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Nepravilna godina, Datoteke\/Metadata",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Op\u0107e",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Podr\u0161ka",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "O ovome...",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Klju\u010d pobornika",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Postani pobornik",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser ima uspije\u0161nu zajednicu korisnika i suradnika.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Pregledajte na\u0161u bazu znanja kako bi u potpunosti iskoristili mogu\u0107nosti Media Browser-a.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Pretra\u017ei bazu znanja",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Posjeti zajednicu",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Posjeti Media Browser web stranicu",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Posjeti Media Browser web stranicu kako bi vidjeli najnovije vijesti i bili u toku sa programerskim blogom",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Sakrij korisnika sa prozora prijave",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Onemogu\u0107i ovog korisnika",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "Ako je onemogu\u0107en server ne\u0107e dopustiti nikakve veze od ovog korisnika. Postoje\u0107e veze \u0107e odmah biti prekinute.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Napredna kontrola",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Ime:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Dopusti ovom korisniku da upravlja serverom",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Pristup opcijama",
     "OptionAllowMediaPlayback": "Dopusti reprodukciju medijskog sadr\u017eaja",
     "OptionAllowBrowsingLiveTv": "Omogu\u0107i pregled TV programa",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 246 - 233
MediaBrowser.Server.Implementations/Localization/Server/it.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Esci",
-    "OptionReportAdultVideos": "Video x adulti",
     "LabelVisitCommunity": "Visita Comunit\u00e0",
-    "ButtonMore": "Dettagli",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Attivit\u00e0",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} Avviati",
     "LabelStandard": "Standard",
-    "ScheduledTaskCancelledWithName": "{0} cancellati",
     "LabelViewApiDocumentation": "Documentazione Api",
-    "ScheduledTaskCompletedWithName": "{0} completati",
     "LabelBrowseLibrary": "Esplora la libreria",
-    "ScheduledTaskFailed": "Operazione pianificata completata",
     "LabelConfigureMediaBrowser": "Configura Media Browser",
-    "PluginInstalledWithName": "{0} sono stati Installati",
     "LabelOpenLibraryViewer": "Apri visualizzatore libreria",
-    "PluginUpdatedWithName": "{0} sono stati aggiornati",
     "LabelRestartServer": "Riavvia Server",
-    "PluginUninstalledWithName": "{0} non sono stati installati",
     "LabelShowLogWindow": "Mostra Finestra log",
-    "ScheduledTaskFailedWithName": "{0} Falliti",
     "LabelPrevious": "Precedente",
-    "ItemAddedWithName": "{0} aggiunti alla libreria",
     "LabelFinish": "Finito",
-    "ItemRemovedWithName": "{0} rimossi dalla libreria",
     "LabelNext": "Prossimo",
-    "DeviceOnlineWithName": "{0} \u00e8 connesso",
     "LabelYoureDone": "Tu hai Finito!",
-    "UserOnlineFromDevice": "{0} \u00e8 online da {1}",
     "WelcomeToMediaBrowser": "Benvenuto in Media browser!",
-    "DeviceOfflineWithName": "{0} \u00e8 stato disconesso",
     "TitleMediaBrowser": "Media browser",
-    "UserOfflineFromDevice": "{0} \u00e8 stato disconesso da {1}",
     "ThisWizardWillGuideYou": "Procedura Guidata per l'installazione.",
-    "SubtitlesDownloadedForItem": "Sottotitoli scaricati per {0}",
     "TellUsAboutYourself": "Parlaci di te",
-    "SubtitleDownloadFailureForItem": "Sottotitoli non scaricati per {0}",
     "LabelYourFirstName": "Nome",
-    "LabelRunningTimeValue": "Durata: {0}",
     "MoreUsersCanBeAddedLater": "Puoi aggiungere altri utenti in un secondo momento all'interno del pannello di configurazione",
-    "LabelIpAddressValue": "Indirizzo IP: {0}",
     "UserProfilesIntro": "Media Browser include il supporto integrato per i profili utente, permettendo ad ogni utente di avere le proprie impostazioni di visualizzazione.",
-    "UserConfigurationUpdatedWithName": "Configurazione utente \u00e8 stata aggiornata per {0}",
     "LabelWindowsService": "Servizio Windows",
-    "UserCreatedWithName": "Utente {0} \u00e8 stato creato",
     "AWindowsServiceHasBeenInstalled": "Servizio Windows Installato",
-    "UserPasswordChangedWithName": "Password utente cambiata per {0}",
     "WindowsServiceIntro1": "Media Browser  Server, normalmente viene eseguito come un'applicazione desktop con una icona nella barra, ma se si preferisce farlo funzionare come un servizio in background, pu\u00f2 essere avviato dal pannello di controllo dei servizi di Windows, invece.",
-    "UserDeletedWithName": "Utente {0} \u00e8 stato cancellato",
     "WindowsServiceIntro2": "Se si utilizza il servizio di Windows, si ricorda che non pu\u00f2 essere eseguito allo stesso tempo come l'icona di sistema, quindi  devi chiudere l'applicazione al fine di eseguire il servizio. Il servizio dovr\u00e0 anche essere configurato con privilegi amministrativi tramite il pannello di controllo. Si prega di notare che in questo momento il servizio non \u00e8 in grado di Autoaggiornarsi, quindi le nuove versioni richiedono l'interazione manuale",
-    "MessageServerConfigurationUpdated": "Configurazione server aggioprnata",
     "WizardCompleted": "Questo \u00e8 tutto abbiamo bisogno per ora. Browser Media ha iniziato a raccogliere informazioni sulla vostra libreria multimediale. Scopri alcune delle nostre applicazioni, quindi fare clic su <b>Finito<\/b> per aprire<b>il pannello di controllo<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "La sezione  {0} \u00e8 stata aggiornata",
     "LabelConfigureSettings": "Configura",
-    "MessageApplicationUpdated": "Media Browser Server \u00e8 stato aggiornato",
     "LabelEnableVideoImageExtraction": "Estrazione immagine video non possibile",
-    "AuthenticationSucceededWithUserName": "{0} Autenticati con successo",
     "VideoImageExtractionHelp": "Per i video che sono sprovvisti di immagini,e che non siamo riusciti a trovarle su Internet.Questo aggiunger\u00e0 del tempo addizionale alla scansione della tua libreria ma si tradurr\u00e0 in una presentazione pi\u00f9 piacevole.",
-    "FailedLoginAttemptWithUserName": "Login fallito da  {0}",
     "LabelEnableChapterImageExtractionForMovies": "Estrazione immagine capitolo estratto per Film",
-    "UserStartedPlayingItemWithValues": "{0} \u00e8 partito da {1}",
     "LabelChapterImageExtractionForMoviesHelp": "L'Estrazione di immagini capitoli permetter\u00e0 ai clienti di visualizzare i menu di selezione delle scene . Il processo pu\u00f2 essere lento e pu\u00f2 richiedere diversi gigabyte di spazio. Viene schedulato alle 04:00, anche se questo \u00e8 configurabile nella zona di operazioni pianificate. Non \u00e8 consigliabile eseguire questa operazione durante le ore di picco.",
-    "UserStoppedPlayingItemWithValues": "{0} stoppato {1}",
     "LabelEnableAutomaticPortMapping": "Abilita mappatura delle porte automatiche",
-    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP consente la configurazione automatica del router per l'accesso remoto facile. Questo potrebbe non funzionare con alcuni modelli di router.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "OK",
-    "LabelChannelDownloadSizeLimit": "Dimensione massima Download (GB):",
     "ButtonCancel": "Annulla",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Attivit\u00e0 recenti",
     "ButtonNew": "Nuovo",
-    "HeaderPeople": "Persone",
     "HeaderSetupLibrary": "Configura la tua libreria",
-    "HeaderDownloadPeopleMetadataFor": "Scarica biografia e immagini per:",
     "ButtonAddMediaFolder": "Aggiungi cartella",
-    "OptionComposers": "Compositori",
     "LabelFolderType": "Tipo cartella",
-    "OptionOthers": "Altri",
     "MediaFolderHelpPluginRequired": "* Richiede l'uso di un plugin, ad esempio GameBrowser o MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Fare riferimento alla wiki libreria multimediale.",
-    "HeaderDownloadPeopleMetadataForHelp": "Abilitando il provider scaricher\u00e0 pi\u00f9 informazioni ( la scansione sar\u00e0 pi\u00f9 lenta)",
     "LabelCountry": "Nazione:",
-    "ViewTypeFolders": "Cartelle",
     "LabelLanguage": "lingua:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Lingua dei metadati preferita:",
-    "ViewTypeLiveTvRecordingGroups": "Registrazioni",
     "LabelSaveLocalMetadata": "Salva immagini e metadati nelle cartelle multimediali",
-    "ViewTypeLiveTvChannels": "canali",
     "LabelSaveLocalMetadataHelp": "Il salvataggio di immagini e dei metadati direttamente nelle cartelle multimediali verranno messe in un posto dove possono essere facilmente modificate.",
-    "LabelAllowLocalAccessWithoutPassword": "Consenti di accedere localmente senza password",
     "LabelDownloadInternetMetadata": "Scarica immagini e dei metadati da internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Quando abilitato la password non \u00e8 necessaria",
     "LabelDownloadInternetMetadataHelp": "Media Browser pu\u00f2 scaricare informazioni sui vostri media per consentire presentazioni migliori.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Preferenze",
-    "HeaderLocalAccess": "Accesso locale",
     "TabPassword": "Password",
-    "HeaderViewOrder": "Visualizza ordine",
     "TabLibraryAccess": "Accesso libreria",
-    "LabelSelectUserViewOrder": "Scegliere l'ordine vostre opinioni verranno visualizzati in applicazioni all'interno del browser media",
     "TabImage": "Immagine",
-    "LabelMetadataRefreshMode": "Metadata (modo Aggiornamento)",
     "TabProfile": "Profilo",
-    "LabelImageRefreshMode": "Immagine (modo Aggiornamento)",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Immagini mancanti",
     "TabImages": "Immagini",
-    "OptionReplaceExistingImages": "Sovrascrivi immagini esistenti",
     "TabNotifications": "Notifiche",
-    "OptionRefreshAllData": "Aggiorna tutti i dati",
     "TabCollectionTitles": "Titolo",
-    "OptionAddMissingDataOnly": "Aggiungi solo dati mancanti",
     "LabelDisplayMissingEpisodesWithinSeasons": "Visualizza gli episodi mancanti  nelle stagioni",
-    "OptionLocalRefreshOnly": "Aggiorna solo locale",
     "LabelUnairedMissingEpisodesWithinSeasons": "Visualizzare episodi mai andati in onda all'interno stagioni",
-    "HeaderRefreshMetadata": "Aggiorna metadati",
     "HeaderVideoPlaybackSettings": "Impostazioni di riproduzione video",
-    "HeaderPersonInfo": "Persona Info",
     "HeaderPlaybackSettings": "Impostazioni di riproduzione",
-    "HeaderIdentifyItem": "Identifica elemento",
     "LabelAudioLanguagePreference": "Audio preferenze di lingua:",
-    "HeaderIdentifyItemHelp": "Inserisci uno o pi\u00f9 criteri di ricerca. Rimuovi criteri di aumentare i risultati di ricerca.",
     "LabelSubtitleLanguagePreference": "Sottotitoli preferenze di lingua:",
-    "HeaderConfirmDeletion": "Conferma Cancellazione",
     "OptionDefaultSubtitles": "Predefinito",
-    "LabelFollowingFileWillBeDeleted": "Il seguente file verr\u00e0 eliminato:",
     "OptionOnlyForcedSubtitles": "Solo i sottotitoli forzati",
-    "LabelIfYouWishToContinueWithDeletion": "Se si desidera continuare, si prega di confermare inserendo il valore di:",
     "OptionAlwaysPlaySubtitles": "Visualizza sempre i sottotitoli",
-    "ButtonIdentify": "Identifica",
     "OptionNoSubtitles": "Nessun Sottotitolo",
-    "LabelAlbumArtist": "Artista Album",
     "OptionDefaultSubtitlesHelp": "Sottotitoli corrispondenti alla lingua di preferenza saranno caricati quando l'audio \u00e8 in una lingua straniera.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Solo sottotitoli contrassegnati come forzati saranno caricati.",
-    "LabelCommunityRating": "Voto Comunit\u00e0:",
     "OptionAlwaysPlaySubtitlesHelp": "Sottotitoli corrispondenti alla lingua di preferenza saranno caricati a prescindere dalla lingua audio.",
-    "LabelVoteCount": "Totale Voti:",
     "OptionNoSubtitlesHelp": "I sottotitoli non verranno caricati di default.",
-    "LabelMetascore": "Punteggio:",
     "TabProfiles": "Profili",
-    "LabelCriticRating": "Voto dei critici:",
     "TabSecurity": "Sicurezza",
-    "LabelCriticRatingSummary": "Critico sintesi valutazione:",
     "ButtonAddUser": "Aggiungi Utente",
-    "LabelAwardSummary": "Sintesi Premio:",
-    "LabelWebsite": "Sito web:",
     "ButtonAddLocalUser": "Aggiungi Utente locale",
-    "LabelTagline": "Messaggio pers:",
     "ButtonInviteUser": "Invita un utente",
     "ButtonSave": "Salva",
-    "LabelOverview": "Trama:",
     "ButtonResetPassword": "Reset Password",
-    "LabelShortOverview": "Trama breve:",
     "LabelNewPassword": "Nuova Password:",
-    "LabelReleaseDate": "Data di rilascio:",
     "LabelNewPasswordConfirm": "Nuova Password Conferma:",
-    "LabelYear": "Anno:",
     "HeaderCreatePassword": "Crea Password",
-    "LabelPlaceOfBirth": "Luogo di nascita:",
     "LabelCurrentPassword": "Password Corrente:",
-    "LabelEndDate": "Fine data:",
     "LabelMaxParentalRating": "Massima valutazione dei genitori consentita:",
-    "LabelAirDate": "In onda da (gg):",
     "MaxParentalRatingHelp": "Contento di un punteggio pi\u00f9 elevato sar\u00e0 nascosto da questo utente.",
-    "LabelAirTime:": "In onda da:",
     "LibraryAccessHelp": "Selezionare le cartelle multimediali da condividere con questo utente. Gli amministratori saranno in grado di modificare tutte le cartelle utilizzando il gestore dei metadati.",
-    "LabelRuntimeMinutes": "Durata ( minuti):",
     "ChannelAccessHelp": "Selezionare i canali da condividere con questo utente. Gli amministratori saranno in grado di modificare tutti i canali usando il gestore dei metadati",
-    "LabelParentalRating": "Voto genitori:",
     "ButtonDeleteImage": "Elimina immagine",
-    "LabelCustomRating": "Voto personalizzato:",
     "LabelSelectUsers": "Seleziona Utenti:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Carica",
-    "LabelRevenue": "Fatturato ($):",
     "HeaderUploadNewImage": "Carica nuova immagine",
-    "LabelOriginalAspectRatio": "Aspetto originale:",
     "LabelDropImageHere": "Trascina l'immagine qui",
-    "LabelPlayers": "Giocatore:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "Label3DFormat": "Formato 3D:",
     "MessageNothingHere": "Niente qui.",
-    "HeaderAlternateEpisodeNumbers": "Numeri Episode alternativi",
     "MessagePleaseEnsureInternetMetadata": "Assicurarsi che download di metadati internet \u00e8 abilitata.",
-    "HeaderSpecialEpisodeInfo": "Episodio Speciale Info",
     "TabSuggested": "Suggeriti",
-    "HeaderExternalIds": "Esterno Id di :",
     "TabLatest": "Novit\u00e0",
-    "LabelDvdSeasonNumber": "Dvd stagione:",
     "TabUpcoming": "IN ONDA A BREVE",
-    "LabelDvdEpisodeNumber": "Numero episodio Dvd:",
     "TabShows": "Serie",
-    "LabelAbsoluteEpisodeNumber": "Absolute Numero episodio:",
     "TabEpisodes": "Episodi",
-    "LabelAirsBeforeSeason": "tempo prima della stagione:",
     "TabGenres": "Generi",
-    "LabelAirsAfterSeason": "tempo dopo della stagione:",
     "TabPeople": "Attori",
-    "LabelAirsBeforeEpisode": "tempo prima episodio:",
     "TabNetworks": "Internet",
-    "LabelTreatImageAs": "Trattare come immagine:",
     "HeaderUsers": "Utenti",
-    "LabelDisplayOrder": "Ordine visualizzazione:",
     "HeaderFilters": "Filtri",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtro",
-    "HeaderCountries": "Paesi",
     "OptionFavorite": "Preferiti",
-    "HeaderGenres": "Generi",
     "OptionLikes": "Belli",
-    "HeaderPlotKeywords": "Trama",
     "OptionDislikes": "Brutti",
-    "HeaderStudios": "Studios",
     "OptionActors": "Attori",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderMetadataSettings": "Impostazioni metadati",
     "OptionDirectors": "Registra",
-    "LabelLockItemToPreventChanges": "Bloccare questa voce per impedire modifiche future",
     "OptionWriters": "Scrittore",
-    "MessageLeaveEmptyToInherit": "Lasciare vuoto per ereditare le impostazioni da un elemento principale, o il valore predefinito globale.",
     "OptionProducers": "Produttore",
-    "TabDonate": "Dona",
     "HeaderResume": "Riprendi",
-    "HeaderDonationType": "Tipo di donazione:",
     "HeaderNextUp": "Da vedere",
-    "OptionMakeOneTimeDonation": "Fai una donazione separata",
     "NoNextUpItemsMessage": "Trovato nessuno.Inizia a guardare i tuoi programmi!",
-    "OptionOneTimeDescription": "Si tratta di una donazione aggiuntiva alla squadra per mostrare il vostro sostegno. Non ha alcun beneficio e non produrr\u00e0 una chiave sostenitore.",
     "HeaderLatestEpisodes": "Ultimi Episodi Aggiunti",
-    "OptionLifeTimeSupporterMembership": "Appartenenza supporter Lifetime",
     "HeaderPersonTypes": "Tipo Persone:",
-    "OptionYearlySupporterMembership": "Appartenenza supporter annuale",
     "TabSongs": "Canzoni",
-    "OptionMonthlySupporterMembership": "Appartenenza supporter mensile",
     "TabAlbums": "Albums",
-    "HeaderSupporterBenefit": "Un abbonamento sostenitore offre vantaggi aggiuntivi, come l'accesso ai plugin premium, i contenuti del canale internet, e altro ancora.",
     "TabArtists": "Artisti",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artisti",
-    "OptionNoThemeSong": "No Temi canzone",
     "TabMusicVideos": "Video Musicali",
-    "OptionNoThemeVideo": "No tema video",
     "ButtonSort": "Ordina",
-    "LabelOneTimeDonationAmount": "Importo della donazione:",
     "HeaderSortBy": "Ordina per:",
-    "OptionActor": "Attore",
     "HeaderSortOrder": "Ordinato per:",
-    "OptionComposer": "Compositore",
     "OptionPlayed": "Visto",
-    "OptionDirector": "Regista",
     "OptionUnplayed": "Non visto",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascendente",
-    "OptionProducer": "Produttore",
     "OptionDescending": "Discentente",
-    "OptionWriter": "Scrittore",
     "OptionRuntime": "Durata",
-    "LabelAirDays": "In onda da (gg):",
-    "LabelAirTime": "In onda da:",
     "OptionReleaseDate": "Data di rilascio",
     "OptionPlayCount": "Visto N\u00b0",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Visto il",
-    "HeaderPhotoInfo": "Foto info",
     "OptionDateAdded": "Aggiunto il",
-    "HeaderInstall": "Installa",
     "OptionAlbumArtist": "Album Artista",
-    "LabelSelectVersionToInstall": "Selezionare la versione da installare:",
     "OptionArtist": "Artista",
-    "LinkSupporterMembership": "Ulteriori informazioni Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo dopo la prova gratuita di 14 giorni.",
     "OptionTrackName": "Nome Brano",
-    "MessagePremiumPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo al fine di acquistare dopo la prova gratuita di 14 giorni.",
     "OptionCommunityRating": "Voto del pubblico",
-    "HeaderReviews": "Recensioni",
     "OptionNameSort": "Nome",
-    "HeaderDeveloperInfo": "Info sviluppatore",
     "OptionFolderSort": "Cartelle",
-    "HeaderRevisionHistory": "Cronologia delle revisioni",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "Visualizza sito web",
     "OptionRevenue": "Recensione",
-    "LabelRecurringDonationCanBeCancelledHelp": "Donazioni ricorrenti possono essere cancellati in qualsiasi momento dal tuo conto PayPal.",
     "OptionPoster": "Locandina",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Sfondo",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Anno",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Sfondo",
-    "XmlDocumentAttributeListHelp": "Questi attributi vengono applicati all'elemento radice di ogni risposta XML.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Salvare i metadati e le immagini come file nascosti",
     "OptionCriticRating": "Voto critica",
-    "LabelExtractChaptersDuringLibraryScan": "Estrarre immagini capitolo durante la scansione biblioteca",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Se abilitata, le immagini capitolo verranno estratti quando i video vengono importati durante la scansione della libreria. Se disabilitata verranno estratti durante le immagini dei capitoli programmati compito, permettendo la scansione biblioteca regolare per completare pi\u00f9 velocemente.",
     "OptionResumable": "Interrotti",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Fare clic su una voce per cambiare la pianificazione.",
-    "LabelConnectUserNameHelp": "Collegare questo utente a un account browser media per permettere un facile accesso sign-in da qualsiasi applicazione, senza dover conoscere l'indirizzo IP del server.",
     "ScheduledTasksTitle": "Operazioni Pianificate",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Scopri di pi\u00f9 su Media Browser Connect",
     "TabMyPlugins": "Plugins Installati",
-    "LabelExternalPlayers": "Player esterni:",
     "TabCatalog": "Catalogo",
-    "LabelExternalPlayersHelp": "Pulsanti di visualizzazione di riprodurre contenuti in lettori esterni. Questo \u00e8 disponibile solo su dispositivi che supportano schemi URL, generalmente Android e iOS. Con i giocatori esterni vi \u00e8 generalmente alcun supporto per il controllo remoto o ripresa.",
-    "HeaderSubtitleProfile": "Profilo sottotitolo",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Aggiornamenti Automatici",
-    "HeaderSubtitleProfiles": "Profili sottotitoli",
-    "HeaderSubtitleProfilesHelp": "Profili sottotitoli descrivono i formati di sottotitoli supportati dal dispositivo.",
     "HeaderNowPlaying": "Riproducendo",
-    "LabelFormat": "Formato:",
     "HeaderLatestAlbums": "Ultimi Albums Aggiunti",
-    "LabelMethod": "Metodo:",
     "HeaderLatestSongs": "Ultime Canzoni",
-    "LabelDidlMode": "Modalit\u00e0 didl:",
     "HeaderRecentlyPlayed": "Visti di recente",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Visti di frequente",
-    "OptionResElement": "elemento res",
     "DevBuildWarning": "La versione Dev Builds non \u00e8 testata e potrebbe bloccarsi o non rispondere correttamente",
-    "OptionEmbedSubtitles": "Incorpora all'interno del contenitore",
     "LabelVideoType": "Tipo video:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmentato sottotitoli",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Esempio: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "saperne di pi\u00f9",
     "LabelFeatures": "Caratteristiche:",
-    "TabPlayback": "Riproduzione",
     "LabelService": "Servizio:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Stato:",
-    "OptionFindTrailers": "Trova trailer da internet automaticamente",
     "LabelVersion": "Versione:",
-    "HeaderLanguagePreferences": "Lingua preferita",
     "LabelLastResult": "Ultimo risultato:",
-    "TabCinemaMode": "Modalit\u00e0 Cinema",
     "OptionHasSubtitles": "Sottotitoli",
-    "TitlePlayback": "Riproduzione",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Attiva modalit\u00e0 cinema per:",
     "OptionHasThemeSong": "Tema Canzone",
-    "CinemaModeConfigurationHelp": "Modalit\u00e0 Cinema porta l'esperienza del teatro direttamente nel tuo salotto con la possibilit\u00e0 di vedere trailer e intro personalizzati prima la caratteristica principale.",
     "OptionHasThemeVideo": "Tema video",
-    "OptionTrailersFromMyMovies": "Includi i trailer di film nella mia biblioteca",
     "TabMovies": "Film",
-    "OptionUpcomingMoviesInTheaters": "Includi i trailer di film nuovi e imminenti",
     "TabStudios": "Studios",
-    "LabelLimitIntrosToUnwatchedContent": "Solo i trailer da contenuti non visti",
     "TabTrailers": "Trailer",
-    "LabelEnableIntroParentalControl": "Abilita controllo parentale intelligente",
     "LabelArtists": "Cantanti",
-    "LabelEnableIntroParentalControlHelp": "Trailer: verr\u00e0 selezionata solo con un rating genitori uguale o inferiore al contenuto di essere osservato.",
     "LabelArtistsHelp": "Separazione multipla utilizzando ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Queste caratteristiche richiedono un abbonamento attivo sostenitore e l'installazione del plugin canale Trailer.",
     "HeaderLatestMovies": "Ultimi Film Aggiunti",
-    "OptionTrailersFromMyMoviesHelp": "Richiede l'installazione di trailer locali.",
     "HeaderLatestTrailers": "Ultimi Trailers Aggiunti",
-    "LabelCustomIntrosPath": "Intro personalizzate percorso:",
     "OptionHasSpecialFeatures": "Caratteristiche speciali",
-    "LabelCustomIntrosPathHelp": "Una cartella contenente i file video. Un video sar\u00e0 scelto a caso e riprodotto dopo i traler.",
     "OptionImdbRating": "Voto IMDB",
-    "ValueSpecialEpisodeName": "Speciali - {0}",
     "OptionParentalRating": "Voto Genitori",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "OptionUpcomingDvdMovies": "includi trailer nuovi e imminenti film su Dvd & Blu-ray",
     "TabBasic": "Base",
-    "OptionUpcomingStreamingMovies": "Includi trailer nuovi e imminenti film su Netflix",
     "TabAdvanced": "Avanzato",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Visualizzare i rimorchi all'interno di suggerimenti di film",
     "HeaderStatus": "Stato",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Richiede l'installazione del canale Trailer.",
     "OptionContinuing": "In corso",
-    "CinemaModeConfigurationHelp2": "I singoli utenti avranno la possibilit\u00e0 di disabilitare la modalit\u00e0 cinema all'interno delle proprie preferenze.",
     "OptionEnded": "Finito",
-    "LabelEnableCinemaMode": "Attiva modalit\u00e0 cinema",
     "HeaderAirDays": "In onda da:",
-    "HeaderCinemaMode": "Modalit\u00e0 cinema",
     "OptionSunday": "Domenica",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Benvenuti nel Dashboard di Media Browser",
     "OptionMonday": "Lunedi",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Martedi",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Mercoledi",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Giovedi",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Venerdi",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Sabato",
-    "TitleDevices": "Dispositivi",
     "HeaderManagement": "Gestione :",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Dispositivi",
     "OptionMissingImdbId": "IMDB id mancante",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "TheTVDB Id mancante",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Trama mancante",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata anni errati",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Generale",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Supporto",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Eventi",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Info",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Chiave finanziatore",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Diventa finanziatore",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser sta cercando persone che contribuiscono",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Hai un problema?",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Cerca sulla guida online",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visita la nostra comunit\u00e0",
-    "HeaderLocalUsers": "Utenti locale",
     "VisitMediaBrowserWebsite": "Visita il sito di Media Browser",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Vuoi saperne di pi\u00f9 sulle ultime novit\u00e0?",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Nascondi questo utente dalla schermata di Accesso",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Disabilita utente",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "Se disabilitato, il server non sar\u00e0 disponibile per questo utente.La connessione corrente verr\u00e0 TERMINATA",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Controlli avanzati",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Nome:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Consenti a questo utente di accedere alla configurazione del SERVER",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Caratteristiche di accesso",
     "OptionAllowMediaPlayback": "Consenti la riproduzione",
     "OptionAllowBrowsingLiveTv": "Consenti la navigazione sulla Tv indiretta",
@@ -690,12 +463,12 @@
     "OptionSearchForInternetMetadata": "Cerca su internet le immagini e i metadati",
     "ButtonCreate": "Crea",
     "LabelLocalHttpServerPortNumber": "Numero di porta locale:",
-    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
-    "LabelPublicPort": "Public port number:",
-    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+    "LabelLocalHttpServerPortNumberHelp": "Il numero di porta TCP del server http del browser media a cui dovrebbe  legarsi.",
+    "LabelPublicPort": "Numero di porta pubblica:",
+    "LabelPublicPortHelp": "Il numero di porta pubblica che dovrebbe essere mappato alla porta locale.",
     "LabelWebSocketPortNumber": "Porta webSocket numero:",
     "LabelEnableAutomaticPortMap": "Abilita mappatura delle porte automatiche",
-    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
+    "LabelEnableAutomaticPortMapHelp": "Tentativo di mappare automaticamente la porta pubblica alla porta locale tramite UPnP. Questo potrebbe non funzionare con alcuni modelli di router.",
     "LabelExternalDDNS": "DDNS Esterno:",
     "LabelExternalDDNSHelp": "Se tu ha un DNS dinamico inseriscilo qui.Media browser lo utilizzera per le connessioni remote.",
     "TabResume": "Riprendi",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Benvenuti nel Media Browser Web client",
     "ButtonDismiss": "Dismetti",
     "ButtonTakeTheTour": "Fai il tour",
-    "ButtonEditOtherUserPreferences": "Modificare le preferenze personali di questo utente.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferenziale qualit\u00e0 del flusso internet:",
     "LabelChannelStreamQualityHelp": "In un ambiente a bassa larghezza di banda, limitando la qualit\u00e0 pu\u00f2 contribuire a garantire un'esperienza di Smooth Streaming.",
     "OptionBestAvailableStreamQuality": "Migliore disponibile",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collezioni",
     "OptionReportBooks": "Libri",
     "OptionReportArtists": "Cantanti",
-    "OptionReportAlbums": "Album"
+    "OptionReportAlbums": "Album",
+    "OptionReportAdultVideos": "Video x adulti",
+    "ButtonMore": "Dettagli",
+    "HeaderActivity": "Attivit\u00e0",
+    "ScheduledTaskStartedWithName": "{0} Avviati",
+    "ScheduledTaskCancelledWithName": "{0} cancellati",
+    "ScheduledTaskCompletedWithName": "{0} completati",
+    "ScheduledTaskFailed": "Operazione pianificata completata",
+    "PluginInstalledWithName": "{0} sono stati Installati",
+    "PluginUpdatedWithName": "{0} sono stati aggiornati",
+    "PluginUninstalledWithName": "{0} non sono stati installati",
+    "ScheduledTaskFailedWithName": "{0} Falliti",
+    "ItemAddedWithName": "{0} aggiunti alla libreria",
+    "ItemRemovedWithName": "{0} rimossi dalla libreria",
+    "DeviceOnlineWithName": "{0} \u00e8 connesso",
+    "UserOnlineFromDevice": "{0} \u00e8 online da {1}",
+    "DeviceOfflineWithName": "{0} \u00e8 stato disconesso",
+    "UserOfflineFromDevice": "{0} \u00e8 stato disconesso da {1}",
+    "SubtitlesDownloadedForItem": "Sottotitoli scaricati per {0}",
+    "SubtitleDownloadFailureForItem": "Sottotitoli non scaricati per {0}",
+    "LabelRunningTimeValue": "Durata: {0}",
+    "LabelIpAddressValue": "Indirizzo IP: {0}",
+    "UserConfigurationUpdatedWithName": "Configurazione utente \u00e8 stata aggiornata per {0}",
+    "UserCreatedWithName": "Utente {0} \u00e8 stato creato",
+    "UserPasswordChangedWithName": "Password utente cambiata per {0}",
+    "UserDeletedWithName": "Utente {0} \u00e8 stato cancellato",
+    "MessageServerConfigurationUpdated": "Configurazione server aggioprnata",
+    "MessageNamedServerConfigurationUpdatedWithValue": "La sezione  {0} \u00e8 stata aggiornata",
+    "MessageApplicationUpdated": "Media Browser Server \u00e8 stato aggiornato",
+    "AuthenticationSucceededWithUserName": "{0} Autenticati con successo",
+    "FailedLoginAttemptWithUserName": "Login fallito da  {0}",
+    "UserStartedPlayingItemWithValues": "{0} \u00e8 partito da {1}",
+    "UserStoppedPlayingItemWithValues": "{0} stoppato {1}",
+    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Dimensione massima Download (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limitare la dimensione della cartella canale di download.",
+    "HeaderRecentActivity": "Attivit\u00e0 recenti",
+    "HeaderPeople": "Persone",
+    "HeaderDownloadPeopleMetadataFor": "Scarica biografia e immagini per:",
+    "OptionComposers": "Compositori",
+    "OptionOthers": "Altri",
+    "HeaderDownloadPeopleMetadataForHelp": "Abilitando il provider scaricher\u00e0 pi\u00f9 informazioni ( la scansione sar\u00e0 pi\u00f9 lenta)",
+    "ViewTypeFolders": "Cartelle",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Registrazioni",
+    "ViewTypeLiveTvChannels": "canali",
+    "LabelAllowLocalAccessWithoutPassword": "Consenti di accedere localmente senza password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Quando abilitato la password non \u00e8 necessaria",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Accesso locale",
+    "HeaderViewOrder": "Visualizza ordine",
+    "LabelSelectUserViewOrder": "Scegliere l'ordine vostre opinioni verranno visualizzati in applicazioni all'interno del browser media",
+    "LabelMetadataRefreshMode": "Metadata (modo Aggiornamento)",
+    "LabelImageRefreshMode": "Immagine (modo Aggiornamento)",
+    "OptionDownloadMissingImages": "Immagini mancanti",
+    "OptionReplaceExistingImages": "Sovrascrivi immagini esistenti",
+    "OptionRefreshAllData": "Aggiorna tutti i dati",
+    "OptionAddMissingDataOnly": "Aggiungi solo dati mancanti",
+    "OptionLocalRefreshOnly": "Aggiorna solo locale",
+    "HeaderRefreshMetadata": "Aggiorna metadati",
+    "HeaderPersonInfo": "Persona Info",
+    "HeaderIdentifyItem": "Identifica elemento",
+    "HeaderIdentifyItemHelp": "Inserisci uno o pi\u00f9 criteri di ricerca. Rimuovi criteri di aumentare i risultati di ricerca.",
+    "HeaderConfirmDeletion": "Conferma Cancellazione",
+    "LabelFollowingFileWillBeDeleted": "Il seguente file verr\u00e0 eliminato:",
+    "LabelIfYouWishToContinueWithDeletion": "Se si desidera continuare, si prega di confermare inserendo il valore di:",
+    "ButtonIdentify": "Identifica",
+    "LabelAlbumArtist": "Artista Album",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Voto Comunit\u00e0:",
+    "LabelVoteCount": "Totale Voti:",
+    "LabelMetascore": "Punteggio:",
+    "LabelCriticRating": "Voto dei critici:",
+    "LabelCriticRatingSummary": "Critico sintesi valutazione:",
+    "LabelAwardSummary": "Sintesi Premio:",
+    "LabelWebsite": "Sito web:",
+    "LabelTagline": "Messaggio pers:",
+    "LabelOverview": "Trama:",
+    "LabelShortOverview": "Trama breve:",
+    "LabelReleaseDate": "Data di rilascio:",
+    "LabelYear": "Anno:",
+    "LabelPlaceOfBirth": "Luogo di nascita:",
+    "LabelEndDate": "Fine data:",
+    "LabelAirDate": "In onda da (gg):",
+    "LabelAirTime:": "In onda da:",
+    "LabelRuntimeMinutes": "Durata ( minuti):",
+    "LabelParentalRating": "Voto genitori:",
+    "LabelCustomRating": "Voto personalizzato:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Fatturato ($):",
+    "LabelOriginalAspectRatio": "Aspetto originale:",
+    "LabelPlayers": "Giocatore:",
+    "Label3DFormat": "Formato 3D:",
+    "HeaderAlternateEpisodeNumbers": "Numeri Episode alternativi",
+    "HeaderSpecialEpisodeInfo": "Episodio Speciale Info",
+    "HeaderExternalIds": "Esterno Id di :",
+    "LabelDvdSeasonNumber": "Dvd stagione:",
+    "LabelDvdEpisodeNumber": "Numero episodio Dvd:",
+    "LabelAbsoluteEpisodeNumber": "Absolute Numero episodio:",
+    "LabelAirsBeforeSeason": "tempo prima della stagione:",
+    "LabelAirsAfterSeason": "tempo dopo della stagione:",
+    "LabelAirsBeforeEpisode": "tempo prima episodio:",
+    "LabelTreatImageAs": "Trattare come immagine:",
+    "LabelDisplayOrder": "Ordine visualizzazione:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Paesi",
+    "HeaderGenres": "Generi",
+    "HeaderPlotKeywords": "Trama",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Impostazioni metadati",
+    "LabelLockItemToPreventChanges": "Bloccare questa voce per impedire modifiche future",
+    "MessageLeaveEmptyToInherit": "Lasciare vuoto per ereditare le impostazioni da un elemento principale, o il valore predefinito globale.",
+    "TabDonate": "Dona",
+    "HeaderDonationType": "Tipo di donazione:",
+    "OptionMakeOneTimeDonation": "Fai una donazione separata",
+    "OptionOneTimeDescription": "Si tratta di una donazione aggiuntiva alla squadra per mostrare il vostro sostegno. Non ha alcun beneficio e non produrr\u00e0 una chiave sostenitore.",
+    "OptionLifeTimeSupporterMembership": "Appartenenza supporter Lifetime",
+    "OptionYearlySupporterMembership": "Appartenenza supporter annuale",
+    "OptionMonthlySupporterMembership": "Appartenenza supporter mensile",
+    "HeaderSupporterBenefit": "Un abbonamento sostenitore offre vantaggi aggiuntivi, come l'accesso ai plugin premium, i contenuti del canale internet, e altro ancora.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Temi canzone",
+    "OptionNoThemeVideo": "No tema video",
+    "LabelOneTimeDonationAmount": "Importo della donazione:",
+    "OptionActor": "Attore",
+    "OptionComposer": "Compositore",
+    "OptionDirector": "Regista",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Produttore",
+    "OptionWriter": "Scrittore",
+    "LabelAirDays": "In onda da (gg):",
+    "LabelAirTime": "In onda da:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Foto info",
+    "HeaderInstall": "Installa",
+    "LabelSelectVersionToInstall": "Selezionare la versione da installare:",
+    "LinkSupporterMembership": "Ulteriori informazioni Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo dopo la prova gratuita di 14 giorni.",
+    "MessagePremiumPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo al fine di acquistare dopo la prova gratuita di 14 giorni.",
+    "HeaderReviews": "Recensioni",
+    "HeaderDeveloperInfo": "Info sviluppatore",
+    "HeaderRevisionHistory": "Cronologia delle revisioni",
+    "ButtonViewWebsite": "Visualizza sito web",
+    "LabelRecurringDonationCanBeCancelledHelp": "Donazioni ricorrenti possono essere cancellati in qualsiasi momento dal tuo conto PayPal.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "Questi attributi vengono applicati all'elemento radice di ogni risposta XML.",
+    "OptionSaveMetadataAsHidden": "Salvare i metadati e le immagini come file nascosti",
+    "LabelExtractChaptersDuringLibraryScan": "Estrarre immagini capitolo durante la scansione biblioteca",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Se abilitata, le immagini capitolo verranno estratti quando i video vengono importati durante la scansione della libreria. Se disabilitata verranno estratti durante le immagini dei capitoli programmati compito, permettendo la scansione biblioteca regolare per completare pi\u00f9 velocemente.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Scopri di pi\u00f9 su Media Browser Connect",
+    "LabelExternalPlayers": "Player esterni:",
+    "LabelExternalPlayersHelp": "Pulsanti di visualizzazione di riprodurre contenuti in lettori esterni. Questo \u00e8 disponibile solo su dispositivi che supportano schemi URL, generalmente Android e iOS. Con i giocatori esterni vi \u00e8 generalmente alcun supporto per il controllo remoto o ripresa.",
+    "HeaderSubtitleProfile": "Profilo sottotitolo",
+    "HeaderSubtitleProfiles": "Profili sottotitoli",
+    "HeaderSubtitleProfilesHelp": "Profili sottotitoli descrivono i formati di sottotitoli supportati dal dispositivo.",
+    "LabelFormat": "Formato:",
+    "LabelMethod": "Metodo:",
+    "LabelDidlMode": "Modalit\u00e0 didl:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "elemento res",
+    "OptionEmbedSubtitles": "Incorpora all'interno del contenitore",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmentato sottotitoli",
+    "LabelSubtitleFormatHelp": "Esempio: srt",
+    "ButtonLearnMore": "saperne di pi\u00f9",
+    "TabPlayback": "Riproduzione",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Trova trailer da internet automaticamente",
+    "HeaderLanguagePreferences": "Lingua preferita",
+    "TabCinemaMode": "Modalit\u00e0 Cinema",
+    "TitlePlayback": "Riproduzione",
+    "LabelEnableCinemaModeFor": "Attiva modalit\u00e0 cinema per:",
+    "CinemaModeConfigurationHelp": "Modalit\u00e0 Cinema porta l'esperienza del teatro direttamente nel tuo salotto con la possibilit\u00e0 di vedere trailer e intro personalizzati prima la caratteristica principale.",
+    "OptionTrailersFromMyMovies": "Includi i trailer di film nella mia biblioteca",
+    "OptionUpcomingMoviesInTheaters": "Includi i trailer di film nuovi e imminenti",
+    "LabelLimitIntrosToUnwatchedContent": "Solo i trailer da contenuti non visti",
+    "LabelEnableIntroParentalControl": "Abilita controllo parentale intelligente",
+    "LabelEnableIntroParentalControlHelp": "Trailer: verr\u00e0 selezionata solo con un rating genitori uguale o inferiore al contenuto di essere osservato.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Queste caratteristiche richiedono un abbonamento attivo sostenitore e l'installazione del plugin canale Trailer.",
+    "OptionTrailersFromMyMoviesHelp": "Richiede l'installazione di trailer locali.",
+    "LabelCustomIntrosPath": "Intro personalizzate percorso:",
+    "LabelCustomIntrosPathHelp": "Una cartella contenente i file video. Un video sar\u00e0 scelto a caso e riprodotto dopo i traler.",
+    "ValueSpecialEpisodeName": "Speciali - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "includi trailer nuovi e imminenti film su Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Includi trailer nuovi e imminenti film su Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Visualizzare i rimorchi all'interno di suggerimenti di film",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Richiede l'installazione del canale Trailer.",
+    "CinemaModeConfigurationHelp2": "I singoli utenti avranno la possibilit\u00e0 di disabilitare la modalit\u00e0 cinema all'interno delle proprie preferenze.",
+    "LabelEnableCinemaMode": "Attiva modalit\u00e0 cinema",
+    "HeaderCinemaMode": "Modalit\u00e0 cinema",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Benvenuti nel Dashboard di Media Browser",
+    "LabelDateAddedBehavior": "Data di comportamento per i nuovi contenuti:",
+    "OptionDateAddedImportTime": "Utilizza la data scansionato in biblioteca",
+    "OptionDateAddedFileTime": "Utilizzare file di data di creazione",
+    "LabelDateAddedBehaviorHelp": "Se un valore di metadati \u00e8 presente sar\u00e0 sempre utilizzato prima una di queste opzioni.",
+    "LabelNumberTrailerToPlay": "Numero di Trailer da riprodurre:",
+    "TitleDevices": "Dispositivi",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Dispositivi",
+    "HeaderCameraUploadHelp": "Caricare automaticamente foto e video presi dai vostri dispositivi mobili in Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "Al momento non si dispone di dispositivi che supportano il caricamento della fotocamera.",
+    "LabelCameraUploadPath": "Fotocamera percorso di upload:",
+    "LabelCameraUploadPathHelp": "Selezionare un percorso di caricamento personalizzato, se lo si desidera. Se non specificato verr\u00e0 utilizzata una cartella predefinita.",
+    "LabelCreateCameraUploadSubfolder": "Creare una sottocartella per ogni dispositivo",
+    "LabelCreateCameraUploadSubfolderHelp": "Cartelle specifici possono essere assegnati a un dispositivo facendo clic su di esso dalla pagina Dispositivi.",
+    "LabelCustomDeviceDisplayName": "Nome da visualizzare:",
+    "LabelCustomDeviceDisplayNameHelp": "Fornire un nome di visualizzazione personalizzato o lasciare vuoto per utilizzare il nome riportato dal dispositivo.",
+    "HeaderInviteUser": "Invita utente",
+    "LabelConnectInviteUserHelp": "Questo \u00e8 il nome utente o e-mail che il tuo amico utilizza per accedere al sito Web Media Browser.",
+    "HeaderInviteUserHelp": "Condividere i tuoi contenuti multimediali con gli amici \u00e8 pi\u00f9 facile che mai con il Browser Media Connect.",
+    "ButtonSendInvitation": "Invia Invito",
+    "HeaderGuests": "ospiti",
+    "HeaderLocalUsers": "Utenti locale",
+    "HeaderPendingInvitations": "Inviti in sospeso",
+    "TabParentalControl": "Controllo Genitore",
+    "HeaderAccessSchedule": "Orario di accesso",
+    "HeaderAccessScheduleHelp": "Creare un programma di accesso per limitare l'accesso a determinate ore.",
+    "ButtonAddSchedule": "Agg. orario schedultao",
+    "LabelAccessDay": "Giorno della settimana:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

文件差異過大導致無法顯示
+ 0 - 25
MediaBrowser.Server.Implementations/Localization/Server/kk.json


+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/ko.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Schweinsteiger",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visit Community",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standard",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "View Api Documentation",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Browse Library",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configure Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Open Library Viewer",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restart Server",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Previous",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Finish",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Next",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "You're Done!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Welcome to Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Tell us about yourself",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Your first name:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Service",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configure settings",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancel",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Add media folder",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Folder type:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Country:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Language:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Preferences",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Password",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Library Access",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Image",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profile",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Playback Settings",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Audio language preference:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Subtitle language preference:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiles",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Security",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Add User",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Save",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset Password",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "New password:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "New password confirm:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Create Password",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Current password:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Delete Image",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload New Image",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Latest",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodes",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genres",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "People",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Networks",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Users",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Favorites",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "HeaderStudios": "Studios",
     "OptionActors": "Actors",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directors",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Writers",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producers",
-    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Songs",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artists",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artists",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort By:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Sort Order:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Play Count",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Date Added",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Resumable",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Hide this user from login screens",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Disable this user",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Advanced Control",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Name:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Feature Access",
     "OptionAllowMediaPlayback": "Allow media playback",
     "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/ms.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Tutup",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Melawat Masyarakat",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Biasa",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Melihat Dokumentasi Api",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Imbas Pengumpulan",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Konfigurasi Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Open Library Viewer",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restart Server",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Sebelumnya",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Habis",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Seterusnya",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Kamu Selesai!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Welcome to Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Tell us about yourself",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Your first name:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Service",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configure settings",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancel",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Add media folder",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Folder type:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Country:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Language:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Preferences",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Password",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Library Access",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Image",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profile",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Playback Settings",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Audio language preference:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Subtitle language preference:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiles",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Security",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Add User",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Save",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset Password",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "New password:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "New password confirm:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Create Password",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Current password:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Delete Image",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload New Image",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Latest",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodes",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genres",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "People",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Networks",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Users",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Favorites",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "HeaderStudios": "Studios",
     "OptionActors": "Actors",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directors",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Writers",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producers",
-    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Songs",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artists",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artists",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort By:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Sort Order:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Play Count",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Date Added",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Resumable",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Hide this user from login screens",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Disable this user",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Advanced Control",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Name:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Feature Access",
     "OptionAllowMediaPlayback": "Allow media playback",
     "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/nb.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Avslutt",
-    "OptionReportAdultVideos": "Voksen videoer",
     "LabelVisitCommunity": "Bes\u00f8k oss",
-    "ButtonMore": "Mer",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Aktivitet",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} startet",
     "LabelStandard": "Standard",
-    "ScheduledTaskCancelledWithName": "{0} ble avbrutt",
     "LabelViewApiDocumentation": "Se Api-dokumentasjon",
-    "ScheduledTaskCompletedWithName": "{0} fullf\u00f8rt",
     "LabelBrowseLibrary": "Browse biblioteket",
-    "ScheduledTaskFailed": "Planlagte oppgaver utf\u00f8rt",
     "LabelConfigureMediaBrowser": "Konfigurer Media Browser",
-    "PluginInstalledWithName": "{0} ble installert",
     "LabelOpenLibraryViewer": "\u00c5pne Biblioteket",
-    "PluginUpdatedWithName": "{0} ble oppdatert",
     "LabelRestartServer": "Restart serveren",
-    "PluginUninstalledWithName": "{0} ble avinstallert",
     "LabelShowLogWindow": "Se logg-vinduet",
-    "ScheduledTaskFailedWithName": "{0} feilet",
     "LabelPrevious": "Forrige",
-    "ItemAddedWithName": "{0} ble lagt til biblioteket",
     "LabelFinish": "Ferdig",
-    "ItemRemovedWithName": "{0} ble fjernet fra biblioteket",
     "LabelNext": "Neste",
-    "DeviceOnlineWithName": "{0} er tilkoblet",
     "LabelYoureDone": "Ferdig!",
-    "UserOnlineFromDevice": "{0} er online fra {1}",
     "WelcomeToMediaBrowser": "Velkommen til Media Browser!",
-    "DeviceOfflineWithName": "{0} har koblet fra",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} har koblet fra {1}",
     "ThisWizardWillGuideYou": "Denne wizarden vil guide deg gjennom server-konfigurasjonen. For \u00e5 begynne, vennligst velg ditt foretrukne spr\u00e5k.",
-    "SubtitlesDownloadedForItem": "Undertekster lastet ned for {0}",
     "TellUsAboutYourself": "Fortell om deg selv",
-    "SubtitleDownloadFailureForItem": "nedlasting av undertekster feilet for {0}",
     "LabelYourFirstName": "Ditt fornavn",
-    "LabelRunningTimeValue": "Spille tide: {0}",
     "MoreUsersCanBeAddedLater": "Du kan legge til flere brukere senere via Dashboard",
-    "LabelIpAddressValue": "Ip adresse: {0}",
     "UserProfilesIntro": "Media Browser inkluderer innebygd st\u00f8tte for bruker profiler som tilbyr brukere innstillinger for visning, avspillerstatus og begrensning p\u00e5 innhold.",
-    "UserConfigurationUpdatedWithName": "Bruker konfigurasjon har blitt oppdatert for {0}",
     "LabelWindowsService": "Windows Service",
-    "UserCreatedWithName": "Bruker {0} har blitt opprettet",
     "AWindowsServiceHasBeenInstalled": "Windows Service har blitt installert",
-    "UserPasswordChangedWithName": "Passord har blitt endret for bruker {0}",
     "WindowsServiceIntro1": "Media Browser Server kj\u00f8rer normalt som en desktop-applikasjon med et tray-ikon, men om du foretrekker at det kj\u00f8res som en bakgrunnsprosess, kan du i stedet starte den fra windows service control panel.",
-    "UserDeletedWithName": "Bruker {0} har blitt slettet",
     "WindowsServiceIntro2": "Hvis du bruker Windows, v\u00e6r oppmerksom p\u00e5 at det ikke kan kj\u00f8res samtidig som ikonet, slik at du trenger \u00e5 g\u00e5 ut av \"trayen\" for \u00e5 kj\u00f8re tjenesten. Tjenesten m\u00e5 ogs\u00e5 konfigureres med administratorrettigheter via kontrollpanelet. V\u00e6r oppmerksom p\u00e5 at p\u00e5 denne tiden tjenesten ikke er i stand til selv-oppdatering, s\u00e5 nye versjoner vil kreve manuell interaksjon.",
-    "MessageServerConfigurationUpdated": "Server konfigurasjon har blitt oppdatert",
     "WizardCompleted": "Det er alt vi trenger for n\u00e5. Media Browser har begynt \u00e5 samle informasjon om mediebiblioteket. Sjekk ut noen av v\u00e5re programmer, og klikk deretter p\u00e5 <b> Fullf\u00f8r <\/b> for \u00e5 se <b> Dashboard <\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server konfigurasjon seksjon {0} har blitt oppdatert",
     "LabelConfigureSettings": "Konfigurer innstillinger",
-    "MessageApplicationUpdated": "Media Browser Server har blitt oppdatert",
     "LabelEnableVideoImageExtraction": "Aktiver videobildet utvinning",
-    "AuthenticationSucceededWithUserName": "{0} autentisert med suksess",
     "VideoImageExtractionHelp": "For videoer som ikke allerede har bilder, og at vi ikke klarer \u00e5 finne internettbilder for. Dette vil tilf\u00f8re noen ytterligere tid til den opprinnelige biblioteket s\u00f8king, men vil resultere i en mer tiltalende presentasjon.",
-    "FailedLoginAttemptWithUserName": "P\u00e5loggingsfors\u00f8k feilet fra {0}",
     "LabelEnableChapterImageExtractionForMovies": "Pakk ut kapittelbilde utvinning for Filmer",
-    "UserStartedPlayingItemWithValues": "{0} har startet avspilling av {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Utpakking i kapittelbilder vil tillate kunder \u00e5 vise grafiske scenevalgmenyer. Prosessen kan v\u00e6re treg, cpu-intensive og kan kreve flere Gigabyte med plass. Den kj\u00f8rer som en nattlig planlagt oppgave p\u00e5 04.00 AM, selv om dette er konfigurerbart i planlagte oppgaver omr\u00e5det. Det er ikke anbefalt \u00e5 kj\u00f8re denne oppgaven il\u00f8pet av toppbelastede timer.",
-    "UserStoppedPlayingItemWithValues": "{0} har stoppet avspilling av {1}",
     "LabelEnableAutomaticPortMapping": "Sl\u00e5 p\u00e5 automatisk port mapping",
-    "AppDeviceValues": "App: {0} , Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP tillater automatiserte routere konfigurasjoner for enkel ekstern tilgang. Denne funksjonen s\u00f8ttes ikke av alle routere.",
-    "ProviderValue": "Tilbyder: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Nedlastings grense (GB):",
     "ButtonCancel": "avbryt",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Siste Aktivitet",
     "ButtonNew": "Ny",
-    "HeaderPeople": "Personer",
     "HeaderSetupLibrary": "Konfigurer media-biblioteket",
-    "HeaderDownloadPeopleMetadataFor": "Last ned biografi og bilder for:",
     "ButtonAddMediaFolder": "Legg til media-mappe",
-    "OptionComposers": "Komponister:",
     "LabelFolderType": "Mappe typpe",
-    "OptionOthers": "Andre",
     "MediaFolderHelpPluginRequired": "* Krever bruk av et programtillegg f.eks GameBrowser eller MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Se i media-bibliotek wikien",
-    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av flere opsjoner vil gi mer info p\u00e5 skjermen, men resultere i d\u00e5rligere ytelse ved bibliotek skanninger.",
     "LabelCountry": "LAnd",
-    "ViewTypeFolders": "Mapper",
     "LabelLanguage": "Spr\u00e5k:",
-    "LabelDisplayFoldersView": "Vis alle mapper som rene lagringsmapper",
     "HeaderPreferredMetadataLanguage": "Foretrukket spr\u00e5k for metadata",
-    "ViewTypeLiveTvRecordingGroups": "Opptak",
     "LabelSaveLocalMetadata": "Lagre cover og metadata i medie-mappene",
-    "ViewTypeLiveTvChannels": "Kanaler",
     "LabelSaveLocalMetadataHelp": "Lagring av artwork og metadata direkte gjennom media mapper vil legge dem en plass hvor de lett kan editeres.",
-    "LabelAllowLocalAccessWithoutPassword": "Tillat lokal tilkobling uten passord",
     "LabelDownloadInternetMetadata": "Last ned cover og metadata fra internett",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "N\u00e5r aktivert, vil ikke ett passord v\u00e6re p\u00e5krevd for innlogging fra ditt lokale hjemme nettverk.",
     "LabelDownloadInternetMetadataHelp": "MEdia Browser kan laste ned informasjon om mediet for en rikere presentasjon",
-    "HeaderPassword": "Passord",
     "TabPreferences": "Preferanser",
-    "HeaderLocalAccess": "Lokal Tilkobling",
     "TabPassword": "Passord",
-    "HeaderViewOrder": "Visnings rekkef\u00f8lge",
     "TabLibraryAccess": "Bibliotektilgang",
-    "LabelSelectUserViewOrder": "Velg rekkef\u00f8lge dine visninger vil bli vist inn i Media Browser apps",
     "TabImage": "Bilde",
-    "LabelMetadataRefreshMode": "Metadata oppfrisknings modus:",
     "TabProfile": "profil",
-    "LabelImageRefreshMode": "Bilde oppfrisknings modus:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Last ned manglende bilder",
     "TabImages": "Bilder",
-    "OptionReplaceExistingImages": "Bytt ut eksisterende bilder",
     "TabNotifications": "Varslinger",
-    "OptionRefreshAllData": "Oppfrisk alle data",
     "TabCollectionTitles": "Titler",
-    "OptionAddMissingDataOnly": "Legg til kun maglende data",
     "LabelDisplayMissingEpisodesWithinSeasons": "Vis episoder som sesongen mangler",
-    "OptionLocalRefreshOnly": "Kun lokal oppfrsikining",
     "LabelUnairedMissingEpisodesWithinSeasons": "Vis episoder som enn\u00e5 ikke har blitt sendt",
-    "HeaderRefreshMetadata": "Oppfrisk Metadata",
     "HeaderVideoPlaybackSettings": "Innstillinger for video-avspilling",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Avspillings Innstillinger",
-    "HeaderIdentifyItem": "Identifiser Element",
     "LabelAudioLanguagePreference": "Foretrukket lydspor:",
-    "HeaderIdentifyItemHelp": "Oppgi ett eller flere s\u00f8ke kriterier. Fjern kriterie for \u00e5 \u00f8ke s\u00f8ke resultater.",
     "LabelSubtitleLanguagePreference": "Foretrukket undertekst:",
-    "HeaderConfirmDeletion": "Bekreft Kansellering",
     "OptionDefaultSubtitles": "Standard",
-    "LabelFollowingFileWillBeDeleted": "F\u00f8lgende fil vil bli slettet:",
     "OptionOnlyForcedSubtitles": "Kun tvunget undertekster",
-    "LabelIfYouWishToContinueWithDeletion": "Hvis du \u00f8nsker \u00e5 fortsette, venligst bekreft med verdien av:",
     "OptionAlwaysPlaySubtitles": "Alltid spill undertekster",
-    "ButtonIdentify": "Identifiser",
     "OptionNoSubtitles": "Ingen Undertekster",
-    "LabelAlbumArtist": "Album Artist",
     "OptionDefaultSubtitlesHelp": "Undertekster som samsvarer med foretrukket spr\u00e5k vil bli lastet n\u00e5r lyden er p\u00e5 et fremmed spr\u00e5k.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Kun undertekster marker som tvunget vil bli lastet.",
-    "LabelCommunityRating": "Fellesskap anmeldelse:",
     "OptionAlwaysPlaySubtitlesHelp": "Undertekster som samsvarer med foretrukket spr\u00e5k vil bli lastet uavhengig lydens spr\u00e5k.",
-    "LabelVoteCount": "Stemme tall:",
     "OptionNoSubtitlesHelp": "Undertekster vil ikke bli lastet som standard.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiler",
-    "LabelCriticRating": "Kritiker anmeldelse:",
     "TabSecurity": "Sikkerhet",
-    "LabelCriticRatingSummary": "Kritiker anmeldelse sammendrag:",
     "ButtonAddUser": "Ny bruker",
-    "LabelAwardSummary": "Pris sammendrag:",
-    "LabelWebsite": "Nettsted:",
     "ButtonAddLocalUser": "Legg til lokal bruker",
-    "LabelTagline": "Slagord:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "lagre",
-    "LabelOverview": "Oversikt:",
     "ButtonResetPassword": "Resett passord",
-    "LabelShortOverview": "Kort oversikt:",
     "LabelNewPassword": "Nytt passord",
-    "LabelReleaseDate": "Utgivelsesdato:",
     "LabelNewPasswordConfirm": "Bekreft nytt passord",
-    "LabelYear": "\u00c5r:",
     "HeaderCreatePassword": "Lag nytt passord",
-    "LabelPlaceOfBirth": "F\u00f8dested:",
     "LabelCurrentPassword": "N\u00e5v\u00e6rende passord",
-    "LabelEndDate": "Slutt dato:",
     "LabelMaxParentalRating": "Maks tillatt sensur.",
-    "LabelAirDate": "Sendings dager:",
     "MaxParentalRatingHelp": "Innhold med h\u00f8yere aldersgrense vil bli skjult for brukeren",
-    "LabelAirTime:": "Sendings tid:",
     "LibraryAccessHelp": "Velg media mappe som skal deles med denne brukren. Administrator vil ha mulighet for \u00e5 endre alle mapper ved \u00e5 bruke metadata behandler.",
-    "LabelRuntimeMinutes": "Spilletid (minutter):",
     "ChannelAccessHelp": "Velg kanaler som skal deler med denne brukeren. Administratorer har mulighet til \u00e5 editere p\u00e5 alle kanaler som benytter metadata behandleren.",
-    "LabelParentalRating": "Foreldresensur:",
     "ButtonDeleteImage": "Slett bilde",
-    "LabelCustomRating": "Kunde anmeldelse:",
     "LabelSelectUsers": "Velg brukere:",
-    "LabelBudget": "Budsjett",
     "ButtonUpload": "Last opp",
-    "LabelRevenue": "Inntjening ($):",
     "HeaderUploadNewImage": "Last opp nytt bilde",
-    "LabelOriginalAspectRatio": "Originalt sideforhold:",
     "LabelDropImageHere": "Slipp bilde her.",
-    "LabelPlayers": "Spillere:",
     "ImageUploadAspectRatioHelp": "1:1 sideforhold anbefales. Kun JPG\/PNG.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Ingeting her",
-    "HeaderAlternateEpisodeNumbers": "Alternativ Episode nummerering",
     "MessagePleaseEnsureInternetMetadata": "P\u00e5se at nedlasting av internet-metadata er sl\u00e5tt p\u00e5",
-    "HeaderSpecialEpisodeInfo": "Spesial Episode info",
     "TabSuggested": "Forslag",
-    "HeaderExternalIds": "Ekstern Id'er:",
     "TabLatest": "Siste",
-    "LabelDvdSeasonNumber": "Dvd sesong nummer:",
     "TabUpcoming": "Kommer",
-    "LabelDvdEpisodeNumber": "Dvd episode nummer:",
     "TabShows": "Show",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episoder",
-    "LabelAirsBeforeSeason": "Send f\u00f8r sesong:",
     "TabGenres": "Sjanger",
-    "LabelAirsAfterSeason": "Sendt etter sesong:",
     "TabPeople": "Folk",
-    "LabelAirsBeforeEpisode": "Sendt f\u00f8r episode:",
     "TabNetworks": "Nettverk",
-    "LabelTreatImageAs": "Behandle bilde som:",
     "HeaderUsers": "Bruker",
-    "LabelDisplayOrder": "Visnings rekkef\u00f8lge:",
     "HeaderFilters": "Filtre",
-    "LabelDisplaySpecialsWithinSeasons": "Vis speialiteter innfor sensongen de ble sendt i",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "Land",
     "OptionFavorite": "Favoritter",
-    "HeaderGenres": "Sjanger",
     "OptionLikes": "Liker",
-    "HeaderPlotKeywords": "Plott n\u00f8kkelord",
     "OptionDislikes": "Misliker",
-    "HeaderStudios": "Studioer",
     "OptionActors": "Skuespillere",
-    "HeaderTags": "Tagger",
     "OptionGuestStars": "Gjeste-opptredelser",
-    "HeaderMetadataSettings": "Metadata innstilinger",
     "OptionDirectors": "Regis\u00f8r",
-    "LabelLockItemToPreventChanges": "L\u00e5s dette elementet for \u00e5 hindre fremtidige endringer",
     "OptionWriters": "Manus",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Produsent",
-    "TabDonate": "Doner",
     "HeaderResume": "Fortsette",
-    "HeaderDonationType": "Donasjon type:",
     "HeaderNextUp": "Neste",
-    "OptionMakeOneTimeDonation": "Gi en egen donasjon",
     "NoNextUpItemsMessage": "Ingen funnet. Begyn \u00e5 se det du har",
-    "OptionOneTimeDescription": "Dette er en ekstra donasjon til teamet for \u00e5 vise din st\u00f8tte. Det har ikke noen ekstra fordeler, og vil ikke produsere en supporter tasten.",
     "HeaderLatestEpisodes": "Siste episoder",
-    "OptionLifeTimeSupporterMembership": "Livstids supporter medlemskap",
     "HeaderPersonTypes": "Person Typer:",
-    "OptionYearlySupporterMembership": "\u00c5rlig supporter medlemskap",
     "TabSongs": "Sanger",
-    "OptionMonthlySupporterMembership": "M\u00e5nedlig supporter medlemskap",
     "TabAlbums": "Album",
-    "HeaderSupporterBenefit": "Et supporter medlemskap gir flere fordeler som tilgang til premium programtillegg, internett kanalinnhold, og mer.",
     "TabArtists": "Artister",
-    "OptionNoTrailer": "Ingen trailer",
     "TabAlbumArtists": "Album Artister",
-    "OptionNoThemeSong": "Ingen temasang",
     "TabMusicVideos": "Musikk-videoer",
-    "OptionNoThemeVideo": "Ingen tema video",
     "ButtonSort": "Sorter",
-    "LabelOneTimeDonationAmount": "Donasjons bel\u00f8p:",
     "HeaderSortBy": "Sorter etter",
-    "OptionActor": "Skuespiller",
     "HeaderSortOrder": "Sorter Etter:",
-    "OptionComposer": "Komponist",
     "OptionPlayed": "Sett",
-    "OptionDirector": "Regiss\u00f8r",
     "OptionUnplayed": "Ikke sett",
-    "OptionGuestStar": "Stjerne gjest",
     "OptionAscending": "Oppover",
-    "OptionProducer": "Produsent",
     "OptionDescending": "Nedover",
-    "OptionWriter": "Manus",
     "OptionRuntime": "Spilletid",
-    "LabelAirDays": "Sendings dager:",
-    "LabelAirTime": "Sendings tid:",
     "OptionReleaseDate": "Uttgitt dato",
     "OptionPlayCount": "Antall avspillinger",
-    "HeaderMediaInfo": "Media informasjon",
     "OptionDatePlayed": "Dato spilt",
-    "HeaderPhotoInfo": "Bildeinformasjon",
     "OptionDateAdded": "Dato lagt til",
-    "HeaderInstall": "Installer",
     "OptionAlbumArtist": "Album Artist",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "LinkSupporterMembership": "L\u00e6r mer om supporter medlemskap",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap etter 14 dagers gratis pr\u00f8veperiode.",
     "OptionTrackName": "L\u00e5navn",
-    "MessagePremiumPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap for \u00e5 kunne kj\u00f8pe etter 14 dagers gratis pr\u00f8veperiode.",
     "OptionCommunityRating": "Community Rangering",
-    "HeaderReviews": "Anmeldelser",
     "OptionNameSort": "Navn",
-    "HeaderDeveloperInfo": "Utvikler informasjon",
     "OptionFolderSort": "Mapper",
-    "HeaderRevisionHistory": "Revisjonshistorikk",
     "OptionBudget": "Budsjett",
-    "ButtonViewWebsite": "Vis nettsted",
     "OptionRevenue": "Inntjening",
-    "LabelRecurringDonationCanBeCancelledHelp": "Gjentakende donasjoner kan avbrytes n\u00e5r som helst fra din PayPal-konto.",
     "OptionPoster": "Plakat",
-    "HeaderXmlSettings": "Xml innstillinger",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Tidslinje",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Lagre metadata og bilder som skjulte filer",
     "OptionCriticRating": "Kritiker Vurdering",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Fortsettelse",
-    "LabelConnectUserName": "Media Browser brukernavn\/e-post",
     "ScheduledTasksHelp": "Klikk p\u00e5 en oppgave for \u00e5 tilpasse tidsplan",
-    "LabelConnectUserNameHelp": "Koble denne brukeren til en Media Browser-konto for \u00e5 aktivere enkel p\u00e5logging tilgang fra hvilken som helst app uten \u00e5 vite serveren ip-adresse.",
     "ScheduledTasksTitle": "Tidsplan Oppgaver",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e6r mer om Media Browser Connect",
     "TabMyPlugins": "Mine programtillegg",
-    "LabelExternalPlayers": "Eksterne avspillere:",
     "TabCatalog": "Katalog",
-    "LabelExternalPlayersHelp": "Vis knapper for \u00e5 spille av innhold i eksterne avspillere. Dette er bare tilgjengelig p\u00e5 enheter som st\u00f8tter url oppsett, i hovedsak Android og iOS. Med eksterne spillere er det vanligvis ingen st\u00f8tte for fjernkontroll eller gjenopptaking.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Programtillegg",
     "HeaderAutomaticUpdates": "Automatiske oppdateringer",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Spiller n\u00e5",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Siste album",
-    "LabelMethod": "Metode:",
     "HeaderLatestSongs": "Siste l\u00e5ter",
-    "LabelDidlMode": "Didl modus:",
     "HeaderRecentlyPlayed": "Nylig avspilt",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Ofte avspilt",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds er \u00e5 anses som p\u00e5 kanten. Disse har ikke blitt testet. Dette vil kunne medf\u00f8re til at applikasjonen kan krasje og komplette funksjoner ikke fungerer.",
-    "OptionEmbedSubtitles": "Legge inn i kontainer",
     "LabelVideoType": "Video-type",
-    "OptionExternallyDownloaded": "Ekstern nedlasting",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "ISO",
-    "LabelSubtitleFormatHelp": "Eksempel: srt",
     "Option3D": "3d",
-    "ButtonLearnMore": "L\u00e6re mer",
     "LabelFeatures": "Funksjoner:",
-    "TabPlayback": "Spill av",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Finn trailere fra internett automatisk",
     "LabelVersion": "Versjon:",
-    "HeaderLanguagePreferences": "Spr\u00e5kpreferanser",
     "LabelLastResult": "Siste resultat:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "undertekster",
-    "TitlePlayback": "Spill av",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Temasang",
-    "CinemaModeConfigurationHelp": "Kino-modus bringer kinoopplevelsen direkte til din stue med muligheten til \u00e5 spille trailere og tilpassede introer f\u00f8r filmen begynner.",
     "OptionHasThemeVideo": "Temavideo",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmer",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studio",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailere",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artister:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Siste Filmer",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Siste Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Spesial Funksjoner",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDB Rangering",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Foreldresensur",
-    "LabelSelectInternetTrailersForCinemaMode": "Internett trailere:",
     "OptionPremiereDate": "premieredato",
-    "OptionUpcomingDvdMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 DVD & Blu-ray",
     "TabBasic": "Basic",
-    "OptionUpcomingStreamingMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 Netflix",
     "TabAdvanced": "Avansert",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Krever installasjon av trailer kanalen.",
     "OptionContinuing": "Fortsetter",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Avsluttet",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Lanseringsdager",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "S\u00f8ndag",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Mandag",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tirsdag",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Onsdag",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Torsdag",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Fredag",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "L\u00f8rdag",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Strying",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Administrasjon",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Mangler IMDb id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Mangler TVDB id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Mangler oversikt",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Fil\/Metadata \u00e5r Mismatch",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Genrelt",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Logg",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Om",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter-n\u00f8kkel",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Bli en supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser har ett blomstrende fellesskap av brukere og bidragsytere.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Sjekk ut v\u00e5r kunnskaps base for \u00e5 hjelpe deg med \u00e5 f\u00e5 best utbytte av Media Browser",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "S\u00f8k kunnskapsbasen",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Bes\u00f8k oss",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Bes\u00f8k Media Browsers nettside",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Bes\u00f8k Media Browser sin side for \u00e5 f\u00e5 de siste nyhetene og for \u00e5 f\u00f8lge med p\u00e5 utviklerbloggen.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Skjul brukere fra logginn-skjermen",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Deaktiver denne brukeren",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "Hvis avsl\u00e5tt, serveren vil ikke godta noen forbindelser fra denne brukeren. eksisterende forbindelser vil bli br\u00e5tt avsluttet.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Avansert Kontroll",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Navn",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "TIllatt denne brukeren \u00e5 administrere serveren",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Funksjon Tilgang",
     "OptionAllowMediaPlayback": "Tillatt medieavspilling",
     "OptionAllowBrowsingLiveTv": "Tillat surfing av Live TV",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Velkommen til Media Browser Web Klient",
     "ButtonDismiss": "Avvis",
     "ButtonTakeTheTour": "Bli med p\u00e5 omvisning",
-    "ButtonEditOtherUserPreferences": "Rediger denne brukerens personlige preferanser.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Foretrukket internet streaming kvalitet.",
     "LabelChannelStreamQualityHelp": "P\u00e5 en linje med lav b\u00e5ndbredde, vil begrensing av kvalitet hjelpe med \u00e5 gi en mer behagelig streaming opplevelse.",
     "OptionBestAvailableStreamQuality": "Beste tilgjengelig",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Samlinger",
     "OptionReportBooks": "B\u00f8ker",
     "OptionReportArtists": "Artisert",
-    "OptionReportAlbums": "Albumer"
+    "OptionReportAlbums": "Albumer",
+    "OptionReportAdultVideos": "Voksen videoer",
+    "ButtonMore": "Mer",
+    "HeaderActivity": "Aktivitet",
+    "ScheduledTaskStartedWithName": "{0} startet",
+    "ScheduledTaskCancelledWithName": "{0} ble avbrutt",
+    "ScheduledTaskCompletedWithName": "{0} fullf\u00f8rt",
+    "ScheduledTaskFailed": "Planlagte oppgaver utf\u00f8rt",
+    "PluginInstalledWithName": "{0} ble installert",
+    "PluginUpdatedWithName": "{0} ble oppdatert",
+    "PluginUninstalledWithName": "{0} ble avinstallert",
+    "ScheduledTaskFailedWithName": "{0} feilet",
+    "ItemAddedWithName": "{0} ble lagt til biblioteket",
+    "ItemRemovedWithName": "{0} ble fjernet fra biblioteket",
+    "DeviceOnlineWithName": "{0} er tilkoblet",
+    "UserOnlineFromDevice": "{0} er online fra {1}",
+    "DeviceOfflineWithName": "{0} har koblet fra",
+    "UserOfflineFromDevice": "{0} har koblet fra {1}",
+    "SubtitlesDownloadedForItem": "Undertekster lastet ned for {0}",
+    "SubtitleDownloadFailureForItem": "nedlasting av undertekster feilet for {0}",
+    "LabelRunningTimeValue": "Spille tide: {0}",
+    "LabelIpAddressValue": "Ip adresse: {0}",
+    "UserConfigurationUpdatedWithName": "Bruker konfigurasjon har blitt oppdatert for {0}",
+    "UserCreatedWithName": "Bruker {0} har blitt opprettet",
+    "UserPasswordChangedWithName": "Passord har blitt endret for bruker {0}",
+    "UserDeletedWithName": "Bruker {0} har blitt slettet",
+    "MessageServerConfigurationUpdated": "Server konfigurasjon har blitt oppdatert",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server konfigurasjon seksjon {0} har blitt oppdatert",
+    "MessageApplicationUpdated": "Media Browser Server har blitt oppdatert",
+    "AuthenticationSucceededWithUserName": "{0} autentisert med suksess",
+    "FailedLoginAttemptWithUserName": "P\u00e5loggingsfors\u00f8k feilet fra {0}",
+    "UserStartedPlayingItemWithValues": "{0} har startet avspilling av {1}",
+    "UserStoppedPlayingItemWithValues": "{0} har stoppet avspilling av {1}",
+    "AppDeviceValues": "App: {0} , Device: {1}",
+    "ProviderValue": "Tilbyder: {0}",
+    "LabelChannelDownloadSizeLimit": "Nedlastings grense (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Siste Aktivitet",
+    "HeaderPeople": "Personer",
+    "HeaderDownloadPeopleMetadataFor": "Last ned biografi og bilder for:",
+    "OptionComposers": "Komponister:",
+    "OptionOthers": "Andre",
+    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av flere opsjoner vil gi mer info p\u00e5 skjermen, men resultere i d\u00e5rligere ytelse ved bibliotek skanninger.",
+    "ViewTypeFolders": "Mapper",
+    "LabelDisplayFoldersView": "Vis alle mapper som rene lagringsmapper",
+    "ViewTypeLiveTvRecordingGroups": "Opptak",
+    "ViewTypeLiveTvChannels": "Kanaler",
+    "LabelAllowLocalAccessWithoutPassword": "Tillat lokal tilkobling uten passord",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "N\u00e5r aktivert, vil ikke ett passord v\u00e6re p\u00e5krevd for innlogging fra ditt lokale hjemme nettverk.",
+    "HeaderPassword": "Passord",
+    "HeaderLocalAccess": "Lokal Tilkobling",
+    "HeaderViewOrder": "Visnings rekkef\u00f8lge",
+    "LabelSelectUserViewOrder": "Velg rekkef\u00f8lge dine visninger vil bli vist inn i Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata oppfrisknings modus:",
+    "LabelImageRefreshMode": "Bilde oppfrisknings modus:",
+    "OptionDownloadMissingImages": "Last ned manglende bilder",
+    "OptionReplaceExistingImages": "Bytt ut eksisterende bilder",
+    "OptionRefreshAllData": "Oppfrisk alle data",
+    "OptionAddMissingDataOnly": "Legg til kun maglende data",
+    "OptionLocalRefreshOnly": "Kun lokal oppfrsikining",
+    "HeaderRefreshMetadata": "Oppfrisk Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identifiser Element",
+    "HeaderIdentifyItemHelp": "Oppgi ett eller flere s\u00f8ke kriterier. Fjern kriterie for \u00e5 \u00f8ke s\u00f8ke resultater.",
+    "HeaderConfirmDeletion": "Bekreft Kansellering",
+    "LabelFollowingFileWillBeDeleted": "F\u00f8lgende fil vil bli slettet:",
+    "LabelIfYouWishToContinueWithDeletion": "Hvis du \u00f8nsker \u00e5 fortsette, venligst bekreft med verdien av:",
+    "ButtonIdentify": "Identifiser",
+    "LabelAlbumArtist": "Album Artist",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Fellesskap anmeldelse:",
+    "LabelVoteCount": "Stemme tall:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Kritiker anmeldelse:",
+    "LabelCriticRatingSummary": "Kritiker anmeldelse sammendrag:",
+    "LabelAwardSummary": "Pris sammendrag:",
+    "LabelWebsite": "Nettsted:",
+    "LabelTagline": "Slagord:",
+    "LabelOverview": "Oversikt:",
+    "LabelShortOverview": "Kort oversikt:",
+    "LabelReleaseDate": "Utgivelsesdato:",
+    "LabelYear": "\u00c5r:",
+    "LabelPlaceOfBirth": "F\u00f8dested:",
+    "LabelEndDate": "Slutt dato:",
+    "LabelAirDate": "Sendings dager:",
+    "LabelAirTime:": "Sendings tid:",
+    "LabelRuntimeMinutes": "Spilletid (minutter):",
+    "LabelParentalRating": "Foreldresensur:",
+    "LabelCustomRating": "Kunde anmeldelse:",
+    "LabelBudget": "Budsjett",
+    "LabelRevenue": "Inntjening ($):",
+    "LabelOriginalAspectRatio": "Originalt sideforhold:",
+    "LabelPlayers": "Spillere:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternativ Episode nummerering",
+    "HeaderSpecialEpisodeInfo": "Spesial Episode info",
+    "HeaderExternalIds": "Ekstern Id'er:",
+    "LabelDvdSeasonNumber": "Dvd sesong nummer:",
+    "LabelDvdEpisodeNumber": "Dvd episode nummer:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Send f\u00f8r sesong:",
+    "LabelAirsAfterSeason": "Sendt etter sesong:",
+    "LabelAirsBeforeEpisode": "Sendt f\u00f8r episode:",
+    "LabelTreatImageAs": "Behandle bilde som:",
+    "LabelDisplayOrder": "Visnings rekkef\u00f8lge:",
+    "LabelDisplaySpecialsWithinSeasons": "Vis speialiteter innfor sensongen de ble sendt i",
+    "HeaderCountries": "Land",
+    "HeaderGenres": "Sjanger",
+    "HeaderPlotKeywords": "Plott n\u00f8kkelord",
+    "HeaderStudios": "Studioer",
+    "HeaderTags": "Tagger",
+    "HeaderMetadataSettings": "Metadata innstilinger",
+    "LabelLockItemToPreventChanges": "L\u00e5s dette elementet for \u00e5 hindre fremtidige endringer",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Doner",
+    "HeaderDonationType": "Donasjon type:",
+    "OptionMakeOneTimeDonation": "Gi en egen donasjon",
+    "OptionOneTimeDescription": "Dette er en ekstra donasjon til teamet for \u00e5 vise din st\u00f8tte. Det har ikke noen ekstra fordeler, og vil ikke produsere en supporter tasten.",
+    "OptionLifeTimeSupporterMembership": "Livstids supporter medlemskap",
+    "OptionYearlySupporterMembership": "\u00c5rlig supporter medlemskap",
+    "OptionMonthlySupporterMembership": "M\u00e5nedlig supporter medlemskap",
+    "HeaderSupporterBenefit": "Et supporter medlemskap gir flere fordeler som tilgang til premium programtillegg, internett kanalinnhold, og mer.",
+    "OptionNoTrailer": "Ingen trailer",
+    "OptionNoThemeSong": "Ingen temasang",
+    "OptionNoThemeVideo": "Ingen tema video",
+    "LabelOneTimeDonationAmount": "Donasjons bel\u00f8p:",
+    "OptionActor": "Skuespiller",
+    "OptionComposer": "Komponist",
+    "OptionDirector": "Regiss\u00f8r",
+    "OptionGuestStar": "Stjerne gjest",
+    "OptionProducer": "Produsent",
+    "OptionWriter": "Manus",
+    "LabelAirDays": "Sendings dager:",
+    "LabelAirTime": "Sendings tid:",
+    "HeaderMediaInfo": "Media informasjon",
+    "HeaderPhotoInfo": "Bildeinformasjon",
+    "HeaderInstall": "Installer",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "L\u00e6r mer om supporter medlemskap",
+    "MessageSupporterPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap etter 14 dagers gratis pr\u00f8veperiode.",
+    "MessagePremiumPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap for \u00e5 kunne kj\u00f8pe etter 14 dagers gratis pr\u00f8veperiode.",
+    "HeaderReviews": "Anmeldelser",
+    "HeaderDeveloperInfo": "Utvikler informasjon",
+    "HeaderRevisionHistory": "Revisjonshistorikk",
+    "ButtonViewWebsite": "Vis nettsted",
+    "LabelRecurringDonationCanBeCancelledHelp": "Gjentakende donasjoner kan avbrytes n\u00e5r som helst fra din PayPal-konto.",
+    "HeaderXmlSettings": "Xml innstillinger",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Lagre metadata og bilder som skjulte filer",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser brukernavn\/e-post",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e6r mer om Media Browser Connect",
+    "LabelExternalPlayers": "Eksterne avspillere:",
+    "LabelExternalPlayersHelp": "Vis knapper for \u00e5 spille av innhold i eksterne avspillere. Dette er bare tilgjengelig p\u00e5 enheter som st\u00f8tter url oppsett, i hovedsak Android og iOS. Med eksterne spillere er det vanligvis ingen st\u00f8tte for fjernkontroll eller gjenopptaking.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Metode:",
+    "LabelDidlMode": "Didl modus:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Legge inn i kontainer",
+    "OptionExternallyDownloaded": "Ekstern nedlasting",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Eksempel: srt",
+    "ButtonLearnMore": "L\u00e6re mer",
+    "TabPlayback": "Spill av",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Finn trailere fra internett automatisk",
+    "HeaderLanguagePreferences": "Spr\u00e5kpreferanser",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Spill av",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Kino-modus bringer kinoopplevelsen direkte til din stue med muligheten til \u00e5 spille trailere og tilpassede introer f\u00f8r filmen begynner.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internett trailere:",
+    "OptionUpcomingDvdMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 DVD & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Krever installasjon av trailer kanalen.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 243 - 230
MediaBrowser.Server.Implementations/Localization/Server/nl.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Afsluiten",
-    "OptionReportAdultVideos": "Adult video's",
     "LabelVisitCommunity": "Bezoek Gemeenschap",
-    "ButtonMore": "Meer",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activiteit",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} is gestart",
     "LabelStandard": "Standaard",
-    "ScheduledTaskCancelledWithName": "{0} is geannuleerd",
     "LabelViewApiDocumentation": "Bekijk Api documentatie",
-    "ScheduledTaskCompletedWithName": "{0} is gereed",
     "LabelBrowseLibrary": "Bekijk bibliotheek",
-    "ScheduledTaskFailed": "Geplande taak is gereed",
     "LabelConfigureMediaBrowser": "Configureer Media Browser",
-    "PluginInstalledWithName": "{0} is ge\u00efnstalleerd",
     "LabelOpenLibraryViewer": "Open bibliotheek verkenner",
-    "PluginUpdatedWithName": "{0} is bijgewerkt",
     "LabelRestartServer": "Server herstarten",
-    "PluginUninstalledWithName": "{0} is gede\u00efnstalleerd",
     "LabelShowLogWindow": "Toon log venster",
-    "ScheduledTaskFailedWithName": "{0} is mislukt",
     "LabelPrevious": "Vorige",
-    "ItemAddedWithName": "{0} is toegevoegd aan de bibliotheek",
     "LabelFinish": "Voltooien",
-    "ItemRemovedWithName": "{0} is verwijderd uit de bibliotheek",
     "LabelNext": "Volgende",
-    "DeviceOnlineWithName": "{0} is verbonden",
     "LabelYoureDone": "Gereed!",
-    "UserOnlineFromDevice": "{0} is aangemeld met {1}",
     "WelcomeToMediaBrowser": "Welkom bij Media Browser!",
-    "DeviceOfflineWithName": "{0} is losgekoppeld",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} is afgemeld bij {1}",
     "ThisWizardWillGuideYou": "Deze wizard helpt u door het setup-proces.",
-    "SubtitlesDownloadedForItem": "Ondertiteling voor {0} is gedownload",
     "TellUsAboutYourself": "Vertel ons over u zelf",
-    "SubtitleDownloadFailureForItem": "Downloaden van ondertiteling voor {0} is mislukt",
     "LabelYourFirstName": "Uw voornaam:",
-    "LabelRunningTimeValue": "Looptijd: {0}",
     "MoreUsersCanBeAddedLater": "Meer gebruikers kunnen later via het dashboard worden toegevoegd.",
-    "LabelIpAddressValue": "IP adres: {0}",
     "UserProfilesIntro": "Media Browser bevat ingebouwde ondersteuning voor gebruikersprofielen, zodat iedere gebruiker zijn eigen display-instellingen, afspeelstatus en ouderlijk toezicht heeft.",
-    "UserConfigurationUpdatedWithName": "Gebruikersinstellingen voor {0} zijn bijgewerkt",
     "LabelWindowsService": "Windows Service",
-    "UserCreatedWithName": "Gebruiker {0} is aangemaakt",
     "AWindowsServiceHasBeenInstalled": "Er is een Windows service ge\u00efnstalleerd.",
-    "UserPasswordChangedWithName": "Wachtwoord voor {0} is gewijzigd",
     "WindowsServiceIntro1": "Media Browser Server werkt normaal als een desktop applicatie met een pictogram in het systeemvak, maar wanneer u het liever op de achtergrond als service laat draaien, dan kan dit worden ingesteld vanuit het Windows services configuratie scherm.",
-    "UserDeletedWithName": "Gebruiker {0} is verwijderd",
     "WindowsServiceIntro2": "Wanneer u de Windows-service gebruikt, dan dient u er rekening mee te houden dat het niet op hetzelfde moment als de desktop applicatie kan worden uitgevoerd. Het is daarom vereist de desktop applicatie eerst af te sluiten voordat u de service gebruikt. De service moet worden geconfigureerd met beheerdersrechten via het configuratie scherm. Houd er rekening mee dat op dit moment de service niet automatisch kan worden bijgewerkt, zodat nieuwe versies dus handmatige interactie vereisen.",
-    "MessageServerConfigurationUpdated": "Server configuratie is bijgewerkt",
     "WizardCompleted": "Dit is alles wat we nodig hebben voor nu. Media Browser is begonnen met het verzamelen van informatie over uw mediabibliotheek. Bekijk enkele van onze apps, en klik vervolgens op <b>Voltooien<\/b> om het <b>Dashboard te bekijken<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Sectie {0} van de server configuratie is bijgewerkt",
     "LabelConfigureSettings": "Configureer instellingen",
-    "MessageApplicationUpdated": "Media Browser Server is bijgewerkt",
     "LabelEnableVideoImageExtraction": "Videobeeld uitpakken inschakelen",
-    "AuthenticationSucceededWithUserName": "{0} is succesvol geverifieerd",
     "VideoImageExtractionHelp": "Voor video's die nog geen afbeeldingen hebben, en waarvoor geen afbeeldingen op Internet te vinden zijn. Dit voegt extra tijd toe aan de oorspronkelijke bibliotheek scan, maar resulteert in een mooiere weergave.",
-    "FailedLoginAttemptWithUserName": "Mislukte aanmeld poging van {0}",
     "LabelEnableChapterImageExtractionForMovies": "Hoofdstuk afbeeldingen uitpakken voor Films",
-    "UserStartedPlayingItemWithValues": "{0} heeft afspelen van {1} gestart",
     "LabelChapterImageExtractionForMoviesHelp": "Uitpakken van hoofdstuk afbeeldingen geeft de Cli\u00ebnt de mogelijkheid om grafische scene selectie menu's te tonen. Het proces kan traag en cpu-intensief zijn en kan enkele gigabytes aan ruimte vereisen. Het word uitgevoerd als nachtelijke taak om 4:00, maar dit is instelbaar via de geplande taken. Het wordt niet aanbevolen om deze taak uit te voeren tijdens de piekuren.",
-    "UserStoppedPlayingItemWithValues": "{0} heeft afspelen van {1} gestopt",
     "LabelEnableAutomaticPortMapping": "Automatische poorttoewijzing inschakelen",
-    "AppDeviceValues": "App: {0}, Apparaat: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP zorgt voor geautomatiseerde configuratie van de router voor gemakkelijke toegang op afstand. Dit werkt mogelijk niet met sommige routers.",
-    "ProviderValue": "Aanbieder: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Downloadlimiet (GB): ",
     "ButtonCancel": "Annuleren",
-    "LabelChannelDownloadSizeLimitHelpText": "Limiteer de grootte van de channel download map.",
-    "HeaderRecentActivity": "Recente activiteit",
     "ButtonNew": "Nieuw",
-    "HeaderPeople": "Personen",
     "HeaderSetupLibrary": "Stel uw mediabibliotheek in",
-    "HeaderDownloadPeopleMetadataFor": "Download biografie en afbeeldingen voor:",
     "ButtonAddMediaFolder": "Mediamap toevoegen",
-    "OptionComposers": "Componisten",
     "LabelFolderType": "Maptype:",
-    "OptionOthers": "Overigen",
     "MediaFolderHelpPluginRequired": "* Hiervoor is het gebruik van een Plug-in vereist, bijvoorbeeld GameBrowser of MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Raadpleeg de mediabibliotheek wiki.",
-    "HeaderDownloadPeopleMetadataForHelp": "Het inschakelen van extra opties zal meer informatie op het scherm bieden, maar resulteert in tragere bibliotheek scan.",
     "LabelCountry": "Land:",
-    "ViewTypeFolders": "Mappen",
     "LabelLanguage": "Taal:",
-    "LabelDisplayFoldersView": "Toon een mappenweergave als u gewoon Mediamappen wilt weergeven",
     "HeaderPreferredMetadataLanguage": "Gewenste metadata taal:",
-    "ViewTypeLiveTvRecordingGroups": "Opnamen",
     "LabelSaveLocalMetadata": "Sla afbeeldingen en metadata op in de mediamappen",
-    "ViewTypeLiveTvChannels": "Kanalen",
     "LabelSaveLocalMetadataHelp": "Door afbeeldingen en metadata op te slaan in de mediamappen kunnen ze makkelijker worden gevonden en bewerkt.",
-    "LabelAllowLocalAccessWithoutPassword": "Lokale toegang toestaan zonder wachtwoord",
     "LabelDownloadInternetMetadata": "Download afbeeldingen en metadata van het internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Als dit ingeschakled is dan kan er in het thuisnetwerk zonder wachtwoord aangemeld worden.",
     "LabelDownloadInternetMetadataHelp": "Media Browser kan informatie en afbeeldingen van uw media downloaden, om zo een mooie en uitgebreide weergave mogelijk te maken.",
-    "HeaderPassword": "Wachtwoord",
     "TabPreferences": "Voorkeuren",
-    "HeaderLocalAccess": "Lokale toegang",
     "TabPassword": "Wachtwoord",
-    "HeaderViewOrder": "Weergave volgorde",
     "TabLibraryAccess": "Bibliotheek toegang",
-    "LabelSelectUserViewOrder": "Kies de volgorde van uw weergaven die zullen worden weergegeven in Media Browser applicaties",
     "TabImage": "Afbeelding",
-    "LabelMetadataRefreshMode": "Metadata vernieuw mode:",
     "TabProfile": "Profiel",
-    "LabelImageRefreshMode": "Afbeelding vernieuw mode:",
     "TabMetadata": "Metagegevens",
-    "OptionDownloadMissingImages": "Ontbrekende afbeeldingen downloaden",
     "TabImages": "Afbeeldingen",
-    "OptionReplaceExistingImages": "Bestaande afbeeldingen vervangen",
     "TabNotifications": "Meldingen",
-    "OptionRefreshAllData": "Vernieuw alle gegevens",
     "TabCollectionTitles": "Titels",
-    "OptionAddMissingDataOnly": "Alleen ontbrekende gegevens toevoegen",
     "LabelDisplayMissingEpisodesWithinSeasons": "Toon ontbrekende afleveringen binnen een seizoen",
-    "OptionLocalRefreshOnly": "Alleen lokaal vernieuwen",
     "LabelUnairedMissingEpisodesWithinSeasons": "Toon komende afleveringen binnen een seizoen",
-    "HeaderRefreshMetadata": "Vernieuw metagegevens",
     "HeaderVideoPlaybackSettings": "Video afspeel instellingen",
-    "HeaderPersonInfo": "Persoon informatie",
     "HeaderPlaybackSettings": "Afspeel instellingen",
-    "HeaderIdentifyItem": "Identificeer item",
     "LabelAudioLanguagePreference": "Voorkeurs taal geluid:",
-    "HeaderIdentifyItemHelp": "Vul \u00e9\u00e9n of meer zoek criteria in. Verwijder criteria om zoekresultaten te vergroten.",
     "LabelSubtitleLanguagePreference": "Voorkeurs taal ondertiteling:",
-    "HeaderConfirmDeletion": "Bevestigen Verwijdering",
     "OptionDefaultSubtitles": "Standaard",
-    "LabelFollowingFileWillBeDeleted": "Het volgende bestand wordt verwijderd.",
     "OptionOnlyForcedSubtitles": "Alleen 'geforceerde' ondertiteling",
-    "LabelIfYouWishToContinueWithDeletion": "Geef om door te gaan het resultaat in:",
     "OptionAlwaysPlaySubtitles": "Ondertiteling altijd weergeven",
-    "ButtonIdentify": "Identificeer",
     "OptionNoSubtitles": "Geen ondertitels",
-    "LabelAlbumArtist": "Album artiest:",
     "OptionDefaultSubtitlesHelp": "Ondertiteling wordt weergegeven in de voorkeurstaal als de audio in een andere taal is.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Alleen ondertitels gemarkeerd als \"gedwongen\" zullen worden geladen.",
-    "LabelCommunityRating": "Beoordeling gemeenschap:",
     "OptionAlwaysPlaySubtitlesHelp": "Ondertiteling wordt weergegeveen in de voorkeurstaal ongeacht de taal van de audio.",
-    "LabelVoteCount": "Aantal stemmen:",
     "OptionNoSubtitlesHelp": "Ondertiteling wordt standaard niet weergegeven.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profielen",
-    "LabelCriticRating": "Beoordeling critici:",
     "TabSecurity": "Beveiliging",
-    "LabelCriticRatingSummary": "Samenvatting beoordeling critici:",
     "ButtonAddUser": "Gebruiker toevoegen",
-    "LabelAwardSummary": "Samenvatting prijzen:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Voeg lokale gebruiker toe",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Nodig gebruiker uit",
     "ButtonSave": "Opslaan",
-    "LabelOverview": "Overzicht:",
     "ButtonResetPassword": "Wachtwoord resetten",
-    "LabelShortOverview": "Kort overzicht:",
     "LabelNewPassword": "Nieuw wachtwoord:",
-    "LabelReleaseDate": "Uitgave datum:",
     "LabelNewPasswordConfirm": "Bevestig nieuw wachtwoord:",
-    "LabelYear": "Jaar:",
     "HeaderCreatePassword": "Maak wachtwoord",
-    "LabelPlaceOfBirth": "Geboorteplaats:",
     "LabelCurrentPassword": "Huidig wachtwoord",
-    "LabelEndDate": "Eind datum|",
     "LabelMaxParentalRating": "Maximaal toegestane kijkwijzer classificatie:",
-    "LabelAirDate": "Uitzend dagen:",
     "MaxParentalRatingHelp": "Media met een hogere classificatie wordt niet weergegeven",
-    "LabelAirTime:": "Uitzend tijd:",
     "LibraryAccessHelp": "Selecteer de mediamappen om met deze gebruiker te delen. Beheerders kunnen alle mappen bewerken via de metadata manager.",
-    "LabelRuntimeMinutes": "Speelduur (minuten):",
     "ChannelAccessHelp": "Selecteer de kanalen om te delen met deze gebruiker. Beheerders kunnen alle kanalen bewerken met de metadata manager.",
-    "LabelParentalRating": "Kijkwijzer classificatie:",
     "ButtonDeleteImage": "Verwijder afbeelding",
-    "LabelCustomRating": "Aangepaste classificatie:",
     "LabelSelectUsers": "Selecteer gebruikers:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Uploaden",
-    "LabelRevenue": "Omzet ($):",
     "HeaderUploadNewImage": "Nieuwe afbeelding uploaden",
-    "LabelOriginalAspectRatio": "Originele aspect ratio:",
     "LabelDropImageHere": "Afbeelding hier neerzetten",
-    "LabelPlayers": "Spelers:",
     "ImageUploadAspectRatioHelp": "1:1 beeldverhouding geadviseerd. Alleen JPG\/PNG.",
-    "Label3DFormat": "3D formaat",
     "MessageNothingHere": "Lijst is leeg.",
-    "HeaderAlternateEpisodeNumbers": "Afwijkende afleveringsnummers",
     "MessagePleaseEnsureInternetMetadata": "Zorg ervoor dat het downloaden van metadata van het internet is ingeschakeld.",
-    "HeaderSpecialEpisodeInfo": "Speciale afleveringsinformatie",
     "TabSuggested": "Aanbevolen",
-    "HeaderExternalIds": "Externe Id's",
     "TabLatest": "Nieuw",
-    "LabelDvdSeasonNumber": "Dvd seizoensnummer:",
     "TabUpcoming": "Binnenkort op TV",
-    "LabelDvdEpisodeNumber": "Dvd afleveringsnummer:",
     "TabShows": "Series",
-    "LabelAbsoluteEpisodeNumber": "Absoluut afleveringsnummer:",
     "TabEpisodes": "Afleveringen",
-    "LabelAirsBeforeSeason": "Uitgezonden voor seizoen:",
     "TabGenres": "Genres",
-    "LabelAirsAfterSeason": "Uitgezonden na seizoen:",
     "TabPeople": "Personen",
-    "LabelAirsBeforeEpisode": "Uitgezonden voor aflevering:",
     "TabNetworks": "TV-Studio's",
-    "LabelTreatImageAs": "Behandel afbeelding als:",
     "HeaderUsers": "Gebruikers",
-    "LabelDisplayOrder": "Weergave volgorde:",
     "HeaderFilters": "Filters:",
-    "LabelDisplaySpecialsWithinSeasons": "Voeg specials toe aan het seizoen waarin ze uitgezonden zijn",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "Landen",
     "OptionFavorite": "Favorieten",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Leuk",
-    "HeaderPlotKeywords": "Trefwoorden plot",
     "OptionDislikes": "Niet leuk",
-    "HeaderStudios": "Studio's",
     "OptionActors": "Acteurs",
-    "HeaderTags": "Labels",
     "OptionGuestStars": "Gast Sterren",
-    "HeaderMetadataSettings": "Metagegevens instellingen",
     "OptionDirectors": "Regiseurs",
-    "LabelLockItemToPreventChanges": "Blokkeer dit item tegen wijzigingen",
     "OptionWriters": "Schrijvers",
-    "MessageLeaveEmptyToInherit": "Leeg laten om instellingen van bovenliggend item of de algemene waarde over te nemen.",
     "OptionProducers": "Producenten",
-    "TabDonate": "Doneer",
     "HeaderResume": "Hervatten",
-    "HeaderDonationType": "Donatie soort:",
     "HeaderNextUp": "Volgend",
-    "OptionMakeOneTimeDonation": "Doe een aparte donatie",
     "NoNextUpItemsMessage": "Niets gevonden. Start met kijken!",
-    "OptionOneTimeDescription": "Dit is een extra donatie voor het team om te laten zien dat je ze steunt. Het geeft geen extra voordelen en geeft je geen supporter sleutel.",
     "HeaderLatestEpisodes": "Nieuwste Afleveringen",
-    "OptionLifeTimeSupporterMembership": "Levenslang supporter lidmaatschap",
     "HeaderPersonTypes": "Persoon Types:",
-    "OptionYearlySupporterMembership": "Jaarlijkse supporter lidmaatschap",
     "TabSongs": "Songs",
-    "OptionMonthlySupporterMembership": "maandelijks supporter lidmaatschap",
     "TabAlbums": "Albums",
-    "HeaderSupporterBenefit": "Een supporters lidmaatschap heeft voordelen zoals toegang tot premium plug-ins, internet kanalen en meer.",
     "TabArtists": "Artiesten",
-    "OptionNoTrailer": "Geen trailer",
     "TabAlbumArtists": "Albumartiesten",
-    "OptionNoThemeSong": "Geen thema muziek",
     "TabMusicVideos": "Muziek Videos",
-    "OptionNoThemeVideo": "Geen thema film",
     "ButtonSort": "Sorteren",
-    "LabelOneTimeDonationAmount": "Donatie bedrag:",
     "HeaderSortBy": "Sorteren op:",
-    "OptionActor": "Acteur",
     "HeaderSortOrder": "Sorteer volgorde:",
-    "OptionComposer": "Componist",
     "OptionPlayed": "Afgespeeld",
-    "OptionDirector": "Regiseur",
     "OptionUnplayed": "Onafgespeeld",
-    "OptionGuestStar": "Gast ster",
     "OptionAscending": "Oplopend",
-    "OptionProducer": "Producent",
     "OptionDescending": "Aflopend",
-    "OptionWriter": "Schrijver",
     "OptionRuntime": "Speelduur",
-    "LabelAirDays": "Uitzend dagen:",
-    "LabelAirTime": "Uitzend tijd:",
     "OptionReleaseDate": "Uitgave datum",
     "OptionPlayCount": "Afspeel telling",
-    "HeaderMediaInfo": "Media informatie",
     "OptionDatePlayed": "Datum afgespeeld",
-    "HeaderPhotoInfo": "Foto informatie",
     "OptionDateAdded": "Datum toegevoegd",
-    "HeaderInstall": "Installeer",
     "OptionAlbumArtist": "Albumartiest",
-    "LabelSelectVersionToInstall": "Selecteer de versie om te installeren:",
     "OptionArtist": "Artiest",
-    "LinkSupporterMembership": "Meer informatie over het supporter lidmaatschap",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap na de gratis proefperiode van 14 dagen.",
     "OptionTrackName": "Naam van Nummer",
-    "MessagePremiumPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap om deze aan te kunnen schaffen na de gratis proefperiode van 14 dagen.",
     "OptionCommunityRating": "Gemeenschaps Waardering",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Naam",
-    "HeaderDeveloperInfo": "Informatie ontwikkelaar",
     "OptionFolderSort": "Mappen",
-    "HeaderRevisionHistory": "Versie geschiedenis",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "Bekijk website",
     "OptionRevenue": "Inkomsten",
-    "LabelRecurringDonationCanBeCancelledHelp": "Terugkerende donaties kunnen op elk moment stop gezet worden in je PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Instellingen",
     "OptionBackdrop": "Achtergrond",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributen",
     "OptionTimeline": "Tijdlijn",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribuut",
     "OptionThumb": "Miniatuur",
-    "XmlDocumentAttributeListHelp": "Deze kenmerken worden toegepast op het hoofd-element van elk XML-antwoord.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Metagegevens en afbeeldingen opslaan als verborgen bestanden",
     "OptionCriticRating": "Kritieken",
-    "LabelExtractChaptersDuringLibraryScan": "Hoofdstuk afbeeldingen uitpakken tijdens het scannen van de bibliotheek",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Wanneer ingeschakeld dan worden hoofdstuk afbeeldingen uitgepakt wanneer video's zijn ge\u00efmporteerd tijdens het scannen van de bibliotheek. Wanneer uitgeschakeld dan worden de hoofdstuk afbeeldingen uitgepakt tijdens de geplande taak \"Hoofdstukken uitpakken\", waardoor de standaard bibliotheek scan sneller voltooid is.",
     "OptionResumable": "Hervatbaar",
-    "LabelConnectUserName": "Media Browser gebruikersnaam\/emailadres:",
     "ScheduledTasksHelp": "Klik op een taak om het schema aan te passen.",
-    "LabelConnectUserNameHelp": "Koppel deze gebruiker aan een Media Browser account het mogelijk te maken om eenvoudig aan te melden met elke app zonder het server ip adres te weten.",
     "ScheduledTasksTitle": "Geplande taken",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Meer informatie over Media Browser Connect",
     "TabMyPlugins": "Mijn Plug-ins",
-    "LabelExternalPlayers": "Externe spelers:",
     "TabCatalog": "Catalogus",
-    "LabelExternalPlayersHelp": "Toon knoppen om inhoud in externe spelers of te spelen. Dit is alleen mogelijk op apparaten die 'url schemes' ondersteunen, meest Android en iOS. Met externe spelers is er over het algemeen geen ondersteuning voor afstandsbediening of hervatten.",
-    "HeaderSubtitleProfile": "Ondertitelingsprofiel",
     "PluginsTitle": "Plug-ins",
     "HeaderAutomaticUpdates": "Automatische updates",
-    "HeaderSubtitleProfiles": "Ondertitelingsprofielen",
-    "HeaderSubtitleProfilesHelp": "Ondertitelingsprofielen beschrijven de ondertitelings formaten ondersteund door het apparaat.",
     "HeaderNowPlaying": "Wordt nu afgespeeld",
-    "LabelFormat": "Formaat:",
     "HeaderLatestAlbums": "Nieuwste Albums",
-    "LabelMethod": "Methode:",
     "HeaderLatestSongs": "Nieuwste Songs",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recent afgespeeld",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Vaak afgespeeld",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Development versies zijn geheel voor eigen risico. Deze versies worden vaak vrijgegeven en zijn niet getest!. De Applicatie kan crashen en sommige functies kunnen mogelijk niet meer werken.",
-    "OptionEmbedSubtitles": "Invoegen in container",
     "LabelVideoType": "Video Type:",
-    "OptionExternallyDownloaded": "Externe download",
     "OptionBluray": "Blu-ray",
-    "OptionHlsSegmentedSubtitles": "Hls gesegmenteerde ondertiteling",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Voorbeeld: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Meer informatie",
     "LabelFeatures": "Kenmerken:",
-    "TabPlayback": "Afspelen",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extra's",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Vind trailers van het internet automatisch",
     "LabelVersion": "Versie:",
-    "HeaderLanguagePreferences": "Taal voorkeuren",
     "LabelLastResult": "Laatste resultaat:",
-    "TabCinemaMode": "Cinema mode",
     "OptionHasSubtitles": "Ondertitels",
-    "TitlePlayback": "Afspelen",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Schakel cinema mode in voor:",
     "OptionHasThemeSong": "Thema Song",
-    "CinemaModeConfigurationHelp": "Cinema mode brengt de theater ervaring naar je woonkamer met de mogelijkheid om trailers en eigen intro's voor de film af te spelen",
     "OptionHasThemeVideo": "Thema Video",
-    "OptionTrailersFromMyMovies": "Voeg trailers van films uit mijn bibliotheek toe",
     "TabMovies": "Films",
-    "OptionUpcomingMoviesInTheaters": "Voeg trailers van nieuwe en verwachte films toe",
     "TabStudios": "Studio's",
-    "LabelLimitIntrosToUnwatchedContent": "Gebruik alleen trailers van films die nog niet gekeken zijn",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Schakel slimme ouderlijke toezicht in",
     "LabelArtists": "Artiest:",
-    "LabelEnableIntroParentalControlHelp": "Trailers worden alleen geselecteerd als de ouderlijke toezicht lager of gelijk is aan de film die gekeken wordt.",
     "LabelArtistsHelp": "Scheidt meerdere met een ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Deze functies vereisen een actieve ondersteuners lidmaatschap en installatie van de Trailer-kanaal plugin.",
     "HeaderLatestMovies": "Nieuwste Films",
-    "OptionTrailersFromMyMoviesHelp": "Vereist instellingen voor lokale trailers.",
     "HeaderLatestTrailers": "Nieuwste Trailers",
-    "LabelCustomIntrosPath": "Eigen intro's pad:",
     "OptionHasSpecialFeatures": "Extra's",
-    "LabelCustomIntrosPathHelp": "Een map met video bestanden. na de trailers wordt er een willekeurige video afgespeeld.",
     "OptionImdbRating": "IMDb Waardering",
-    "ValueSpecialEpisodeName": "Speciaal - {0}",
     "OptionParentalRating": "Kijkwijzer classificatie",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premi\u00e8re Datum",
-    "OptionUpcomingDvdMovies": "Inclusief trailers van nieuwe en aankomende films op Dvd & Blu-ray",
     "TabBasic": "Basis",
-    "OptionUpcomingStreamingMovies": "Inclusief trailers van nieuwe en aankomende films op Netflix",
     "TabAdvanced": "Geavanceerd",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Toon trailers binnen film suggesties",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Vereist installatie van het Trailer-kanaal.",
     "OptionContinuing": "Wordt vervolgd...",
-    "CinemaModeConfigurationHelp2": "Gebruikers kunnen in hun eigen instellingen Cinema Mode uitschakelen",
     "OptionEnded": "Gestopt",
-    "LabelEnableCinemaMode": "Cinema Mode inschakelen",
     "HeaderAirDays": "Uitzend Dagen",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Zondag",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welkom bij de Media Browser Dashboard",
     "OptionMonday": "Maandag",
-    "LabelDateAddedBehavior": "Datum toegevoegd gedrag voor nieuwe content:",
     "OptionTuesday": "Dinsdag",
-    "OptionDateAddedImportTime": "Gebruik scan datum",
     "OptionWednesday": "Woensdag",
-    "OptionDateAddedFileTime": "Gebruik aanmaak datum bestand",
     "OptionThursday": "Donderdag",
-    "LabelDateAddedBehaviorHelp": "Als er metadata gegevens zijn hebben deze voorrang op deze opties.",
     "OptionFriday": "Vrijdag",
-    "LabelNumberTrailerToPlay": "Aantal af te spelen trailers:",
     "OptionSaturday": "Zaterdag",
-    "TitleDevices": "Apparaten",
     "HeaderManagement": "Beheer",
-    "TabCameraUpload": "Camera upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Apparaten",
     "OptionMissingImdbId": "IMDb Id ontbreekt",
-    "HeaderCameraUploadHelp": "Upload automatisch foto's en video's van je mobiele apparaten naar Media Browser.",
     "OptionMissingTvdbId": "TheTVDB Id ontbreekt",
-    "MessageNoDevicesSupportCameraUpload": "Je hebt op dit moment geen apparaten die camera upload ondersteunen.",
     "OptionMissingOverview": "Overzicht ontbreekt",
-    "LabelCameraUploadPath": "Camera upload pad:",
     "OptionFileMetadataYearMismatch": "Jaartal in Bestands\/metadata komt niet overeen",
-    "LabelCameraUploadPathHelp": "Selecteer, als gewenst, een eigen upload pad. De standaard map zal gebruikt worden als er niets ingevuld wordt.",
     "TabGeneral": "Algemeen",
-    "LabelCreateCameraUploadSubfolder": "Maak een submap voor elk apparaat",
     "TitleSupport": "Ondersteuning",
-    "LabelCreateCameraUploadSubfolderHelp": "Specifieke mappen kunnen aan een apparaat toegekend worden door er op te klikken in de apparaten pagina.",
     "TabLog": "Logboek",
-    "LabelCustomDeviceDisplayName": "Weergave naam:",
     "TabAbout": "Over",
-    "LabelCustomDeviceDisplayNameHelp": "Geef een eigen weergave naam op of leeg laten om de naam te gebruiken die het apparaat opgeeft.",
     "TabSupporterKey": "Supporter Sleutel",
-    "HeaderInviteUser": "Nodig gebruiker uit",
     "TabBecomeSupporter": "Word Supporter",
-    "LabelConnectInviteUserHelp": "Dit is de gebruikersnaam of emailadres wat je vriend gebruikt om aan te melden op de Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser heeft een bloeiende gemeenschap van gebruikers en vrijwilligers.",
-    "HeaderInviteUserHelp": "Je media met vrieden delen is makkelijker dan ooit met Media Browser Connect.",
     "CheckoutKnowledgeBase": "Bekijk onze kennisbank om u te helpen het beste uit Media Browser halen.",
-    "ButtonSendInvitation": "Stuur uitnodiging",
     "SearchKnowledgeBase": "Zoeken in de Kennisbank",
-    "HeaderGuests": "Gasten",
     "VisitTheCommunity": "Bezoek de Gemeenschap",
-    "HeaderLocalUsers": "Lokale gebruikers",
     "VisitMediaBrowserWebsite": "Bezoek de Media Browser Website",
-    "HeaderPendingInvitations": "Uitstaande uitnodigingen",
     "VisitMediaBrowserWebsiteLong": "Bezoek de Media Browser-website voor het laatste nieuws en blijf op de hoogte via de ontwikkelaars blog.",
-    "TabParentalControl": "Ouderlijk toezicht",
     "OptionHideUser": "Verberg deze gebruiker op de aanmeldschermen",
-    "HeaderAccessSchedule": "Toegangs schema",
     "OptionDisableUser": "Deze account uitschakelen",
-    "HeaderAccessScheduleHelp": "Maak een toegangsschema om de toegang tot bepaalde tijden te beperken.",
     "OptionDisableUserHelp": "Indien uitgeschakeld zal de server geen verbindingen van deze gebruiker toe staan. Bestaande verbindingen zullen abrupt worden be\u00ebindigd.",
-    "ButtonAddSchedule": "Voeg schema toe",
     "HeaderAdvancedControl": "Geavanceerd Beheer",
-    "LabelAccessDay": "Dag van de week:",
     "LabelName": "Naam:",
-    "LabelAccessStart": "Start uur:",
     "OptionAllowUserToManageServer": "Deze gebruiker kan de server te beheren",
-    "LabelAccessEnd": "Eind uur:",
     "HeaderFeatureAccess": "Functie toegang",
     "OptionAllowMediaPlayback": "Afspelen van media toestaan",
     "OptionAllowBrowsingLiveTv": "Bladeren door live tv toestaan",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welkom op de Media Browser Web Client",
     "ButtonDismiss": "Afwijzen",
     "ButtonTakeTheTour": "Neem de tour",
-    "ButtonEditOtherUserPreferences": "Bewerk persoonlijke voorkeuren van deze gebruiker.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Voorkeurs kwaliteit internet stream:",
     "LabelChannelStreamQualityHelp": "Bij weinig beschikbare bandbreedte kan het verminderen van de kwaliteit betere streams opleveren.",
     "OptionBestAvailableStreamQuality": "Best beschikbaar",
@@ -1221,9 +994,249 @@
     "OptionReportMovies": "Films",
     "OptionReportHomeVideos": "Home video's",
     "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
+    "OptionReportEpisodes": "Afleveringen",
     "OptionReportCollections": "Verzameling",
     "OptionReportBooks": "Boeken",
     "OptionReportArtists": "Artiesten",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult video's",
+    "ButtonMore": "Meer",
+    "HeaderActivity": "Activiteit",
+    "ScheduledTaskStartedWithName": "{0} is gestart",
+    "ScheduledTaskCancelledWithName": "{0} is geannuleerd",
+    "ScheduledTaskCompletedWithName": "{0} is gereed",
+    "ScheduledTaskFailed": "Geplande taak is gereed",
+    "PluginInstalledWithName": "{0} is ge\u00efnstalleerd",
+    "PluginUpdatedWithName": "{0} is bijgewerkt",
+    "PluginUninstalledWithName": "{0} is gede\u00efnstalleerd",
+    "ScheduledTaskFailedWithName": "{0} is mislukt",
+    "ItemAddedWithName": "{0} is toegevoegd aan de bibliotheek",
+    "ItemRemovedWithName": "{0} is verwijderd uit de bibliotheek",
+    "DeviceOnlineWithName": "{0} is verbonden",
+    "UserOnlineFromDevice": "{0} is aangemeld met {1}",
+    "DeviceOfflineWithName": "{0} is losgekoppeld",
+    "UserOfflineFromDevice": "{0} is afgemeld bij {1}",
+    "SubtitlesDownloadedForItem": "Ondertiteling voor {0} is gedownload",
+    "SubtitleDownloadFailureForItem": "Downloaden van ondertiteling voor {0} is mislukt",
+    "LabelRunningTimeValue": "Looptijd: {0}",
+    "LabelIpAddressValue": "IP adres: {0}",
+    "UserConfigurationUpdatedWithName": "Gebruikersinstellingen voor {0} zijn bijgewerkt",
+    "UserCreatedWithName": "Gebruiker {0} is aangemaakt",
+    "UserPasswordChangedWithName": "Wachtwoord voor {0} is gewijzigd",
+    "UserDeletedWithName": "Gebruiker {0} is verwijderd",
+    "MessageServerConfigurationUpdated": "Server configuratie is bijgewerkt",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Sectie {0} van de server configuratie is bijgewerkt",
+    "MessageApplicationUpdated": "Media Browser Server is bijgewerkt",
+    "AuthenticationSucceededWithUserName": "{0} is succesvol geverifieerd",
+    "FailedLoginAttemptWithUserName": "Mislukte aanmeld poging van {0}",
+    "UserStartedPlayingItemWithValues": "{0} heeft afspelen van {1} gestart",
+    "UserStoppedPlayingItemWithValues": "{0} heeft afspelen van {1} gestopt",
+    "AppDeviceValues": "App: {0}, Apparaat: {1}",
+    "ProviderValue": "Aanbieder: {0}",
+    "LabelChannelDownloadSizeLimit": "Downloadlimiet (GB): ",
+    "LabelChannelDownloadSizeLimitHelpText": "Limiteer de grootte van de channel download map.",
+    "HeaderRecentActivity": "Recente activiteit",
+    "HeaderPeople": "Personen",
+    "HeaderDownloadPeopleMetadataFor": "Download biografie en afbeeldingen voor:",
+    "OptionComposers": "Componisten",
+    "OptionOthers": "Overigen",
+    "HeaderDownloadPeopleMetadataForHelp": "Het inschakelen van extra opties zal meer informatie op het scherm bieden, maar resulteert in tragere bibliotheek scan.",
+    "ViewTypeFolders": "Mappen",
+    "LabelDisplayFoldersView": "Toon een mappenweergave als u gewoon Mediamappen wilt weergeven",
+    "ViewTypeLiveTvRecordingGroups": "Opnamen",
+    "ViewTypeLiveTvChannels": "Kanalen",
+    "LabelAllowLocalAccessWithoutPassword": "Lokale toegang toestaan zonder wachtwoord",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Als dit ingeschakled is dan kan er in het thuisnetwerk zonder wachtwoord aangemeld worden.",
+    "HeaderPassword": "Wachtwoord",
+    "HeaderLocalAccess": "Lokale toegang",
+    "HeaderViewOrder": "Weergave volgorde",
+    "LabelSelectUserViewOrder": "Kies de volgorde van uw weergaven die zullen worden weergegeven in Media Browser applicaties",
+    "LabelMetadataRefreshMode": "Metadata vernieuw mode:",
+    "LabelImageRefreshMode": "Afbeelding vernieuw mode:",
+    "OptionDownloadMissingImages": "Ontbrekende afbeeldingen downloaden",
+    "OptionReplaceExistingImages": "Bestaande afbeeldingen vervangen",
+    "OptionRefreshAllData": "Vernieuw alle gegevens",
+    "OptionAddMissingDataOnly": "Alleen ontbrekende gegevens toevoegen",
+    "OptionLocalRefreshOnly": "Alleen lokaal vernieuwen",
+    "HeaderRefreshMetadata": "Vernieuw metagegevens",
+    "HeaderPersonInfo": "Persoon informatie",
+    "HeaderIdentifyItem": "Identificeer item",
+    "HeaderIdentifyItemHelp": "Vul \u00e9\u00e9n of meer zoek criteria in. Verwijder criteria om zoekresultaten te vergroten.",
+    "HeaderConfirmDeletion": "Bevestigen Verwijdering",
+    "LabelFollowingFileWillBeDeleted": "Het volgende bestand wordt verwijderd.",
+    "LabelIfYouWishToContinueWithDeletion": "Geef om door te gaan het resultaat in:",
+    "ButtonIdentify": "Identificeer",
+    "LabelAlbumArtist": "Album artiest:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Beoordeling gemeenschap:",
+    "LabelVoteCount": "Aantal stemmen:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Beoordeling critici:",
+    "LabelCriticRatingSummary": "Samenvatting beoordeling critici:",
+    "LabelAwardSummary": "Samenvatting prijzen:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overzicht:",
+    "LabelShortOverview": "Kort overzicht:",
+    "LabelReleaseDate": "Uitgave datum:",
+    "LabelYear": "Jaar:",
+    "LabelPlaceOfBirth": "Geboorteplaats:",
+    "LabelEndDate": "Eind datum|",
+    "LabelAirDate": "Uitzend dagen:",
+    "LabelAirTime:": "Uitzend tijd:",
+    "LabelRuntimeMinutes": "Speelduur (minuten):",
+    "LabelParentalRating": "Kijkwijzer classificatie:",
+    "LabelCustomRating": "Aangepaste classificatie:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Omzet ($):",
+    "LabelOriginalAspectRatio": "Originele aspect ratio:",
+    "LabelPlayers": "Spelers:",
+    "Label3DFormat": "3D formaat",
+    "HeaderAlternateEpisodeNumbers": "Afwijkende afleveringsnummers",
+    "HeaderSpecialEpisodeInfo": "Speciale afleveringsinformatie",
+    "HeaderExternalIds": "Externe Id's",
+    "LabelDvdSeasonNumber": "Dvd seizoensnummer:",
+    "LabelDvdEpisodeNumber": "Dvd afleveringsnummer:",
+    "LabelAbsoluteEpisodeNumber": "Absoluut afleveringsnummer:",
+    "LabelAirsBeforeSeason": "Uitgezonden voor seizoen:",
+    "LabelAirsAfterSeason": "Uitgezonden na seizoen:",
+    "LabelAirsBeforeEpisode": "Uitgezonden voor aflevering:",
+    "LabelTreatImageAs": "Behandel afbeelding als:",
+    "LabelDisplayOrder": "Weergave volgorde:",
+    "LabelDisplaySpecialsWithinSeasons": "Voeg specials toe aan het seizoen waarin ze uitgezonden zijn",
+    "HeaderCountries": "Landen",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Trefwoorden plot",
+    "HeaderStudios": "Studio's",
+    "HeaderTags": "Labels",
+    "HeaderMetadataSettings": "Metagegevens instellingen",
+    "LabelLockItemToPreventChanges": "Blokkeer dit item tegen wijzigingen",
+    "MessageLeaveEmptyToInherit": "Leeg laten om instellingen van bovenliggend item of de algemene waarde over te nemen.",
+    "TabDonate": "Doneer",
+    "HeaderDonationType": "Donatie soort:",
+    "OptionMakeOneTimeDonation": "Doe een aparte donatie",
+    "OptionOneTimeDescription": "Dit is een extra donatie voor het team om te laten zien dat je ze steunt. Het geeft geen extra voordelen en geeft je geen supporter sleutel.",
+    "OptionLifeTimeSupporterMembership": "Levenslang supporter lidmaatschap",
+    "OptionYearlySupporterMembership": "Jaarlijkse supporter lidmaatschap",
+    "OptionMonthlySupporterMembership": "maandelijks supporter lidmaatschap",
+    "HeaderSupporterBenefit": "Een supporters lidmaatschap heeft voordelen zoals toegang tot premium plug-ins, internet kanalen en meer.",
+    "OptionNoTrailer": "Geen trailer",
+    "OptionNoThemeSong": "Geen thema muziek",
+    "OptionNoThemeVideo": "Geen thema film",
+    "LabelOneTimeDonationAmount": "Donatie bedrag:",
+    "OptionActor": "Acteur",
+    "OptionComposer": "Componist",
+    "OptionDirector": "Regiseur",
+    "OptionGuestStar": "Gast ster",
+    "OptionProducer": "Producent",
+    "OptionWriter": "Schrijver",
+    "LabelAirDays": "Uitzend dagen:",
+    "LabelAirTime": "Uitzend tijd:",
+    "HeaderMediaInfo": "Media informatie",
+    "HeaderPhotoInfo": "Foto informatie",
+    "HeaderInstall": "Installeer",
+    "LabelSelectVersionToInstall": "Selecteer de versie om te installeren:",
+    "LinkSupporterMembership": "Meer informatie over het supporter lidmaatschap",
+    "MessageSupporterPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap na de gratis proefperiode van 14 dagen.",
+    "MessagePremiumPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap om deze aan te kunnen schaffen na de gratis proefperiode van 14 dagen.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Informatie ontwikkelaar",
+    "HeaderRevisionHistory": "Versie geschiedenis",
+    "ButtonViewWebsite": "Bekijk website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Terugkerende donaties kunnen op elk moment stop gezet worden in je PayPal account.",
+    "HeaderXmlSettings": "Xml Instellingen",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributen",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribuut",
+    "XmlDocumentAttributeListHelp": "Deze kenmerken worden toegepast op het hoofd-element van elk XML-antwoord.",
+    "OptionSaveMetadataAsHidden": "Metagegevens en afbeeldingen opslaan als verborgen bestanden",
+    "LabelExtractChaptersDuringLibraryScan": "Hoofdstuk afbeeldingen uitpakken tijdens het scannen van de bibliotheek",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Wanneer ingeschakeld dan worden hoofdstuk afbeeldingen uitgepakt wanneer video's zijn ge\u00efmporteerd tijdens het scannen van de bibliotheek. Wanneer uitgeschakeld dan worden de hoofdstuk afbeeldingen uitgepakt tijdens de geplande taak \"Hoofdstukken uitpakken\", waardoor de standaard bibliotheek scan sneller voltooid is.",
+    "LabelConnectUserName": "Media Browser gebruikersnaam\/emailadres:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Meer informatie over Media Browser Connect",
+    "LabelExternalPlayers": "Externe spelers:",
+    "LabelExternalPlayersHelp": "Toon knoppen om inhoud in externe spelers of te spelen. Dit is alleen mogelijk op apparaten die 'url schemes' ondersteunen, meest Android en iOS. Met externe spelers is er over het algemeen geen ondersteuning voor afstandsbediening of hervatten.",
+    "HeaderSubtitleProfile": "Ondertitelingsprofiel",
+    "HeaderSubtitleProfiles": "Ondertitelingsprofielen",
+    "HeaderSubtitleProfilesHelp": "Ondertitelingsprofielen beschrijven de ondertitelings formaten ondersteund door het apparaat.",
+    "LabelFormat": "Formaat:",
+    "LabelMethod": "Methode:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Invoegen in container",
+    "OptionExternallyDownloaded": "Externe download",
+    "OptionHlsSegmentedSubtitles": "Hls gesegmenteerde ondertiteling",
+    "LabelSubtitleFormatHelp": "Voorbeeld: srt",
+    "ButtonLearnMore": "Meer informatie",
+    "TabPlayback": "Afspelen",
+    "HeaderTrailersAndExtras": "Trailers & Extra's",
+    "OptionFindTrailers": "Vind trailers van het internet automatisch",
+    "HeaderLanguagePreferences": "Taal voorkeuren",
+    "TabCinemaMode": "Cinema mode",
+    "TitlePlayback": "Afspelen",
+    "LabelEnableCinemaModeFor": "Schakel cinema mode in voor:",
+    "CinemaModeConfigurationHelp": "Cinema mode brengt de theater ervaring naar je woonkamer met de mogelijkheid om trailers en eigen intro's voor de film af te spelen",
+    "OptionTrailersFromMyMovies": "Voeg trailers van films uit mijn bibliotheek toe",
+    "OptionUpcomingMoviesInTheaters": "Voeg trailers van nieuwe en verwachte films toe",
+    "LabelLimitIntrosToUnwatchedContent": "Gebruik alleen trailers van films die nog niet gekeken zijn",
+    "LabelEnableIntroParentalControl": "Schakel slimme ouderlijke toezicht in",
+    "LabelEnableIntroParentalControlHelp": "Trailers worden alleen geselecteerd als de ouderlijke toezicht lager of gelijk is aan de film die gekeken wordt.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Deze functies vereisen een actieve ondersteuners lidmaatschap en installatie van de Trailer-kanaal plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Vereist instellingen voor lokale trailers.",
+    "LabelCustomIntrosPath": "Eigen intro's pad:",
+    "LabelCustomIntrosPathHelp": "Een map met video bestanden. na de trailers wordt er een willekeurige video afgespeeld.",
+    "ValueSpecialEpisodeName": "Speciaal - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Inclusief trailers van nieuwe en aankomende films op Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Inclusief trailers van nieuwe en aankomende films op Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Toon trailers binnen film suggesties",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Vereist installatie van het Trailer-kanaal.",
+    "CinemaModeConfigurationHelp2": "Gebruikers kunnen in hun eigen instellingen Cinema Mode uitschakelen",
+    "LabelEnableCinemaMode": "Cinema Mode inschakelen",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welkom bij de Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Datum toegevoegd gedrag voor nieuwe content:",
+    "OptionDateAddedImportTime": "Gebruik scan datum",
+    "OptionDateAddedFileTime": "Gebruik aanmaak datum bestand",
+    "LabelDateAddedBehaviorHelp": "Als er metadata gegevens zijn hebben deze voorrang op deze opties.",
+    "LabelNumberTrailerToPlay": "Aantal af te spelen trailers:",
+    "TitleDevices": "Apparaten",
+    "TabCameraUpload": "Camera upload",
+    "TabDevices": "Apparaten",
+    "HeaderCameraUploadHelp": "Upload automatisch foto's en video's van je mobiele apparaten naar Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "Je hebt op dit moment geen apparaten die camera upload ondersteunen.",
+    "LabelCameraUploadPath": "Camera upload pad:",
+    "LabelCameraUploadPathHelp": "Selecteer, als gewenst, een eigen upload pad. De standaard map zal gebruikt worden als er niets ingevuld wordt.",
+    "LabelCreateCameraUploadSubfolder": "Maak een submap voor elk apparaat",
+    "LabelCreateCameraUploadSubfolderHelp": "Specifieke mappen kunnen aan een apparaat toegekend worden door er op te klikken in de apparaten pagina.",
+    "LabelCustomDeviceDisplayName": "Weergave naam:",
+    "LabelCustomDeviceDisplayNameHelp": "Geef een eigen weergave naam op of leeg laten om de naam te gebruiken die het apparaat opgeeft.",
+    "HeaderInviteUser": "Nodig gebruiker uit",
+    "LabelConnectInviteUserHelp": "Dit is de gebruikersnaam of emailadres wat je vriend gebruikt om aan te melden op de Media Browser website.",
+    "HeaderInviteUserHelp": "Je media met vrieden delen is makkelijker dan ooit met Media Browser Connect.",
+    "ButtonSendInvitation": "Stuur uitnodiging",
+    "HeaderGuests": "Gasten",
+    "HeaderLocalUsers": "Lokale gebruikers",
+    "HeaderPendingInvitations": "Uitstaande uitnodigingen",
+    "TabParentalControl": "Ouderlijk toezicht",
+    "HeaderAccessSchedule": "Schema Toegang",
+    "HeaderAccessScheduleHelp": "Maak een toegangsschema om de toegang tot bepaalde tijden te beperken.",
+    "ButtonAddSchedule": "Voeg schema toe",
+    "LabelAccessDay": "Dag van de week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schema",
+    "OptionEveryday": "Elke dag",
+    "OptionWeekdays": "Week dagen",
+    "OptionWeekends": "Weekend",
+    "MessageProfileInfoSynced": "Gebruikersprofiel informatie is gesynchroniseerd met Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optioneel: Koppel je Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer reel",
+    "OptionPlayUnwatchedTrailersOnly": "Speel alleen ongeziene trailers",
+    "HeaderTrailerReelHelp": "Start trailer reel om een afspeellijst met trailers af te spelen.",
+    "MessageNoTrailersFound": "Geen trailers gevonden. Installeer het trailer kanaal om internet trailers te importeren.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/pl.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Wyj\u015b\u0107",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Odwied\u017a spo\u0142eczno\u015b\u0107",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Wiki Github",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standardowy",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Zobacz dokumentacj\u0119 Api",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Przejrzyj bibliotek\u0119",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Skonfiguruj Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Otw\u00f3rz przegl\u0105dark\u0119 biblioteki",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Uruchom serwer ponownie",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Wstecz",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Koniec",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Dalej",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Sko\u0144czy\u0142e\u015b!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Witaj w Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Asystent pomo\u017ce Ci podczas instalacji. Na pocz\u0105tku, wybierz tw\u00f3j preferowany j\u0119zyk.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Opowiedz nam o sobie",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Twoje imi\u0119:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "Mo\u017cesz doda\u0107 wi\u0119cej u\u017cytkownik\u00f3w p\u00f3\u017aniej przez tablic\u0119 rozdzielcz\u0105.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Serwis Windows",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Serwis Windows zosta\u0142 zainstalowany.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "To wszystko na teraz. Media Browser zacz\u0105\u0142 zbiera\u0107 informacje o twojej bibliotece. Zapoznaj si\u0119 z aplikacjami po czym kliknij <b>Koniec<\/b> \u017ceby zobaczy\u0107 <b>Tablic\u0119 rozdzielcz\u0105<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Skonfiguruj ustawienia",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "Dla filmik\u00f3w kt\u00f3re nie maj\u0105 jeszcze obraz\u00f3w i dla kt\u00f3rych nie mo\u017cemy \u017cadnych znale\u017a\u0107 na internecie. Zwi\u0119kszy to czas wst\u0119pnego skanowania biblioteki ale wynikiem b\u0119dzie \u0142adniejsza prezentacja.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Anuluj",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Ustaw swoj\u0105 bibliotek\u0119",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Dodaj folder",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Typ folderu:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Wymaga u\u017cycia wtyczki tak jak GameBrowser lub MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Odnie\u015b si\u0119 do wiki biblioteki.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Kraj:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "J\u0119zyk:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferowany j\u0119zyk metadanych:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Preferencje",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Has\u0142o",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Dost\u0119p do biblioteki",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Obraz",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profil",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Wy\u015bwietl brakuj\u0105ce odcinki w sezonach",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Wy\u015bwietl nie wydanie odcinki w sezonach",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Ustawienia odtwarzania wideo",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Preferencje j\u0119zyka audio:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Preferencje j\u0119zyka napis\u00f3w:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profile",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Zabezpieczenie",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Dodaj u\u017cytkownika",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Zapisz",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Zresetuj has\u0142o",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Nowe has\u0142o:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Potwierd\u017a nowe has\u0142o:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Stw\u00f3rz has\u0142o:",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Bie\u017c\u0105ce has\u0142o:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maksymalna dozwolona ocena rodzicielska:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Zawarto\u015b\u0107 z wy\u017csz\u0105 ocen\u0105 b\u0119dzie schowana dla tego u\u017cytkownika.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Usu\u0144 obrazek",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Wy\u015blij",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Wy\u015blij nowy obrazek",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nic tutaj nie ma.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Upewnij si\u0119 \u017ce pobieranie metadanych z internetu jest w\u0142\u0105czone.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Sugerowane",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Ostatnie",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Seriale",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Odcinki",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Rodzaje",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Osoby",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Sieci",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "U\u017cytkownicy",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtry:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtr",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Ulubione",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "HeaderStudios": "Studios",
     "OptionActors": "Aktorzy",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Dyrektorzy",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Pisarze",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producenci",
-    "TabDonate": "Donate",
     "HeaderResume": "Wzn\u00f3w",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Nie znaleziono \u017cadnego. Zacznij ogl\u0105da\u0107 Twoje seriale!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Ostanie odcinki",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Utwory",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albumy",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Arty\u015bci",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Arty\u015bci albumu",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Teledyski",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sortuj",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sortuj wed\u0142ug:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Kolejno\u015b\u0107 sortowania:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Rosn\u0105co",
-    "OptionProducer": "Producer",
     "OptionDescending": "Malej\u0105co",
-    "OptionWriter": "Writer",
     "OptionRuntime": "D\u0142ugo\u015b\u0107 filmu",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Ilo\u015b\u0107 odtworze\u0144",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Data odtworzenia",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Data dodania",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Artysta albumu",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artysta",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Nazwa utworu",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Ocena spo\u0142eczno\u015bci",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Nazwa",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Bud\u017cet",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Doch\u00f3d",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Plakat",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Ocena krytyk\u00f3w",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Resumable",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Zaplanowane zadania",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Moje wtyczki",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Katalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Wtyczki",
     "HeaderAutomaticUpdates": "Automatyczne aktualizacje",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Ostatnie albumy",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Ostatnie utwory",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Ostatnio grane",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Cz\u0119sto grane",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Type widea",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "W\u0142a\u015bciwo\u015bci",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Napisy",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Zwiastun",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmy",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studia",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Zwiastuny",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Ostatnie filmy",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Ostatnie zwiastuny",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "Ocena IMDb",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Ocena rodzicielska",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Data premiery",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Podstawowe",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Zaawansowane",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Niedziela",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Poniedzia\u0142ek",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Wtorek",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "\u015aroda",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Czwartek",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Pi\u0105tek",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Sobota",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Brakuje Id IMDb",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Brakuje Id TheTVDB",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Og\u00f3lne",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Wesprzyj",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "A propos",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Odwied\u017a spo\u0142eczno\u015b\u0107",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Odwied\u017a stron\u0119 Media Browser",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Hide this user from login screens",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Disable this user",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Advanced Control",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Name:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Feature Access",
     "OptionAllowMediaPlayback": "Allow media playback",
     "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Sair",
-    "OptionReportAdultVideos": "V\u00eddeos adultos",
     "LabelVisitCommunity": "Visitar a Comunidade",
-    "ButtonMore": "Mais",
     "LabelGithubWiki": "Wiki do Github",
-    "HeaderActivity": "Atividade",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} iniciado",
     "LabelStandard": "Padr\u00e3o",
-    "ScheduledTaskCancelledWithName": "{0} foi cancelado",
     "LabelViewApiDocumentation": "Ver documenta\u00e7\u00e3o da Api",
-    "ScheduledTaskCompletedWithName": "{0} completa",
     "LabelBrowseLibrary": "Navegar pela Biblioteca",
-    "ScheduledTaskFailed": "Tarefa agendada completa",
     "LabelConfigureMediaBrowser": "Configurar Media Browser",
-    "PluginInstalledWithName": "{0} foi instalado",
     "LabelOpenLibraryViewer": "Abrir Visualizador da Biblioteca",
-    "PluginUpdatedWithName": "{0} foi atualizado",
     "LabelRestartServer": "Reiniciar Servidor",
-    "PluginUninstalledWithName": "{0} foi desinstalado",
     "LabelShowLogWindow": "Exibir Janela de Log",
-    "ScheduledTaskFailedWithName": "{0} falhou",
     "LabelPrevious": "Anterior",
-    "ItemAddedWithName": "{0} foi adicionado \u00e0 biblioteca",
     "LabelFinish": "Finalizar",
-    "ItemRemovedWithName": "{0} foi removido da biblioteca",
     "LabelNext": "Pr\u00f3ximo",
-    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
     "LabelYoureDone": "Pronto!",
-    "UserOnlineFromDevice": "{0} est\u00e1 ativo em {1}",
     "WelcomeToMediaBrowser": "Bem Vindo ao Media Browser!",
-    "DeviceOfflineWithName": "{0} foi desconectado",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} foi desconectado de {1}",
     "ThisWizardWillGuideYou": "Este assistente ir\u00e1 gui\u00e1-lo pelo processo de instala\u00e7\u00e3o. Para come\u00e7ar, por favor selecione seu idioma preferido.",
-    "SubtitlesDownloadedForItem": "Legendas baixadas para {0}",
     "TellUsAboutYourself": "Conte-nos sobre voc\u00ea",
-    "SubtitleDownloadFailureForItem": "Falha ao baixar legendas para {0}",
     "LabelYourFirstName": "Seu primeiro nome:",
-    "LabelRunningTimeValue": "Dura\u00e7\u00e3o: {0}",
     "MoreUsersCanBeAddedLater": "Mais usu\u00e1rios poder\u00e3o ser adicionados depois dentro do Painel.",
-    "LabelIpAddressValue": "Endere\u00e7o Ip: {0}",
     "UserProfilesIntro": "Media Browser inclui suporte a perfis de usu\u00e1rios, permitindo que cada usu\u00e1rio tenha suas prefer\u00eancias de visualiza\u00e7\u00e3o, status das reprodu\u00e7\u00f5es e controle parental.",
-    "UserConfigurationUpdatedWithName": "A configura\u00e7\u00e3o de usu\u00e1rio de {0} foi atualizada",
     "LabelWindowsService": "Servi\u00e7o do Windows",
-    "UserCreatedWithName": "O usu\u00e1rio {0} foi criado",
     "AWindowsServiceHasBeenInstalled": "Foi instalado um Servi\u00e7o do Windows.",
-    "UserPasswordChangedWithName": "A senha do usu\u00e1rio {0} foi alterada",
     "WindowsServiceIntro1": "O Servidor Media Browser normalmente \u00e9 executado como uma aplica\u00e7\u00e3o de desktop com um \u00edcone na bandeja do sistema, mas se preferir executar como servi\u00e7o pode inici\u00e1-lo no painel de controle de servi\u00e7os do Windows",
-    "UserDeletedWithName": "O usu\u00e1rio {0} foi exclu\u00eddo",
     "WindowsServiceIntro2": "Se usar o servi\u00e7o do Windows, por favor certifique-se que n\u00e3o esteja sendo executado ao mesmo tempo que o \u00edcone na bandeja, se estiver ter\u00e1 que sair da app antes de executar o servi\u00e7o. O servi\u00e7o necessita ser configurado com privil\u00e9gios de administrador no painel de controle. Neste momento o servi\u00e7o n\u00e3o pode se auto-atualizar, por isso novas vers\u00f5es exigir\u00e3o intera\u00e7\u00e3o manual.",
-    "MessageServerConfigurationUpdated": "A configura\u00e7\u00e3o do servidor foi atualizada",
     "WizardCompleted": "Isto \u00e9 todo o necess\u00e1rio. Media Browser iniciou a coleta das informa\u00e7\u00f5es de sua biblioteca de m\u00eddia. Conhe\u00e7a algumas de nossas apps e clique <b>Terminar<\/b> para ver o <b>Painel<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "A se\u00e7\u00e3o {0} da configura\u00e7\u00e3o do servidor foi atualizada",
     "LabelConfigureSettings": "Configurar ajustes",
-    "MessageApplicationUpdated": "O Servidor Media Browser foi atualizado",
     "LabelEnableVideoImageExtraction": "Ativar extra\u00e7\u00e3o de imagens de v\u00eddeo",
-    "AuthenticationSucceededWithUserName": "{0} se autenticou com sucesso",
     "VideoImageExtractionHelp": "Para v\u00eddeos que n\u00e3o tenham imagens e que n\u00e3o possamos encontrar imagens na internet. Isto aumentar\u00e1 o tempo do rastreamento inicial da biblioteca mas resultar\u00e1 em uma apresenta\u00e7\u00e3o mais bonita.",
-    "FailedLoginAttemptWithUserName": "Falha em tentativa de login de {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extrair imagens de cap\u00edtulos dos Filmes",
-    "UserStartedPlayingItemWithValues": "{0} come\u00e7ou a reproduzir {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extrair imagens de cap\u00edtulos permitir\u00e1 aos clientes exibir menus gr\u00e1ficos de sele\u00e7\u00e3o de cenas. O processo pode ser lento, uso intensivo de cpu e pode exigir bastante espa\u00e7o em disco. Ele ser\u00e1 executado \u00e0s 4:00hs, embora isto possa ser configur\u00e1vel na \u00e1rea de tarefas agendadas. N\u00e3o \u00e9 recomendado executar esta tarefa durante as horas de pico de uso.",
-    "UserStoppedPlayingItemWithValues": "{0} parou de reproduzir {1}",
     "LabelEnableAutomaticPortMapping": "Ativar mapeamento de porta autom\u00e1tico",
-    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP permite uma configura\u00e7\u00e3o automatizada do roteador para acesso remoto f\u00e1cil. Isto pode n\u00e3o funcionar em alguns modelos de roteadores.",
-    "ProviderValue": "Provedor: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Limite do tamanho para download (GB):",
     "ButtonCancel": "Cancelar",
-    "LabelChannelDownloadSizeLimitHelpText": "Limitar o tamanho da pasta de download do canal.",
-    "HeaderRecentActivity": "Atividade Recente",
     "ButtonNew": "Novo",
-    "HeaderPeople": "Pessoas",
     "HeaderSetupLibrary": "Configurar sua biblioteca de m\u00eddias",
-    "HeaderDownloadPeopleMetadataFor": "Fazer download da biografia e imagens para:",
     "ButtonAddMediaFolder": "Adicionar pasta de m\u00eddias",
-    "OptionComposers": "Compositores",
     "LabelFolderType": "Tipo de pasta:",
-    "OptionOthers": "Outros",
     "MediaFolderHelpPluginRequired": "* Requer o uso de um plugin, ex. GameBrowser ou MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Consultar wiki da biblioteca de m\u00eddias",
-    "HeaderDownloadPeopleMetadataForHelp": "Ativar op\u00e7\u00f5es adicionais disponibilizar\u00e1 mais informa\u00e7\u00f5es na tela mas deixar\u00e1 os rastreamentos de biblioteca mais lentos.",
     "LabelCountry": "Pa\u00eds:",
-    "ViewTypeFolders": "Pastas",
     "LabelLanguage": "Idioma:",
-    "LabelDisplayFoldersView": "Exibir visualiza\u00e7\u00e3o de pastas para mostrar pastas simples de m\u00eddia",
     "HeaderPreferredMetadataLanguage": "Idioma preferido dos metadados:",
-    "ViewTypeLiveTvRecordingGroups": "Grava\u00e7\u00f5es",
     "LabelSaveLocalMetadata": "Salvar artwork e metadados dentro das pastas da m\u00eddia",
-    "ViewTypeLiveTvChannels": "Canais",
     "LabelSaveLocalMetadataHelp": "Salvar artwork e metadados diretamente nas pastas da m\u00eddia as deixar\u00e1 em um local f\u00e1cil para edit\u00e1-las.",
-    "LabelAllowLocalAccessWithoutPassword": "Permtir acesso local sem senha",
     "LabelDownloadInternetMetadata": "Fazer download das imagens e metadados da internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Quando ativado, uma senha n\u00e3o ser\u00e1 necess\u00e1ria para entrar atrav\u00e9s de sua rede dom\u00e9stica.",
     "LabelDownloadInternetMetadataHelp": "O Media Browser pode fazer download das informa\u00e7\u00f5es de sua m\u00eddia para melhorar a apresenta\u00e7\u00e3o.",
-    "HeaderPassword": "Senha",
     "TabPreferences": "Prefer\u00eancias",
-    "HeaderLocalAccess": "Acesso Local",
     "TabPassword": "Senha",
-    "HeaderViewOrder": "Ordem da Visualiza\u00e7\u00e3o",
     "TabLibraryAccess": "Acesso \u00e0 Biblioteca",
-    "LabelSelectUserViewOrder": "Escolha a ordem em que suas visualiza\u00e7\u00f5es ser\u00e3o exibidas dentro das apps do Media Browser",
     "TabImage": "Imagem",
-    "LabelMetadataRefreshMode": "Modo de atualiza\u00e7\u00e3o dos metadados:",
     "TabProfile": "Perfil",
-    "LabelImageRefreshMode": "Modo de atualiza\u00e7\u00e3o das imagens:",
     "TabMetadata": "Metadados",
-    "OptionDownloadMissingImages": "Fazer download das imagens faltantes",
     "TabImages": "Imagens",
-    "OptionReplaceExistingImages": "Substituir imagens existentes",
     "TabNotifications": "Notifica\u00e7\u00f5es",
-    "OptionRefreshAllData": "Atualizar todos os dados",
     "TabCollectionTitles": "T\u00edtulos",
-    "OptionAddMissingDataOnly": "Adicionar apenas dados faltantes",
     "LabelDisplayMissingEpisodesWithinSeasons": "Exibir epis\u00f3dios que faltam dentro das temporadas",
-    "OptionLocalRefreshOnly": "Atualiza\u00e7\u00e3o local apenas",
     "LabelUnairedMissingEpisodesWithinSeasons": "Exibir epis\u00f3dios por estrear dentro das temporadas",
-    "HeaderRefreshMetadata": "Atualizar Metadados",
     "HeaderVideoPlaybackSettings": "Ajustes da Reprodu\u00e7\u00e3o de V\u00eddeo",
-    "HeaderPersonInfo": "Informa\u00e7\u00e3o da Pessoa",
     "HeaderPlaybackSettings": "Ajustes de Reprodu\u00e7\u00e3o",
-    "HeaderIdentifyItem": "Identificar Item",
     "LabelAudioLanguagePreference": "Prefer\u00eancia do idioma do \u00e1udio:",
-    "HeaderIdentifyItemHelp": "Digite um ou mais crit\u00e9rios de busca. Exclua o crit\u00e9rio para aumentar os resultados da busca.",
     "LabelSubtitleLanguagePreference": "Prefer\u00eancia do idioma da legenda:",
-    "HeaderConfirmDeletion": "Confirmar Exclus\u00e3o",
     "OptionDefaultSubtitles": "Padr\u00e3o",
-    "LabelFollowingFileWillBeDeleted": "O seguinte arquivo ser\u00e1 exclu\u00eddo:",
     "OptionOnlyForcedSubtitles": "Apenas legendas for\u00e7adas",
-    "LabelIfYouWishToContinueWithDeletion": "Se desejar continuar, por favor confirme digitando o valor de:",
     "OptionAlwaysPlaySubtitles": "Sempre reproduzir legendas",
-    "ButtonIdentify": "Identificar",
     "OptionNoSubtitles": "Nenhuma legenda",
-    "LabelAlbumArtist": "Artista do \u00e1lbum:",
     "OptionDefaultSubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas quando o \u00e1udio estiver em um idioma estrangeiro.",
-    "LabelAlbum": "\u00c1lbum:",
     "OptionOnlyForcedSubtitlesHelp": "Apenas legendas marcadas como for\u00e7adas ser\u00e3o carregadas.",
-    "LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
     "OptionAlwaysPlaySubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas independente do idioma do \u00e1udio.",
-    "LabelVoteCount": "Contagem de votos:",
     "OptionNoSubtitlesHelp": "As legendas n\u00e3o ser\u00e3o carregadas por padr\u00e3o.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Perfis",
-    "LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
     "TabSecurity": "Seguran\u00e7a",
-    "LabelCriticRatingSummary": "Resumo da avalia\u00e7\u00e3o da cr\u00edtica:",
     "ButtonAddUser": "Adicionar Usu\u00e1rio",
-    "LabelAwardSummary": "Resumo da premia\u00e7\u00e3o:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Adicionar Usu\u00e1rio Local",
-    "LabelTagline": "Slogan:",
     "ButtonInviteUser": "Convidar Usu\u00e1rio",
     "ButtonSave": "Salvar",
-    "LabelOverview": "Sinopse:",
     "ButtonResetPassword": "Redefinir Senha",
-    "LabelShortOverview": "Sinopse curta:",
     "LabelNewPassword": "Nova senha:",
-    "LabelReleaseDate": "Data do lan\u00e7amento:",
     "LabelNewPasswordConfirm": "Confirmar nova senha:",
-    "LabelYear": "Ano:",
     "HeaderCreatePassword": "Criar Senha",
-    "LabelPlaceOfBirth": "Local de nascimento:",
     "LabelCurrentPassword": "Senha atual:",
-    "LabelEndDate": "Data final:",
     "LabelMaxParentalRating": "Classifica\u00e7\u00e3o parental m\u00e1xima permitida:",
-    "LabelAirDate": "Dias da exibi\u00e7\u00e3o:",
     "MaxParentalRatingHelp": "Conte\u00fado com classifica\u00e7\u00e3o maior ser\u00e1 ocultado do usu\u00e1rio.",
-    "LabelAirTime:": "Hor\u00e1rio:",
     "LibraryAccessHelp": "Selecionar as pastas de m\u00eddia para compartilhar com este usu\u00e1rio. Administradores poder\u00e3o editar todas as pastas usando o gerenciador de metadados.",
-    "LabelRuntimeMinutes": "Dura\u00e7\u00e3o (minutos):",
     "ChannelAccessHelp": "Selecione os canais a compartilhar com este usu\u00e1rio. Administradores poder\u00e3o editar todos os canais usando o gerenciador de metadados.",
-    "LabelParentalRating": "Classifica\u00e7\u00e3o parental:",
     "ButtonDeleteImage": "Apagar Imagem",
-    "LabelCustomRating": "Classifica\u00e7\u00e3o personalizada:",
     "LabelSelectUsers": "Selecionar usu\u00e1rios:",
-    "LabelBudget": "Or\u00e7amento",
     "ButtonUpload": "Carregar",
-    "LabelRevenue": "Faturamento ($):",
     "HeaderUploadNewImage": "Carregar Nova Imagem",
-    "LabelOriginalAspectRatio": "Propor\u00e7\u00e3o da imagem original:",
     "LabelDropImageHere": "Soltar imagem aqui",
-    "LabelPlayers": "Reprodutores:",
     "ImageUploadAspectRatioHelp": "Propor\u00e7\u00e3o de Imagem 1:1 Recomendada. Apenas JPG\/PNG",
-    "Label3DFormat": "Formato 3D:",
     "MessageNothingHere": "Nada aqui.",
-    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
     "MessagePleaseEnsureInternetMetadata": "Por favor, certifique-se que o download de metadados da internet est\u00e1 habilitado.",
-    "HeaderSpecialEpisodeInfo": "Informa\u00e7\u00e3o do Epis\u00f3dio Especial",
     "TabSuggested": "Sugeridos",
-    "HeaderExternalIds": "Id`s Externos:",
     "TabLatest": "Recentes",
-    "LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:",
     "TabUpcoming": "Por Estrear",
-    "LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:",
     "TabShows": "S\u00e9ries",
-    "LabelAbsoluteEpisodeNumber": "N\u00famero absoluto do epis\u00f3dio:",
     "TabEpisodes": "Epis\u00f3dios",
-    "LabelAirsBeforeSeason": "Exibido antes da temporada:",
     "TabGenres": "G\u00eaneros",
-    "LabelAirsAfterSeason": "Exibido depois da temporada:",
     "TabPeople": "Pessoas",
-    "LabelAirsBeforeEpisode": "Exibido antes do epis\u00f3dio:",
     "TabNetworks": "Redes",
-    "LabelTreatImageAs": "Tratar imagem como:",
     "HeaderUsers": "Usu\u00e1rios",
-    "LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:",
     "HeaderFilters": "Filtros:",
-    "LabelDisplaySpecialsWithinSeasons": "Exibir especiais dentro das temporadas em que s\u00e3o exibidos",
     "ButtonFilter": "Filtro",
-    "HeaderCountries": "Pa\u00edses",
     "OptionFavorite": "Favoritos",
-    "HeaderGenres": "G\u00eaneros",
     "OptionLikes": "Gostei",
-    "HeaderPlotKeywords": "Palavras-chave da Trama",
     "OptionDislikes": "N\u00e3o Gostei",
-    "HeaderStudios": "Est\u00fadios",
     "OptionActors": "Atores",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Convidados Especiais",
-    "HeaderMetadataSettings": "Ajustes dos Metadados",
     "OptionDirectors": "Diretores",
-    "LabelLockItemToPreventChanges": "Bloquear este item para evitar altera\u00e7\u00f5es futuras",
     "OptionWriters": "Escritores",
-    "MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padr\u00e3o global",
     "OptionProducers": "Produtores",
-    "TabDonate": "Doar",
     "HeaderResume": "Retomar",
-    "HeaderDonationType": "Tipo de doa\u00e7\u00e3o:",
     "HeaderNextUp": "Pr\u00f3ximo",
-    "OptionMakeOneTimeDonation": "Fazer uma doa\u00e7\u00e3o \u00fanica",
     "NoNextUpItemsMessage": "Nenhum encontrado. Comece assistindo suas s\u00e9ries!",
-    "OptionOneTimeDescription": "Esta \u00e9 uma doa\u00e7\u00e3o adicional \u00e0 equipe para demonstrar seu apoio. N\u00e3o garante nenhum benef\u00edcio adicional e n\u00e3o produzir\u00e1 uma chave de colaborador.",
     "HeaderLatestEpisodes": "Epis\u00f3dios Recentes",
-    "OptionLifeTimeSupporterMembership": "Ades\u00e3o de colaborador vital\u00edcia",
     "HeaderPersonTypes": "Tipos de Pessoa:",
-    "OptionYearlySupporterMembership": "Ades\u00e3o de colaborador anual",
     "TabSongs": "M\u00fasicas",
-    "OptionMonthlySupporterMembership": "Ades\u00e3o de colaborador mensal",
     "TabAlbums": "\u00c1lbuns",
-    "HeaderSupporterBenefit": "Um membro do clube do colaborador recebe benef\u00edcios adicionais como o acesso a plugins premium, conte\u00fado de canais de internet e mais.",
     "TabArtists": "Artistas",
-    "OptionNoTrailer": "Nenhum Trailer",
     "TabAlbumArtists": "Artistas do \u00c1lbum",
-    "OptionNoThemeSong": "Nenhuma M\u00fasica-tema",
     "TabMusicVideos": "V\u00eddeos Musicais",
-    "OptionNoThemeVideo": "Nenhum V\u00eddeo-tema",
     "ButtonSort": "Ordenar",
-    "LabelOneTimeDonationAmount": "Valor da doa\u00e7\u00e3o:",
     "HeaderSortBy": "Ordenar Por:",
-    "OptionActor": "Ator",
     "HeaderSortOrder": "Forma para Ordenar:",
-    "OptionComposer": "Compositor",
     "OptionPlayed": "Reproduzido",
-    "OptionDirector": "Diretor",
     "OptionUnplayed": "N\u00e3o-reproduzido",
-    "OptionGuestStar": "Ator convidado",
     "OptionAscending": "Crescente",
-    "OptionProducer": "Produtor",
     "OptionDescending": "Decrescente",
-    "OptionWriter": "Escritor",
     "OptionRuntime": "Dura\u00e7\u00e3o",
-    "LabelAirDays": "Dias da exibi\u00e7\u00e3o:",
-    "LabelAirTime": "Hor\u00e1rio:",
     "OptionReleaseDate": "Data de Lan\u00e7amento",
     "OptionPlayCount": "N\u00famero Reprodu\u00e7\u00f5es",
-    "HeaderMediaInfo": "Informa\u00e7\u00f5es da M\u00eddia",
     "OptionDatePlayed": "Data da Reprodu\u00e7\u00e3o",
-    "HeaderPhotoInfo": "Informa\u00e7\u00f5es da Foto",
     "OptionDateAdded": "Data da Adi\u00e7\u00e3o",
-    "HeaderInstall": "Instalar",
     "OptionAlbumArtist": "Artista do \u00c1lbum",
-    "LabelSelectVersionToInstall": "Selecione a vers\u00e3o para instalar:",
     "OptionArtist": "Artista",
-    "LinkSupporterMembership": "Aprenda sobre a Associa\u00e7\u00e3o de Colaboradores",
     "OptionAlbum": "\u00c1lbum",
-    "MessageSupporterPluginRequiresMembership": "Este plugin requer que seja um colaborador ativo depois de um per\u00edodo gr\u00e1tis de 14 dias.",
     "OptionTrackName": "Nome da Faixa",
-    "MessagePremiumPluginRequiresMembership": "Este plugin requer que seja um colaborador para compr\u00e1-lo depois do per\u00edodo gr\u00e1tis de 14 dias.",
     "OptionCommunityRating": "Avalia\u00e7\u00e3o da Comunidade",
-    "HeaderReviews": "Avalia\u00e7\u00f5es",
     "OptionNameSort": "Nome",
-    "HeaderDeveloperInfo": "Info do desenvolvedor",
     "OptionFolderSort": "Pastas",
-    "HeaderRevisionHistory": "Hist\u00f3rico de Vers\u00f5es",
     "OptionBudget": "Or\u00e7amento",
-    "ButtonViewWebsite": "Ver website",
     "OptionRevenue": "Faturamento",
-    "LabelRecurringDonationCanBeCancelledHelp": "Doa\u00e7\u00f5es recorrentes podem ser canceladas a qualquer momento dentro da conta do PayPal.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Ajustes do Xml",
     "OptionBackdrop": "Imagem de Fundo",
-    "HeaderXmlDocumentAttributes": "Atributos do Documento Xml",
     "OptionTimeline": "Linha do tempo",
-    "HeaderXmlDocumentAttribute": "Atributo do Documento Xml",
     "OptionThumb": "\u00cdcone",
-    "XmlDocumentAttributeListHelp": "Estes atributos s\u00e3o aplicados ao elemento principal de cada resposta xml.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Salvar metadados e imagens como arquivos ocultos",
     "OptionCriticRating": "Avalia\u00e7\u00e3o da Cr\u00edtica",
-    "LabelExtractChaptersDuringLibraryScan": "Extrair imagens dos cap\u00edtulos durante o rastreamento da biblioteca",
     "OptionVideoBitrate": "Taxa do V\u00eddeo",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Se ativado, as imagens dos cap\u00edtulos ser\u00e3o extra\u00eddas quando os v\u00eddeos forem importados durante o rastreamento da biblioteca. Se desativado, elas ser\u00e3o extra\u00eddas durante a tarefa agendada de imagens dos cap\u00edtulos, permitindo que a tarefa de rastreamento da biblioteca seja mais r\u00e1pida.",
     "OptionResumable": "Por retomar",
-    "LabelConnectUserName": "Usu\u00e1rio\/email do Media Browser:",
     "ScheduledTasksHelp": "Clique em uma tarefa para ajustar quando ser\u00e1 executada.",
-    "LabelConnectUserNameHelp": "Conecte este usu\u00e1rio a uma conta do Media Browser para ativar o acesso f\u00e1cil a partir de qualquer app sem ter que saber o endere\u00e7o ip do servidor.",
     "ScheduledTasksTitle": "Tarefas Agendadas",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Saiba mais sobre o Media Browser Connect",
     "TabMyPlugins": "Meus Plugins",
-    "LabelExternalPlayers": "Reprodutores externos:",
     "TabCatalog": "Cat\u00e1logo",
-    "LabelExternalPlayersHelp": "Exibir bot\u00f5es para reproduzir conte\u00fado em reprodutores externos. Isto est\u00e1 dispon\u00edvel apenas em dispositivos que suportam esquemas url, geralmente Android e iOS. Com os reprodutores externos, geralmente n\u00e3o existe suporte para controle remoto ou para retomar.",
-    "HeaderSubtitleProfile": "Perfil da Legenda",
     "PluginsTitle": "Plugins",
     "HeaderAutomaticUpdates": "Atualiza\u00e7\u00f5es Autom\u00e1ticas",
-    "HeaderSubtitleProfiles": "Perfis da Legenda",
-    "HeaderSubtitleProfilesHelp": "Perfis da legenda descrevem os formatos da legenda suportados pelo dispositivo.",
     "HeaderNowPlaying": "Reproduzindo Agora",
-    "LabelFormat": "Formato:",
     "HeaderLatestAlbums": "\u00c1lbuns Recentes",
-    "LabelMethod": "M\u00e9todo:",
     "HeaderLatestSongs": "M\u00fasicas Recentes",
-    "LabelDidlMode": "Modo Didl:",
     "HeaderRecentlyPlayed": "Reprodu\u00e7\u00f5es Recentes",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Reprodu\u00e7\u00f5es Frequentes",
-    "OptionResElement": "elemento res",
     "DevBuildWarning": "Vers\u00f5es Dev s\u00e3o as mais atuais. Lan\u00e7adas frequentemente, estas vers\u00f5es n\u00e3o foram testadas. A aplica\u00e7\u00e3o pode falhar e v\u00e1rias funcionalidades podem n\u00e3o funcionar.",
-    "OptionEmbedSubtitles": "Incorporar no recipiente",
     "LabelVideoType": "Tipo de V\u00eddeo:",
-    "OptionExternallyDownloaded": "Download Externo",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Legendas segmentadas hls",
     "OptionDvd": "Dvd",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Exemplo: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Saiba mais",
     "LabelFeatures": "Funcionalidades:",
-    "TabPlayback": "Reprodu\u00e7\u00e3o",
     "LabelService": "Servi\u00e7o:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Encontrar trailers na internet automaticamente",
     "LabelVersion": "Vers\u00e3o:",
-    "HeaderLanguagePreferences": "Prefer\u00eancias de Idioma",
     "LabelLastResult": "\u00daltimo resultado:",
-    "TabCinemaMode": "Modo Cinema",
     "OptionHasSubtitles": "Legendas",
-    "TitlePlayback": "Reprodu\u00e7\u00e3o",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Ativar modo cinema para:",
     "OptionHasThemeSong": "M\u00fasica-Tema",
-    "CinemaModeConfigurationHelp": "O modo cinema traz a experi\u00eancia do cinema diretamente para a sua sala, possibilitando reproduzir trailers e intros personalizadas antes da fun\u00e7\u00e3o principal.",
     "OptionHasThemeVideo": "V\u00eddeo-Tema",
-    "OptionTrailersFromMyMovies": "Incluir trailers dos filmes na biblioteca",
     "TabMovies": "Filmes",
-    "OptionUpcomingMoviesInTheaters": "Incluir trailers dos filmes novos e por estrear",
     "TabStudios": "Est\u00fadios",
-    "LabelLimitIntrosToUnwatchedContent": "Usar trailers apenas para conte\u00fado n\u00e3o assistido",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Ativar controle parental inteligente",
     "LabelArtists": "Artistas:",
-    "LabelEnableIntroParentalControlHelp": "Os trailers s\u00f3 ser\u00e3o selecionados se sua classifica\u00e7\u00e3o parental for igual ou menor que o conte\u00fado que est\u00e1 sendo assistido.",
     "LabelArtistsHelp": "Separar m\u00faltiplos usando ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estes recursos requerem uma ades\u00e3o ativa de colaborador e a instala\u00e7\u00e3o do plugin de canal de Trailers",
     "HeaderLatestMovies": "Filmes Recentes",
-    "OptionTrailersFromMyMoviesHelp": "\u00c9 necess\u00e1rio o ajuste dos trailers locais.",
     "HeaderLatestTrailers": "Trailers Recentes",
-    "LabelCustomIntrosPath": "Caminho das intros personalizadas:",
     "OptionHasSpecialFeatures": "Funcionalidades Especiais",
-    "LabelCustomIntrosPathHelp": "Uma pasta contendo arquivos de v\u00eddeo. Um v\u00eddeo ser\u00e1 selecionado aleatoriamente e reproduzido depois dos trailers.",
     "OptionImdbRating": "Avalia\u00e7\u00e3o IMDb",
-    "ValueSpecialEpisodeName": "Especial -  {0}",
     "OptionParentalRating": "Classifica\u00e7\u00e3o Parental",
-    "LabelSelectInternetTrailersForCinemaMode": "Trailers da Internet:",
     "OptionPremiereDate": "Data da Estr\u00e9ia",
-    "OptionUpcomingDvdMovies": "Incluir trailers de filmes novos e por estrear em Dvd & Blu-ray",
     "TabBasic": "B\u00e1sico",
-    "OptionUpcomingStreamingMovies": "Incluir trailers de filmes novos e por estrear no Netflix",
     "TabAdvanced": "Avan\u00e7ado",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Exibir trailers dentro das sugest\u00f5es de filmes",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requer a instala\u00e7\u00e3o do canal de Trailers",
     "OptionContinuing": "Em Exibi\u00e7\u00e3o",
-    "CinemaModeConfigurationHelp2": "Os usu\u00e1rios poder\u00e3o desabilitar o modo cinema individualmente, em suas pr\u00f3prias prefer\u00eancias.",
     "OptionEnded": "Finalizada",
-    "LabelEnableCinemaMode": "Ativar modo cinema",
     "HeaderAirDays": "Dias da Exibi\u00e7\u00e3o",
-    "HeaderCinemaMode": "Modo Cinema",
     "OptionSunday": "Domingo",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Bem Vindo ao Painel do Media Browser",
     "OptionMonday": "Segunda-feira",
-    "LabelDateAddedBehavior": "Data de adi\u00e7\u00e3o de comportamento para o novo conte\u00fado:",
     "OptionTuesday": "Ter\u00e7a-feira",
-    "OptionDateAddedImportTime": "Use a data obtida na biblioteca",
     "OptionWednesday": "Quarta-feira",
-    "OptionDateAddedFileTime": "Use a data de cria\u00e7\u00e3o do arquivo",
     "OptionThursday": "Quinta-feira",
-    "LabelDateAddedBehaviorHelp": "Se um valor de metadata estiver presente, ele sempre ser\u00e1 utilizado antes destas op\u00e7\u00f5es.",
     "OptionFriday": "Sexta-feira",
-    "LabelNumberTrailerToPlay": "N\u00famero de trailers a serem apresentados:",
     "OptionSaturday": "S\u00e1bado",
-    "TitleDevices": "Dispositivos",
     "HeaderManagement": "Gerenciamento",
-    "TabCameraUpload": "Carga atrav\u00e9s de c\u00e2mera",
     "LabelManagement": "Administra\u00e7\u00e3o:",
-    "TabDevices": "Dispositivos",
     "OptionMissingImdbId": "Faltando Id IMDb",
-    "HeaderCameraUploadHelp": "Carga autom\u00e1tica de fotos e v\u00eddeos de seus dispositivos m\u00f3veis para o Media Browser.",
     "OptionMissingTvdbId": "Faltando Id TheTVDB",
-    "MessageNoDevicesSupportCameraUpload": "Atualmente voc\u00ea n\u00e3o tem nenhum dispositivo que suporte carga atrav\u00e9s da c\u00e2mera.",
     "OptionMissingOverview": "Faltando Sinopse",
-    "LabelCameraUploadPath": "Caminho para carga atrav\u00e9s da c\u00e2mera:",
     "OptionFileMetadataYearMismatch": "Anos do Arquivo e Metadados n\u00e3o conferem",
-    "LabelCameraUploadPathHelp": "Selecione o caminho, caso desejado. Se n\u00e3o for especificado um caminho, ser\u00e1 usada uma pasta padr\u00e3o.",
     "TabGeneral": "Geral",
-    "LabelCreateCameraUploadSubfolder": "Criar uma subpasta para cada dispositivo",
     "TitleSupport": "Suporte",
-    "LabelCreateCameraUploadSubfolderHelp": "Pastas espec\u00edficas podem ser atribu\u00eddas a um dispositivo clicando-as na p\u00e1gina de Dispositivos.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Nome para exibi\u00e7\u00e3o:",
     "TabAbout": "Sobre",
-    "LabelCustomDeviceDisplayNameHelp": "Forne\u00e7a um nome para exibi\u00e7\u00e3o ou deixe vazio para usar o nome informado pelo dispositivo.",
     "TabSupporterKey": "Chave de Colaborador",
-    "HeaderInviteUser": "Convidar usu\u00e1rio",
     "TabBecomeSupporter": "Torne-se um Colaborador",
-    "LabelConnectInviteUserHelp": "Este \u00e9 o nome do usu\u00e1rio ou email que seu amigo usa para o website do Media Browser",
     "MediaBrowserHasCommunity": "Media Browser tem uma comunidade que cresce em usu\u00e1rios e colaboradores.",
-    "HeaderInviteUserHelp": "Compartilhar suas m\u00eddias com seus amigos \u00e9 muito mais facil com o Media Browser Connect",
     "CheckoutKnowledgeBase": "Verifique nossa base de conhecimento para ajud\u00e1-lo a obter o m\u00e1ximo do Media Browser.",
-    "ButtonSendInvitation": "Enviar convite",
     "SearchKnowledgeBase": "Pesquisar na Base de Conhecimento",
-    "HeaderGuests": "Convidados",
     "VisitTheCommunity": "Visitar a Comunidade",
-    "HeaderLocalUsers": "Usu\u00e1rios Locais",
     "VisitMediaBrowserWebsite": "Visitar o Web Site do Media Browser",
-    "HeaderPendingInvitations": "Convites pendentes",
     "VisitMediaBrowserWebsiteLong": "Visite o Web Site do Media Browser para obter as \u00faltimas novidades e atualizar-se com o blog de desenvolvedores.",
-    "TabParentalControl": "Controle Parental",
     "OptionHideUser": "Ocultar este usu\u00e1rio das telas de login",
-    "HeaderAccessSchedule": "Agendamento de Acesso",
     "OptionDisableUser": "Desativar este usu\u00e1rio",
-    "HeaderAccessScheduleHelp": "Criar um agendamento de acesso para limitar o acesso a certas horas.",
     "OptionDisableUserHelp": "Se estiver desativado o servidor n\u00e3o permitir\u00e1 nenhuma conex\u00e3o deste usu\u00e1rio. Conex\u00f5es existentes ser\u00e3o abruptamente terminadas.",
-    "ButtonAddSchedule": "Adicionar Agendamento",
     "HeaderAdvancedControl": "Controle Avan\u00e7ado",
-    "LabelAccessDay": "Dia da semana:",
     "LabelName": "Nome:",
-    "LabelAccessStart": "Hora inicial:",
     "OptionAllowUserToManageServer": "Permitir a este usu\u00e1rio administrar o servidor",
-    "LabelAccessEnd": "Hora final:",
     "HeaderFeatureAccess": "Acesso aos Recursos",
     "OptionAllowMediaPlayback": "Permitir reprodu\u00e7\u00e3o de m\u00eddia",
     "OptionAllowBrowsingLiveTv": "Permitir navega\u00e7\u00e3o na tv ao vivo",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Bem-vindo ao Cliente Web do Media Browser",
     "ButtonDismiss": "Descartar",
     "ButtonTakeTheTour": "Fa\u00e7a o tour",
-    "ButtonEditOtherUserPreferences": "Editar as prefer\u00eancias deste usu\u00e1rio.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Qualidade preferida do stream de internet:",
     "LabelChannelStreamQualityHelp": "Em um ambiente com banda larga de pouca velocidade, limitar a qualidade pode ajudar a assegurar um streaming mais flu\u00eddo.",
     "OptionBestAvailableStreamQuality": "Melhor dispon\u00edvel",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Cole\u00e7\u00f5es",
     "OptionReportBooks": "Livros",
     "OptionReportArtists": "Artistas",
-    "OptionReportAlbums": "\u00c1lbuns"
+    "OptionReportAlbums": "\u00c1lbuns",
+    "OptionReportAdultVideos": "V\u00eddeos adultos",
+    "ButtonMore": "Mais",
+    "HeaderActivity": "Atividade",
+    "ScheduledTaskStartedWithName": "{0} iniciado",
+    "ScheduledTaskCancelledWithName": "{0} foi cancelado",
+    "ScheduledTaskCompletedWithName": "{0} completa",
+    "ScheduledTaskFailed": "Tarefa agendada completa",
+    "PluginInstalledWithName": "{0} foi instalado",
+    "PluginUpdatedWithName": "{0} foi atualizado",
+    "PluginUninstalledWithName": "{0} foi desinstalado",
+    "ScheduledTaskFailedWithName": "{0} falhou",
+    "ItemAddedWithName": "{0} foi adicionado \u00e0 biblioteca",
+    "ItemRemovedWithName": "{0} foi removido da biblioteca",
+    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
+    "UserOnlineFromDevice": "{0} est\u00e1 ativo em {1}",
+    "DeviceOfflineWithName": "{0} foi desconectado",
+    "UserOfflineFromDevice": "{0} foi desconectado de {1}",
+    "SubtitlesDownloadedForItem": "Legendas baixadas para {0}",
+    "SubtitleDownloadFailureForItem": "Falha ao baixar legendas para {0}",
+    "LabelRunningTimeValue": "Dura\u00e7\u00e3o: {0}",
+    "LabelIpAddressValue": "Endere\u00e7o Ip: {0}",
+    "UserConfigurationUpdatedWithName": "A configura\u00e7\u00e3o de usu\u00e1rio de {0} foi atualizada",
+    "UserCreatedWithName": "O usu\u00e1rio {0} foi criado",
+    "UserPasswordChangedWithName": "A senha do usu\u00e1rio {0} foi alterada",
+    "UserDeletedWithName": "O usu\u00e1rio {0} foi exclu\u00eddo",
+    "MessageServerConfigurationUpdated": "A configura\u00e7\u00e3o do servidor foi atualizada",
+    "MessageNamedServerConfigurationUpdatedWithValue": "A se\u00e7\u00e3o {0} da configura\u00e7\u00e3o do servidor foi atualizada",
+    "MessageApplicationUpdated": "O Servidor Media Browser foi atualizado",
+    "AuthenticationSucceededWithUserName": "{0} se autenticou com sucesso",
+    "FailedLoginAttemptWithUserName": "Falha em tentativa de login de {0}",
+    "UserStartedPlayingItemWithValues": "{0} come\u00e7ou a reproduzir {1}",
+    "UserStoppedPlayingItemWithValues": "{0} parou de reproduzir {1}",
+    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+    "ProviderValue": "Provedor: {0}",
+    "LabelChannelDownloadSizeLimit": "Limite do tamanho para download (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limitar o tamanho da pasta de download do canal.",
+    "HeaderRecentActivity": "Atividade Recente",
+    "HeaderPeople": "Pessoas",
+    "HeaderDownloadPeopleMetadataFor": "Fazer download da biografia e imagens para:",
+    "OptionComposers": "Compositores",
+    "OptionOthers": "Outros",
+    "HeaderDownloadPeopleMetadataForHelp": "Ativar op\u00e7\u00f5es adicionais disponibilizar\u00e1 mais informa\u00e7\u00f5es na tela mas deixar\u00e1 os rastreamentos de biblioteca mais lentos.",
+    "ViewTypeFolders": "Pastas",
+    "LabelDisplayFoldersView": "Exibir visualiza\u00e7\u00e3o de pastas para mostrar pastas simples de m\u00eddia",
+    "ViewTypeLiveTvRecordingGroups": "Grava\u00e7\u00f5es",
+    "ViewTypeLiveTvChannels": "Canais",
+    "LabelAllowLocalAccessWithoutPassword": "Permtir acesso local sem senha",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Quando ativado, uma senha n\u00e3o ser\u00e1 necess\u00e1ria para entrar atrav\u00e9s de sua rede dom\u00e9stica.",
+    "HeaderPassword": "Senha",
+    "HeaderLocalAccess": "Acesso Local",
+    "HeaderViewOrder": "Ordem da Visualiza\u00e7\u00e3o",
+    "LabelSelectUserViewOrder": "Escolha a ordem em que suas visualiza\u00e7\u00f5es ser\u00e3o exibidas dentro das apps do Media Browser",
+    "LabelMetadataRefreshMode": "Modo de atualiza\u00e7\u00e3o dos metadados:",
+    "LabelImageRefreshMode": "Modo de atualiza\u00e7\u00e3o das imagens:",
+    "OptionDownloadMissingImages": "Fazer download das imagens faltantes",
+    "OptionReplaceExistingImages": "Substituir imagens existentes",
+    "OptionRefreshAllData": "Atualizar todos os dados",
+    "OptionAddMissingDataOnly": "Adicionar apenas dados faltantes",
+    "OptionLocalRefreshOnly": "Atualiza\u00e7\u00e3o local apenas",
+    "HeaderRefreshMetadata": "Atualizar Metadados",
+    "HeaderPersonInfo": "Informa\u00e7\u00e3o da Pessoa",
+    "HeaderIdentifyItem": "Identificar Item",
+    "HeaderIdentifyItemHelp": "Digite um ou mais crit\u00e9rios de busca. Exclua o crit\u00e9rio para aumentar os resultados da busca.",
+    "HeaderConfirmDeletion": "Confirmar Exclus\u00e3o",
+    "LabelFollowingFileWillBeDeleted": "O seguinte arquivo ser\u00e1 exclu\u00eddo:",
+    "LabelIfYouWishToContinueWithDeletion": "Se desejar continuar, por favor confirme digitando o valor de:",
+    "ButtonIdentify": "Identificar",
+    "LabelAlbumArtist": "Artista do \u00e1lbum:",
+    "LabelAlbum": "\u00c1lbum:",
+    "LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
+    "LabelVoteCount": "Contagem de votos:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
+    "LabelCriticRatingSummary": "Resumo da avalia\u00e7\u00e3o da cr\u00edtica:",
+    "LabelAwardSummary": "Resumo da premia\u00e7\u00e3o:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Slogan:",
+    "LabelOverview": "Sinopse:",
+    "LabelShortOverview": "Sinopse curta:",
+    "LabelReleaseDate": "Data do lan\u00e7amento:",
+    "LabelYear": "Ano:",
+    "LabelPlaceOfBirth": "Local de nascimento:",
+    "LabelEndDate": "Data final:",
+    "LabelAirDate": "Dias da exibi\u00e7\u00e3o:",
+    "LabelAirTime:": "Hor\u00e1rio:",
+    "LabelRuntimeMinutes": "Dura\u00e7\u00e3o (minutos):",
+    "LabelParentalRating": "Classifica\u00e7\u00e3o parental:",
+    "LabelCustomRating": "Classifica\u00e7\u00e3o personalizada:",
+    "LabelBudget": "Or\u00e7amento",
+    "LabelRevenue": "Faturamento ($):",
+    "LabelOriginalAspectRatio": "Propor\u00e7\u00e3o da imagem original:",
+    "LabelPlayers": "Reprodutores:",
+    "Label3DFormat": "Formato 3D:",
+    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
+    "HeaderSpecialEpisodeInfo": "Informa\u00e7\u00e3o do Epis\u00f3dio Especial",
+    "HeaderExternalIds": "Id`s Externos:",
+    "LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:",
+    "LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:",
+    "LabelAbsoluteEpisodeNumber": "N\u00famero absoluto do epis\u00f3dio:",
+    "LabelAirsBeforeSeason": "Exibido antes da temporada:",
+    "LabelAirsAfterSeason": "Exibido depois da temporada:",
+    "LabelAirsBeforeEpisode": "Exibido antes do epis\u00f3dio:",
+    "LabelTreatImageAs": "Tratar imagem como:",
+    "LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:",
+    "LabelDisplaySpecialsWithinSeasons": "Exibir especiais dentro das temporadas em que s\u00e3o exibidos",
+    "HeaderCountries": "Pa\u00edses",
+    "HeaderGenres": "G\u00eaneros",
+    "HeaderPlotKeywords": "Palavras-chave da Trama",
+    "HeaderStudios": "Est\u00fadios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Ajustes dos Metadados",
+    "LabelLockItemToPreventChanges": "Bloquear este item para evitar altera\u00e7\u00f5es futuras",
+    "MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padr\u00e3o global",
+    "TabDonate": "Doar",
+    "HeaderDonationType": "Tipo de doa\u00e7\u00e3o:",
+    "OptionMakeOneTimeDonation": "Fazer uma doa\u00e7\u00e3o \u00fanica",
+    "OptionOneTimeDescription": "Esta \u00e9 uma doa\u00e7\u00e3o adicional \u00e0 equipe para demonstrar seu apoio. N\u00e3o garante nenhum benef\u00edcio adicional e n\u00e3o produzir\u00e1 uma chave de colaborador.",
+    "OptionLifeTimeSupporterMembership": "Ades\u00e3o de colaborador vital\u00edcia",
+    "OptionYearlySupporterMembership": "Ades\u00e3o de colaborador anual",
+    "OptionMonthlySupporterMembership": "Ades\u00e3o de colaborador mensal",
+    "HeaderSupporterBenefit": "Um membro do clube do colaborador recebe benef\u00edcios adicionais como o acesso a plugins premium, conte\u00fado de canais de internet e mais.",
+    "OptionNoTrailer": "Nenhum Trailer",
+    "OptionNoThemeSong": "Nenhuma M\u00fasica-tema",
+    "OptionNoThemeVideo": "Nenhum V\u00eddeo-tema",
+    "LabelOneTimeDonationAmount": "Valor da doa\u00e7\u00e3o:",
+    "OptionActor": "Ator",
+    "OptionComposer": "Compositor",
+    "OptionDirector": "Diretor",
+    "OptionGuestStar": "Ator convidado",
+    "OptionProducer": "Produtor",
+    "OptionWriter": "Escritor",
+    "LabelAirDays": "Dias da exibi\u00e7\u00e3o:",
+    "LabelAirTime": "Hor\u00e1rio:",
+    "HeaderMediaInfo": "Informa\u00e7\u00f5es da M\u00eddia",
+    "HeaderPhotoInfo": "Informa\u00e7\u00f5es da Foto",
+    "HeaderInstall": "Instalar",
+    "LabelSelectVersionToInstall": "Selecione a vers\u00e3o para instalar:",
+    "LinkSupporterMembership": "Aprenda sobre a Associa\u00e7\u00e3o de Colaboradores",
+    "MessageSupporterPluginRequiresMembership": "Este plugin requer que seja um colaborador ativo depois de um per\u00edodo gr\u00e1tis de 14 dias.",
+    "MessagePremiumPluginRequiresMembership": "Este plugin requer que seja um colaborador para compr\u00e1-lo depois do per\u00edodo gr\u00e1tis de 14 dias.",
+    "HeaderReviews": "Avalia\u00e7\u00f5es",
+    "HeaderDeveloperInfo": "Info do desenvolvedor",
+    "HeaderRevisionHistory": "Hist\u00f3rico de Vers\u00f5es",
+    "ButtonViewWebsite": "Ver website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Doa\u00e7\u00f5es recorrentes podem ser canceladas a qualquer momento dentro da conta do PayPal.",
+    "HeaderXmlSettings": "Ajustes do Xml",
+    "HeaderXmlDocumentAttributes": "Atributos do Documento Xml",
+    "HeaderXmlDocumentAttribute": "Atributo do Documento Xml",
+    "XmlDocumentAttributeListHelp": "Estes atributos s\u00e3o aplicados ao elemento principal de cada resposta xml.",
+    "OptionSaveMetadataAsHidden": "Salvar metadados e imagens como arquivos ocultos",
+    "LabelExtractChaptersDuringLibraryScan": "Extrair imagens dos cap\u00edtulos durante o rastreamento da biblioteca",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Se ativado, as imagens dos cap\u00edtulos ser\u00e3o extra\u00eddas quando os v\u00eddeos forem importados durante o rastreamento da biblioteca. Se desativado, elas ser\u00e3o extra\u00eddas durante a tarefa agendada de imagens dos cap\u00edtulos, permitindo que a tarefa de rastreamento da biblioteca seja mais r\u00e1pida.",
+    "LabelConnectUserName": "Usu\u00e1rio\/email do Media Browser:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Saiba mais sobre o Media Browser Connect",
+    "LabelExternalPlayers": "Reprodutores externos:",
+    "LabelExternalPlayersHelp": "Exibir bot\u00f5es para reproduzir conte\u00fado em reprodutores externos. Isto est\u00e1 dispon\u00edvel apenas em dispositivos que suportam esquemas url, geralmente Android e iOS. Com os reprodutores externos, geralmente n\u00e3o existe suporte para controle remoto ou para retomar.",
+    "HeaderSubtitleProfile": "Perfil da Legenda",
+    "HeaderSubtitleProfiles": "Perfis da Legenda",
+    "HeaderSubtitleProfilesHelp": "Perfis da legenda descrevem os formatos da legenda suportados pelo dispositivo.",
+    "LabelFormat": "Formato:",
+    "LabelMethod": "M\u00e9todo:",
+    "LabelDidlMode": "Modo Didl:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "elemento res",
+    "OptionEmbedSubtitles": "Incorporar no recipiente",
+    "OptionExternallyDownloaded": "Download Externo",
+    "OptionHlsSegmentedSubtitles": "Legendas segmentadas hls",
+    "LabelSubtitleFormatHelp": "Exemplo: srt",
+    "ButtonLearnMore": "Saiba mais",
+    "TabPlayback": "Reprodu\u00e7\u00e3o",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Encontrar trailers na internet automaticamente",
+    "HeaderLanguagePreferences": "Prefer\u00eancias de Idioma",
+    "TabCinemaMode": "Modo Cinema",
+    "TitlePlayback": "Reprodu\u00e7\u00e3o",
+    "LabelEnableCinemaModeFor": "Ativar modo cinema para:",
+    "CinemaModeConfigurationHelp": "O modo cinema traz a experi\u00eancia do cinema diretamente para a sua sala, possibilitando reproduzir trailers e intros personalizadas antes da fun\u00e7\u00e3o principal.",
+    "OptionTrailersFromMyMovies": "Incluir trailers dos filmes na biblioteca",
+    "OptionUpcomingMoviesInTheaters": "Incluir trailers dos filmes novos e por estrear",
+    "LabelLimitIntrosToUnwatchedContent": "Usar trailers apenas para conte\u00fado n\u00e3o assistido",
+    "LabelEnableIntroParentalControl": "Ativar controle parental inteligente",
+    "LabelEnableIntroParentalControlHelp": "Os trailers s\u00f3 ser\u00e3o selecionados se sua classifica\u00e7\u00e3o parental for igual ou menor que o conte\u00fado que est\u00e1 sendo assistido.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estes recursos requerem uma ades\u00e3o ativa de colaborador e a instala\u00e7\u00e3o do plugin de canal de Trailers",
+    "OptionTrailersFromMyMoviesHelp": "\u00c9 necess\u00e1rio o ajuste dos trailers locais.",
+    "LabelCustomIntrosPath": "Caminho das intros personalizadas:",
+    "LabelCustomIntrosPathHelp": "Uma pasta contendo arquivos de v\u00eddeo. Um v\u00eddeo ser\u00e1 selecionado aleatoriamente e reproduzido depois dos trailers.",
+    "ValueSpecialEpisodeName": "Especial -  {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Trailers da Internet:",
+    "OptionUpcomingDvdMovies": "Incluir trailers de filmes novos e por estrear em Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Incluir trailers de filmes novos e por estrear no Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Exibir trailers dentro das sugest\u00f5es de filmes",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requer a instala\u00e7\u00e3o do canal de Trailers",
+    "CinemaModeConfigurationHelp2": "Os usu\u00e1rios poder\u00e3o desabilitar o modo cinema individualmente, em suas pr\u00f3prias prefer\u00eancias.",
+    "LabelEnableCinemaMode": "Ativar modo cinema",
+    "HeaderCinemaMode": "Modo Cinema",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Bem Vindo ao Painel do Media Browser",
+    "LabelDateAddedBehavior": "Data de adi\u00e7\u00e3o de comportamento para o novo conte\u00fado:",
+    "OptionDateAddedImportTime": "Use a data obtida na biblioteca",
+    "OptionDateAddedFileTime": "Use a data de cria\u00e7\u00e3o do arquivo",
+    "LabelDateAddedBehaviorHelp": "Se um valor de metadata estiver presente, ele sempre ser\u00e1 utilizado antes destas op\u00e7\u00f5es.",
+    "LabelNumberTrailerToPlay": "N\u00famero de trailers a serem apresentados:",
+    "TitleDevices": "Dispositivos",
+    "TabCameraUpload": "Carga atrav\u00e9s de c\u00e2mera",
+    "TabDevices": "Dispositivos",
+    "HeaderCameraUploadHelp": "Carga autom\u00e1tica de fotos e v\u00eddeos de seus dispositivos m\u00f3veis para o Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "Atualmente voc\u00ea n\u00e3o tem nenhum dispositivo que suporte carga atrav\u00e9s da c\u00e2mera.",
+    "LabelCameraUploadPath": "Caminho para carga atrav\u00e9s da c\u00e2mera:",
+    "LabelCameraUploadPathHelp": "Selecione o caminho, caso desejado. Se n\u00e3o for especificado um caminho, ser\u00e1 usada uma pasta padr\u00e3o.",
+    "LabelCreateCameraUploadSubfolder": "Criar uma subpasta para cada dispositivo",
+    "LabelCreateCameraUploadSubfolderHelp": "Pastas espec\u00edficas podem ser atribu\u00eddas a um dispositivo clicando-as na p\u00e1gina de Dispositivos.",
+    "LabelCustomDeviceDisplayName": "Nome para exibi\u00e7\u00e3o:",
+    "LabelCustomDeviceDisplayNameHelp": "Forne\u00e7a um nome para exibi\u00e7\u00e3o ou deixe vazio para usar o nome informado pelo dispositivo.",
+    "HeaderInviteUser": "Convidar usu\u00e1rio",
+    "LabelConnectInviteUserHelp": "Este \u00e9 o nome do usu\u00e1rio ou email que seu amigo usa para o website do Media Browser",
+    "HeaderInviteUserHelp": "Compartilhar suas m\u00eddias com seus amigos \u00e9 muito mais facil com o Media Browser Connect",
+    "ButtonSendInvitation": "Enviar convite",
+    "HeaderGuests": "Convidados",
+    "HeaderLocalUsers": "Usu\u00e1rios Locais",
+    "HeaderPendingInvitations": "Convites pendentes",
+    "TabParentalControl": "Controle Parental",
+    "HeaderAccessSchedule": "Agendamento de Acesso",
+    "HeaderAccessScheduleHelp": "Criar um agendamento de acesso para limitar o acesso a certas horas.",
+    "ButtonAddSchedule": "Adicionar Agendamento",
+    "LabelAccessDay": "Dia da semana:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Sair",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visitar a Comunidade",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Wiki do Github",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Padr\u00e3o",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Ver Documenta\u00e7\u00e3o da API",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Navegar pela Biblioteca",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configurar o Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Abrir Visualizador da Biblioteca",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Reiniciar Servidor",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Mostrar Janela de Log",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Anterior",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Terminar",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Seguinte",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Concluiu!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Bem-vindo ao Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Este assistente ir\u00e1 ajud\u00e1-lo durante o processo de configura\u00e7\u00e3o. Para come\u00e7ar, selecione o idioma.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Fale-nos sobre si",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "O seu primeiro nome:",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "\u00c9 poss\u00edvel adicionar utilizadores mais tarde no Painel Principal",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "O Media Browser inclui suporte a perfis de utilizadores, permitindo a cada utilizador ter as suas pr\u00f3prias configura\u00e7\u00f5es da visualiza\u00e7\u00e3o, estado das reprodu\u00e7\u00f5es e controlo parental.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Servi\u00e7o do Windows",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Foi instalado um Servi\u00e7o do Windows.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "O Media Browser Server corre, normalmente, como uma aplica\u00e7\u00e3o de Ambiente de trabalho com um \u00edcone na bandeja, mas se preferir corr\u00ea-lo como um servi\u00e7o em segundo plano, pode ser iniciado atrav\u00e9s do Painel de Controlo dos Servi\u00e7os do Windows.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Por favor tome aten\u00e7\u00e3o que se estiver a usar o servi\u00e7o, este n\u00e3o pode estar a correr ao mesmo tempo que o \u00edcone na bandeja. Por isso, ter\u00e1 de sair da aplca\u00e7\u00e3o da bandeja para poder correr o servi\u00e7o. Note, ainda, que o servi\u00e7o necessita de privil\u00e9gios administrativos via Painel de Controlo. De momento, n\u00e3o \u00e9 poss\u00edvel utilizar a fun\u00e7\u00e3o de auto-actualiza\u00e7\u00e3o ao mesmo tempo que est\u00e1 em utiliza\u00e7\u00e3o o servi\u00e7o, por isso, novas vers\u00f5es necessitam de interac\u00e7\u00e3o manual.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "\u00c9 tudo o que precisamos de momento. O Media Browser come\u00e7ou a colher informa\u00e7\u00e3o \u00e1cerca da sua biblioteca. D\u00ea uma vista de olhos nas nossas extens\u00f5es e depois clique em <b>Terminar<\/b> para ir para o <b>Painel Principal<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configura\u00e7\u00f5es",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Activar extrac\u00e7\u00e3o de imagens dos v\u00eddeos.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "Para os v\u00eddeos ainda sem imagens e que n\u00e3o se encontram imagens na internet. Esta funcionalidade vai acrescentar mais algum tempo na leitura inicial da biblioteca, mas resultar\u00e1 numa apresenta\u00e7\u00e3o melhorada,",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extrair imagens dos cap\u00edtulos dos Filmes",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extrair imagens dos cap\u00edtulos permite, \u00e0s aplica\u00e7\u00f5es clientes, apresentar menus de selec\u00e7\u00e3o de cap\u00edtulos com cenas. Este processo pode ser lento, intensivo para o CPU e pode requerer v\u00e1rios gigabytes de espa\u00e7o. Corre como um servi\u00e7o nocturno, agendado para as 04h, embora possa ser configurado na \u00e1rea de Tarefas Agendadas. N\u00e3o \u00e9 recomendado correr esta tarefa em horas que haja muita utiliza\u00e7\u00e3o.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Activar mapeamento autom\u00e1tico de portas",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP permite configurar automaticamente o router, para um acesso remoto mais facilitado. Pode n\u00e3o suportar todos os modelos de routers.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancelar",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Novo",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Configurar biblioteca",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Adicionar pasta de media",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Tipo de pasta",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requer o uso de uma extens\u00e3o, e.g. GameBrowser ou MB Bookshelf",
     "ReferToMediaLibraryWiki": "Consulte a wiki",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Pa\u00eds:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Idioma:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Idioma preferido para metadados",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Guardar imagens e metadados nas pastas multim\u00e9dia",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Guardar imagens e metadados diretamente nas pastas multim\u00e9dia, vai coloc\u00e1-los num local de f\u00e1cil acesso para poderem ser editados facilmente.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Transferir imagens e metadados da Internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "O Media Browser pode transferir informa\u00e7\u00f5es sobre os seus conte\u00fados multim\u00e9dia para possibilitar apresenta\u00e7\u00f5es mais ricas.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Prefer\u00eancias",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Senha",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Aceder \u00e0 Biblioteca",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Imagem",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Perfil",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadados",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Imagens",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifica\u00e7\u00f5es",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "T\u00edtulos",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios em falta dentro das temporadas",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios por estrear dentro das temporadas",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Configura\u00e7\u00f5es de Reprodu\u00e7\u00e3o de V\u00eddeo",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Op\u00e7\u00f5es de Reprodu\u00e7\u00e3o",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Prefer\u00eancias de Idioma de Audio:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Prefer\u00eancia de Idioma de Legenda:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Padr\u00e3o",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Reproduzir sempre legendas",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "Sem legendas",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas quando o \u00e1udio estiver num idioma estrangeiro.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas independente do idioma do \u00e1udio.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "As legendas n\u00e3o ser\u00e3o carregadas por padr\u00e3o.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Perfis",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Seguran\u00e7a",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Adicionar Utilizador",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Guardar",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Redefinir Senha",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Nova senha:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Confirmar nova senha:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "Criar Senha",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Senha actual:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Controlo Parental m\u00e1ximo permitido:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Conte\u00fado com classifica\u00e7\u00e3o mais elevada ser\u00e1 escondida deste utilizador.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Escolha as pastas de media a partilha com este utilizador. Os Administradores poder\u00e3o editar todas as pastas, usando o Gestor de Metadados.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Apagar imagem",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Selecionar utilizadores:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Carregar",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Carregar Nova Imagem",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Largar a imagem aqui",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 R\u00e1cio de aspecto recomendado. JPG\/ PNG apenas.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nada aqui.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Certifique-se que a transfer\u00eancia de metadados da internet est\u00e1 activa.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Sugest\u00f5es",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Mais recente",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Pr\u00f3ximos",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "S\u00e9ries",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Epis\u00f3dios",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "G\u00e9neros Art\u00edsticos",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Pessoas",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Redes",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Utilizadores",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtros:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtro",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Favoritos",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Gostos",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "N\u00e3o gostos",
-    "HeaderStudios": "Studios",
     "OptionActors": "Actores",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Actores convidados",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Realizadores",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Argumentistas",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Produtores",
-    "TabDonate": "Donate",
     "HeaderResume": "Resumir",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "A Seguir",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Nenhum encontrado. Comece a ver os seus programas!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "\u00daltimos Epis\u00f3dios",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Tipos de Pessoa:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "M\u00fasicas",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "\u00c1lbuns",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artistas",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Artistas do \u00c1lbum",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Videos Musicais",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Organizar",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Organizar por:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Ordem de organiza\u00e7\u00e3o:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Reproduzido",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Por reproduzir",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascendente",
-    "OptionProducer": "Producer",
     "OptionDescending": "Descendente",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Dura\u00e7\u00e3o",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "N.\u00ba Visualiza\u00e7\u00f5es",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Data de reprodu\u00e7\u00e3o",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Data de adi\u00e7\u00e3o",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Artista do \u00c1lbum",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artista",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "\u00c1lbum",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Nome da pista",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Classifica\u00e7\u00e3o da Comunidade",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "Nome",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Pastas",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Or\u00e7amento",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Receita",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Imagem de fundo",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Linha de tempo",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Miniatura",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Classifica\u00e7\u00e3o dos cr\u00edticos",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Qualidade do v\u00eddeo",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Retom\u00e1vel",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Clique numa tarefa para configurar o seu agendamento.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Tarefas Agendadas",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "As minhas extens\u00f5es",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Cat\u00e1logo",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Extens\u00f5es",
     "HeaderAutomaticUpdates": "Atualiza\u00e7\u00f5es autom\u00e1ticas",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "A reproduzir",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "\u00daltimos \u00c1lbuns",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "\u00daltimas m\u00fasicas",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Reproduzido recentemente",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Reproduzido frequentemente",
-    "OptionResElement": "res element",
     "DevBuildWarning": "As vers\u00f5es Dev s\u00e3o a tecnologia de ponta. S\u00e3o lan\u00e7adas frequentemente e n\u00e3o foram testadas. A aplica\u00e7\u00e3o pode bloquear e n\u00e3o funcionar de todo.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Tipo de V\u00eddeo:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "DVD",
     "OptionIso": "Iso",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Caracter\u00edsticas:",
-    "TabPlayback": "Playback",
     "LabelService": "Servi\u00e7o:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Estado:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Vers\u00e3o:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "\u00daltimo resultado:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Legendas",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "M\u00fasica de Tema",
-    "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.",
     "OptionHasThemeVideo": "V\u00eddeo de Tema",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmes",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Est\u00fadios",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "\u00daltimos Filmes",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "\u00daltimos Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Extras",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "Classifica\u00e7\u00e3o no IMDb",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Classifica\u00e7\u00e3o Parental",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Data de Estreia",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "B\u00e1sico",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Avan\u00e7ado",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Estado",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "A Continuar",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Terminado",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Dias de Exibi\u00e7\u00e3o",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Domingo",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Segunda",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Ter\u00e7a",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Quarta",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Quinta",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Sexta",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "S\u00e1bado",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Gest\u00e3o",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Administra\u00e7\u00e3o:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Id do IMDb em falta",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "iD do TheTVDB em falta",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Descri\u00e7\u00e3o em falta",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Anos do Ficheiro\/Metadados n\u00e3o coincidem",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Geral",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Suporte",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Acerca",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Chave de Apoiante",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Torne-se um Apoiante",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "O Media Browser tem uma pr\u00f3spera comunidade de utilizadores e colaboradores.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Consulte a nossa base de conhecimento para o ajudar a obter um maior proveito do Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Procurar na Base de Conhecimento",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visite a Comunidade",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visite a p\u00e1gina web do Media Browser",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visite a p\u00e1gina do Media Browser para ficar a par das \u00faltimas novidades e para acompanhar o blog do programador.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Ocultar este utilizador dos formul\u00e1rios de in\u00edcio de sess\u00e3o",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Desativar este utilizador",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "Se desativado, o servidor n\u00e3o permite nenhuma conex\u00e3o deste utilizador. Conex\u00f5es existentes ser\u00e3o terminadas.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Controlo Avan\u00e7ado",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Nome:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Permitir a este utilizador gerir o servidor",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Acesso a Caracter\u00edsticas",
     "OptionAllowMediaPlayback": "Permitir reprodu\u00e7\u00e3o de multim\u00e9dia",
     "OptionAllowBrowsingLiveTv": "Permitir navega\u00e7\u00e3o da tv ao vivo",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

文件差異過大導致無法顯示
+ 0 - 25
MediaBrowser.Server.Implementations/Localization/Server/ru.json


+ 2 - 1
MediaBrowser.Server.Implementations/Localization/Server/server.json

@@ -1254,5 +1254,6 @@
     "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
     "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
     "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up"
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password?"
 }

+ 249 - 236
MediaBrowser.Server.Implementations/Localization/Server/sv.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Avsluta",
-    "OptionReportAdultVideos": "Vuxen videos",
     "LabelVisitCommunity": "Bes\u00f6k v\u00e5rt diskussionsforum",
-    "ButtonMore": "Mer",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Aktivitet",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} startad",
     "LabelStandard": "F\u00f6rval",
-    "ScheduledTaskCancelledWithName": "{0} avbr\u00f6ts",
     "LabelViewApiDocumentation": "L\u00e4s API-dokumentationen",
-    "ScheduledTaskCompletedWithName": "{0} slutf\u00f6rd",
     "LabelBrowseLibrary": "Bl\u00e4ddra i biblioteket",
-    "ScheduledTaskFailed": "Planerad uppgift f\u00e4rdig",
     "LabelConfigureMediaBrowser": "Konfigurera Media Browser",
-    "PluginInstalledWithName": "{0} installerades",
     "LabelOpenLibraryViewer": "\u00d6ppna biblioteksbl\u00e4ddraren",
-    "PluginUpdatedWithName": "{0} uppdaterades",
     "LabelRestartServer": "Starta om servern",
-    "PluginUninstalledWithName": "{0} avinstallerades",
     "LabelShowLogWindow": "Visa loggf\u00f6nstret",
-    "ScheduledTaskFailedWithName": "{0} misslyckades",
     "LabelPrevious": "F\u00f6reg\u00e5ende",
-    "ItemAddedWithName": "{0} lades till i biblioteket",
     "LabelFinish": "Klart",
-    "ItemRemovedWithName": "{0} togs bort ur biblioteket",
     "LabelNext": "N\u00e4sta",
-    "DeviceOnlineWithName": "{0} \u00e4r ansluten",
     "LabelYoureDone": "Klart!",
-    "UserOnlineFromDevice": "{0} \u00e4r uppkopplad fr\u00e5n {1}",
     "WelcomeToMediaBrowser": "V\u00e4lkommen till Media Browser!",
-    "DeviceOfflineWithName": "{0} har avbrutit anslutningen",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} har kopplats bort fr\u00e5n {1}",
     "ThisWizardWillGuideYou": "Den h\u00e4r guiden hj\u00e4lper dig att g\u00f6ra de f\u00f6rsta inst\u00e4llningarna. F\u00f6r att b\u00f6rja var v\u00e4nlig v\u00e4lj \u00f6nskat spr\u00e5k.",
-    "SubtitlesDownloadedForItem": "Undertexter har laddats ner f\u00f6r {0}",
     "TellUsAboutYourself": "Ber\u00e4tta om dig sj\u00e4lv",
-    "SubtitleDownloadFailureForItem": "Nerladdning av undertexter f\u00f6r {0} misslyckades",
     "LabelYourFirstName": "Ditt f\u00f6rnamn:",
-    "LabelRunningTimeValue": "Speltid: {0}",
     "MoreUsersCanBeAddedLater": "Flera anv\u00e4ndare kan skapas senare i Kontrollpanelen.",
-    "LabelIpAddressValue": "IP-adress: {0}",
     "UserProfilesIntro": "Media Browser har inbyggt st\u00f6d f\u00f6r anv\u00e4ndarprofiler, s\u00e5 varje anv\u00e4ndare kan ha sina egna utseendeinst\u00e4llningar, visad-markeringar och f\u00f6r\u00e4ldral\u00e5s.",
-    "UserConfigurationUpdatedWithName": "Anv\u00e4ndarinst\u00e4llningarna f\u00f6r {0} har uppdaterats",
     "LabelWindowsService": "Windows-tj\u00e4nst",
-    "UserCreatedWithName": "Anv\u00e4ndaren {0} har skapats",
     "AWindowsServiceHasBeenInstalled": "En Windows-tj\u00e4nst har installerats.",
-    "UserPasswordChangedWithName": "L\u00f6senordet f\u00f6r {0} har \u00e4ndrats",
     "WindowsServiceIntro1": "Media Browser Server k\u00f6rs normalt som ett anv\u00e4ndarprogram med ikon i aktivitetsf\u00e4ltet, men om s\u00e5 \u00f6nskas kan den k\u00f6ras som en Windows-tj\u00e4nst och startas fr\u00e5n kontrollpanelen Tj\u00e4nster (Services).",
-    "UserDeletedWithName": "Anv\u00e4ndaren {0} har tagits bort",
     "WindowsServiceIntro2": "Om Media Browser k\u00f6rs som en tj\u00e4nst, notera att den inte kan k\u00f6ras samtidigt som aktivitetsf\u00e4ltsikonen, s\u00e5 f\u00f6r att k\u00f6ra tj\u00e4nsten m\u00e5ste ikonen st\u00e4ngas. Tj\u00e4nsten m\u00e5ste ocks\u00e5 k\u00f6ras med administrat\u00f6rsr\u00e4ttigheter (st\u00e4lls in i kontrollpanelen Tj\u00e4nster). Automatiska uppdateringar fungerar heller inte med tj\u00e4nsten, dvs tj\u00e4nsten m\u00e5ste stoppas f\u00f6re manuell uppdatering och sedan \u00e5terstartas.",
-    "MessageServerConfigurationUpdated": "Server konfigurationen har uppdaterats",
     "WizardCompleted": "Det var allt f\u00f6r tillf\u00e4llet. Media Browser har b\u00f6rjat samla information om ditt mediebibliotek. Ta en titt p\u00e5 n\u00e5gra av v\u00e5ra appar och klicka sedan p\u00e5 <b>Klart<\/b> f\u00f6r att komma till <b>Kontrollpanelen<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Serverinst\u00e4llningarnas del {0} ar uppdaterats",
     "LabelConfigureSettings": "Inst\u00e4llningar",
-    "MessageApplicationUpdated": "Media Browser Server har uppdaterats",
     "LabelEnableVideoImageExtraction": "Ta fram bildrutor ur videofiler",
-    "AuthenticationSucceededWithUserName": "{0} har autentiserats",
     "VideoImageExtractionHelp": "Dessa anv\u00e4nds f\u00f6r objekt som saknar bilder och d\u00e4r vi inte hittar n\u00e5gra vid s\u00f6kning p\u00e5 Internet. Detta g\u00f6r att den f\u00f6rsta genoms\u00f6kningen av biblioteket tar lite l\u00e4ngre tid, men ger en snyggare presentation.",
-    "FailedLoginAttemptWithUserName": "Misslyckat inloggningsf\u00f6rs\u00f6k fr\u00e5n {0}",
     "LabelEnableChapterImageExtractionForMovies": "Ta fram kapitelbildrutor ur filmfiler",
-    "UserStartedPlayingItemWithValues": "{0} har p\u00e5b\u00f6rjat uppspelning av {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Detta m\u00f6jligg\u00f6r grafisk visning av menyer f\u00f6r val av kapitel. Processen kan vara tids- och CPU-kr\u00e4vande och beh\u00f6va flera gigabyte lagringsutrymme. Processen k\u00f6rs varje natt kl 04:00 men intervallet kan anpassas enligt \u00f6nskem\u00e5l i Schemal\u00e4ggaren. Vi rekommenderar inte att den k\u00f6rs vid tider d\u00e5 anv\u00e4ndare \u00e4r aktiva.",
-    "UserStoppedPlayingItemWithValues": "{0} har avslutat uppspelning av {1}",
     "LabelEnableAutomaticPortMapping": "Aktivera automatisk koppling av portar",
-    "AppDeviceValues": "App: {0}, enhet: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP m\u00f6jligg\u00f6r automatisk inst\u00e4llning av din router s\u00e5 att du enkelt kan n\u00e5 Media Browser fr\u00e5n Internet. Detta kanske inte fungerar med alla routrar.",
-    "ProviderValue": "K\u00e4lla: {0}",
     "ButtonOk": "OK",
-    "LabelChannelDownloadSizeLimit": "Gr\u00e4ns f\u00f6r nerladdning (GB):",
     "ButtonCancel": "Avbryt",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Senaste aktivitet",
     "ButtonNew": "Nytillkommet",
-    "HeaderPeople": "Personer",
     "HeaderSetupLibrary": "Konfigurera mediabiblioteket",
-    "HeaderDownloadPeopleMetadataFor": "Ladda ner biografi och bilder f\u00f6r:",
     "ButtonAddMediaFolder": "Skapa mediamapp",
-    "OptionComposers": "Komposit\u00f6rer",
     "LabelFolderType": "Typ av mapp:",
-    "OptionOthers": "\u00d6vriga",
     "MediaFolderHelpPluginRequired": "* Kr\u00e4ver att ett till\u00e4gg, t ex GameBrowser eller MB Bookshelf, \u00e4r installerat.",
     "ReferToMediaLibraryWiki": "Se avsnittet om mediabibliotek i v\u00e5r Wiki.",
-    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av extrafunktioner g\u00f6r att mera information visas men g\u00f6r genoms\u00f6kning av biblioteket l\u00e5ngsammare.",
     "LabelCountry": "Land:",
-    "ViewTypeFolders": "Mappar",
     "LabelLanguage": "Spr\u00e5k:",
-    "LabelDisplayFoldersView": "Vy som visar vanliga lagringsmappar",
     "HeaderPreferredMetadataLanguage": "\u00d6nskat spr\u00e5k f\u00f6r metadata:",
-    "ViewTypeLiveTvRecordingGroups": "Inspelningar",
     "LabelSaveLocalMetadata": "Spara grafik och metadata i mediamapparna",
-    "ViewTypeLiveTvChannels": "Kanaler",
     "LabelSaveLocalMetadataHelp": "Om grafik och metadata sparas tillsammans med media \u00e4r de enkelt \u00e5tkomliga f\u00f6r redigering.",
-    "LabelAllowLocalAccessWithoutPassword": "Till\u00e5t lokal \u00e5tkomst utan l\u00f6senord",
     "LabelDownloadInternetMetadata": "H\u00e4mta grafik och metadata fr\u00e5n Internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "G\u00f6r att l\u00f6senord ej kr\u00e4vs vid inloggning fr\u00e5n hemman\u00e4tverket.",
     "LabelDownloadInternetMetadataHelp": "Media Browser kan h\u00e4mta informatiom om dina media fr\u00e5n Internet f\u00f6r att ge en visuellt full\u00e4ndad presentation.",
-    "HeaderPassword": "L\u00f6senord",
     "TabPreferences": "Inst\u00e4llningar",
-    "HeaderLocalAccess": "Lokal \u00e5tkomst",
     "TabPassword": "L\u00f6senord",
-    "HeaderViewOrder": "Visningsordning",
     "TabLibraryAccess": "\u00c5tkomst till biblioteket",
-    "LabelSelectUserViewOrder": "V\u00e4lj i vilken ordning dina vyer skall visas i Media Browser-appar",
     "TabImage": "Bild",
-    "LabelMetadataRefreshMode": "Metod f\u00f6r uppdatering av metadata:",
     "TabProfile": "Profil",
-    "LabelImageRefreshMode": "Metod f\u00f6r uppdatering av bilder:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Ladda ner saknade bilder",
     "TabImages": "Bilder",
-    "OptionReplaceExistingImages": "Skriv \u00f6ver befintliga bilder",
     "TabNotifications": "Meddelanden",
-    "OptionRefreshAllData": "Uppdatera alla data",
     "TabCollectionTitles": "Titlar",
-    "OptionAddMissingDataOnly": "L\u00e4gg bara till saknade data",
     "LabelDisplayMissingEpisodesWithinSeasons": "Visa saknade avsnitt i s\u00e4songer",
-    "OptionLocalRefreshOnly": "Endast lokal uppdatering",
     "LabelUnairedMissingEpisodesWithinSeasons": "Visa \u00e4nnu ej s\u00e4nda avsnitt i s\u00e4songer",
-    "HeaderRefreshMetadata": "Uppdatera metadata",
     "HeaderVideoPlaybackSettings": "Inst\u00e4llningar f\u00f6r videouppspelning",
-    "HeaderPersonInfo": "Personinformation",
     "HeaderPlaybackSettings": "Uppspelningsinst\u00e4llningar",
-    "HeaderIdentifyItem": "Identifiera objekt",
     "LabelAudioLanguagePreference": "\u00d6nskat spr\u00e5k f\u00f6r ljudsp\u00e5r",
-    "HeaderIdentifyItemHelp": "Ange ett eller flera s\u00f6kkriterier. Ta bort kriterier f\u00f6r att f\u00e5 fler tr\u00e4ffar.",
     "LabelSubtitleLanguagePreference": "\u00d6nskat spr\u00e5k f\u00f6r undertexter",
-    "HeaderConfirmDeletion": "Bekr\u00e4fta radering",
     "OptionDefaultSubtitles": "F\u00f6rval",
-    "LabelFollowingFileWillBeDeleted": "Denna fil kommer att raderas:",
     "OptionOnlyForcedSubtitles": "Endast tvingande undertexter",
-    "LabelIfYouWishToContinueWithDeletion": "Om du vill forts\u00e4tta, ange v\u00e4rdet p\u00e5:",
     "OptionAlwaysPlaySubtitles": "Visa alltid undertexter",
-    "ButtonIdentify": "Identifiera",
     "OptionNoSubtitles": "Inga undertexter",
-    "LabelAlbumArtist": "Albumartist:",
     "OptionDefaultSubtitlesHelp": "Om ljudsp\u00e5ret \u00e4r p\u00e5 ett fr\u00e4mmande spr\u00e5k laddas undertexter p\u00e5 det \u00f6nskade spr\u00e5ket.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Endast undertexter markerade som tvingande kommer att laddas.",
-    "LabelCommunityRating": "Anv\u00e4ndaromd\u00f6me:",
     "OptionAlwaysPlaySubtitlesHelp": "Undertexter p\u00e5 det \u00f6nskade spr\u00e5ket kommer att laddas oavsett ljudsp\u00e5rets spr\u00e5k.",
-    "LabelVoteCount": "Antal r\u00f6ster:",
     "OptionNoSubtitlesHelp": "Ladda normalt inte undertexter.",
-    "LabelMetascore": "Metabetyg:",
     "TabProfiles": "Profiler",
-    "LabelCriticRating": "Kritikerbetyg:",
     "TabSecurity": "S\u00e4kerhet",
-    "LabelCriticRatingSummary": "Sammanfattning av kritikerbetyg:",
     "ButtonAddUser": "Ny anv\u00e4ndare",
-    "LabelAwardSummary": "Sammanfattning av utm\u00e4rkelser:",
-    "LabelWebsite": "Hemsida:",
     "ButtonAddLocalUser": "Skapa lokal anv\u00e4ndare",
-    "LabelTagline": "Tagline:",
-    "ButtonInviteUser": "Invite User",
+    "ButtonInviteUser": "Bjud in anv\u00e4ndare",
     "ButtonSave": "Spara",
-    "LabelOverview": "Synopsis:",
     "ButtonResetPassword": "\u00c5terst\u00e4ll l\u00f6senord",
-    "LabelShortOverview": "Kort synopsis:",
     "LabelNewPassword": "Nytt l\u00f6senord:",
-    "LabelReleaseDate": "Premi\u00e4rdatum:",
     "LabelNewPasswordConfirm": "Bekr\u00e4fta nytt l\u00f6senord:",
-    "LabelYear": "\u00c5r:",
     "HeaderCreatePassword": "Skapa l\u00f6senord",
-    "LabelPlaceOfBirth": "F\u00f6delseort:",
     "LabelCurrentPassword": "Nuvarande l\u00f6senord:",
-    "LabelEndDate": "Slutdatum:",
     "LabelMaxParentalRating": "H\u00f6gsta till\u00e5tna \u00e5ldersgr\u00e4ns",
-    "LabelAirDate": "S\u00e4ndningsdagar:",
     "MaxParentalRatingHelp": "Inneh\u00e5ll med h\u00f6gre gr\u00e4ns visas ej f\u00f6r den h\u00e4r anv\u00e4ndaren.",
-    "LabelAirTime:": "S\u00e4ndningstid:",
     "LibraryAccessHelp": "Ange vilka mediamappar den h\u00e4r anv\u00e4ndaren ska ha tillg\u00e5ng till. Administrat\u00f6rer har r\u00e4ttighet att redigera alla mappar i metadatahanteraren.",
-    "LabelRuntimeMinutes": "Speltid (min):",
     "ChannelAccessHelp": "V\u00e4lj kanaler att dela med denna anv\u00e4ndare. Administrat\u00f6rer kan redigera alla kanaler med hj\u00e4lp av metadatahanteraren.",
-    "LabelParentalRating": "\u00c5ldersgr\u00e4ns:",
     "ButtonDeleteImage": "Ta bort bild",
-    "LabelCustomRating": "Anpassad \u00e5ldersgr\u00e4ns:",
     "LabelSelectUsers": "V\u00e4lj anv\u00e4ndare:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Ladda upp",
-    "LabelRevenue": "Int\u00e4kter ($):",
     "HeaderUploadNewImage": "Ladda upp ny bild",
-    "LabelOriginalAspectRatio": "Ursprungligt bildf\u00f6rh\u00e5llande:",
     "LabelDropImageHere": "Dra bild hit",
-    "LabelPlayers": "Spelare:",
     "ImageUploadAspectRatioHelp": "Bildf\u00f6rh\u00e5llande 1:1 rekommenderas. Endast JPG\/PNG.",
-    "Label3DFormat": "3D-format:",
     "MessageNothingHere": "Ingenting h\u00e4r.",
-    "HeaderAlternateEpisodeNumbers": "Alternativ avsnittsnumrering",
     "MessagePleaseEnsureInternetMetadata": "Var god se till att h\u00e4mtning av metadata via Internet \u00e4r aktiverad.",
-    "HeaderSpecialEpisodeInfo": "Info om specialavsnitt",
     "TabSuggested": "Rekommenderas",
-    "HeaderExternalIds": "Externa ID:n",
     "TabLatest": "Nytillkommet",
-    "LabelDvdSeasonNumber": "S\u00e4songsnummer p\u00e5 DVD:",
     "TabUpcoming": "Kommande",
-    "LabelDvdEpisodeNumber": "Avsnittsnummer p\u00e5 DVD:",
     "TabShows": "Serier",
-    "LabelAbsoluteEpisodeNumber": "Avsnittsnummer fr\u00e5n start:",
     "TabEpisodes": "Avsnitt",
-    "LabelAirsBeforeSeason": "S\u00e4nds f\u00f6re s\u00e4song:",
     "TabGenres": "Genrer",
-    "LabelAirsAfterSeason": "S\u00e4nds efter s\u00e4song:",
     "TabPeople": "Personer",
-    "LabelAirsBeforeEpisode": "S\u00e4nds f\u00f6re avsnitt:",
     "TabNetworks": "TV-bolag",
-    "LabelTreatImageAs": "Behandla bild som:",
     "HeaderUsers": "Anv\u00e4ndare",
-    "LabelDisplayOrder": "Visningsordning:",
     "HeaderFilters": "Filter:",
-    "LabelDisplaySpecialsWithinSeasons": "Visa specialer i de s\u00e4songer de s\u00e4ndes i",
     "ButtonFilter": "Filtrera",
-    "HeaderCountries": "L\u00e4nder",
     "OptionFavorite": "Favoriter",
-    "HeaderGenres": "Genrer",
     "OptionLikes": "Gillar",
-    "HeaderPlotKeywords": "Nyckelord i handlingen",
     "OptionDislikes": "Ogillar",
-    "HeaderStudios": "Studior",
     "OptionActors": "Sk\u00e5despelare",
-    "HeaderTags": "Etiketter",
     "OptionGuestStars": "G\u00e4startister",
-    "HeaderMetadataSettings": "Metadatainst\u00e4llningar",
     "OptionDirectors": "Regiss\u00f6rer",
-    "LabelLockItemToPreventChanges": "L\u00e5s det h\u00e4r objektet f\u00f6r att f\u00f6rhindra \u00e4ndringar",
     "OptionWriters": "Manusf\u00f6rfattare",
-    "MessageLeaveEmptyToInherit": "L\u00e4mna tomt f\u00f6r att \u00e4rva inst\u00e4llningarna fr\u00e5n \u00f6verordnat objekt, eller anv\u00e4nda globalt f\u00f6rval.",
     "OptionProducers": "Producenter",
-    "TabDonate": "L\u00e4mna bidrag",
     "HeaderResume": "\u00c5teruppta",
-    "HeaderDonationType": "Donationstyp:",
     "HeaderNextUp": "N\u00e4stkommande",
-    "OptionMakeOneTimeDonation": "Ge ett extra bidrag",
     "NoNextUpItemsMessage": "Hittade inget. S\u00e4tt ig\u00e5ng och titta!",
-    "OptionOneTimeDescription": "Detta \u00e4r ett extra bidrag f\u00f6r att visa ditt st\u00f6d f\u00f6r teamet. Det ger inga ytterligare f\u00f6rm\u00e5ner och ingen supporterkod.",
     "HeaderLatestEpisodes": "Senaste avsnitten",
-    "OptionLifeTimeSupporterMembership": "Livstids supportermedlemskap",
     "HeaderPersonTypes": "Personkategorier:",
-    "OptionYearlySupporterMembership": "\u00c5rligt supportermedlemskap",
     "TabSongs": "L\u00e5tar",
-    "OptionMonthlySupporterMembership": "M\u00e5natligt supportermedlemskap",
     "TabAlbums": "Album",
-    "HeaderSupporterBenefit": "Ett supportermedlemskap ger extra f\u00f6rdelar, t ex tillg\u00e5ng till premiumtill\u00e4gg, internetkanaler och mycket mer.",
     "TabArtists": "Artister",
-    "OptionNoTrailer": "Trailer saknas",
     "TabAlbumArtists": "Albumartister",
-    "OptionNoThemeSong": "Ledmotiv saknas",
     "TabMusicVideos": "Musikvideor",
-    "OptionNoThemeVideo": "Temavideo saknas",
     "ButtonSort": "Sortera",
-    "LabelOneTimeDonationAmount": "Bidragsbelopp:",
     "HeaderSortBy": "Sortera efter:",
-    "OptionActor": "Sk\u00e5despelare",
     "HeaderSortOrder": "Sorteringsordning:",
-    "OptionComposer": "Komposit\u00f6r",
     "OptionPlayed": "Visad",
-    "OptionDirector": "Regiss\u00f6r",
     "OptionUnplayed": "Ej visad",
-    "OptionGuestStar": "G\u00e4startist",
     "OptionAscending": "Stigande",
-    "OptionProducer": "Producent",
     "OptionDescending": "Sjunkande",
-    "OptionWriter": "Manusf\u00f6rfattare",
     "OptionRuntime": "Speltid",
-    "LabelAirDays": "S\u00e4ndningsdagar:",
-    "LabelAirTime": "S\u00e4ndningstid:",
     "OptionReleaseDate": "Premi\u00e4rdatum",
     "OptionPlayCount": "Antal visningar",
-    "HeaderMediaInfo": "Mediainformation",
     "OptionDatePlayed": "Senast visad",
-    "HeaderPhotoInfo": "Fotoinformation",
     "OptionDateAdded": "Inlagd den",
-    "HeaderInstall": "Installera",
     "OptionAlbumArtist": "Albumartist",
-    "LabelSelectVersionToInstall": "V\u00e4lj version att installera:",
     "OptionArtist": "Artist",
-    "LinkSupporterMembership": "Visa information om supportermedlemskap",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap efter en gratis provperiod p\u00e5 14 dagar.",
     "OptionTrackName": "Sp\u00e5rnamn",
-    "MessagePremiumPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap f\u00f6r k\u00f6p efter en gratis provperiod p\u00e5 14 dagar.",
     "OptionCommunityRating": "Allm\u00e4nhetens betyg",
-    "HeaderReviews": "Recensioner",
     "OptionNameSort": "Namn",
-    "HeaderDeveloperInfo": "Information f\u00f6r utvecklare",
     "OptionFolderSort": "Mappar",
-    "HeaderRevisionHistory": "Revisionshistorik",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "G\u00e5 till hemsidan",
     "OptionRevenue": "Int\u00e4kter",
-    "LabelRecurringDonationCanBeCancelledHelp": "St\u00e5ende donationer kan avbrytas n\u00e4r som helst via ditt PayPal-konto.",
     "OptionPoster": "Affisch",
-    "HeaderXmlSettings": "XML-inst\u00e4llningar",
     "OptionBackdrop": "Fondbild",
-    "HeaderXmlDocumentAttributes": "XML-dokumentattribut",
     "OptionTimeline": "Tidslinje",
-    "HeaderXmlDocumentAttribute": "XML-dokumentattribut",
     "OptionThumb": "Miniatyr",
-    "XmlDocumentAttributeListHelp": "Dessa attribut till\u00e4mpas p\u00e5 rotelementet i alla xml-svar.",
     "OptionBanner": "Banderoll",
-    "OptionSaveMetadataAsHidden": "Spara metadata och bilder som dolda filer",
     "OptionCriticRating": "Kritikerbetyg",
-    "LabelExtractChaptersDuringLibraryScan": "Extrahera kapitelbildrutor vid genoms\u00f6kning av biblioteket",
     "OptionVideoBitrate": "Bithastighet f\u00f6r video",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Om aktiverat extraheras kapitelbildrutor n\u00e4r videor importeras vid genoms\u00f6kning av biblioteket. Om avaktiverat kommer extrahering att ske vid schemalagd kapitelbildrutebehandling, f\u00f6r att snabba upp den regelbundna genoms\u00f6kningen av biblioteket.",
     "OptionResumable": "Kan \u00e5terupptas",
-    "LabelConnectUserName": "Media Browser-anv\u00e4ndarnamn\/email:",
     "ScheduledTasksHelp": "Klicka p\u00e5 en aktivitet f\u00f6r att \u00e4ndra k\u00f6rtider.",
-    "LabelConnectUserNameHelp": "Anslut den h\u00e4r anv\u00e4ndaren till ett Media Browser-konto f\u00f6r att erbjuda enkel inloggning fr\u00e5n alla appar utan att beh\u00f6va k\u00e4nna till serverns IP-adress.",
     "ScheduledTasksTitle": "Schemalagda aktiviteter",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e4s mer om  Media Browser Connect",
     "TabMyPlugins": "Mina till\u00e4gg",
-    "LabelExternalPlayers": "Externa uppspelare:",
     "TabCatalog": "Katalog",
-    "LabelExternalPlayersHelp": "Visa knappar f\u00f6r att spela upp inneh\u00e5ll i externa uppspelare. Detta ar enbart tillg\u00e4ngligt p\u00e5 enheter som st\u00f6djer url-scheman, i allm\u00e4nhet Android och iOS. Externa uppspelare har normalt ej st\u00f6d f\u00f6r fj\u00e4rrkontroll eller \u00e5terupptagande.",
-    "HeaderSubtitleProfile": "Undertextprofil",
     "PluginsTitle": "Till\u00e4gg",
     "HeaderAutomaticUpdates": "Automatiska uppdateringar",
-    "HeaderSubtitleProfiles": "Undertextprofiler",
-    "HeaderSubtitleProfilesHelp": "Undertextprofiler beskriver de undertextformat som st\u00f6ds av enheten.",
     "HeaderNowPlaying": "Nu spelas",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Nytillkomna album",
-    "LabelMethod": "Metod:",
     "HeaderLatestSongs": "Nytillkomna l\u00e5tar",
-    "LabelDidlMode": "Didl-l\u00e4ge:",
     "HeaderRecentlyPlayed": "Nyligen spelade",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Ofta spelade",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Utvecklingsversioner \u00e4r \"bleeding edge\". Dessa kommer ut ofta och \u00e4r otestade. Appen kanske kraschar och vissa delar kanske inte alls fungerar.",
-    "OptionEmbedSubtitles": "Infoga i container",
     "LabelVideoType": "Videoformat:",
-    "OptionExternallyDownloaded": "Extern nerladdning",
     "OptionBluray": "Blu-ray",
-    "OptionHlsSegmentedSubtitles": "HLS-segmenterade undertexter",
     "OptionDvd": "DVD",
     "OptionIso": "ISO",
-    "LabelSubtitleFormatHelp": "Exempel:srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "L\u00e4s mer",
     "LabelFeatures": "Inneh\u00e5ll:",
-    "TabPlayback": "Uppspelning",
     "LabelService": "Tj\u00e4nst:",
-    "HeaderTrailersAndExtras": "Trailers och extramaterial",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "S\u00f6k automatiskt p\u00e5 Internet efter trailers",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Spr\u00e5kinst\u00e4llningar",
     "LabelLastResult": "Senaste resultat:",
-    "TabCinemaMode": "Biol\u00e4ge",
     "OptionHasSubtitles": "Undertexter",
-    "TitlePlayback": "Uppspelning",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Aktivera biol\u00e4ge f\u00f6r:",
     "OptionHasThemeSong": "Ledmotiv",
-    "CinemaModeConfigurationHelp": "Biol\u00e4get g\u00f6r ditt vardagsrum till en biograf genom m\u00f6jligheten att visa trailers och egna vinjetter innan filmen b\u00f6rjar.",
     "OptionHasThemeVideo": "Temavideo",
-    "OptionTrailersFromMyMovies": "Inkludera trailers f\u00f6r filmer fr\u00e5n mitt bibliotek",
     "TabMovies": "Filmer",
-    "OptionUpcomingMoviesInTheaters": "Inkludera trailers f\u00f6r nya och kommande filmer",
     "TabStudios": "Studior",
-    "LabelLimitIntrosToUnwatchedContent": "Anv\u00e4nd bara trailers f\u00f6r objekt som ej visats",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Aktivera intelligent f\u00f6r\u00e4ldral\u00e5s",
     "LabelArtists": "Artister:",
-    "LabelEnableIntroParentalControlHelp": "Enbart trailers med samma eller l\u00e4gre \u00e5ldersgr\u00e4ns som huvudmaterialet kommer att visas.",
     "LabelArtistsHelp": "Separera med ; vid flera",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Dessa funktioner kr\u00e4ver ett akivt supportermedlemskap och installation av till\u00e4gget \"Trailer Channels\".",
     "HeaderLatestMovies": "Nytillkomna filmer",
-    "OptionTrailersFromMyMoviesHelp": "Kr\u00e4ver att lokala trailers konfigurerats.",
     "HeaderLatestTrailers": "Nytillkomna trailers",
-    "LabelCustomIntrosPath": "S\u00f6kv\u00e4g f\u00f6r egna vinjetter:",
     "OptionHasSpecialFeatures": "Extramaterial:",
-    "LabelCustomIntrosPathHelp": "En mapp inneh\u00e5llande videofiler. En video kommer att v\u00e4ljas slumpm\u00e4ssigt och spelas upp efter trailers.",
     "OptionImdbRating": "Betyg p\u00e5 IMDB",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "F\u00f6r\u00e4ldraklassning",
-    "LabelSelectInternetTrailersForCinemaMode": "Trailers fr\u00e5n Internet",
     "OptionPremiereDate": "Premi\u00e4rdatum",
-    "OptionUpcomingDvdMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 DVD och Blu-ray",
     "TabBasic": "Grunderna",
-    "OptionUpcomingStreamingMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 Netflix",
     "TabAdvanced": "Avancerat",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Visa trailers tillsammans med f\u00f6reslagna filmer",
     "HeaderStatus": "Status",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Kr\u00e4ver installation av Trailer-kanalen.",
     "OptionContinuing": "P\u00e5g\u00e5ende",
-    "CinemaModeConfigurationHelp2": "Varje anv\u00e4ndare kan i sina egna inst\u00e4llningar v\u00e4lja om biol\u00e4get skall aktiveras.",
     "OptionEnded": "Avslutad",
-    "LabelEnableCinemaMode": "Aktivera biol\u00e4ge",
     "HeaderAirDays": "S\u00e4ndningsdagar",
-    "HeaderCinemaMode": "Biol\u00e4ge",
     "OptionSunday": "S\u00f6ndag",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "V\u00e4lkommen till Media Browsers kontrollpanel",
     "OptionMonday": "M\u00e5ndag",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tisdag",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Onsdag",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Torsdag",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Fredag",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "L\u00f6rdag",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Administration",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Administration:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "IMDB-ID saknas",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "TVDB-ID saknas",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Synopsis saknas",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Fildatum\/metadatadatum \u00f6verensst\u00e4mmer ej",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Allm\u00e4nt",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "H\u00e4ndelselogg",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Om",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Donationskod",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Bidra med en donation",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser har en livaktig grupp av anv\u00e4ndare och medverkande.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Ta en titt i v\u00e5r kunskapsdatabas s\u00e5 att du f\u00e5r ut mesta m\u00f6jliga av Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "S\u00f6k i kunskapsdatabasen",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Bes\u00f6k anv\u00e4ndargrupperna",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "G\u00e5 till Media Browsers hemsida",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "G\u00e5 till Media Browsers hemsida och l\u00e4s de senaste nyheterna och utvecklarbloggen",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Visa inte den h\u00e4r anv\u00e4ndaren p\u00e5 inloggningssidorna",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Sp\u00e4rra den h\u00e4r anv\u00e4ndaren",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "Sp\u00e4rrade anv\u00e4ndare till\u00e5ts ej kontakta servern. Eventuella p\u00e5g\u00e5ende anslutningar avbryts omedelbart.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Avancerade anv\u00e4ndarinst\u00e4llningar",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "Namn:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Till\u00e5t denna anv\u00e4ndare att administrera servern",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Tillg\u00e5ng till funktioner",
     "OptionAllowMediaPlayback": "Till\u00e5t mediauppspelning",
     "OptionAllowBrowsingLiveTv": "Till\u00e5t bl\u00e4ddring i live-TV",
@@ -689,13 +462,13 @@
     "NewCollectionNameExample": "Exemple: Star Wars-samling",
     "OptionSearchForInternetMetadata": "S\u00f6k p\u00e5 internet efter grafik och metadata",
     "ButtonCreate": "Skapa",
-    "LabelLocalHttpServerPortNumber": "Local port number:",
-    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
-    "LabelPublicPort": "Public port number:",
-    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+    "LabelLocalHttpServerPortNumber": "Lokalt portnummer:",
+    "LabelLocalHttpServerPortNumberHelp": "TCP-portnumret som Media Browsers http-server skall knytas till.",
+    "LabelPublicPort": "Publikt portnummer:",
+    "LabelPublicPortHelp": "Publikt portnummer som den lokala porten skall knytas till.",
     "LabelWebSocketPortNumber": "Webanslutningens portnummer:",
-    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
-    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Aktivera automatisk koppling av portar",
+    "LabelEnableAutomaticPortMapHelp": "Automatisk l\u00e4nkning av publik och lokal port via UPnP. Detta kanske inte fungerar med alla routrar.",
     "LabelExternalDDNS": "Extern DDNS:",
     "LabelExternalDDNSHelp": "Om du har en dynamisk DNS skriv in den h\u00e4r. Media Browser-appar kommer att anv\u00e4nda den n\u00e4r de fj\u00e4rransluts.",
     "TabResume": "\u00c5teruppta",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "V\u00e4lkommen till Media Browsers webbklient",
     "ButtonDismiss": "Avvisa",
     "ButtonTakeTheTour": "Ta en rundtur",
-    "ButtonEditOtherUserPreferences": "Redigera den h\u00e4r anv\u00e4ndarens personliga inst\u00e4llningar.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "\u00d6nskad kvalitet vid str\u00f6mning via Internet:",
     "LabelChannelStreamQualityHelp": "N\u00e4r bandbredden \u00e4r begr\u00e4nsad kan en l\u00e4gre kvalitet ge en mera st\u00f6rningsfri upplevelse.",
     "OptionBestAvailableStreamQuality": "B\u00e4sta tillg\u00e4ngliga",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Samlingar",
     "OptionReportBooks": "B\u00f6cker",
     "OptionReportArtists": "Artister",
-    "OptionReportAlbums": "Album"
+    "OptionReportAlbums": "Album",
+    "OptionReportAdultVideos": "Vuxen videos",
+    "ButtonMore": "Mer",
+    "HeaderActivity": "Aktivitet",
+    "ScheduledTaskStartedWithName": "{0} startad",
+    "ScheduledTaskCancelledWithName": "{0} avbr\u00f6ts",
+    "ScheduledTaskCompletedWithName": "{0} slutf\u00f6rd",
+    "ScheduledTaskFailed": "Planerad uppgift f\u00e4rdig",
+    "PluginInstalledWithName": "{0} installerades",
+    "PluginUpdatedWithName": "{0} uppdaterades",
+    "PluginUninstalledWithName": "{0} avinstallerades",
+    "ScheduledTaskFailedWithName": "{0} misslyckades",
+    "ItemAddedWithName": "{0} lades till i biblioteket",
+    "ItemRemovedWithName": "{0} togs bort ur biblioteket",
+    "DeviceOnlineWithName": "{0} \u00e4r ansluten",
+    "UserOnlineFromDevice": "{0} \u00e4r uppkopplad fr\u00e5n {1}",
+    "DeviceOfflineWithName": "{0} har avbrutit anslutningen",
+    "UserOfflineFromDevice": "{0} har kopplats bort fr\u00e5n {1}",
+    "SubtitlesDownloadedForItem": "Undertexter har laddats ner f\u00f6r {0}",
+    "SubtitleDownloadFailureForItem": "Nerladdning av undertexter f\u00f6r {0} misslyckades",
+    "LabelRunningTimeValue": "Speltid: {0}",
+    "LabelIpAddressValue": "IP-adress: {0}",
+    "UserConfigurationUpdatedWithName": "Anv\u00e4ndarinst\u00e4llningarna f\u00f6r {0} har uppdaterats",
+    "UserCreatedWithName": "Anv\u00e4ndaren {0} har skapats",
+    "UserPasswordChangedWithName": "L\u00f6senordet f\u00f6r {0} har \u00e4ndrats",
+    "UserDeletedWithName": "Anv\u00e4ndaren {0} har tagits bort",
+    "MessageServerConfigurationUpdated": "Server konfigurationen har uppdaterats",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Serverinst\u00e4llningarnas del {0} ar uppdaterats",
+    "MessageApplicationUpdated": "Media Browser Server har uppdaterats",
+    "AuthenticationSucceededWithUserName": "{0} har autentiserats",
+    "FailedLoginAttemptWithUserName": "Misslyckat inloggningsf\u00f6rs\u00f6k fr\u00e5n {0}",
+    "UserStartedPlayingItemWithValues": "{0} har p\u00e5b\u00f6rjat uppspelning av {1}",
+    "UserStoppedPlayingItemWithValues": "{0} har avslutat uppspelning av {1}",
+    "AppDeviceValues": "App: {0}, enhet: {1}",
+    "ProviderValue": "K\u00e4lla: {0}",
+    "LabelChannelDownloadSizeLimit": "Gr\u00e4ns f\u00f6r nerladdning (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Gr\u00e4ns f\u00f6r storleken p\u00e5 mappen f\u00f6r nerladdning av kanaler.",
+    "HeaderRecentActivity": "Senaste aktivitet",
+    "HeaderPeople": "Personer",
+    "HeaderDownloadPeopleMetadataFor": "Ladda ner biografi och bilder f\u00f6r:",
+    "OptionComposers": "Komposit\u00f6rer",
+    "OptionOthers": "\u00d6vriga",
+    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av extrafunktioner g\u00f6r att mera information visas men g\u00f6r genoms\u00f6kning av biblioteket l\u00e5ngsammare.",
+    "ViewTypeFolders": "Mappar",
+    "LabelDisplayFoldersView": "Vy som visar vanliga lagringsmappar",
+    "ViewTypeLiveTvRecordingGroups": "Inspelningar",
+    "ViewTypeLiveTvChannels": "Kanaler",
+    "LabelAllowLocalAccessWithoutPassword": "Till\u00e5t lokal \u00e5tkomst utan l\u00f6senord",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "G\u00f6r att l\u00f6senord ej kr\u00e4vs vid inloggning fr\u00e5n hemman\u00e4tverket.",
+    "HeaderPassword": "L\u00f6senord",
+    "HeaderLocalAccess": "Lokal \u00e5tkomst",
+    "HeaderViewOrder": "Visningsordning",
+    "LabelSelectUserViewOrder": "V\u00e4lj i vilken ordning dina vyer skall visas i Media Browser-appar",
+    "LabelMetadataRefreshMode": "Metod f\u00f6r uppdatering av metadata:",
+    "LabelImageRefreshMode": "Metod f\u00f6r uppdatering av bilder:",
+    "OptionDownloadMissingImages": "Ladda ner saknade bilder",
+    "OptionReplaceExistingImages": "Skriv \u00f6ver befintliga bilder",
+    "OptionRefreshAllData": "Uppdatera alla data",
+    "OptionAddMissingDataOnly": "L\u00e4gg bara till saknade data",
+    "OptionLocalRefreshOnly": "Endast lokal uppdatering",
+    "HeaderRefreshMetadata": "Uppdatera metadata",
+    "HeaderPersonInfo": "Personinformation",
+    "HeaderIdentifyItem": "Identifiera objekt",
+    "HeaderIdentifyItemHelp": "Ange ett eller flera s\u00f6kkriterier. Ta bort kriterier f\u00f6r att f\u00e5 fler tr\u00e4ffar.",
+    "HeaderConfirmDeletion": "Bekr\u00e4fta radering",
+    "LabelFollowingFileWillBeDeleted": "Denna fil kommer att raderas:",
+    "LabelIfYouWishToContinueWithDeletion": "Om du vill forts\u00e4tta, ange v\u00e4rdet p\u00e5:",
+    "ButtonIdentify": "Identifiera",
+    "LabelAlbumArtist": "Albumartist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Anv\u00e4ndaromd\u00f6me:",
+    "LabelVoteCount": "Antal r\u00f6ster:",
+    "LabelMetascore": "Metabetyg:",
+    "LabelCriticRating": "Kritikerbetyg:",
+    "LabelCriticRatingSummary": "Sammanfattning av kritikerbetyg:",
+    "LabelAwardSummary": "Sammanfattning av utm\u00e4rkelser:",
+    "LabelWebsite": "Hemsida:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Synopsis:",
+    "LabelShortOverview": "Kort synopsis:",
+    "LabelReleaseDate": "Premi\u00e4rdatum:",
+    "LabelYear": "\u00c5r:",
+    "LabelPlaceOfBirth": "F\u00f6delseort:",
+    "LabelEndDate": "Slutdatum:",
+    "LabelAirDate": "S\u00e4ndningsdagar:",
+    "LabelAirTime:": "S\u00e4ndningstid:",
+    "LabelRuntimeMinutes": "Speltid (min):",
+    "LabelParentalRating": "\u00c5ldersgr\u00e4ns:",
+    "LabelCustomRating": "Anpassad \u00e5ldersgr\u00e4ns:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Int\u00e4kter ($):",
+    "LabelOriginalAspectRatio": "Ursprungligt bildf\u00f6rh\u00e5llande:",
+    "LabelPlayers": "Spelare:",
+    "Label3DFormat": "3D-format:",
+    "HeaderAlternateEpisodeNumbers": "Alternativ avsnittsnumrering",
+    "HeaderSpecialEpisodeInfo": "Info om specialavsnitt",
+    "HeaderExternalIds": "Externa ID:n",
+    "LabelDvdSeasonNumber": "S\u00e4songsnummer p\u00e5 DVD:",
+    "LabelDvdEpisodeNumber": "Avsnittsnummer p\u00e5 DVD:",
+    "LabelAbsoluteEpisodeNumber": "Avsnittsnummer fr\u00e5n start:",
+    "LabelAirsBeforeSeason": "S\u00e4nds f\u00f6re s\u00e4song:",
+    "LabelAirsAfterSeason": "S\u00e4nds efter s\u00e4song:",
+    "LabelAirsBeforeEpisode": "S\u00e4nds f\u00f6re avsnitt:",
+    "LabelTreatImageAs": "Behandla bild som:",
+    "LabelDisplayOrder": "Visningsordning:",
+    "LabelDisplaySpecialsWithinSeasons": "Visa specialer i de s\u00e4songer de s\u00e4ndes i",
+    "HeaderCountries": "L\u00e4nder",
+    "HeaderGenres": "Genrer",
+    "HeaderPlotKeywords": "Nyckelord i handlingen",
+    "HeaderStudios": "Studior",
+    "HeaderTags": "Etiketter",
+    "HeaderMetadataSettings": "Metadatainst\u00e4llningar",
+    "LabelLockItemToPreventChanges": "L\u00e5s det h\u00e4r objektet f\u00f6r att f\u00f6rhindra \u00e4ndringar",
+    "MessageLeaveEmptyToInherit": "L\u00e4mna tomt f\u00f6r att \u00e4rva inst\u00e4llningarna fr\u00e5n \u00f6verordnat objekt, eller anv\u00e4nda globalt f\u00f6rval.",
+    "TabDonate": "L\u00e4mna bidrag",
+    "HeaderDonationType": "Donationstyp:",
+    "OptionMakeOneTimeDonation": "Ge ett extra bidrag",
+    "OptionOneTimeDescription": "Detta \u00e4r ett extra bidrag f\u00f6r att visa ditt st\u00f6d f\u00f6r teamet. Det ger inga ytterligare f\u00f6rm\u00e5ner och ingen supporterkod.",
+    "OptionLifeTimeSupporterMembership": "Livstids supportermedlemskap",
+    "OptionYearlySupporterMembership": "\u00c5rligt supportermedlemskap",
+    "OptionMonthlySupporterMembership": "M\u00e5natligt supportermedlemskap",
+    "HeaderSupporterBenefit": "Ett supportermedlemskap ger extra f\u00f6rdelar, t ex tillg\u00e5ng till premiumtill\u00e4gg, internetkanaler och mycket mer.",
+    "OptionNoTrailer": "Trailer saknas",
+    "OptionNoThemeSong": "Ledmotiv saknas",
+    "OptionNoThemeVideo": "Temavideo saknas",
+    "LabelOneTimeDonationAmount": "Bidragsbelopp:",
+    "OptionActor": "Sk\u00e5despelare",
+    "OptionComposer": "Komposit\u00f6r",
+    "OptionDirector": "Regiss\u00f6r",
+    "OptionGuestStar": "G\u00e4startist",
+    "OptionProducer": "Producent",
+    "OptionWriter": "Manusf\u00f6rfattare",
+    "LabelAirDays": "S\u00e4ndningsdagar:",
+    "LabelAirTime": "S\u00e4ndningstid:",
+    "HeaderMediaInfo": "Mediainformation",
+    "HeaderPhotoInfo": "Fotoinformation",
+    "HeaderInstall": "Installera",
+    "LabelSelectVersionToInstall": "V\u00e4lj version att installera:",
+    "LinkSupporterMembership": "Visa information om supportermedlemskap",
+    "MessageSupporterPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap efter en gratis provperiod p\u00e5 14 dagar.",
+    "MessagePremiumPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap f\u00f6r k\u00f6p efter en gratis provperiod p\u00e5 14 dagar.",
+    "HeaderReviews": "Recensioner",
+    "HeaderDeveloperInfo": "Information f\u00f6r utvecklare",
+    "HeaderRevisionHistory": "Revisionshistorik",
+    "ButtonViewWebsite": "G\u00e5 till hemsidan",
+    "LabelRecurringDonationCanBeCancelledHelp": "St\u00e5ende donationer kan avbrytas n\u00e4r som helst via ditt PayPal-konto.",
+    "HeaderXmlSettings": "XML-inst\u00e4llningar",
+    "HeaderXmlDocumentAttributes": "XML-dokumentattribut",
+    "HeaderXmlDocumentAttribute": "XML-dokumentattribut",
+    "XmlDocumentAttributeListHelp": "Dessa attribut till\u00e4mpas p\u00e5 rotelementet i alla xml-svar.",
+    "OptionSaveMetadataAsHidden": "Spara metadata och bilder som dolda filer",
+    "LabelExtractChaptersDuringLibraryScan": "Extrahera kapitelbildrutor vid genoms\u00f6kning av biblioteket",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Om aktiverat extraheras kapitelbildrutor n\u00e4r videor importeras vid genoms\u00f6kning av biblioteket. Om avaktiverat kommer extrahering att ske vid schemalagd kapitelbildrutebehandling, f\u00f6r att snabba upp den regelbundna genoms\u00f6kningen av biblioteket.",
+    "LabelConnectUserName": "Media Browser-anv\u00e4ndarnamn\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e4s mer om  Media Browser Connect",
+    "LabelExternalPlayers": "Externa uppspelare:",
+    "LabelExternalPlayersHelp": "Visa knappar f\u00f6r att spela upp inneh\u00e5ll i externa uppspelare. Detta ar enbart tillg\u00e4ngligt p\u00e5 enheter som st\u00f6djer url-scheman, i allm\u00e4nhet Android och iOS. Externa uppspelare har normalt ej st\u00f6d f\u00f6r fj\u00e4rrkontroll eller \u00e5terupptagande.",
+    "HeaderSubtitleProfile": "Undertextprofil",
+    "HeaderSubtitleProfiles": "Undertextprofiler",
+    "HeaderSubtitleProfilesHelp": "Undertextprofiler beskriver de undertextformat som st\u00f6ds av enheten.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Metod:",
+    "LabelDidlMode": "Didl-l\u00e4ge:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Infoga i container",
+    "OptionExternallyDownloaded": "Extern nerladdning",
+    "OptionHlsSegmentedSubtitles": "HLS-segmenterade undertexter",
+    "LabelSubtitleFormatHelp": "Exempel:srt",
+    "ButtonLearnMore": "L\u00e4s mer",
+    "TabPlayback": "Uppspelning",
+    "HeaderTrailersAndExtras": "Trailers och extramaterial",
+    "OptionFindTrailers": "S\u00f6k automatiskt p\u00e5 Internet efter trailers",
+    "HeaderLanguagePreferences": "Spr\u00e5kinst\u00e4llningar",
+    "TabCinemaMode": "Biol\u00e4ge",
+    "TitlePlayback": "Uppspelning",
+    "LabelEnableCinemaModeFor": "Aktivera biol\u00e4ge f\u00f6r:",
+    "CinemaModeConfigurationHelp": "Biol\u00e4get g\u00f6r ditt vardagsrum till en biograf genom m\u00f6jligheten att visa trailers och egna vinjetter innan filmen b\u00f6rjar.",
+    "OptionTrailersFromMyMovies": "Inkludera trailers f\u00f6r filmer fr\u00e5n mitt bibliotek",
+    "OptionUpcomingMoviesInTheaters": "Inkludera trailers f\u00f6r nya och kommande filmer",
+    "LabelLimitIntrosToUnwatchedContent": "Anv\u00e4nd bara trailers f\u00f6r objekt som ej visats",
+    "LabelEnableIntroParentalControl": "Aktivera intelligent f\u00f6r\u00e4ldral\u00e5s",
+    "LabelEnableIntroParentalControlHelp": "Enbart trailers med samma eller l\u00e4gre \u00e5ldersgr\u00e4ns som huvudmaterialet kommer att visas.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Dessa funktioner kr\u00e4ver ett akivt supportermedlemskap och installation av till\u00e4gget \"Trailer Channels\".",
+    "OptionTrailersFromMyMoviesHelp": "Kr\u00e4ver att lokala trailers konfigurerats.",
+    "LabelCustomIntrosPath": "S\u00f6kv\u00e4g f\u00f6r egna vinjetter:",
+    "LabelCustomIntrosPathHelp": "En mapp inneh\u00e5llande videofiler. En video kommer att v\u00e4ljas slumpm\u00e4ssigt och spelas upp efter trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Trailers fr\u00e5n Internet",
+    "OptionUpcomingDvdMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 DVD och Blu-ray",
+    "OptionUpcomingStreamingMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Visa trailers tillsammans med f\u00f6reslagna filmer",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Kr\u00e4ver installation av Trailer-kanalen.",
+    "CinemaModeConfigurationHelp2": "Varje anv\u00e4ndare kan i sina egna inst\u00e4llningar v\u00e4lja om biol\u00e4get skall aktiveras.",
+    "LabelEnableCinemaMode": "Aktivera biol\u00e4ge",
+    "HeaderCinemaMode": "Biol\u00e4ge",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "V\u00e4lkommen till Media Browsers kontrollpanel",
+    "LabelDateAddedBehavior": "Hantering av datum f\u00f6r nytt inneh\u00e5ll:",
+    "OptionDateAddedImportTime": "Anv\u00e4nd datum f\u00f6r inl\u00e4sning i biblioteket",
+    "OptionDateAddedFileTime": "Anv\u00e4nd datum d\u00e5 filen skapades",
+    "LabelDateAddedBehaviorHelp": "Om ett metadatav\u00e4rde finns kommer det att anv\u00e4ndas i st\u00e4llet f\u00f6r dessa.",
+    "LabelNumberTrailerToPlay": "Antal trailers att spela upp:",
+    "TitleDevices": "Enheter",
+    "TabCameraUpload": "Kamerauppladdning",
+    "TabDevices": "Enheter",
+    "HeaderCameraUploadHelp": "Ladda automatiskt upp foton och videor tagna med mobila enheter till Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "Du har inga enheter som st\u00f6djer kamerauppladdning.",
+    "LabelCameraUploadPath": "V\u00e4lj s\u00f6kv\u00e4g f\u00f6r kamerauppladdning:",
+    "LabelCameraUploadPathHelp": "V\u00e4lj en anpassad s\u00f6kv\u00e4g om s\u00e5 \u00f6nskas. Annars anv\u00e4nds en f\u00f6rvald mapp.",
+    "LabelCreateCameraUploadSubfolder": "Skapa en undermapp f\u00f6r varje enhet",
+    "LabelCreateCameraUploadSubfolderHelp": "S\u00e4rskilda mappar f\u00f6r varje enhet kan anges p\u00e5 sidan \"Enheter\" genom att klicka p\u00e5 resp. enhet.",
+    "LabelCustomDeviceDisplayName": "Visningsnamn:",
+    "LabelCustomDeviceDisplayNameHelp": "Ange ett anpassat enhetsnamn. L\u00e4mna blankt f\u00f6r att anv\u00e4nda det namn enheten sj\u00e4lv rapporterar.",
+    "HeaderInviteUser": "Bjud in anv\u00e4ndare",
+    "LabelConnectInviteUserHelp": "Det anv\u00e4ndarnamn eller e-postadress din v\u00e4n anv\u00e4nder p\u00e5 Media Browsers hemsida.",
+    "HeaderInviteUserHelp": "Att dela dina media med v\u00e4nner \u00e4r enklare \u00e4n n\u00e5gonsin med Media Browser Connect.",
+    "ButtonSendInvitation": "Skicka inbjudan",
+    "HeaderGuests": "G\u00e4ster",
+    "HeaderLocalUsers": "Lokala anv\u00e4ndare",
+    "HeaderPendingInvitations": "V\u00e4ntande inbjudningar",
+    "TabParentalControl": "F\u00f6r\u00e4ldral\u00e5s",
+    "HeaderAccessSchedule": "Schema f\u00f6r \u00e5tkomst",
+    "HeaderAccessScheduleHelp": "Skapa ett schema f\u00f6r att begr\u00e4nsa \u00e5tkomsten till vissa tider.",
+    "ButtonAddSchedule": "Skapa schema",
+    "LabelAccessDay": "Veckodag:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/tr.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Cikis",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Bizi Ziyaret Edin",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standart",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Api D\u00f6k\u00fcman\u0131 Goruntule",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "K\u00fct\u00fcphane",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Media Taray\u0131c\u0131 Konfig\u00fcrasyon",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "K\u00fct\u00fcphane G\u00f6r\u00fcnt\u00fcleyici",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Server Yeniden Baslat",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Log Ekran\u0131n\u0131 G\u00f6r\u00fcnt\u00fcle",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "\u00d6nceki",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Bitir",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Sonraki",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Haz\u0131rs\u0131n!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Media Taray\u0131c\u0131ya Hosgeldiniz !",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Taray\u0131c\u0131",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Bu sihirbaz kurulum i\u015flemi boyunca size yard\u0131mc\u0131 olacakt\u0131r. Ba\u015flamak i\u00e7in, tercih etti\u011finiz dili se\u00e7iniz.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Kendinizden Bahsedin",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "\u0130lk Ad",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Servis",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Windows Servisi Y\u00fcklenmistir.",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Medya Taray\u0131c\u0131 Sunucu normalde bir tepsi simgesi ile bir masa\u00fcst\u00fc uygulamas\u0131 olarak cal\u0131s\u0131r, ancak bir arka plan servisi olarak \u00e7al\u0131\u015ft\u0131rmak isterseniz, bunun yerine windows servisleri kontrol panelinden baslat\u0131labilirsiniz.",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Windows hizmeti kullan\u0131yorsan\u0131z, o tepsi simgesi olarak ayn\u0131 anda cal\u0131st\u0131rabilirsiniz unutmay\u0131n, b\u00f6ylece hizmetini cal\u0131st\u0131rmak i\u00e7in tepsiyi \u00e7\u0131kmak gerekir l\u00fctfen. Hizmeti de kontrol paneli \u00fczerinden y\u00f6netim ayr\u0131cal\u0131klar\u0131yla yap\u0131land\u0131r\u0131lm\u0131\u015f olmas\u0131 gerekir. Su anda hizmet kendine g\u00fcncelleme m\u00fcmk\u00fcn oldugunu unutmay\u0131n, bu y\u00fczden yeni s\u00fcr\u00fcmleri manuel etkilesimi gerektirir.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Ayarlar\u0131 Degistir",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Tamam",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "\u0130ptal",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Yeni",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Medya k\u00fct\u00fcphaneni kur",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Yeni Media Klas\u00f6r\u00fc",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Klas\u00f6r T\u00fcr\u00fc:",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "\u00dclke",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Dil",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Tercih edilen Meta Dili:",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Medya meta dosyalar\u0131n\u0131 ayn\u0131 klas\u00f6rlere i\u015fle",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "\u0130nternetten \u0130\u00e7erik Y\u00fckleyin",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "HeaderPassword": "Password",
     "TabPreferences": "Tercihler",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "\u015eifre",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "K\u00fct\u00fcphane Eri\u015fim",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Resim",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profil",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Resimler",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Sezondaki kay\u0131p b\u00f6l\u00fcmleri g\u00f6ster",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Oynatma Ayarlar\u0131",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Ses Dili Tercihi:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Altyaz\u0131 Dili Tercihi:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "Altyaz\u0131 Yok",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiller",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "G\u00fcvenlik",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Kullan\u0131c\u0131 Ekle",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "Kay\u0131t",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "\u015eifre S\u0131f\u0131rla",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Yeni \u015eifre",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Yeni \u015eifreyi Onayla",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "\u015eifre Olu\u015ftur",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Kullan\u0131mdaki \u015eifreniz",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maksimum izin verilen ebeveyn de\u011ferlendirmesi:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Daha y\u00fcksek bir derece ile \u0130\u00e7erik Bu kullan\u0131c\u0131dan gizli olacak.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Bu kullan\u0131c\u0131 ile payla\u015fmak i\u00e7in medya klas\u00f6rleri se\u00e7in. Y\u00f6neticiler meta y\u00f6neticisini kullanarak t\u00fcm klas\u00f6rleri d\u00fczenlemesi m\u00fcmk\u00fcn olacakt\u0131r.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Resim Sil",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "Y\u00fckle",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Yeni Resim Y\u00fckle",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "\u00d6nerilen",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Son",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Gelecek",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "G\u00f6steriler",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "B\u00f6l\u00fcmler",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "T\u00fcrler",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Oyuncular",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "A\u011flar",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Kullan\u0131c\u0131lar",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtrelemeler",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtre",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Favoriler",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Be\u011feniler",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Be\u011fenmeyenler",
-    "HeaderStudios": "Studios",
     "OptionActors": "Akt\u00f6rler",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Konuk oylar\u0131",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Y\u00f6netmenler",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Yazarlar",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "\u00dcreticiler",
-    "TabDonate": "Donate",
     "HeaderResume": "Devam",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Sonraki hafta",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "\u015eark\u0131lar",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Alb\u00fcm",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Sanat\u00e7\u0131",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Sanat\u00e7\u0131 Alb\u00fcm\u00fc",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Klipler",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "S\u0131rala",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "\u015euna g\u00f6re s\u0131rala",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Sipari\u015fe g\u00f6re s\u0131rala",
-    "OptionComposer": "Composer",
     "OptionPlayed": "\u00c7al\u0131n\u0131yor",
-    "OptionDirector": "Director",
     "OptionUnplayed": "\u00c7al\u0131nm\u0131yor",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Y\u00fckselen",
-    "OptionProducer": "Producer",
     "OptionDescending": "D\u00fc\u015fen",
-    "OptionWriter": "Writer",
     "OptionRuntime": "\u00c7al\u0131\u015fma s\u00fcresi",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "Oynatma sayac\u0131",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Oynatma Tarihi",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Eklenme Tarihi",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Sanat\u00e7\u0131 Alb\u00fcm\u00fc",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Sanat\u00e7\u0131",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Alb\u00fcm",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Par\u00e7a \u0130smi",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "\u0130sim",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Klas\u00f6r",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Kritik Rating",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Kalitesi",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Resumable",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Zamanlanm\u0131\u015f G\u00f6revler",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Eklentilerim",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Katalog",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "Eklentiler",
     "HeaderAutomaticUpdates": "Otomatik G\u00fcncelleme",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "\u015eimdi \u00c7al\u0131n\u0131yor",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Son Alb\u00fcmler",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Son Par\u00e7alar",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Son oynat\u0131lan",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Tipi",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
     "OptionIso": "\u0130so",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabPlayback": "Playback",
     "LabelService": "Servis:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Altyaz\u0131",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Tan\u0131t\u0131m Video",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Tema \u015eark\u0131s\u0131",
-    "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.",
     "OptionHasThemeVideo": "Tema Videosu",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmler",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "St\u00fcdyo",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Fragmanlar",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Son filmler",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Son fragmanlar",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "\u0130MDb Reyting",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basit",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Geli\u015fmi\u015f",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Durum",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Topluluk",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Bitmi\u015f",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Pazar",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Pazartesi",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Sal\u0131",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "\u00c7ar\u015famba",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Per\u015fembe",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Cuma",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Cumartesi",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Y\u00f6netim",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Genel",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Destek",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Kay\u0131t",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Hakk\u0131nda",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Destek\u00e7i kodu",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Destek\u00e7i ol",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "Hide this user from login screens",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "Kullan\u0131c\u0131 Devre D\u0131\u015f\u0131 B\u0131rak",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Geli\u015fmi\u015f Kontrol",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "\u0130sim",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Feature Access",
     "OptionAllowMediaPlayback": "Allow media playback",
     "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

+ 242 - 229
MediaBrowser.Server.Implementations/Localization/Server/vi.json

@@ -1,458 +1,231 @@
 {
     "LabelExit": "Tho\u00e1t",
-    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Gh\u00e9 th\u0103m trang C\u1ed9ng \u0111\u1ed3ng",
-    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Ti\u00eau chu\u1ea9n",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "T\u00e0i li\u1ec7u xem  Api",
-    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Duy\u1ec7t th\u01b0 vi\u1ec7n",
-    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "C\u1ea5u h\u00ecnh Media Browser",
-    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Open Library Viewer",
-    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Kh\u1edfi \u0111\u1ed9ng l\u1ea1i m\u00e1y ch\u1ee7",
-    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Tr\u01b0\u1edbc",
-    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "K\u1ebft th\u00fac",
-    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Ti\u1ebfp theo",
-    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "B\u1ea1n \u0111\u00e3 ho\u00e0n th\u00e0nh!",
-    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Ch\u00e0o m\u1eebng \u0111\u1ebfn B\u1ea1n \u0111\u1ebfn v\u1edbi Media Browser!",
-    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Th\u1ee7 thu\u1eadt n\u00e0y s\u1ebd h\u01b0\u1edbng d\u1eabn qu\u00e1 tr\u00ecnh c\u00e0i \u0111\u1eb7t cho b\u1ea1n. \u0110\u1ec3 b\u1eaft \u0111\u1ea7u, vui l\u00f2ng l\u1ef1a ch\u1ecdn ng\u00f4n ng\u1eef b\u1ea1n \u01b0a th\u00edch.",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "N\u00f3i cho ch\u00fang t\u00f4i bi\u1ebft \u0111\u00f4i \u0111i\u1ec1u v\u1ec1 B\u1ea1n",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "T\u00ean c\u1ee7a B\u1ea1n",
-    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "D\u1ecbch v\u1ee5 c\u1ee7a Windows",
-    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "M\u1ed9t d\u1ecbch v\u1ee5 c\u1ee7a Windows \u0111\u00e3 \u0111\u01b0\u1ee3c c\u00e0i \u0111\u1eb7t",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server ch\u1ea1y b\u00ecnh th\u01b0\u1eddng nh\u01b0 m\u1ed9t \u1ee9ng d\u1ee5ng m\u00e1y t\u00ednh v\u1edbi khay bi\u1ec3u t\u01b0\u1ee3ng, nh\u01b0ng n\u1ebfu b\u1ea1n th\u00edch \u0111\u1ec3 n\u00f3 ch\u1ea1y nh\u01b0 m\u1ed9t d\u1ecbch v\u1ee5 n\u1ec1n, n\u00f3 c\u00f3t h\u1ec3 kh\u1edfi \u0111\u1ed9ng c\u00f9ng c\u00e1c d\u1ecbch v\u1ee5 c\u1ee7a h\u1ec7 \u0111i\u1ec1u h\u00e0nh windows",
-    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "C\u00e0i \u0111\u1eb7t c\u1ea5u h\u00ecnh",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "\u0110\u1ed1i v\u1edbi c\u00e1c video kh\u00f4ng c\u00f3 s\u1eb5n h\u00ecnh \u1ea3nh v\u00e0 ch\u00fang ta kh\u00f4ng t\u00ecm th\u1ea5y c\u00e1c h\u00ecnh \u1ea3nh \u0111\u00f3 tr\u00ean internet. \u0110i\u1ec1u n\u00e0y s\u1ebd",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Cho ph\u00e9p t\u1ef1 \u0111\u1ed9ng \u00e1nh x\u1ea1 c\u1ed5ng (port)",
-    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Tho\u00e1t",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "M\u1edbi",
-    "HeaderPeople": "People",
     "HeaderSetupLibrary": "C\u00e0i \u0111\u1eb7t th\u01b0 vi\u1ec7n media c\u1ee7a b\u1ea1n",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Th\u00eam m\u1ed9t th\u01b0 m\u1ee5c media",
-    "OptionComposers": "Composers",
     "LabelFolderType": "Lo\u1ea1i th\u01b0 m\u1ee5c",
-    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
     "ReferToMediaLibraryWiki": "Tham kh\u1ea3o th\u01b0 vi\u1ec7n wiki media.",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Qu\u1ed1c gia:",
-    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Ng\u00f4n ng\u1eef",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Ng\u00f4n ng\u1eef metadata \u01b0a th\u00edch",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "L\u01b0u c\u00e1c \u1ea3nh ngh\u1ec7 thu\u1eadt v\u00e0 metadata v\u00e0o trong c\u00e1c th\u01b0 m\u1ee5c media",
-    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "L\u01b0u c\u00e1c \u1ea3nh ngh\u1ec7 thu\u1eadt v\u00e0 metadata v\u00e0o trong c\u00e1c th\u01b0 m\u1ee5c media, s\u1ebd \u0111\u01b0a ch\u00fang v\u00e0o m\u1ed9t n\u01a1i b\u1ea1n c\u00f3 th\u1ec3 ch\u1ec9nh s\u1eeda d\u1ec5 d\u00e0ng h\u01a1n.",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "T\u1ea3i \u1ea3nh ngh\u1ec7 thu\u1eadt v\u00e0 metadata t\u1eeb internet",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser c\u00f3 th\u1ec3 t\u1ea3i th\u00f4ng tin v\u1ec1 media c\u1ee7a b\u1ea1n \u0111\u1ec3 cho ph\u00e9p tr\u00ecnh di\u1ec5n ch\u00fang m\u1ed9t c\u00e1ch phong ph\u00faho\u01a1n",
-    "HeaderPassword": "Password",
     "TabPreferences": "\u01afa th\u00edch",
-    "HeaderLocalAccess": "Local Access",
     "TabPassword": "M\u1eadt kh\u1ea9u",
-    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Truy c\u1eadp th\u01b0 vi\u1ec7n",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "H\u00ecnh \u1ea3nh",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "H\u1ed3 s\u01a1",
-    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "H\u00ecnh \u1ea3nh",
-    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Ti\u00eau \u0111\u1ec1",
-    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "C\u00e1c c\u00e0i \u0111\u1eb7t ph\u00e1t Video",
-    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Ng\u00f4n ng\u1eef tho\u1ea1i \u01b0a th\u00edch:",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Ng\u00f4n ng\u1eef ph\u1ee5 \u0111\u1ec1 \u01b0a th\u00edch:",
-    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelMetascore": "Metascore:",
     "TabProfiles": "H\u1ed3 s\u01a1",
-    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "B\u1ea3o m\u1eadt",
-    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Th\u00eam ng\u01b0\u1eddi d\u00f9ng",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelTagline": "Tagline:",
     "ButtonInviteUser": "Invite User",
     "ButtonSave": "L\u01b0u",
-    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset m\u1eadt kh\u1ea9u",
-    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "M\u1eadt kh\u1ea9u m\u1edbi:",
-    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "X\u00e1c nh\u1eadn m\u1eadt kh\u1ea9u m\u1edbi:",
-    "LabelYear": "Year:",
     "HeaderCreatePassword": "T\u1ea1o m\u1eadt kh\u1ea9u",
-    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "M\u1eadt kh\u1ea9u hi\u1ec7n t\u1ea1i:",
-    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "N\u1ed9i dung v\u1edbi \u0111\u00e1nh gi\u00e1 cao h\u01a1n s\u1ebd \u0111\u01b0\u1ee3c \u1ea9n \u0111i t\u1eeb ng\u01b0\u1eddi d\u00f9ng n\u00e0y.",
-    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "X\u00f3a h\u00ecnh \u1ea3nh",
-    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "LabelBudget": "Budget",
     "ButtonUpload": "T\u1ea3i l\u00ean",
-    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "T\u1ea3i l\u00ean m\u1ed9t \u1ea3nh m\u1edbi",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Kh\u00f4ng c\u00f3 g\u00ec \u1edf \u0111\u00e2y.",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "HeaderExternalIds": "External Id's:",
     "TabLatest": "M\u1edbi nh\u1ea5t",
-    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "S\u1eafp di\u1ec5n ra",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "C\u00e1c t\u1eadp phim",
-    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "C\u00e1c th\u1ec3 lo\u1ea1i",
-    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "M\u1ecdi ng\u01b0\u1eddi",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "C\u00e1c m\u1ea1ng",
-    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "d\u00f9ng",
-    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderCountries": "Countries",
     "OptionFavorite": "Y\u00eau th\u00edch",
-    "HeaderGenres": "Genres",
     "OptionLikes": "Th\u00edch",
-    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Kh\u00f4ng th\u00edch",
-    "HeaderStudios": "Studios",
     "OptionActors": "Di\u1ec5n vi\u00ean",
-    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "\u0110\u1ea1o di\u1ec5n",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "K\u1ecbch b\u1ea3n",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Nh\u00e0 s\u1ea3n xu\u1ea5t",
-    "TabDonate": "Donate",
     "HeaderResume": "S\u01a1 y\u1ebfu l\u00fd l\u1ecbch",
-    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
     "HeaderLatestEpisodes": "C\u00e1c t\u1eadp phim m\u1edbi nh\u1ea5t",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "C\u00e1c ca kh\u00fac",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "C\u00e1c Album",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "C\u00e1c ngh\u1ec7 s\u1ef9",
-    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "C\u00e1c Album ngh\u1ec7 s\u1ef9",
-    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "C\u00e1c video \u00e2m nh\u1ea1c",
-    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Ph\u00e2n lo\u1ea1i",
-    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Ph\u00e2n lo\u1ea1i theo:",
-    "OptionActor": "Actor",
     "HeaderSortOrder": "Ph\u00e2n lo\u1ea1i theo th\u1ee9 t\u1ef1:",
-    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "OptionWriter": "Writer",
     "OptionRuntime": "Th\u1eddi gian ph\u00e1t",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
     "OptionPlayCount": "S\u1ed1 l\u1ea7n ph\u00e1t",
-    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Ng\u00e0y ph\u00e1t",
-    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Ng\u00e0y th\u00eam",
-    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album ngh\u1ec7 s\u1ef9",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Ngh\u1ec7 s\u1ef9",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "T\u00ean b\u00e0i",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "\u0110\u00e1nh gi\u00e1 c\u1ee7a c\u1ed9ng \u0111\u1ed3ng",
-    "HeaderReviews": "Reviews",
     "OptionNameSort": "T\u00ean",
-    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Ng\u00e2n s\u00e1ch",
-    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Doanh thu",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "\u00c1p ph\u00edch",
-    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "D\u00f2ng th\u1eddi gian",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Bi\u1ec3n qu\u1ea3ng c\u00e1o",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "T\u1ed1c \u0111\u1ed9 Bit c\u1ee7a Video",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
     "OptionResumable": "Resumable",
-    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "C\u00e1c plugin c\u1ee7a t\u00f4i",
-    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Danh m\u1ee5c",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
     "PluginsTitle": "C\u00e1c plugin",
     "HeaderAutomaticUpdates": "T\u1ef1 \u0111\u1ed9ng c\u1eadp nh\u1eadt",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Ph\u00e1t ngay b\u00e2y gi\u1edd",
-    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "C\u00e1c Album m\u1edbi nh\u1ea5t",
-    "LabelMethod": "Method:",
     "HeaderLatestSongs": "C\u00e1c b\u00e0i h\u00e1t m\u1edbi nh\u1ea5t",
-    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Ph\u00e1t g\u1ea7n \u0111\u00e2y",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Ph\u00e1t th\u01b0\u1eddng xuy\u00ean",
-    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Lo\u1ea1i Video:",
-    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "DVD",
     "OptionIso": "Chu\u1ea9n qu\u1ed1c t\u1ebf",
-    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "C\u00e1c t\u00ednh n\u0103ng:",
-    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Ph\u1ee5 \u0111\u1ec1",
-    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "H\u00ecnh n\u1ec1n b\u00e0i h\u00e1t",
-    "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.",
     "OptionHasThemeVideo": "H\u00ecnh n\u1ec1n Video",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "C\u00e1c phim",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "H\u00e3ng phim",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Phim m\u1edbi nh\u1ea5t",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "T\u00ednh n\u0103ng \u0111\u1eb7c bi\u1ec7t",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "\u0110\u00e1nh gi\u00e1 IMDb",
-    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "C\u01a1 b\u1ea3n",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Tr\u1ea1ng th\u00e1i",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
-    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
-    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Ch\u1ee7 Nh\u1eadt",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Th\u1ee9 Hai",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
-    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Th\u1ee9 B\u1ea3y",
-    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
-    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
-    "TabDevices": "Devices",
     "OptionMissingImdbId": "Thi\u1ebfu IMDb ID",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
-    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "H\u1ed7 tr\u1ee3",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
-    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
-    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
-    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
-    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
-    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
-    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Gh\u00e9 th\u0103m web site Media Browser",
-    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
-    "TabParentalControl": "Parental Control",
     "OptionHideUser": "\u1ea8n ng\u01b0\u1eddi d\u00f9ng n\u00e0y t\u1eeb m\u00e0n h\u00ecnh \u0111\u0103ng nh\u1eadp",
-    "HeaderAccessSchedule": "Access Schedule",
     "OptionDisableUser": "V\u00f4 hi\u1ec7u h\u00f3a ng\u01b0\u1eddi d\u00f9ng n\u00e0y",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
     "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
-    "ButtonAddSchedule": "Add Schedule",
     "HeaderAdvancedControl": "Advanced Control",
-    "LabelAccessDay": "Day of week:",
     "LabelName": "T\u00ean:",
-    "LabelAccessStart": "Start hour:",
     "OptionAllowUserToManageServer": "Cho ph\u00e9p ng\u01b0\u1eddi d\u00f9ng n\u00e0y qu\u1ea3n l\u00fd m\u00e1y ch\u1ee7",
-    "LabelAccessEnd": "End hour:",
     "HeaderFeatureAccess": "Truy c\u1eadp t\u00ednh n\u0103ng",
     "OptionAllowMediaPlayback": "Cho ph\u00e9p ch\u1ea1y media",
     "OptionAllowBrowsingLiveTv": "Cho ph\u00e9p duy\u1ec7t ch\u01b0\u01a1ng tr\u00ecnh truy\u1ec1n h\u00ecnh tr\u1ef1c ti\u1ebfp",
@@ -1048,7 +821,7 @@
     "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
     "ButtonDismiss": "Dismiss",
     "ButtonTakeTheTour": "Take the tour",
-    "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",
@@ -1225,5 +998,245 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums"
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "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.",
+    "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": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "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.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel plugin to import a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up"
 }

部分文件因文件數量過多而無法顯示