Merge from booking branch

This commit is contained in:
Paul Schneider 2015-11-17 22:22:59 +01:00
commit 9a2652739b
266 changed files with 12833 additions and 2337 deletions

View file

@ -100,12 +100,6 @@ namespace Yavsc.Model {
}
}
public static string Not_Approuved {
get {
return ResourceManager.GetString("Not Approuved", resourceCulture);
}
}
public static string UserNotInThisRole {
get {
return ResourceManager.GetString("UserNotInThisRole", resourceCulture);
@ -172,6 +166,12 @@ namespace Yavsc.Model {
}
}
public static string Remember_me {
get {
return ResourceManager.GetString("Remember_me", resourceCulture);
}
}
public static string access_denied {
get {
return ResourceManager.GetString("access_denied", resourceCulture);
@ -238,6 +238,12 @@ namespace Yavsc.Model {
}
}
public static string Skills {
get {
return ResourceManager.GetString("Skills", resourceCulture);
}
}
public static string Title {
get {
return ResourceManager.GetString("Title", resourceCulture);
@ -352,6 +358,12 @@ namespace Yavsc.Model {
}
}
public static string was_added_to_the_role {
get {
return ResourceManager.GetString("was_added_to_the_role", resourceCulture);
}
}
public static string Offline {
get {
return ResourceManager.GetString("Offline", resourceCulture);
@ -394,9 +406,9 @@ namespace Yavsc.Model {
}
}
public static string View_source {
public static string Skill {
get {
return ResourceManager.GetString("View_source", resourceCulture);
return ResourceManager.GetString("Skill", resourceCulture);
}
}
@ -424,6 +436,12 @@ namespace Yavsc.Model {
}
}
public static string View_source {
get {
return ResourceManager.GetString("View_source", resourceCulture);
}
}
public static string EndDate {
get {
return ResourceManager.GetString("EndDate", resourceCulture);
@ -442,9 +460,9 @@ namespace Yavsc.Model {
}
}
public static string Remember_me {
public static string Not_Approuved {
get {
return ResourceManager.GetString("Remember_me", resourceCulture);
return ResourceManager.GetString("Not Approuved", resourceCulture);
}
}
@ -460,9 +478,9 @@ namespace Yavsc.Model {
}
}
public static string was_added_to_the_role {
public static string BillUpdated {
get {
return ResourceManager.GetString("was_added_to_the_role", resourceCulture);
return ResourceManager.GetString("BillUpdated", resourceCulture);
}
}
@ -520,6 +538,12 @@ namespace Yavsc.Model {
}
}
public static string BillCreated {
get {
return ResourceManager.GetString("BillCreated", resourceCulture);
}
}
public static string StartDate {
get {
return ResourceManager.GetString("StartDate", resourceCulture);
@ -532,6 +556,12 @@ namespace Yavsc.Model {
}
}
public static string UsersInRole {
get {
return ResourceManager.GetString("UsersInRole", resourceCulture);
}
}
public static string DB {
get {
return ResourceManager.GetString("DB", resourceCulture);