update translations

This commit is contained in:
Luke Pulverenti
2014-05-16 13:11:07 -04:00
parent b6798f3370
commit 92cadc4323
36 changed files with 1348 additions and 516 deletions

View File

@@ -6,6 +6,10 @@ namespace MediaBrowser.Model.Configuration
ApplicationUpdateInstalled,
AudioPlayback,
GamePlayback,
VideoPlayback,
AudioPlaybackStopped,
GamePlaybackStopped,
VideoPlaybackStopped,
InstallationFailed,
PluginError,
PluginInstalled,
@@ -14,7 +18,6 @@ namespace MediaBrowser.Model.Configuration
NewLibraryContent,
NewLibraryContentMultiple,
ServerRestartRequired,
TaskFailed,
VideoPlayback
TaskFailed
}
}