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:
Paul Schneider 2015-11-26 19:40:09 +01:00
commit d89b6c39df
33 changed files with 475 additions and 20 deletions

View file

@ -1,3 +1,12 @@
2015-11-26 Paul Schneider <paul@pschneider.fr>
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: internationalisation
* YavscModel.csproj: nouvelles configurations de déploiement
2015-11-26 Paul Schneider <paul@pschneider.fr>
* EventPub.cs:

View file

@ -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);
}
}

View file

@ -82,6 +82,12 @@ namespace Yavsc.Model {
}
}
public static string YourMEACode {
get {
return ResourceManager.GetString("YourMEACode", resourceCulture);
}
}
public static string Photo {
get {
return ResourceManager.GetString("Photo", resourceCulture);
@ -478,6 +484,12 @@ namespace Yavsc.Model {
}
}
public static string UsersInRole {
get {
return ResourceManager.GetString("UsersInRole", resourceCulture);
}
}
public static string ThisSiteUsesCookies {
get {
return ResourceManager.GetString("ThisSiteUsesCookies", resourceCulture);
@ -496,9 +508,9 @@ namespace Yavsc.Model {
}
}
public static string EndDate {
public static string Name {
get {
return ResourceManager.GetString("EndDate", resourceCulture);
return ResourceManager.GetString("Name", resourceCulture);
}
}
@ -604,9 +616,9 @@ namespace Yavsc.Model {
}
}
public static string UsersInRole {
public static string EndDate {
get {
return ResourceManager.GetString("UsersInRole", resourceCulture);
return ResourceManager.GetString("EndDate", resourceCulture);
}
}

View file

@ -59,12 +59,13 @@
<data name="Location"><value>Lieu</value></data>
<data name="Logout"><value>Déconnection</value></data>
<data name="MaxDate"><value>Date maximale du rendez-vous</value></data>
<data name="MEACode"><value>Votre activité</value></data>
<data name="MEACode"><value>Code activité principalement éxercée</value></data>
<data name="Members"><value>Membres</value></data>
<data name="Message_sent"><value>Votre message a été envoyé</value></data>
<data name="MinDate"><value>Date minimale du rendez-vous</value></data>
<data name="Modify"><value>Modifier</value></data>
<data name="My_Estimates"><value>Mes estimations</value></data>
<data name="Name"><value>Nom</value></data>
<data name="Needs"><value>Besoin</value></data>
<data name="New_Tag"><value>Nouveau Tag</value></data>
<data name="no_content"><value>pas de contenu</value></data>
@ -113,5 +114,6 @@
<data name="Xshouldbeavailable"><value>Au vu de son calendrier,
{0} devrait être disponible pour ce rendez-vous</value></data>
<data name="younotadmin"><value>Vous n'êtes pas administrateur</value></data>
<data name="YourMEACode"><value>Votre activité</value></data>
<data name="yourquerytransmitted"><value>Votre demande a été transmise</value></data>
</root>

View file

@ -61,7 +61,8 @@
<data name="Location"><value>Location</value></data>
<data name="Logout"><value>Logout</value></data>
<data name="MaxDate"><value>Maximal date for the rendez-vous</value></data>
<data name="MEACode"><value>Mainly Exerted Activity</value></data>
<data name="MEACode"><value>Mainly Exerted Activity code</value></data>
<data name="Name"><value>Name</value></data>
<data name="Members"><value>Members</value></data>
<data name="Message_sent"><value>Your message has been sent.</value></data>
<data name="MinDate"><value>Minimal date for the rendez-vous</value></data>
@ -117,6 +118,7 @@
<data name="Xshouldbeavailable"><value>regarding his calendar,
{0} should be available for this booking</value></data>
<data name="younotadmin"><value>You're not administrator</value></data>
<data name="YourMEACode"><value>Your activity</value></data>
<data name="yourquerytransmitted"><value>your query has been transmitted</value></data>
</root>

View file

@ -21,6 +21,7 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DocumentationFile>bin\Debug\YavscModel.xml</DocumentationFile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
@ -29,11 +30,33 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Lua|AnyCPU' ">
<Optimize>false</Optimize>
<OutputPath>bin\Lua</OutputPath>
<WarningLevel>4</WarningLevel>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'TotemPre|AnyCPU' ">
<Optimize>false</Optimize>
<OutputPath>bin\TotemPre</OutputPath>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'TotemProd|AnyCPU' ">
<Optimize>false</Optimize>
<OutputPath>bin\TotemProd</OutputPath>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'YavscPre|AnyCPU' ">
<Optimize>false</Optimize>
<OutputPath>bin\YavscPre</OutputPath>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Yavsc|AnyCPU' ">
<Optimize>false</Optimize>
<OutputPath>bin\Yavsc</OutputPath>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />