diff -r 1f1614b65397 -r cf756528609e client/src/Iri.Modernisation.Lang/LangResource.Designer.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/Iri.Modernisation.Lang/LangResource.Designer.cs Thu Nov 19 12:12:55 2009 +0100 @@ -0,0 +1,252 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.3082 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Iri.Modernisation.Lang { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class LangResource { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + public LangResource() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Iri.Modernisation.Lang.LangResource", typeof(LangResource).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to AnnotationMakerAddLinkLabel. + /// + public static string AnnotationMakerAddLinkLabel { + get { + return ResourceManager.GetString("AnnotationMakerAddLinkLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to AnnotationMakerTitle. + /// + public static string AnnotationMakerTitle { + get { + return ResourceManager.GetString("AnnotationMakerTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PersonalChutierSearchByAuthorLabel. + /// + public static string ConsultationSearchByAuthorLabel { + get { + return ResourceManager.GetString("ConsultationSearchByAuthorLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PersonalChutierSearchByContributerLabel. + /// + public static string ConsultationSearchByContributerLabel { + get { + return ResourceManager.GetString("ConsultationSearchByContributerLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PersonalChutierSearchByKeyWordsLabel. + /// + public static string ConsultationSearchByKeyWordsLabel { + get { + return ResourceManager.GetString("ConsultationSearchByKeyWordsLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ConsultationViewTitle. + /// + public static string ConsultationViewTitle { + get { + return ResourceManager.GetString("ConsultationViewTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to DisplayLabel. + /// + public static string DisplayLabel { + get { + return ResourceManager.GetString("DisplayLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to MenuDisplayAnnotation. + /// + public static string MenuDisplayAnnotations { + get { + return ResourceManager.GetString("MenuDisplayAnnotations", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to MenuDisplaySequences. + /// + public static string MenuDisplaySequences { + get { + return ResourceManager.GetString("MenuDisplaySequences", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to MenuLoginLabel. + /// + public static string MenuLoginLabel { + get { + return ResourceManager.GetString("MenuLoginLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to MenuLogoutLabel. + /// + public static string MenuLogoutLabel { + get { + return ResourceManager.GetString("MenuLogoutLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to MenuMessagingLabel. + /// + public static string MenuMessagingLabel { + get { + return ResourceManager.GetString("MenuMessagingLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to MenuNotConnectedLabel. + /// + public static string MenuNotConnectedLabel { + get { + return ResourceManager.GetString("MenuNotConnectedLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to MenuPreferenceLabel. + /// + public static string MenuPreferenceLabel { + get { + return ResourceManager.GetString("MenuPreferenceLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to OkLabel. + /// + public static string OkLabel { + get { + return ResourceManager.GetString("OkLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PersonalChutierTitle. + /// + public static string PersonalChutierTitle { + get { + return ResourceManager.GetString("PersonalChutierTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ProductionMenuCreateLabel. + /// + public static string ProductionMenuCreateLabel { + get { + return ResourceManager.GetString("ProductionMenuCreateLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ProductionMenuMyBookLabel. + /// + public static string ProductionMenuMyBookLabel { + get { + return ResourceManager.GetString("ProductionMenuMyBookLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ProductionMenuTitle. + /// + public static string ProductionMenuTitle { + get { + return ResourceManager.GetString("ProductionMenuTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ProductionMenuUpdateLabel. + /// + public static string ProductionMenuUpdateLabel { + get { + return ResourceManager.GetString("ProductionMenuUpdateLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ReferencesChutierTitle. + /// + public static string ReferencesChutierTitle { + get { + return ResourceManager.GetString("ReferencesChutierTitle", resourceCulture); + } + } + } +}