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

@@ -56,4 +56,9 @@ namespace MediaBrowser.Common.ScheduledTasks
/// <value><c>true</c> if this instance is enabled; otherwise, <c>false</c>.</value>
bool IsEnabled { get; }
}
public interface IHasKey
{
string Key { get; }
}
}