//------------------------------------------------------------------------------ // // 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 TIAMSharedUI.Resources { 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()] public class MyResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal MyResources() { } /// /// 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("TIAMSharedUI.Resources.MyResources", typeof(MyResources).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 Blehhhh. /// public static string Bleh { get { return ResourceManager.GetString("Bleh", resourceCulture); } } /// /// Looks up a localized string similar to Clubcards. /// public static string Index_Clubcards { get { return ResourceManager.GetString("Index.Clubcards", resourceCulture); } } /// /// Looks up a localized string similar to Join the club, and enjoy great offers during your stay!. /// public static string Index_Clubcards_Desc { get { return ResourceManager.GetString("Index.Clubcards.Desc", resourceCulture); } } /// /// Looks up a localized string similar to Please select!. /// public static string Index_Subtitle { get { return ResourceManager.GetString("Index.Subtitle", resourceCulture); } } /// /// Looks up a localized string similar to Welcome!. /// public static string Index_Title { get { return ResourceManager.GetString("Index.Title", resourceCulture); } } /// /// Looks up a localized string similar to Tours. /// public static string Index_Tours { get { return ResourceManager.GetString("Index.Tours", resourceCulture); } } /// /// Looks up a localized string similar to Are you curious about the wonderful sights of Budapest or Hungary? Book a guided tour now!. /// public static string Index_Tours_Desc { get { return ResourceManager.GetString("Index.Tours.Desc", resourceCulture); } } /// /// Looks up a localized string similar to Transfer. /// public static string Index_Transfer { get { return ResourceManager.GetString("Index.Transfer", resourceCulture); } } /// /// Looks up a localized string similar to Do you need a lift? Book a transfer now!. /// public static string Index_Transfer_Desc { get { return ResourceManager.GetString("Index.Transfer.Desc", resourceCulture); } } /// /// Looks up a localized string similar to Email. /// public static string LoginEmail { get { return ResourceManager.GetString("LoginEmail", resourceCulture); } } /// /// Looks up a localized string similar to Password. /// public static string LoginPassword { get { return ResourceManager.GetString("LoginPassword", resourceCulture); } } /// /// Looks up a localized string similar to Let's get you inside!. /// public static string LoginTitleText { get { return ResourceManager.GetString("LoginTitleText", resourceCulture); } } /// /// Looks up a localized string similar to Home. /// public static string NavMenu_Home { get { return ResourceManager.GetString("NavMenu.Home", resourceCulture); } } /// /// Looks up a localized string similar to Login. /// public static string NavMenu_Login { get { return ResourceManager.GetString("NavMenu.Login", resourceCulture); } } /// /// Looks up a localized string similar to Settings. /// public static string NavMenu_Settings { get { return ResourceManager.GetString("NavMenu.Settings", resourceCulture); } } /// /// Looks up a localized string similar to Sign out. /// public static string NavMenu_SignOut { get { return ResourceManager.GetString("NavMenu.SignOut", resourceCulture); } } /// /// Looks up a localized string similar to Transfer. /// public static string NavMenu_Transfer { get { return ResourceManager.GetString("NavMenu.Transfer", resourceCulture); } } /// /// Looks up a localized string similar to Register. /// public static string RegisterRegister { get { return ResourceManager.GetString("RegisterRegister", resourceCulture); } } /// /// Looks up a localized string similar to Language. /// public static string Settings_Language { get { return ResourceManager.GetString("Settings.Language", resourceCulture); } } /// /// Looks up a localized string similar to Settings. /// public static string Settings_Title { get { return ResourceManager.GetString("Settings.Title", resourceCulture); } } /// /// Looks up a localized string similar to Next. /// public static string Transfer_Next { get { return ResourceManager.GetString("Transfer.Next", resourceCulture); } } /// /// Looks up a localized string similar to Previous. /// public static string Transfer_Previous { get { return ResourceManager.GetString("Transfer.Previous", resourceCulture); } } /// /// Looks up a localized string similar to Start typing or swipe to select a preset destination!. /// public static string Transfer_Subtitle { get { return ResourceManager.GetString("Transfer.Subtitle", resourceCulture); } } /// /// Looks up a localized string similar to Book a transfer. /// public static string Transfer_Title { get { return ResourceManager.GetString("Transfer.Title", resourceCulture); } } } }