flower-story/FlowerApp/Localizations.Designer.cs
2023-07-31 17:11:39 +08:00

235 lines
8.1 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Blahblah.FlowerApp {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// 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() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[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;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Add.
/// </summary>
internal static string add {
get {
return ResourceManager.GetString("add", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error.
/// </summary>
internal static string error {
get {
return ResourceManager.GetString("error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to get flowers, please try again..
/// </summary>
internal static string failedGetFlowers {
get {
return ResourceManager.GetString("failedGetFlowers", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to login, please try again later..
/// </summary>
internal static string failedLogin {
get {
return ResourceManager.GetString("failedLogin", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter flower name to search....
/// </summary>
internal static string flowerSearchPlaceholder {
get {
return ResourceManager.GetString("flowerSearchPlaceholder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Forgot password?.
/// </summary>
internal static string forgotPassword {
get {
return ResourceManager.GetString("forgotPassword", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Guest.
/// </summary>
internal static string guest {
get {
return ResourceManager.GetString("guest", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Garden.
/// </summary>
internal static string home {
get {
return ResourceManager.GetString("home", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Log In.
/// </summary>
internal static string logIn {
get {
return ResourceManager.GetString("logIn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to My Garden.
/// </summary>
internal static string myGarden {
get {
return ResourceManager.GetString("myGarden", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No.
/// </summary>
internal static string no {
get {
return ResourceManager.GetString("no", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Click &quot;Add&quot; in the upper right corner to usher in the first plant in the garden..
/// </summary>
internal static string noFlower {
get {
return ResourceManager.GetString("noFlower", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ok.
/// </summary>
internal static string ok {
get {
return ResourceManager.GetString("ok", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password.
/// </summary>
internal static string password {
get {
return ResourceManager.GetString("password", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Square.
/// </summary>
internal static string squarePage {
get {
return ResourceManager.GetString("squarePage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unknown.
/// </summary>
internal static string unknown {
get {
return ResourceManager.GetString("unknown", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to User ID.
/// </summary>
internal static string userId {
get {
return ResourceManager.GetString("userId", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Profile.
/// </summary>
internal static string userPage {
get {
return ResourceManager.GetString("userPage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Yes.
/// </summary>
internal static string yes {
get {
return ResourceManager.GetString("yes", resourceCulture);
}
}
}
}