add latest translations

This commit is contained in:
Luke Pulverenti
2014-04-03 18:50:04 -04:00
parent 0200911afc
commit 2a77500c61
33 changed files with 220 additions and 65 deletions

View File

@@ -11,7 +11,7 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks.Tasks
/// <summary>
/// Plugin Update Task
/// </summary>
public class SystemUpdateTask : IScheduledTask
public class SystemUpdateTask : IScheduledTask, IHasKey
{
/// <summary>
/// The _app host
@@ -140,5 +140,10 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks.Tasks
{
get { return "Application"; }
}
public string Key
{
get { return "SystemUpdateTask"; }
}
}
}