presentation & tools
This commit is contained in:
parent
313ba449e7
commit
4c496e08d1
76 changed files with 3973 additions and 254 deletions
52
src/Yavsc/Resources/Yavsc.ViewModels.NewAdminViewModel.Designer.cs
generated
Normal file
52
src/Yavsc/Resources/Yavsc.ViewModels.NewAdminViewModel.Designer.cs
generated
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <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>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
namespace Yavsc.ViewModels {
|
||||
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 NewAdminViewModel {
|
||||
|
||||
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.ViewModels.NewAdminViewModel"), typeof(NewAdminViewModel).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 NewAdminLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("NewAdminLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
62
src/Yavsc/Resources/Yavsc.ViewModels.NewAdminViewModel.resx
Normal file
62
src/Yavsc/Resources/Yavsc.ViewModels.NewAdminViewModel.resx
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="NewAdminLabel"><value>Nouvel administrateur</value></data>
|
||||
</root>
|
||||
|
|
@ -139,6 +139,12 @@ namespace Yavsc {
|
|||
}
|
||||
}
|
||||
|
||||
public static string AreYourSureYouWantToDeleteThis {
|
||||
get {
|
||||
return ResourceManager.GetString("AreYourSureYouWantToDeleteThis", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AskForAnEstimate {
|
||||
get {
|
||||
return ResourceManager.GetString("AskForAnEstimate", resourceCulture);
|
||||
|
|
@ -403,6 +409,18 @@ namespace Yavsc {
|
|||
}
|
||||
}
|
||||
|
||||
public static string Create_New {
|
||||
get {
|
||||
return ResourceManager.GetString("Create New", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string HyperLink {
|
||||
get {
|
||||
return ResourceManager.GetString("HyperLink", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Create_a_new_article {
|
||||
get {
|
||||
return ResourceManager.GetString("Create a new article", resourceCulture);
|
||||
|
|
@ -2052,5 +2070,11 @@ namespace Yavsc {
|
|||
return ResourceManager.GetString("Join", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string GiveAdmin {
|
||||
get {
|
||||
return ResourceManager.GetString("GiveAdmin", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@
|
|||
lui présentant votre demande. Vous devriez être contacté très rapidement.</value></data>
|
||||
<data name="aprestation"><value>une prestation</value></data>
|
||||
<data name="approved"><value>Approuvé</value></data>
|
||||
<data name="AreYourSureYouWantToDeleteThis"><value>Êtes-vous sûr de vouloir supprimer ceci?</value></data>
|
||||
<data name="AskForAnEstimate"><value>Demander un devis</value></data>
|
||||
<data name="AttachedFiles"><value>Fichiers attachées</value></data>
|
||||
<data name="AuthenticatedOnly"><value>Seuls les utilisateurs authentifiés peuvent accèder à cette information.</value></data>
|
||||
|
|
@ -178,6 +179,8 @@
|
|||
<data name="Count"><value>Nombre</value></data>
|
||||
<data name="CouldNotConvertVToDouble"><value>La convertion de '{0}' en 'double' a été impossible.</value></data>
|
||||
<data name="Create"><value>Créer</value></data>
|
||||
<data name="Create New"><value>Créer</value></data>
|
||||
<data name="HyperLink"><value>lien hyper</value></data>
|
||||
<data name="Create a new article"><value>Créer un nouvel article</value></data>
|
||||
<data name="Create a new account"><value>Créer un nouveau compte</value></data>
|
||||
<data name="Credits"><value>Crédits</value></data>
|
||||
|
|
@ -494,4 +497,5 @@ Facture réglée: {5}</value></data>
|
|||
|
||||
<data name="AllowMonthlyEmail"><value>Recevoir la lettre mensuelle d'information</value></data>
|
||||
<data name="Join"><value>joindre</value></data>
|
||||
<data name="GiveAdmin"><value>Compromettre l'administration</value></data>
|
||||
</root>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue