Prive les anonymes de l'email prestataire
* hangouts.xml: WIP Hangouts * yavsc.rate.js: Fixe l'usage de la souris pour positionner les étoiles de 0 à 5. WIP labels * Performer.ascx: Prive les utilisateur anonymes de l'e-mail des préstataires * Yavsc.csproj: ajoute l'Xml Hangouts * PerformerProfile.cs: Ajoute la propriété "titre du blog" `BlogTitle` du profile préstataire * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: internationalisation
This commit is contained in:
14
yavscModel/LocalizedText.fr.Designer.cs
generated
14
yavscModel/LocalizedText.fr.Designer.cs
generated
@ -118,9 +118,9 @@ namespace Yavsc.Model {
|
||||
}
|
||||
}
|
||||
|
||||
public static string Remove {
|
||||
public static string Product_reference {
|
||||
get {
|
||||
return ResourceManager.GetString("Remove", resourceCulture);
|
||||
return ResourceManager.GetString("Product_reference", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
@ -346,9 +346,9 @@ namespace Yavsc.Model {
|
||||
}
|
||||
}
|
||||
|
||||
public static string Product_reference {
|
||||
public static string AuthenticatedOnly {
|
||||
get {
|
||||
return ResourceManager.GetString("Product_reference", resourceCulture);
|
||||
return ResourceManager.GetString("AuthenticatedOnly", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
@ -724,6 +724,12 @@ namespace Yavsc.Model {
|
||||
}
|
||||
}
|
||||
|
||||
public static string Remove {
|
||||
get {
|
||||
return ResourceManager.GetString("Remove", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Profile_edition {
|
||||
get {
|
||||
return ResourceManager.GetString("Profile_edition", resourceCulture);
|
||||
|
Reference in New Issue
Block a user