refactoring

This commit is contained in:
Paul Schneider
2015-10-17 19:07:54 +02:00
parent 1805cb3e17
commit bb5e34a61d
29 changed files with 789 additions and 452 deletions

View File

@ -64,6 +64,12 @@ namespace Yavsc.Model {
}
}
public static string Location {
get {
return ResourceManager.GetString("Location", resourceCulture);
}
}
public static string Circles {
get {
return ResourceManager.GetString("Circles", resourceCulture);
@ -250,9 +256,9 @@ namespace Yavsc.Model {
}
}
public static string Location {
public static string Tag_name {
get {
return ResourceManager.GetString("Location", resourceCulture);
return ResourceManager.GetString("Tag_name", resourceCulture);
}
}
@ -280,9 +286,9 @@ namespace Yavsc.Model {
}
}
public static string Tag_name {
public static string Logout {
get {
return ResourceManager.GetString("Tag_name", resourceCulture);
return ResourceManager.GetString("Logout", resourceCulture);
}
}