update translations

This commit is contained in:
Luke Pulverenti
2014-06-23 12:05:19 -04:00
parent eba1845f2a
commit 0727475abf
105 changed files with 1699 additions and 640 deletions

View File

@@ -1,5 +1,5 @@
using System.Linq;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities;
using System.Linq;
namespace MediaBrowser.Server.Implementations.Collections
{
@@ -32,5 +32,10 @@ namespace MediaBrowser.Server.Implementations.Collections
{
get { return Model.Entities.CollectionType.BoxSets; }
}
public override string GetClientTypeName()
{
return typeof (CollectionFolder).Name;
}
}
}