Fixing dev #62

This commit is contained in:
Paul Schneider 2019-09-27 06:59:20 +01:00
commit d76863012c
25 changed files with 276 additions and 82 deletions

View file

@ -0,0 +1,76 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Yavsc.Models.IT.Fixing {
using System;
using System.Reflection;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public partial class Resources {
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Resources.ResourceManager ResourceManager {
get {
if (object.Equals(null, resourceMan)) {
System.Resources.ResourceManager temp = new System.Resources.ResourceManager(("Yavsc.Resources." + "Yavsc.Models.IT.Fixing.Resources"), typeof(Resources).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
public static string Rejected {
get {
return ResourceManager.GetString("Rejected", resourceCulture);
}
}
public static string Inserted {
get {
return ResourceManager.GetString("Inserted", resourceCulture);
}
}
public static string Confirmed {
get {
return ResourceManager.GetString("Confirmed", resourceCulture);
}
}
public static string Feature {
get {
return ResourceManager.GetString("Feature", resourceCulture);
}
}
public static string Fixed {
get {
return ResourceManager.GetString("Fixed", resourceCulture);
}
}
}
}

View file

@ -58,8 +58,11 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<!--
route name for the api controller used to tag the 'BlogPost' entity
-->
<data name="TitleTooLong"><value>Le titre est trop long</value></data>
</root>
<data name="Rejected" comment="bug statuses"><value>Rejeté</value></data>
<data name="Inserted" comment="bug statuses"><value>Inséré</value></data>
<data name="Confirmed" comment="bug statuses"><value>Confirmé</value></data>
<data name="Feature" comment="bug statuses"><value>Fonctionalité</value></data>
<data name="Fixed" comment="bug statuses"><value>Corrigé</value></data>
</root>

View file

@ -1,12 +1,12 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Yavsc {
using System;
@ -1669,6 +1669,18 @@ namespace Yavsc {
}
}
public static string Feature {
get {
return ResourceManager.GetString("Feature", resourceCulture);
}
}
public static string FeatureId {
get {
return ResourceManager.GetString("FeatureId", resourceCulture);
}
}
public static string to {
get {
return ResourceManager.GetString("to", resourceCulture);
@ -2106,5 +2118,11 @@ namespace Yavsc {
return ResourceManager.GetString("Partenariat", resourceCulture);
}
}
public static string IconWebUploadSpecification {
get {
return ResourceManager.GetString("IconWebUploadSpecification", resourceCulture);
}
}
}
}

View file

@ -398,6 +398,8 @@
<data name="ThisPerformerGivesAccessToHisCalendarAndItAppearsHeShouldNotBeAvailableThis"><value>Selon son calendier Google, ce perstataire pourrait ne pas être disponible ce</value></data>
<data name="ThisPerformerDoesntGiveAccessToHisCalendar"><value>Ce prestataire n'a pas mis de calendrier à disposition.</value></data>
<data name="Title"><value>Titre</value></data>
<data name="Feature"><value>Fonctionalité</value></data>
<data name="FeatureId"><value>Identifiant de fonctionalité</value></data>
<data name="to"><value>à</value></data>
<data name="TwoFactorAuthentication"><value>Double identification</value></data>
<data name="Unitary_cost"><value>Coût unitaire</value></data>
@ -504,4 +506,9 @@ Facture réglée: {5}</value></data>
<data name="LiveFlow"><value>Flux live</value></data>
<data name="Instrumentation"><value>Instrumentation</value></data>
<data name="Partenariat"><value>Partenariat</value></data>
<data name="IconWebUploadSpecification"><value>
Le format png pourrait être supporté ici,
le format Gif, peut-être aussi, et même, mais là, moins souvent, le surnommé Jpg.
</value></data>
</root>