Un index au front office

* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: traductions

* Skills.aspx: Précise la fonction de la methode par un titre plus
  révélateur

* Index.aspx: Alimente l'index du front office
This commit is contained in:
Paul Schneider 2015-12-02 11:13:37 +01:00
commit 3cb492d979
8 changed files with 86 additions and 18 deletions

View file

@ -52,9 +52,9 @@ namespace Yavsc.Model {
}
}
public static string StartDateAfterEndDate {
public static string ProviderId {
get {
return ResourceManager.GetString("StartDateAfterEndDate", resourceCulture);
return ResourceManager.GetString("ProviderId", resourceCulture);
}
}
@ -196,6 +196,12 @@ namespace Yavsc.Model {
}
}
public static string Activities {
get {
return ResourceManager.GetString("Activities", resourceCulture);
}
}
public static string Members {
get {
return ResourceManager.GetString("Members", resourceCulture);
@ -286,6 +292,12 @@ namespace Yavsc.Model {
}
}
public static string StartDateAfterEndDate {
get {
return ResourceManager.GetString("StartDateAfterEndDate", resourceCulture);
}
}
public static string Tag_name {
get {
return ResourceManager.GetString("Tag_name", resourceCulture);
@ -562,9 +574,9 @@ namespace Yavsc.Model {
}
}
public static string ProviderId {
public static string ManagedSiteSkills {
get {
return ResourceManager.GetString("ProviderId", resourceCulture);
return ResourceManager.GetString("ManagedSiteSkills", resourceCulture);
}
}
@ -670,6 +682,12 @@ namespace Yavsc.Model {
}
}
public static string yourquerytransmitted {
get {
return ResourceManager.GetString("yourquerytransmitted", resourceCulture);
}
}
public static string no_content {
get {
return ResourceManager.GetString("no_content", resourceCulture);
@ -700,9 +718,9 @@ namespace Yavsc.Model {
}
}
public static string yourquerytransmitted {
public static string UserSkills {
get {
return ResourceManager.GetString("yourquerytransmitted", resourceCulture);
return ResourceManager.GetString("UserSkills", resourceCulture);
}
}