* avatar, username, city from Google profile

* refactoring
This commit is contained in:
Paul Schneider
2014-12-20 02:11:51 +01:00
parent edd160ae75
commit c7f81699a4
55 changed files with 708 additions and 353 deletions

View File

@ -112,6 +112,12 @@ namespace Yavsc.Model {
}
}
public static string UserName {
get {
return ResourceManager.GetString("UserName", resourceCulture);
}
}
public static string Offline {
get {
return ResourceManager.GetString("Offline", resourceCulture);