diff --git a/MonoX/Resources/SocialNetworkingResources.Designer.cs b/MonoX/Resources/SocialNetworkingResources.Designer.cs index c5c4704..04edc20 100644 --- a/MonoX/Resources/SocialNetworkingResources.Designer.cs +++ b/MonoX/Resources/SocialNetworkingResources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,8 +19,8 @@ namespace MonoSoftware.MonoX.Resources { /// // This class was auto-generated by the StronglyTypedResourceBuilderEx class via the ResXFileCodeGeneratorProviderModel custom tool. (Mono Wrapper based on Dmytro Kryvko builder) // To add or remove a member, edit your .ResX file then rerun the ResXFileCodeGeneratorProviderModel custom tool or rebuild your VS.NET project. - // Copyright (c) Dmytro Kryvko 2006-2014 (http://dmytro.kryvko.googlepages.com/) - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("MonoSoftware.CodeGenerators.Tools.StronglyTypedResourceBuilderEx", "4.8.40.4594")] + // Copyright (c) Dmytro Kryvko 2006-2015 (http://dmytro.kryvko.googlepages.com/) + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("MonoSoftware.CodeGenerators.Tools.StronglyTypedResourceBuilderEx", "4.9.40.4904")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public class SocialNetworkingResources { @@ -5784,6 +5784,24 @@ public class SocialNetworkingResources { } } + /// + /// Gets the strongly typed name for property 'Messaging_MessageDetails_ReplyIsRequired'. + /// + public static string Messaging_MessageDetails_ReplyIsRequired_PropertyName { + get { + return "Messaging_MessageDetails_ReplyIsRequired"; + } + } + + /// + /// Looks up a localized string similar to 'Reply message is required.'. + /// + public static string Messaging_MessageDetails_ReplyIsRequired { + get { + return ResourceManager.GetString("Messaging_MessageDetails_ReplyIsRequired", _resourceCulture); + } + } + /// /// Gets the strongly typed name for property 'Messaging_MessageDetails_Send'. /// @@ -10055,6 +10073,14 @@ public class SocialNetworkingResources { return Messaging_MessageDetails_Reply; } + /// + /// The stub formatting method returning the Messaging_MessageDetails_ReplyIsRequired property value. + /// + /// The Messaging_MessageDetails_ReplyIsRequired property value. + public static string Messaging_MessageDetails_ReplyIsRequiredFormat() { + return Messaging_MessageDetails_ReplyIsRequired; + } + /// /// The stub formatting method returning the Messaging_MessageDetails_Send property value. /// diff --git a/MonoX/Resources/SocialNetworkingResources.resx b/MonoX/Resources/SocialNetworkingResources.resx index 55de6dc..dee87a7 100644 --- a/MonoX/Resources/SocialNetworkingResources.resx +++ b/MonoX/Resources/SocialNetworkingResources.resx @@ -1405,4 +1405,7 @@ MonoX Team Filter + + Reply message is required. + \ No newline at end of file