//------------------------------------------------------------------------------
//
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.239
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
//
//------------------------------------------------------------------------------
namespace IvyBus.Properties {
using System;
///
/// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
///
// 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() {
}
///
/// Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
///
[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;
}
}
///
/// Remplace la propriété CurrentUICulture du thread actuel pour toutes
/// les recherches de ressources à l'aide de cette classe de ressource fortement typée.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Recherche une chaîne localisée semblable à abnormally Disconnected from .
///
internal static string AbDisconnect {
get {
return ResourceManager.GetString("AbDisconnect", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Bad broadcast address.
///
internal static string BadBroadcast {
get {
return ResourceManager.GetString("BadBroadcast", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à error compiling binding .
///
internal static string BadExpression {
get {
return ResourceManager.GetString("BadExpression", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à receiveMsg false ! leaving the thread.
///
internal static string BadReceive {
get {
return ResourceManager.GetString("BadReceive", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à abnormally Formed message expected 'msg field=value field=value....' :.
///
internal static string BadSimpleBinding {
get {
return ResourceManager.GetString("BadSimpleBinding", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Ignoring bad protocol version .
///
internal static string BadVersion {
get {
return ResourceManager.GetString("BadVersion", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à good bye.
///
internal static string ByeMessage {
get {
return ResourceManager.GetString("ByeMessage", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à received bye Message from .
///
internal static string ByeReceive {
get {
return ResourceManager.GetString("ByeReceive", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à closing connection to .
///
internal static string Closing {
get {
return ResourceManager.GetString("Closing", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Rare ! A concurrent connect occurred.
///
internal static string ConcurrentConnect {
get {
return ResourceManager.GetString("ConcurrentConnect", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Connected from .
///
internal static string Connected {
get {
return ResourceManager.GetString("Connected", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à received die Message from .
///
internal static string DieReceive {
get {
return ResourceManager.GetString("DieReceive", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à normally Disconnected from .
///
internal static string Disconnected {
get {
return ResourceManager.GetString("Disconnected", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Error msg .
///
internal static string ErrorReceive {
get {
return ResourceManager.GetString("ErrorReceive", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Ivy.
///
internal static string Ivy {
get {
return ResourceManager.GetString("Ivy", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à IvyClient.
///
internal static string IvyClient {
get {
return ResourceManager.GetString("IvyClient", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à I can't send my message to this client. He probably left .
///
internal static string IvyClientLeft {
get {
return ResourceManager.GetString("IvyClientLeft", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Ivy server socket reader caught an exception: .
///
internal static string IvyIOException {
get {
return ResourceManager.GetString("IvyIOException", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à my server socket has been closed .
///
internal static string IvySocketException {
get {
return ResourceManager.GetString("IvySocketException", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à IvyWatcher.
///
internal static string IvyWatcher {
get {
return ResourceManager.GetString("IvyWatcher", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Pinger Thread killed .
///
internal static string PingerThreadKilled {
get {
return ResourceManager.GetString("PingerThreadKilled", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à are you here ?.
///
internal static string PingerThreadMessage {
get {
return ResourceManager.GetString("PingerThreadMessage", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Pinger Thread started.
///
internal static string PingerThreadStarted {
get {
return ResourceManager.GetString("PingerThreadStarted", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Pinger Thread stopped.
///
internal static string PingerThreadStopped {
get {
return ResourceManager.GetString("PingerThreadStopped", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Ping msg from .
///
internal static string PingReceive {
get {
return ResourceManager.GetString("PingReceive", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à protocol error on msgType.
///
internal static string ProtocolError {
get {
return ResourceManager.GetString("ProtocolError", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Reason: .
///
internal static string Reason {
get {
return ResourceManager.GetString("Reason", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à socket closed .
///
internal static string SocketClosed {
get {
return ResourceManager.GetString("SocketClosed", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Thread started.
///
internal static string ThreadStart {
get {
return ResourceManager.GetString("ThreadStart", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Thread stopped.
///
internal static string ThreadStop {
get {
return ResourceManager.GetString("ThreadStop", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à protocol error, unknown message type .
///
internal static string UnknownMessage {
get {
return ResourceManager.GetString("UnknownMessage", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à can't connect to .
///
internal static string WatcherConnectError {
get {
return ResourceManager.GetString("WatcherConnectError", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à IvyWatcher I/O error.
///
internal static string WatcherIOError {
get {
return ResourceManager.GetString("WatcherIOError", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à watcher thread ended: .
///
internal static string WatcherIOException {
get {
return ResourceManager.GetString("WatcherIOException", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Receive Broadcast from .
///
internal static string WatcherReceive {
get {
return ResourceManager.GetString("WatcherReceive", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à watcher socket closed: .
///
internal static string WatcherSocketClosed {
get {
return ResourceManager.GetString("WatcherSocketClosed", resourceCulture);
}
}
}
}