nouvelles configs
* Makefile: * Yavsc.sln: * pkg.mdproj: * Presta.csproj: * TestAPI.csproj: * YavscModel.csproj: * YavscClient.csproj: * fortune.csproj: * WebControls.csproj: * SalesCatalog.csproj: * ITContentProvider.csproj: * NpgsqlMRPProviders.csproj: * NpgsqlBlogProvider.csproj: * Yavsc.csproj: * NpgsqlContentProvider.csproj: nouvelles configurations de déploiement * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: internationalisation
This commit is contained in:
parent
948fc64ce1
commit
d89b6c39df
33 changed files with 475 additions and 20 deletions
20
yavscModel/LocalizedText.Designer.cs
generated
20
yavscModel/LocalizedText.Designer.cs
generated
|
|
@ -472,6 +472,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string YourMEACode {
|
||||
get {
|
||||
return ResourceManager.GetString("YourMEACode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ProviderId {
|
||||
get {
|
||||
return ResourceManager.GetString("ProviderId", resourceCulture);
|
||||
|
|
@ -490,6 +496,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string UsersInRole {
|
||||
get {
|
||||
return ResourceManager.GetString("UsersInRole", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ThisSiteUsesCookies {
|
||||
get {
|
||||
return ResourceManager.GetString("ThisSiteUsesCookies", resourceCulture);
|
||||
|
|
@ -508,9 +520,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string EndDate {
|
||||
public static string Name {
|
||||
get {
|
||||
return ResourceManager.GetString("EndDate", resourceCulture);
|
||||
return ResourceManager.GetString("Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -616,9 +628,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string UsersInRole {
|
||||
public static string EndDate {
|
||||
get {
|
||||
return ResourceManager.GetString("UsersInRole", resourceCulture);
|
||||
return ResourceManager.GetString("EndDate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue