summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ivy/Properties/Resources.Designer.cs387
-rw-r--r--Ivy/Properties/Resources.resx229
2 files changed, 616 insertions, 0 deletions
diff --git a/Ivy/Properties/Resources.Designer.cs b/Ivy/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..7659724
--- /dev/null
+++ b/Ivy/Properties/Resources.Designer.cs
@@ -0,0 +1,387 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+// Ce code a été généré par un outil.
+// Version du runtime :4.0.30319.1
+//
+// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
+// le code est régénéré.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace IvyBus.Properties {
+ using System;
+
+
+ /// <summary>
+ /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
+ /// </summary>
+ // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder
+ // à l'aide d'un outil, tel que ResGen ou Visual Studio.
+ // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen
+ // avec l'option /str ou régénérez votre projet VS.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ /// <summary>
+ /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
+ /// </summary>
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("IvyBus.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ /// <summary>
+ /// Remplace la propriété CurrentUICulture du thread actuel pour toutes
+ /// les recherches de ressources à l'aide de cette classe de ressource fortement typée.
+ /// </summary>
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à abnormally Disconnected from .
+ /// </summary>
+ internal static string AbDisconnect {
+ get {
+ return ResourceManager.GetString("AbDisconnect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Bad broadcast address.
+ /// </summary>
+ internal static string BadBroadcast {
+ get {
+ return ResourceManager.GetString("BadBroadcast", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à error compiling binding .
+ /// </summary>
+ internal static string BadExpression {
+ get {
+ return ResourceManager.GetString("BadExpression", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à receiveMsg false ! leaving the thread.
+ /// </summary>
+ internal static string BadReceive {
+ get {
+ return ResourceManager.GetString("BadReceive", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à abnormally Formed message expected &apos;msg field=value field=value....&apos; :.
+ /// </summary>
+ internal static string BadSimpleBinding {
+ get {
+ return ResourceManager.GetString("BadSimpleBinding", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Ignoring bad protocol version .
+ /// </summary>
+ internal static string BadVersion {
+ get {
+ return ResourceManager.GetString("BadVersion", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à good bye.
+ /// </summary>
+ internal static string ByeMessage {
+ get {
+ return ResourceManager.GetString("ByeMessage", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à received bye Message from .
+ /// </summary>
+ internal static string ByeReceive {
+ get {
+ return ResourceManager.GetString("ByeReceive", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à closing connection to .
+ /// </summary>
+ internal static string Closing {
+ get {
+ return ResourceManager.GetString("Closing", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Rare ! A concurrent connect occurred.
+ /// </summary>
+ internal static string ConcurrentConnect {
+ get {
+ return ResourceManager.GetString("ConcurrentConnect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Connected from .
+ /// </summary>
+ internal static string Connected {
+ get {
+ return ResourceManager.GetString("Connected", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à received die Message from .
+ /// </summary>
+ internal static string DieReceive {
+ get {
+ return ResourceManager.GetString("DieReceive", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à normally Disconnected from .
+ /// </summary>
+ internal static string Disconnected {
+ get {
+ return ResourceManager.GetString("Disconnected", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Error msg .
+ /// </summary>
+ internal static string ErrorReceive {
+ get {
+ return ResourceManager.GetString("ErrorReceive", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Ivy.
+ /// </summary>
+ internal static string Ivy {
+ get {
+ return ResourceManager.GetString("Ivy", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à IvyClient.
+ /// </summary>
+ internal static string IvyClient {
+ get {
+ return ResourceManager.GetString("IvyClient", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à I can&apos;t send my message to this client. He probably left .
+ /// </summary>
+ internal static string IvyClientLeft {
+ get {
+ return ResourceManager.GetString("IvyClientLeft", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Ivy server socket reader caught an exception: .
+ /// </summary>
+ internal static string IvyIOException {
+ get {
+ return ResourceManager.GetString("IvyIOException", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à my server socket has been closed .
+ /// </summary>
+ internal static string IvySocketException {
+ get {
+ return ResourceManager.GetString("IvySocketException", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à IvyWatcher.
+ /// </summary>
+ internal static string IvyWatcher {
+ get {
+ return ResourceManager.GetString("IvyWatcher", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Pinger Thread killed .
+ /// </summary>
+ internal static string PingerThreadKilled {
+ get {
+ return ResourceManager.GetString("PingerThreadKilled", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à are you here ?.
+ /// </summary>
+ internal static string PingerThreadMessage {
+ get {
+ return ResourceManager.GetString("PingerThreadMessage", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Pinger Thread started.
+ /// </summary>
+ internal static string PingerThreadStarted {
+ get {
+ return ResourceManager.GetString("PingerThreadStarted", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Pinger Thread stopped.
+ /// </summary>
+ internal static string PingerThreadStopped {
+ get {
+ return ResourceManager.GetString("PingerThreadStopped", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Ping msg from .
+ /// </summary>
+ internal static string PingReceive {
+ get {
+ return ResourceManager.GetString("PingReceive", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à protocol error on msgType.
+ /// </summary>
+ internal static string ProtocolError {
+ get {
+ return ResourceManager.GetString("ProtocolError", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Reason: .
+ /// </summary>
+ internal static string Reason {
+ get {
+ return ResourceManager.GetString("Reason", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à socket closed .
+ /// </summary>
+ internal static string SocketClosed {
+ get {
+ return ResourceManager.GetString("SocketClosed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Thread started.
+ /// </summary>
+ internal static string ThreadStart {
+ get {
+ return ResourceManager.GetString("ThreadStart", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Thread stopped.
+ /// </summary>
+ internal static string ThreadStop {
+ get {
+ return ResourceManager.GetString("ThreadStop", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à protocol error, unknown message type .
+ /// </summary>
+ internal static string UnknownMessage {
+ get {
+ return ResourceManager.GetString("UnknownMessage", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à can&apos;t connect to .
+ /// </summary>
+ internal static string WatcherConnectError {
+ get {
+ return ResourceManager.GetString("WatcherConnectError", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à IvyWatcher I/O error.
+ /// </summary>
+ internal static string WatcherIOError {
+ get {
+ return ResourceManager.GetString("WatcherIOError", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à watcher thread ended: .
+ /// </summary>
+ internal static string WatcherIOException {
+ get {
+ return ResourceManager.GetString("WatcherIOException", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à Receive Broadcast from .
+ /// </summary>
+ internal static string WatcherReceive {
+ get {
+ return ResourceManager.GetString("WatcherReceive", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Recherche une chaîne localisée semblable à watcher socket closed: .
+ /// </summary>
+ internal static string WatcherSocketClosed {
+ get {
+ return ResourceManager.GetString("WatcherSocketClosed", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/Ivy/Properties/Resources.resx b/Ivy/Properties/Resources.resx
new file mode 100644
index 0000000..368ad6e
--- /dev/null
+++ b/Ivy/Properties/Resources.resx
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <data name="AbDisconnect" xml:space="preserve">
+ <value>abnormally Disconnected from </value>
+ </data>
+ <data name="BadBroadcast" xml:space="preserve">
+ <value>Bad broadcast address</value>
+ </data>
+ <data name="BadReceive" xml:space="preserve">
+ <value>receiveMsg false ! leaving the thread</value>
+ </data>
+ <data name="BadSimpleBinding" xml:space="preserve">
+ <value>abnormally Formed message expected 'msg field=value field=value....' :</value>
+ </data>
+ <data name="BadVersion" xml:space="preserve">
+ <value>Ignoring bad protocol version </value>
+ </data>
+ <data name="ByeMessage" xml:space="preserve">
+ <value>good bye</value>
+ </data>
+ <data name="ByeReceive" xml:space="preserve">
+ <value>received bye Message from </value>
+ </data>
+ <data name="Closing" xml:space="preserve">
+ <value>closing connection to </value>
+ </data>
+ <data name="ConcurrentConnect" xml:space="preserve">
+ <value>Rare ! A concurrent connect occurred</value>
+ </data>
+ <data name="Connected" xml:space="preserve">
+ <value>Connected from </value>
+ </data>
+ <data name="DieReceive" xml:space="preserve">
+ <value>received die Message from </value>
+ </data>
+ <data name="Disconnected" xml:space="preserve">
+ <value>normally Disconnected from </value>
+ </data>
+ <data name="ErrorReceive" xml:space="preserve">
+ <value>Error msg </value>
+ </data>
+ <data name="Ivy" xml:space="preserve">
+ <value>Ivy</value>
+ </data>
+ <data name="IvyClient" xml:space="preserve">
+ <value>IvyClient</value>
+ <comment>message de trace</comment>
+ </data>
+ <data name="IvyClientLeft" xml:space="preserve">
+ <value>I can't send my message to this client. He probably left </value>
+ </data>
+ <data name="IvyIOException" xml:space="preserve">
+ <value>Ivy server socket reader caught an exception: </value>
+ </data>
+ <data name="IvySocketException" xml:space="preserve">
+ <value>my server socket has been closed </value>
+ </data>
+ <data name="IvyWatcher" xml:space="preserve">
+ <value>IvyWatcher</value>
+ </data>
+ <data name="PingerThreadKilled" xml:space="preserve">
+ <value>Pinger Thread killed </value>
+ </data>
+ <data name="PingerThreadMessage" xml:space="preserve">
+ <value>are you here ?</value>
+ </data>
+ <data name="PingerThreadStarted" xml:space="preserve">
+ <value>Pinger Thread started</value>
+ </data>
+ <data name="PingerThreadStopped" xml:space="preserve">
+ <value>Pinger Thread stopped</value>
+ </data>
+ <data name="PingReceive" xml:space="preserve">
+ <value>Ping msg from </value>
+ </data>
+ <data name="ProtocolError" xml:space="preserve">
+ <value>protocol error on msgType</value>
+ </data>
+ <data name="Reason" xml:space="preserve">
+ <value>Reason: </value>
+ </data>
+ <data name="SocketClosed" xml:space="preserve">
+ <value>socket closed </value>
+ </data>
+ <data name="UnknownMessage" xml:space="preserve">
+ <value>protocol error, unknown message type </value>
+ </data>
+ <data name="WatcherConnectError" xml:space="preserve">
+ <value>can't connect to </value>
+ </data>
+ <data name="WatcherIOError" xml:space="preserve">
+ <value>IvyWatcher I/O error</value>
+ </data>
+ <data name="WatcherIOException" xml:space="preserve">
+ <value>watcher thread ended: </value>
+ </data>
+ <data name="WatcherReceive" xml:space="preserve">
+ <value>Receive Broadcast from </value>
+ </data>
+ <data name="WatcherSocketClosed" xml:space="preserve">
+ <value>watcher socket closed: </value>
+ </data>
+ <data name="BadExpression" xml:space="preserve">
+ <value>error compiling binding </value>
+ </data>
+ <data name="ThreadStart" xml:space="preserve">
+ <value>Thread started</value>
+ </data>
+ <data name="ThreadStop" xml:space="preserve">
+ <value>Thread stopped</value>
+ </data>
+</root> \ No newline at end of file