//------------------------------------------------------------------------------ // // 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 Add Flower. /// internal static string addFlower { get { return ResourceManager.GetString("addFlower", resourceCulture); } } /// /// Looks up a localized string similar to Cost:. /// internal static string costColon { get { return ResourceManager.GetString("costColon", resourceCulture); } } /// /// Looks up a localized string similar to Cost must be a positive number.. /// internal static string costInvalid { get { return ResourceManager.GetString("costInvalid", resourceCulture); } } /// /// Looks up a localized string similar to There are currently {count} plants. /// internal static string currentCount { get { return ResourceManager.GetString("currentCount", resourceCulture); } } /// /// Looks up a localized string similar to {count} days planted. /// internal static string daysPlanted { get { return ResourceManager.GetString("daysPlanted", resourceCulture); } } /// /// Looks up a localized string similar to Please enter the cost. /// internal static string enterCost { get { return ResourceManager.GetString("enterCost", resourceCulture); } } /// /// Looks up a localized string similar to Please enter the flower name. /// internal static string enterFlowerName { get { return ResourceManager.GetString("enterFlowerName", 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 add flower, {error}, please try again later.. /// internal static string failedAddFlower { get { return ResourceManager.GetString("failedAddFlower", 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 Flower category. /// internal static string flowerCategory { get { return ResourceManager.GetString("flowerCategory", resourceCulture); } } /// /// Looks up a localized string similar to Flower category:. /// internal static string flowerCategoryColon { get { return ResourceManager.GetString("flowerCategoryColon", resourceCulture); } } /// /// Looks up a localized string similar to Flower category is required.. /// internal static string flowerCategoryRequired { get { return ResourceManager.GetString("flowerCategoryRequired", resourceCulture); } } /// /// Looks up a localized string similar to Flower name. /// internal static string flowerName { get { return ResourceManager.GetString("flowerName", resourceCulture); } } /// /// Looks up a localized string similar to Flower name is required.. /// internal static string flowerNameRequired { get { return ResourceManager.GetString("flowerNameRequired", 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 User id and password is required.. /// internal static string idPasswordRequired { get { return ResourceManager.GetString("idPasswordRequired", resourceCulture); } } /// /// Looks up a localized string similar to Locating.... /// internal static string locating { get { return ResourceManager.GetString("locating", resourceCulture); } } /// /// Looks up a localized string similar to Location:. /// internal static string locationColon { get { return ResourceManager.GetString("locationColon", resourceCulture); } } /// /// Looks up a localized string similar to Location is required.. /// internal static string locationRequired { get { return ResourceManager.GetString("locationRequired", 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 {count} logs. /// internal static string logs { get { return ResourceManager.GetString("logs", resourceCulture); } } /// /// Looks up a localized string similar to Memo:. /// internal static string memoColon { get { return ResourceManager.GetString("memoColon", 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 Flower Story needs access to the camera to take photos.. /// internal static string needCameraPermission { get { return ResourceManager.GetString("needCameraPermission", 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 Your device does not support taking photos.. /// internal static string notSupportedCapture { get { return ResourceManager.GetString("notSupportedCapture", 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 Purchase from:. /// internal static string purchaseFromColon { get { return ResourceManager.GetString("purchaseFromColon", resourceCulture); } } /// /// Looks up a localized string similar to Purchase time:. /// internal static string purchaseTimeColon { get { return ResourceManager.GetString("purchaseTimeColon", resourceCulture); } } /// /// Looks up a localized string similar to Save. /// internal static string save { get { return ResourceManager.GetString("save", resourceCulture); } } /// /// Looks up a localized string similar to Saved successfully.. /// internal static string savedSuccessfully { get { return ResourceManager.GetString("savedSuccessfully", resourceCulture); } } /// /// Looks up a localized string similar to Please select the flower category. /// internal static string selectFlowerCategory { get { return ResourceManager.GetString("selectFlowerCategory", resourceCulture); } } /// /// Looks up a localized string similar to Please select the location. /// internal static string selectFlowerLocation { get { return ResourceManager.GetString("selectFlowerLocation", resourceCulture); } } /// /// Looks up a localized string similar to Please select where are you purchase from. /// internal static string selectPurchaseFrom { get { return ResourceManager.GetString("selectPurchaseFrom", resourceCulture); } } /// /// Looks up a localized string similar to Please select the purchase time. /// internal static string selectPurchaseTime { get { return ResourceManager.GetString("selectPurchaseTime", 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 Welcome, {name}. /// internal static string welcome { get { return ResourceManager.GetString("welcome", resourceCulture); } } /// /// Looks up a localized string similar to Yes. /// internal static string yes { get { return ResourceManager.GetString("yes", resourceCulture); } } } }