//------------------------------------------------------------------------------ // // 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 ShareeBike.MultilingualResources { 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 Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 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("ShareeBike.MultilingualResources.Resources", typeof(Resources).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 Bluetooth connection to the lock could not be established. Activate Bluetooth and try again.. /// internal static string LockItExceptionBluetoothDisconnected { get { return ResourceManager.GetString("LockItExceptionBluetoothDisconnected", resourceCulture); } } /// /// Looks up a localized string similar to Lock bolt is blocked. Make sure that no spoke or any other obstacle prevents the lock from closing and try again.. /// internal static string LockItExceptionCloseLockBoltBlocked { get { return ResourceManager.GetString("LockItExceptionCloseLockBoltBlocked", resourceCulture); } } /// /// Looks up a localized string similar to The process is motion sensitive. Step close to the lock, do not move, and try again.. /// internal static string LockItExceptionCloseLockMoving { get { return ResourceManager.GetString("LockItExceptionCloseLockMoving", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected locking state "{0}" detected after sending close command. Please try again or contact customer support.. /// internal static string LockItExceptionCloseLockUnexpectedLockState { get { return ResourceManager.GetString("LockItExceptionCloseLockUnexpectedLockState", resourceCulture); } } /// /// Looks up a localized string similar to Lock reports unknown bold position. Lock could be closed or open. Please try again or contact customer support.. /// internal static string LockItExceptionCloseLockUnknownPosition { get { return ResourceManager.GetString("LockItExceptionCloseLockUnknownPosition", resourceCulture); } } /// /// Looks up a localized string similar to Bluetooth connection to the lock could not be established. Current Blutooth status is {0}. Activate Bluetooth and try again.. /// internal static string LockItExceptionConnectLockBluetoothNotOnException { get { return ResourceManager.GetString("LockItExceptionConnectLockBluetoothNotOnException", resourceCulture); } } /// /// Looks up a localized string similar to Bluetooth connection to the lock could not be established. Activate Bluetooth and try again.. /// internal static string LockItExceptionConnectLockBluetoothOffException { get { return ResourceManager.GetString("LockItExceptionConnectLockBluetoothOffException", resourceCulture); } } /// /// Looks up a localized string similar to Connection to the lock could not be established. Activate Location services and try again.. /// internal static string LockItExceptionConnectLockLocationOffException { get { return ResourceManager.GetString("LockItExceptionConnectLockLocationOffException", resourceCulture); } } /// /// Looks up a localized string similar to Connection to the lock could not be established. Grant Location permission, activate Location services and try again.. /// internal static string LockItExceptionConnectLockLocationPermissingMissingException { get { return ResourceManager.GetString("LockItExceptionConnectLockLocationPermissingMissingException", resourceCulture); } } /// /// Looks up a localized string similar to Position of lock bolt is unknown. Lock could be closed or open. Please try again or contact customer support.. /// internal static string LockItExceptionOpenLockBoldStatusIsUnknown { get { return ResourceManager.GetString("LockItExceptionOpenLockBoldStatusIsUnknown", resourceCulture); } } /// /// Looks up a localized string similar to Bolt was blocked. Make sure that no spoke presses against the lock bolt and try again.. /// internal static string LockItExceptionOpenLockBoldWasBlocked { get { return ResourceManager.GetString("LockItExceptionOpenLockBoldWasBlocked", resourceCulture); } } /// /// Looks up a localized string similar to Lock bolt is blocked. Make sure that no spoke presses against the lock bolt and try again.. /// internal static string LockItExceptionOpenLockBoltBlocked { get { return ResourceManager.GetString("LockItExceptionOpenLockBoltBlocked", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected locking state "{0}" detected after sending open command. Please try again or contact customer support.. /// internal static string LockItExceptionOpenLockUnexpectedState { get { return ResourceManager.GetString("LockItExceptionOpenLockUnexpectedState", resourceCulture); } } } }