update translations

This commit is contained in:
Luke Pulverenti
2014-08-24 23:54:45 -04:00
parent d92936187d
commit 8406257349
66 changed files with 4732 additions and 999 deletions

View File

@@ -0,0 +1,9 @@

namespace MediaBrowser.Controller.Connect
{
public interface IConnectManager
{
string WanIpAddress { get; }
string WanApiAddress { get; }
}
}