//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Blahblah.FlowerApp { 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", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Localizations { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Localizations() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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("Blahblah.FlowerApp.Localizations", typeof(Localizations).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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Add. /// internal static string add { get { return ResourceManager.GetString("add", resourceCulture); } } /// /// Looks up a localized string similar to Error. /// internal static string error { get { return ResourceManager.GetString("error", resourceCulture); } } /// /// Looks up a localized string similar to Failed to get flowers, please try again.. /// internal static string failedGetFlowers { get { return ResourceManager.GetString("failedGetFlowers", resourceCulture); } } /// /// Looks up a localized string similar to Failed to login, please try again later.. /// internal static string failedLogin { get { return ResourceManager.GetString("failedLogin", resourceCulture); } } /// /// Looks up a localized string similar to Enter flower name to search.... /// internal static string flowerSearchPlaceholder { get { return ResourceManager.GetString("flowerSearchPlaceholder", resourceCulture); } } /// /// Looks up a localized string similar to Forgot password?. /// internal static string forgotPassword { get { return ResourceManager.GetString("forgotPassword", resourceCulture); } } /// /// Looks up a localized string similar to Guest. /// internal static string guest { get { return ResourceManager.GetString("guest", resourceCulture); } } /// /// Looks up a localized string similar to Garden. /// internal static string home { get { return ResourceManager.GetString("home", resourceCulture); } } /// /// Looks up a localized string similar to Log In. /// internal static string logIn { get { return ResourceManager.GetString("logIn", resourceCulture); } } /// /// Looks up a localized string similar to My Garden. /// internal static string myGarden { get { return ResourceManager.GetString("myGarden", resourceCulture); } } /// /// Looks up a localized string similar to No. /// internal static string no { get { return ResourceManager.GetString("no", resourceCulture); } } /// /// Looks up a localized string similar to Click "Add" in the upper right corner to usher in the first plant in the garden.. /// internal static string noFlower { get { return ResourceManager.GetString("noFlower", resourceCulture); } } /// /// Looks up a localized string similar to Ok. /// internal static string ok { get { return ResourceManager.GetString("ok", resourceCulture); } } /// /// Looks up a localized string similar to Password. /// internal static string password { get { return ResourceManager.GetString("password", resourceCulture); } } /// /// Looks up a localized string similar to Square. /// internal static string squarePage { get { return ResourceManager.GetString("squarePage", resourceCulture); } } /// /// Looks up a localized string similar to Unknown. /// internal static string unknown { get { return ResourceManager.GetString("unknown", resourceCulture); } } /// /// Looks up a localized string similar to User ID. /// internal static string userId { get { return ResourceManager.GetString("userId", resourceCulture); } } /// /// Looks up a localized string similar to Profile. /// internal static string userPage { get { return ResourceManager.GetString("userPage", resourceCulture); } } /// /// Looks up a localized string similar to Yes. /// internal static string yes { get { return ResourceManager.GetString("yes", resourceCulture); } } } }