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