sharee.bike-App/LockItShared/MultilingualResources/Resources.Designer.cs
2023-08-31 12:20:06 +02:00

181 lines
8.3 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 TINK.MultilingualResources {
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 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() {
}
/// <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("TINK.MultilingualResources.Resources", typeof(Resources).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 Bluetooth connection to the lock could not be established. Activate Bluetooth and try again..
/// </summary>
internal static string LockItExceptionBluetoothDisconnected {
get {
return ResourceManager.GetString("LockItExceptionBluetoothDisconnected", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string LockItExceptionCloseLockBoltBlocked {
get {
return ResourceManager.GetString("LockItExceptionCloseLockBoltBlocked", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The process is motion sensitive. Step close to the lock, do not move, and try again..
/// </summary>
internal static string LockItExceptionCloseLockMoving {
get {
return ResourceManager.GetString("LockItExceptionCloseLockMoving", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected locking state &quot;{0}&quot; detected after sending close command. Please try again or contact customer support..
/// </summary>
internal static string LockItExceptionCloseLockUnexpectedLockState {
get {
return ResourceManager.GetString("LockItExceptionCloseLockUnexpectedLockState", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string LockItExceptionCloseLockUnknownPosition {
get {
return ResourceManager.GetString("LockItExceptionCloseLockUnknownPosition", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string LockItExceptionConnectLockBluetoothNotOnException {
get {
return ResourceManager.GetString("LockItExceptionConnectLockBluetoothNotOnException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bluetooth connection to the lock could not be established. Activate Bluetooth and try again..
/// </summary>
internal static string LockItExceptionConnectLockBluetoothOffException {
get {
return ResourceManager.GetString("LockItExceptionConnectLockBluetoothOffException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connection to the lock could not be established. Activate Location services and try again..
/// </summary>
internal static string LockItExceptionConnectLockLocationOffException {
get {
return ResourceManager.GetString("LockItExceptionConnectLockLocationOffException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connection to the lock could not be established. Grant Location permission, activate Location services and try again..
/// </summary>
internal static string LockItExceptionConnectLockLocationPermissingMissingException {
get {
return ResourceManager.GetString("LockItExceptionConnectLockLocationPermissingMissingException", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string LockItExceptionOpenLockBoldStatusIsUnknown {
get {
return ResourceManager.GetString("LockItExceptionOpenLockBoldStatusIsUnknown", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bolt was blocked. Make sure that no spoke presses against the lock bolt and try again..
/// </summary>
internal static string LockItExceptionOpenLockBoldWasBlocked {
get {
return ResourceManager.GetString("LockItExceptionOpenLockBoldWasBlocked", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock bolt is blocked. Make sure that no spoke presses against the lock bolt and try again..
/// </summary>
internal static string LockItExceptionOpenLockBoltBlocked {
get {
return ResourceManager.GetString("LockItExceptionOpenLockBoltBlocked", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected locking state &quot;{0}&quot; detected after sending open command. Please try again or contact customer support..
/// </summary>
internal static string LockItExceptionOpenLockUnexpectedState {
get {
return ResourceManager.GetString("LockItExceptionOpenLockUnexpectedState", resourceCulture);
}
}
}
}