update translations

This commit is contained in:
Luke Pulverenti
2015-02-05 16:14:08 -05:00
parent 7d415fc2fd
commit bde06629da
47 changed files with 2434 additions and 175 deletions

View File

@@ -904,9 +904,8 @@ namespace MediaBrowser.Model.ApiClient
/// <summary>
/// Stops the receiving synchronize job updates.
/// </summary>
/// <param name="intervalMs">The interval ms.</param>
/// <returns>Task.</returns>
Task StopReceivingSyncJobUpdates(int intervalMs);
Task StopReceivingSyncJobUpdates();
/// <summary>
/// Starts the receiving synchronize jobs updates.
@@ -920,9 +919,8 @@ namespace MediaBrowser.Model.ApiClient
/// <summary>
/// Stops the receiving synchronize jobs updates.
/// </summary>
/// <param name="intervalMs">The interval ms.</param>
/// <returns>Task.</returns>
Task StopReceivingSyncJobsUpdates(int intervalMs);
Task StopReceivingSyncJobsUpdates();
/// <summary>
/// Starts the receiving session updates.