* AdminController.cs: Notification when Admin group is created

* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: Existant DB message
This commit is contained in:
Paul Schneider 2015-10-23 11:31:42 +02:00
commit 5ab8a8291d
7 changed files with 56 additions and 13 deletions

View file

@ -118,6 +118,12 @@ namespace Yavsc.Model {
}
}
public static string ExistantDB {
get {
return ResourceManager.GetString("ExistantDB", resourceCulture);
}
}
public static string DoComment {
get {
return ResourceManager.GetString("DoComment", resourceCulture);
@ -148,6 +154,12 @@ namespace Yavsc.Model {
}
}
public static string ImportException {
get {
return ResourceManager.GetString("ImportException", resourceCulture);
}
}
public static string access_denied {
get {
return ResourceManager.GetString("access_denied", resourceCulture);
@ -214,9 +226,9 @@ namespace Yavsc.Model {
}
}
public static string ImportException {
public static string Modify {
get {
return ResourceManager.GetString("ImportException", resourceCulture);
return ResourceManager.GetString("Modify", resourceCulture);
}
}
@ -262,12 +274,6 @@ namespace Yavsc.Model {
}
}
public static string Modify {
get {
return ResourceManager.GetString("Modify", resourceCulture);
}
}
public static string Remove {
get {
return ResourceManager.GetString("Remove", resourceCulture);
@ -412,6 +418,12 @@ namespace Yavsc.Model {
}
}
public static string User_List {
get {
return ResourceManager.GetString("User List", resourceCulture);
}
}
public static string Online {
get {
return ResourceManager.GetString("Online", resourceCulture);
@ -430,9 +442,9 @@ namespace Yavsc.Model {
}
}
public static string User_List {
public static string DB {
get {
return ResourceManager.GetString("User List", resourceCulture);
return ResourceManager.GetString("DB", resourceCulture);
}
}