2021-05-13 20:03:07 +02:00
//------------------------------------------------------------------------------
// <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", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class AppResources {
private static global :: System . Resources . ResourceManager resourceMan ;
private static global :: System . Globalization . CultureInfo resourceCulture ;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal AppResources ( ) {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[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 ( "TINK.MultilingualResources.AppResources" , typeof ( AppResources ) . 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)]
public static global :: System . Globalization . CultureInfo Culture {
get {
return resourceCulture ;
}
set {
resourceCulture = value ;
}
}
/// <summary>
/// Looks up a localized string similar to Rent bike or close lock.
/// </summary>
public static string ActionBookOrClose {
get {
return ResourceManager . GetString ( "ActionBookOrClose" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Cancel bike reservation.
/// </summary>
public static string ActionCancelRequest {
get {
return ResourceManager . GetString ( "ActionCancelRequest" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Close lock.
/// </summary>
public static string ActionClose {
get {
return ResourceManager . GetString ( "ActionClose" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Close lock & return bike.
/// </summary>
public static string ActionCloseAndReturn {
get {
return ResourceManager . GetString ( "ActionCloseAndReturn" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Submit rating.
/// </summary>
public static string ActionContactRate {
get {
return ResourceManager . GetString ( "ActionContactRate" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Login.
/// </summary>
public static string ActionLoginLogin {
get {
return ResourceManager . GetString ( "ActionLoginLogin" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Password forgotten?.
/// </summary>
public static string ActionLoginPasswordForgotten {
get {
return ResourceManager . GetString ( "ActionLoginPasswordForgotten" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Register.
/// </summary>
public static string ActionLoginRegister {
get {
return ResourceManager . GetString ( "ActionLoginRegister" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Open lock.
/// </summary>
public static string ActionOpen {
get {
return ResourceManager . GetString ( "ActionOpen" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Open lock & rent bike.
/// </summary>
public static string ActionOpenAndBook {
get {
return ResourceManager . GetString ( "ActionOpenAndBook" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Open lock & continue renting.
/// </summary>
public static string ActionOpenAndPause {
get {
return ResourceManager . GetString ( "ActionOpenAndPause" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Reserve bike.
/// </summary>
public static string ActionRequest {
get {
return ResourceManager . GetString ( "ActionRequest" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Return bike.
/// </summary>
public static string ActionReturn {
get {
return ResourceManager . GetString ( "ActionReturn" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Search lock.
/// </summary>
public static string ActionSearchLock {
get {
return ResourceManager . GetString ( "ActionSearchLock" , resourceCulture ) ;
}
}
2021-07-22 22:41:35 +02:00
/// <summary>
/// Looks up a localized string similar to Select station.
/// </summary>
public static string ActionSelectStation {
get {
return ResourceManager . GetString ( "ActionSelectStation" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Loading bikes located at station....
/// </summary>
public static string ActivityTextBikesAtStationGetBikes {
get {
return ResourceManager . GetString ( "ActivityTextBikesAtStationGetBikes" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Canceling reservation....
/// </summary>
public static string ActivityTextCancelingReservation {
get {
return ResourceManager . GetString ( "ActivityTextCancelingReservation" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Centering map....
/// </summary>
public static string ActivityTextCenterMap {
get {
return ResourceManager . GetString ( "ActivityTextCenterMap" , resourceCulture ) ;
}
}
2021-07-14 20:39:47 +02:00
/// <summary>
/// Looks up a localized string similar to Checking state permissions....
/// </summary>
public static string ActivityTextCheckBluetoothState {
get {
return ResourceManager . GetString ( "ActivityTextCheckBluetoothState" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Closing lock....
/// </summary>
public static string ActivityTextClosingLock {
get {
return ResourceManager . GetString ( "ActivityTextClosingLock" , resourceCulture ) ;
}
}
2021-06-26 20:57:55 +02:00
/// <summary>
/// Looks up a localized string similar to Offline..
/// </summary>
public static string ActivityTextConnectionStateOffline {
get {
return ResourceManager . GetString ( "ActivityTextConnectionStateOffline" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Disconnecting lock....
/// </summary>
public static string ActivityTextDisconnectingLock {
get {
return ResourceManager . GetString ( "ActivityTextDisconnectingLock" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Connection error on updating locking status..
/// </summary>
public static string ActivityTextErrorConnectionUpdateingLockstate {
get {
return ResourceManager . GetString ( "ActivityTextErrorConnectionUpdateingLockstate" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Connection error: Deserialization failed..
/// </summary>
public static string ActivityTextErrorDeserializationException {
get {
return ResourceManager . GetString ( "ActivityTextErrorDeserializationException" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Error occurred disconnecting.
/// </summary>
public static string ActivityTextErrorDisconnect {
get {
return ResourceManager . GetString ( "ActivityTextErrorDisconnect" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Connection interrupted..
/// </summary>
public static string ActivityTextErrorException {
get {
return ResourceManager . GetString ( "ActivityTextErrorException" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Connection error, invalid server response..
/// </summary>
public static string ActivityTextErrorInvalidResponseException {
get {
return ResourceManager . GetString ( "ActivityTextErrorInvalidResponseException" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to No web error on updating locking status..
/// </summary>
public static string ActivityTextErrorNoWebUpdateingLockstate {
get {
return ResourceManager . GetString ( "ActivityTextErrorNoWebUpdateingLockstate" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Battery status cannot be read..
/// </summary>
public static string ActivityTextErrorReadingChargingLevelGeneral {
get {
return ResourceManager . GetString ( "ActivityTextErrorReadingChargingLevelGeneral" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Battery status can only be read when bike is nearby..
/// </summary>
public static string ActivityTextErrorReadingChargingLevelOutOfReach {
get {
return ResourceManager . GetString ( "ActivityTextErrorReadingChargingLevelOutOfReach" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Status error on updating lock state..
/// </summary>
public static string ActivityTextErrorStatusUpdateingLockstate {
get {
return ResourceManager . GetString ( "ActivityTextErrorStatusUpdateingLockstate" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Connection interrupted, server unreachable..
/// </summary>
public static string ActivityTextErrorWebConnectFailureException {
get {
return ResourceManager . GetString ( "ActivityTextErrorWebConnectFailureException" , resourceCulture ) ;
}
}
/// <summary>
2021-06-26 20:57:55 +02:00
/// Looks up a localized string similar to Connection error. Status code: {0}..
/// </summary>
public static string ActivityTextErrorWebExceptionGeneralError {
get {
return ResourceManager . GetString ( "ActivityTextErrorWebExceptionGeneralError" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Connection error. Status description: {0}..
2021-05-13 20:03:07 +02:00
/// </summary>
2021-06-26 20:57:55 +02:00
public static string ActivityTextErrorWebExceptionProtocolError {
2021-05-13 20:03:07 +02:00
get {
2021-06-26 20:57:55 +02:00
return ResourceManager . GetString ( "ActivityTextErrorWebExceptionProtocolError" , resourceCulture ) ;
2021-05-13 20:03:07 +02:00
}
}
/// <summary>
/// Looks up a localized string similar to Connection interrupted, server busy..
/// </summary>
public static string ActivityTextErrorWebForbiddenException {
get {
return ResourceManager . GetString ( "ActivityTextErrorWebForbiddenException" , resourceCulture ) ;
}
}
2021-06-26 20:57:55 +02:00
/// <summary>
/// Looks up a localized string similar to Cache used..
/// </summary>
public static string ActivityTextException {
get {
return ResourceManager . GetString ( "ActivityTextException" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
2021-07-14 20:39:47 +02:00
/// Looks up a localized string similar to Loading Bikes....
2021-05-13 20:03:07 +02:00
/// </summary>
2021-07-14 20:39:47 +02:00
public static string ActivityTextFindBikeLoadingBikes {
2021-05-13 20:03:07 +02:00
get {
2021-07-14 20:39:47 +02:00
return ResourceManager . GetString ( "ActivityTextFindBikeLoadingBikes" , resourceCulture ) ;
2021-05-13 20:03:07 +02:00
}
}
/// <summary>
2021-07-14 20:39:47 +02:00
/// Looks up a localized string similar to Loading Stations and Bikes....
2021-05-13 20:03:07 +02:00
/// </summary>
2021-07-14 20:39:47 +02:00
public static string ActivityTextMapLoadingStationsAndBikes {
2021-05-13 20:03:07 +02:00
get {
2021-07-14 20:39:47 +02:00
return ResourceManager . GetString ( "ActivityTextMapLoadingStationsAndBikes" , resourceCulture ) ;
2021-05-13 20:03:07 +02:00
}
}
/// <summary>
/// Looks up a localized string similar to Loading reserved/ booked bikes....
/// </summary>
public static string ActivityTextMyBikesLoadingBikes {
get {
return ResourceManager . GetString ( "ActivityTextMyBikesLoadingBikes" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to One moment please....
/// </summary>
public static string ActivityTextOneMomentPlease {
get {
return ResourceManager . GetString ( "ActivityTextOneMomentPlease" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Opening lock....
/// </summary>
public static string ActivityTextOpeningLock {
get {
return ResourceManager . GetString ( "ActivityTextOpeningLock" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Request server....
/// </summary>
public static string ActivityTextQuerryServer {
get {
return ResourceManager . GetString ( "ActivityTextQuerryServer" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Reading charging level....
/// </summary>
public static string ActivityTextReadingChargingLevel {
get {
return ResourceManager . GetString ( "ActivityTextReadingChargingLevel" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Renting bike....
/// </summary>
public static string ActivityTextRentingBike {
get {
return ResourceManager . GetString ( "ActivityTextRentingBike" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Reserving bike....
/// </summary>
public static string ActivityTextReservingBike {
get {
return ResourceManager . GetString ( "ActivityTextReservingBike" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Searching locks....
/// </summary>
public static string ActivityTextSearchBikes {
get {
return ResourceManager . GetString ( "ActivityTextSearchBikes" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Searching lock....
/// </summary>
public static string ActivityTextSearchingLock {
get {
return ResourceManager . GetString ( "ActivityTextSearchingLock" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Updating....
/// </summary>
public static string ActivityTextStartingUpdater {
get {
return ResourceManager . GetString ( "ActivityTextStartingUpdater" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Updating lock state....
/// </summary>
public static string ActivityTextStartingUpdatingLockingState {
get {
return ResourceManager . GetString ( "ActivityTextStartingUpdatingLockingState" , resourceCulture ) ;
}
}
2021-06-26 20:57:55 +02:00
/// <summary>
/// Looks up a localized string similar to Updateing.....
/// </summary>
public static string ActivityTextUpdating {
get {
return ResourceManager . GetString ( "ActivityTextUpdating" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Updated to latest lock firmware..
/// </summary>
public static string ChangeLog3_0_203 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_203" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Bluetooth communication inproved..
/// </summary>
public static string ChangeLog3_0_204 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_204" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Nicer station markers for iOS..
/// </summary>
public static string ChangeLog3_0_205 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_205" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Bluetooth and geolocation functionality improved..
/// </summary>
public static string ChangeLog3_0_206 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_206" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Minor fixes related to renting functionality.
///Software packages updated.
///Targets Android 11..
/// </summary>
public static string ChangeLog3_0_207 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_207" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Minor fixes..
/// </summary>
public static string ChangeLog3_0_208 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_208" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Minor fix: Bikes are disconnected as soon as becoming disposable..
/// </summary>
public static string ChangeLog3_0_209 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_209" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Multiple operators support..
/// </summary>
public static string ChangeLog3_0_214 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_214" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Layout of "Whats New"-dialog improved :-).
/// </summary>
public static string ChangeLog3_0_215 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_215" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to GUI layout improved..
/// </summary>
public static string ChangeLog3_0_216 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_216" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Packages updated..
/// </summary>
public static string ChangeLog3_0_217 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_217" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Icons added to flyout menu..
/// </summary>
public static string ChangeLog3_0_219 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_219" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to GUI layout improved..
/// </summary>
public static string ChangeLog3_0_220 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_220" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to GUI layout improved..
/// </summary>
public static string ChangeLog3_0_221 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_221" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Minor bugfix and improvements..
/// </summary>
public static string ChangeLog3_0_222 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_222" , resourceCulture ) ;
}
}
2021-06-26 20:57:55 +02:00
/// <summary>
/// Looks up a localized string similar to Updated for latest server version..
/// </summary>
public static string ChangeLog3_0_224 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_224" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Fixes
///- station markers are updated correctly after login/ logout if required
///- routing from "bikes at station" to "login" page and other routings corrected.
/// </summary>
public static string ChangeLog3_0_226 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_226" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Feedback dialog added which is shown after returning bike..
/// </summary>
public static string ChangeLog3_0_227 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_227" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Minor improvements..
/// </summary>
public static string ChangeLog3_0_231 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_231" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Menu modified..
/// </summary>
public static string ChangeLog3_0_232 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_232" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Tariff info page is displayed correctly again.
///Error handling improved..
/// </summary>
public static string ChangeLog3_0_234 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_234" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Obsolete object replaced with up-to-date one..
/// </summary>
public static string ChangeLog3_0_235 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_235" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Stations names instead descriptions shown on page title.
///Error message when opening lock fails improved.
///Layout of bike names and id display improved..
/// </summary>
public static string ChangeLog3_0_236 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_236" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Hard- and software information send to backend when returning bike..
/// </summary>
public static string ChangeLog3_0_237 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_237" , resourceCulture ) ;
}
}
2021-07-12 19:30:14 +02:00
/// <summary>
/// Looks up a localized string similar to Bugfix: Bike description is displayed correctly again..
/// </summary>
public static string ChangeLog3_0_239 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_239" , resourceCulture ) ;
}
}
2021-07-14 23:36:41 +02:00
/// <summary>
/// Looks up a localized string similar to Find bike by id functionality added..
/// </summary>
public static string ChangeLog3_0_240 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_240" , resourceCulture ) ;
}
}
2021-07-20 23:06:09 +02:00
/// <summary>
/// Looks up a localized string similar to Bike sharing system operator specific support info displayed on contact page..
/// </summary>
public static string ChangeLog3_0_241 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_241" , resourceCulture ) ;
}
}
2021-07-22 22:41:35 +02:00
/// <summary>
/// Looks up a localized string similar to Select station page added to ease getting operator specific contact information..
/// </summary>
public static string ChangeLog3_0_242 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_242" , resourceCulture ) ;
}
}
2021-08-01 17:24:15 +02:00
/// <summary>
/// Looks up a localized string similar to Mini survey implemented.
///Minor fixes..
/// </summary>
public static string ChangeLog3_0_243 {
get {
return ResourceManager . GetString ( "ChangeLog3_0_243" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Lock of rented bike can not be found..
/// </summary>
public static string ErrorBookedSearchMessage {
get {
return ResourceManager . GetString ( "ErrorBookedSearchMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Lock is blocked. Please ensure that no spoke or any other obstacle prevents the lock from closing and try again..
/// </summary>
public static string ErrorCloseLockBoldBlockedMessage {
get {
return ResourceManager . GetString ( "ErrorCloseLockBoldBlockedMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Lock can only be closed if bike is not moving. Please park bike and try again..
/// </summary>
public static string ErrorCloseLockMovingMessage {
get {
return ResourceManager . GetString ( "ErrorCloseLockMovingMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Lock cannot be closed until bike is near..
/// </summary>
public static string ErrorCloseLockOutOfReachMessage {
get {
return ResourceManager . GetString ( "ErrorCloseLockOutOfReachMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Lock cannot be closed until bike is near.
///Please try again to close bike or report bike to support!.
/// </summary>
public static string ErrorCloseLockOutOfReachStateReservedMessage {
get {
return ResourceManager . GetString ( "ErrorCloseLockOutOfReachStateReservedMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to After try to close lock state open is reported..
/// </summary>
public static string ErrorCloseLockStillOpenMessage {
get {
return ResourceManager . GetString ( "ErrorCloseLockStillOpenMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Lock can not be closed!.
/// </summary>
public static string ErrorCloseLockTitle {
get {
return ResourceManager . GetString ( "ErrorCloseLockTitle" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Lock reports state "{0}"..
/// </summary>
public static string ErrorCloseLockUnexpectedStateMessage {
get {
return ResourceManager . GetString ( "ErrorCloseLockUnexpectedStateMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Please try to lock again or report bike to support!
///{0}.
/// </summary>
public static string ErrorCloseLockUnkErrorMessage {
get {
return ResourceManager . GetString ( "ErrorCloseLockUnkErrorMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Lock is blocked. Please ensure that no obstacle prevents lock from opening and try again..
/// </summary>
2021-06-26 20:57:55 +02:00
public static string ErrorOpenLockBoldBlockedMessage {
get {
return ResourceManager . GetString ( "ErrorOpenLockBoldBlockedMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Lock was blocked and might still be. Please ensure that no obstacle prevents lock from opening and try again..
/// </summary>
public static string ErrorOpenLockBoldWasBlockedMessage {
2021-05-13 20:03:07 +02:00
get {
2021-06-26 20:57:55 +02:00
return ResourceManager . GetString ( "ErrorOpenLockBoldWasBlockedMessage" , resourceCulture ) ;
2021-05-13 20:03:07 +02:00
}
}
/// <summary>
/// Looks up a localized string similar to Lock cannot be opened until bike is near..
/// </summary>
public static string ErrorOpenLockOutOfReadMessage {
get {
return ResourceManager . GetString ( "ErrorOpenLockOutOfReadMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to After try to open lock state closed is reported..
/// </summary>
public static string ErrorOpenLockStillClosedMessage {
get {
return ResourceManager . GetString ( "ErrorOpenLockStillClosedMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Lock can not be opened!.
/// </summary>
2021-06-26 20:57:55 +02:00
public static string ErrorOpenLockStillOpenTitle {
get {
return ResourceManager . GetString ( "ErrorOpenLockStillOpenTitle" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Error while opening lock!.
/// </summary>
2021-05-13 20:03:07 +02:00
public static string ErrorOpenLockTitle {
get {
return ResourceManager . GetString ( "ErrorOpenLockTitle" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Lock of reserved bike can not be found..
/// </summary>
public static string ErrorReservedSearchMessage {
get {
return ResourceManager . GetString ( "ErrorReservedSearchMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Returning bike at an unknown location is not possible.
///Bike can be returned if
///- location information is available when closing lock
///- bike is in reach and location information is available when pressing button "Return bike".
/// </summary>
public static string ErrorReturnBikeLockClosedNoGPSMessage {
get {
return ResourceManager . GetString ( "ErrorReturnBikeLockClosedNoGPSMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Returning bike at an unknown location is not possible.
///Bike can only be returned if bike is in reach and location information is available..
/// </summary>
public static string ErrorReturnBikeLockOpenNoGPSMessage {
get {
return ResourceManager . GetString ( "ErrorReturnBikeLockOpenNoGPSMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Returning bike outside of station is not possible. Distance to station {0} is {1} m..
/// </summary>
public static string ErrorReturnBikeNotAtStationMessage {
get {
return ResourceManager . GetString ( "ErrorReturnBikeNotAtStationMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Error returning bike!.
/// </summary>
public static string ErrorReturnBikeNotAtStationTitle {
get {
return ResourceManager . GetString ( "ErrorReturnBikeNotAtStationTitle" , resourceCulture ) ;
}
}
2021-06-26 20:57:55 +02:00
/// <summary>
/// Looks up a localized string similar to Your feedback could not be send to server successfully..
/// </summary>
public static string ErrorReturnSubmitFeedbackMessage {
get {
return ResourceManager . GetString ( "ErrorReturnSubmitFeedbackMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Submitting feedback failed!.
/// </summary>
public static string ErrorReturnSubmitFeedbackTitle {
get {
return ResourceManager . GetString ( "ErrorReturnSubmitFeedbackTitle" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Attachment could not be created..
/// </summary>
public static string ErrorSupportmailCreateAttachment {
get {
return ResourceManager . GetString ( "ErrorSupportmailCreateAttachment" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Opening mail app failed..
/// </summary>
public static string ErrorSupportmailMailingFailed {
get {
return ResourceManager . GetString ( "ErrorSupportmailMailingFailed" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Opening phone app failed..
/// </summary>
public static string ErrorSupportmailPhoningFailed {
get {
return ResourceManager . GetString ( "ErrorSupportmailPhoningFailed" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to The rental of bike No. {0} has failed..
/// </summary>
public static string ExceptionTextRentingBikeFailedGeneral {
get {
return ResourceManager . GetString ( "ExceptionTextRentingBikeFailedGeneral" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to The rental of bike No. {0} has failed, the bike is currently unavailable.{1}.
/// </summary>
public static string ExceptionTextRentingBikeFailedUnavailalbe {
get {
return ResourceManager . GetString ( "ExceptionTextRentingBikeFailedUnavailalbe" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to The reservation of bike no. {0} has failed..
/// </summary>
public static string ExceptionTextReservationBikeFailedGeneral {
get {
return ResourceManager . GetString ( "ExceptionTextReservationBikeFailedGeneral" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to The reservation of bike No. {0} has failed, the bike is currently unavailable.{1}.
/// </summary>
public static string ExceptionTextReservationBikeFailedUnavailalbe {
get {
return ResourceManager . GetString ( "ExceptionTextReservationBikeFailedUnavailalbe" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to About {0}.
/// </summary>
public static string MarkingAbout {
get {
return ResourceManager . GetString ( "MarkingAbout" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Account.
/// </summary>
public static string MarkingAccount {
get {
return ResourceManager . GetString ( "MarkingAccount" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Invalid state for bike {0} detected.
///Bike should always be disconnected when not reserved or rented.
///Please restart app in order to get bike info..
/// </summary>
public static string MarkingBikeInfoErrorStateDisposableClosedDetected {
get {
return ResourceManager . GetString ( "MarkingBikeInfoErrorStateDisposableClosedDetected" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Unknown status for bike {0} detected..
/// </summary>
public static string MarkingBikeInfoErrorStateUnknownDetected {
get {
return ResourceManager . GetString ( "MarkingBikeInfoErrorStateUnknownDetected" , resourceCulture ) ;
}
}
2021-08-01 17:24:15 +02:00
/// <summary>
/// Looks up a localized string similar to Operator: {0}..
/// </summary>
public static string MarkingBikeSharingOperator {
get {
return ResourceManager . GetString ( "MarkingBikeSharingOperator" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Contact Operator..
/// </summary>
public static string MarkingBikeSharingOperatorNoOperatorInfoAvailable {
get {
return ResourceManager . GetString ( "MarkingBikeSharingOperatorNoOperatorInfoAvailable" , resourceCulture ) ;
}
}
2021-07-20 23:06:09 +02:00
/// <summary>
/// Looks up a localized string similar to Please open a bike station page to to contact the bike sharing operator..
/// </summary>
public static string MarkingContactNoStationInfoAvailableNoButton {
get {
return ResourceManager . GetString ( "MarkingContactNoStationInfoAvailableNoButton" , resourceCulture ) ;
}
}
/// <summary>
2021-07-22 22:41:35 +02:00
/// Looks up a localized string similar to Contact.
2021-07-20 23:06:09 +02:00
/// </summary>
public static string MarkingContactPageTitle {
get {
return ResourceManager . GetString ( "MarkingContactPageTitle" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to <font color="blue"><u>Contact</u></font> {0}..
/// </summary>
public static string MarkingContactSupport {
get {
return ResourceManager . GetString ( "MarkingContactSupport" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Contact.
/// </summary>
public static string MarkingFeedbackAndContact {
get {
return ResourceManager . GetString ( "MarkingFeedbackAndContact" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Instructions.
/// </summary>
public static string MarkingFeesAndBikes {
get {
return ResourceManager . GetString ( "MarkingFeesAndBikes" , resourceCulture ) ;
}
}
2021-07-13 22:20:58 +02:00
/// <summary>
/// Looks up a localized string similar to Find Bike.
/// </summary>
public static string MarkingFindBike {
get {
return ResourceManager . GetString ( "MarkingFindBike" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Logged in as {0}..
/// </summary>
public static string MarkingLoggedInStateInfoLoggedIn {
get {
return ResourceManager . GetString ( "MarkingLoggedInStateInfoLoggedIn" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Logged in as {0} at {1}..
/// </summary>
public static string MarkingLoggedInStateInfoLoggedInGroup {
get {
return ResourceManager . GetString ( "MarkingLoggedInStateInfoLoggedInGroup" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to No user logged in..
/// </summary>
public static string MarkingLoggedInStateInfoNotLoggedIn {
get {
return ResourceManager . GetString ( "MarkingLoggedInStateInfoNotLoggedIn" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Login.
/// </summary>
public static string MarkingLogin {
get {
return ResourceManager . GetString ( "MarkingLogin" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to E-mail address.
/// </summary>
public static string MarkingLoginEmailAddressLabel {
get {
return ResourceManager . GetString ( "MarkingLoginEmailAddressLabel" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to E-mail address.
/// </summary>
public static string MarkingLoginEmailAddressPlaceholder {
get {
return ResourceManager . GetString ( "MarkingLoginEmailAddressPlaceholder" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Instructions TINK bikes.
/// </summary>
public static string MarkingLoginInstructions {
get {
return ResourceManager . GetString ( "MarkingLoginInstructions" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to If you already have a "konrad" or "TINK" account, you can stop using both rental bike systems with your existing account! Simply confirm the corresponding terms and conditions..
/// </summary>
public static string MarkingLoginInstructionsTinkKonradMessage {
get {
return ResourceManager . GetString ( "MarkingLoginInstructionsTinkKonradMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to For your information!
///.
/// </summary>
public static string MarkingLoginInstructionsTinkKonradTitle {
get {
return ResourceManager . GetString ( "MarkingLoginInstructionsTinkKonradTitle" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Password, minimum length 8 characters.
/// </summary>
public static string MarkingLoginPasswordLabel {
get {
return ResourceManager . GetString ( "MarkingLoginPasswordLabel" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Password.
/// </summary>
public static string MarkingLoginPasswordPlaceholder {
get {
return ResourceManager . GetString ( "MarkingLoginPasswordPlaceholder" , resourceCulture ) ;
}
}
2021-07-20 23:06:09 +02:00
/// <summary>
/// Looks up a localized string similar to Please login to reserve bikes! Tap <font color="blue"><u>here</u></font> to switch to login page..
/// </summary>
public static string MarkingLoginRequiredToRerserve {
get {
return ResourceManager . GetString ( "MarkingLoginRequiredToRerserve" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Bike Locations.
/// </summary>
public static string MarkingMapPage {
get {
return ResourceManager . GetString ( "MarkingMapPage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to My Bikes.
/// </summary>
public static string MarkingMyBikes {
get {
return ResourceManager . GetString ( "MarkingMyBikes" , resourceCulture ) ;
}
}
2021-07-22 22:41:35 +02:00
/// <summary>
/// Looks up a localized string similar to Select Station.
/// </summary>
public static string MarkingSelectStationPage {
get {
return ResourceManager . GetString ( "MarkingSelectStationPage" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Settings.
/// </summary>
public static string MarkingSettings {
get {
return ResourceManager . GetString ( "MarkingSettings" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Instructions.
/// </summary>
public static string MarkingTabBikes {
get {
return ResourceManager . GetString ( "MarkingTabBikes" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Pricing.
/// </summary>
public static string MarkingTabFees {
get {
return ResourceManager . GetString ( "MarkingTabFees" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to No.
/// </summary>
public static string MessageAnswerNo {
get {
return ResourceManager . GetString ( "MessageAnswerNo" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to OK.
/// </summary>
public static string MessageAnswerOk {
get {
return ResourceManager . GetString ( "MessageAnswerOk" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Yes.
/// </summary>
public static string MessageAnswerYes {
get {
return ResourceManager . GetString ( "MessageAnswerYes" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to This version of the {0} App is outdated. Please update to the latest version..
/// </summary>
public static string MessageAppVersionIsOutdated {
get {
return ResourceManager . GetString ( "MessageAppVersionIsOutdated" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Please enable Bluetooth to manage bike lock/locks..
/// </summary>
public static string MessageBikesManagementBluetoothActivation {
get {
return ResourceManager . GetString ( "MessageBikesManagementBluetoothActivation" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Please activate location so that bike lock can be found!.
/// </summary>
public static string MessageBikesManagementLocationActivation {
get {
return ResourceManager . GetString ( "MessageBikesManagementLocationActivation" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Please allow location sharing so that bike lock/locks can be managed..
/// </summary>
public static string MessageBikesManagementLocationPermission {
get {
return ResourceManager . GetString ( "MessageBikesManagementLocationPermission" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Please allow location sharing so that bike lock/locks can be managed.
///Open sharing dialog?.
/// </summary>
public static string MessageBikesManagementLocationPermissionOpenDialog {
get {
return ResourceManager . GetString ( "MessageBikesManagementLocationPermissionOpenDialog" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to €/day.
/// </summary>
public static string MessageBikesManagementMaxFeeEuroPerDay {
get {
return ResourceManager . GetString ( "MessageBikesManagementMaxFeeEuroPerDay" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Subscription price.
/// </summary>
public static string MessageBikesManagementTariffDescriptionAboEuroPerMonth {
get {
return ResourceManager . GetString ( "MessageBikesManagementTariffDescriptionAboEuroPerMonth" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to €/hour.
/// </summary>
public static string MessageBikesManagementTariffDescriptionEuroPerHour {
get {
return ResourceManager . GetString ( "MessageBikesManagementTariffDescriptionEuroPerHour" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Rental fees.
/// </summary>
public static string MessageBikesManagementTariffDescriptionFeeEuroPerHour {
get {
return ResourceManager . GetString ( "MessageBikesManagementTariffDescriptionFeeEuroPerHour" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Free use.
/// </summary>
public static string MessageBikesManagementTariffDescriptionFreeTimePerSession {
get {
return ResourceManager . GetString ( "MessageBikesManagementTariffDescriptionFreeTimePerSession" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to hour(s)/day.
/// </summary>
public static string MessageBikesManagementTariffDescriptionHour {
get {
return ResourceManager . GetString ( "MessageBikesManagementTariffDescriptionHour" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Max. fee.
/// </summary>
public static string MessageBikesManagementTariffDescriptionMaxFeeEuroPerDay {
get {
return ResourceManager . GetString ( "MessageBikesManagementTariffDescriptionMaxFeeEuroPerDay" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Tariff {0}, nr. {1}.
/// </summary>
public static string MessageBikesManagementTariffDescriptionTariffHeader {
get {
return ResourceManager . GetString ( "MessageBikesManagementTariffDescriptionTariffHeader" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Please allow location sharing so that map can be centered.
///Open sharing dialog?.
/// </summary>
public static string MessageCenterMapLocationPermissionOpenDialog {
get {
return ResourceManager . GetString ( "MessageCenterMapLocationPermissionOpenDialog" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Questions? Remarks? Criticism?.
/// </summary>
public static string MessageContactMail {
get {
return ResourceManager . GetString ( "MessageContactMail" , resourceCulture ) ;
}
}
2021-06-26 20:57:55 +02:00
/// <summary>
/// Looks up a localized string similar to This version of the {0} App is not compatible with server detected.
///Please contact the support for help..
/// </summary>
public static string MessageCopriVersionIsOutdated {
get {
return ResourceManager . GetString ( "MessageCopriVersionIsOutdated" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Attention: Lock is closed!
///{0}
///{1}.
/// </summary>
public static string MessageErrorLockIsClosedThreeLines {
get {
return ResourceManager . GetString ( "MessageErrorLockIsClosedThreeLines" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Attention: Lock is closed!
///{0}.
/// </summary>
public static string MessageErrorLockIsClosedTwoLines {
get {
return ResourceManager . GetString ( "MessageErrorLockIsClosedTwoLines" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Login cookie must not be empty. {0}.
/// </summary>
public static string MessageLoginConnectionErrorMessage {
get {
return ResourceManager . GetString ( "MessageLoginConnectionErrorMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Connection error during registration!.
/// </summary>
public static string MessageLoginConnectionErrorTitle {
get {
return ResourceManager . GetString ( "MessageLoginConnectionErrorTitle" , resourceCulture ) ;
}
}
/// <summary>
2021-06-26 20:57:55 +02:00
/// Looks up a localized string similar to Error while logging in!.
2021-05-13 20:03:07 +02:00
/// </summary>
public static string MessageLoginErrorTitle {
get {
return ResourceManager . GetString ( "MessageLoginErrorTitle" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Please connect to Internet to recover the password..
/// </summary>
public static string MessageLoginRecoverPassword {
get {
return ResourceManager . GetString ( "MessageLoginRecoverPassword" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Please connect to Internet to register..
/// </summary>
public static string MessageLoginRegisterNoNet {
get {
return ResourceManager . GetString ( "MessageLoginRegisterNoNet" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to User {0} successfully logged in..
/// </summary>
public static string MessageLoginWelcome {
get {
return ResourceManager . GetString ( "MessageLoginWelcome" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Welcome!.
/// </summary>
public static string MessageLoginWelcomeTitle {
get {
return ResourceManager . GetString ( "MessageLoginWelcomeTitle" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to {0}!.
/// </summary>
public static string MessageLoginWelcomeTitleGroup {
get {
return ResourceManager . GetString ( "MessageLoginWelcomeTitleGroup" , resourceCulture ) ;
}
}
2021-06-26 20:57:55 +02:00
/// <summary>
/// Looks up a localized string similar to Error while logging out!.
/// </summary>
public static string MessageLogoutErrorTitle {
get {
return ResourceManager . GetString ( "MessageLogoutErrorTitle" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to Session has expired.
///Either there are more than 8 devices in use or the user's account is no longer valid.
///Use of app is restricted to maximu 8 devices per account.
///Please login to app once again. In case this fails please check on website if the account is still valid..
/// </summary>
public static string MessageMapPageErrorAuthcookieUndefined {
get {
return ResourceManager . GetString ( "MessageMapPageErrorAuthcookieUndefined" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Rent bike {0} and open lock?.
/// </summary>
public static string MessageOpenLockAndBookeBike {
get {
return ResourceManager . GetString ( "MessageOpenLockAndBookeBike" , resourceCulture ) ;
}
}
/// <summary>
2021-08-01 17:24:15 +02:00
/// Looks up a localized string similar to Urgent questions?.
2021-05-13 20:03:07 +02:00
/// </summary>
public static string MessagePhoneMail {
get {
return ResourceManager . GetString ( "MessagePhoneMail" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Are you enjoying the {0}-App?.
/// </summary>
public static string MessageRateMail {
get {
return ResourceManager . GetString ( "MessageRateMail" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Connection error when renting the bike!.
/// </summary>
public static string MessageRentingBikeErrorConnectionTitle {
get {
return ResourceManager . GetString ( "MessageRentingBikeErrorConnectionTitle" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Error when renting the bike!.
/// </summary>
public static string MessageRentingBikeErrorGeneralTitle {
get {
return ResourceManager . GetString ( "MessageRentingBikeErrorGeneralTitle" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to A rental of bike {0} was rejected because the maximum allowed number of {1} reservations/ rentals had already been made..
/// </summary>
public static string MessageRentingBikeErrorTooManyReservationsRentals {
get {
return ResourceManager . GetString ( "MessageRentingBikeErrorTooManyReservationsRentals" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to A reservation of bike {0} was rejected because the maximum allowed number of {1} reservations/ rentals had already been made..
/// </summary>
public static string MessageReservationBikeErrorTooManyReservationsRentals {
get {
return ResourceManager . GetString ( "MessageReservationBikeErrorTooManyReservationsRentals" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Hint.
/// </summary>
public static string MessageTitleHint {
get {
return ResourceManager . GetString ( "MessageTitleHint" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Warning.
/// </summary>
public static string MessageWaring {
get {
return ResourceManager . GetString ( "MessageWaring" , resourceCulture ) ;
}
}
2021-08-01 17:24:15 +02:00
/// <summary>
/// Looks up a localized string similar to Select an answer please..
/// </summary>
public static string MiniSurveyAskForAnswer {
get {
return ResourceManager . GetString ( "MiniSurveyAskForAnswer" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Enter answer here please..
/// </summary>
public static string MiniSurveyEnterAnswer {
get {
return ResourceManager . GetString ( "MiniSurveyEnterAnswer" , resourceCulture ) ;
}
}
2021-05-13 20:03:07 +02:00
/// <summary>
/// Looks up a localized string similar to No.
/// </summary>
public static string QuestionAnswerNo {
get {
return ResourceManager . GetString ( "QuestionAnswerNo" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Yes.
/// </summary>
public static string QuestionAnswerYes {
get {
return ResourceManager . GetString ( "QuestionAnswerYes" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Cancel reservation for bike {0}?.
/// </summary>
public static string QuestionCancelReservation {
get {
return ResourceManager . GetString ( "QuestionCancelReservation" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Reserve bike {0} free of charge for {1} min?.
/// </summary>
public static string QuestionReserveBike {
get {
return ResourceManager . GetString ( "QuestionReserveBike" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to {0} app request.
/// </summary>
public static string QuestionSupportmailAnswerApp {
get {
return ResourceManager . GetString ( "QuestionSupportmailAnswerApp" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to {0} request.
/// </summary>
public static string QuestionSupportmailAnswerOperator {
get {
return ResourceManager . GetString ( "QuestionSupportmailAnswerOperator" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Attach file containing diagnosis information to mail?.
/// </summary>
public static string QuestionSupportmailAttachment {
get {
return ResourceManager . GetString ( "QuestionSupportmailAttachment" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Does your request/ comment relate to the {0}-app or to a more general subject?.
/// </summary>
public static string QuestionSupportmailSubject {
get {
return ResourceManager . GetString ( "QuestionSupportmailSubject" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Question.
/// </summary>
public static string QuestionTitle {
get {
return ResourceManager . GetString ( "QuestionTitle" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Available..
/// </summary>
public static string StatusTextAvailable {
get {
return ResourceManager . GetString ( "StatusTextAvailable" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Bike is rented..
/// </summary>
public static string StatusTextBooked {
get {
return ResourceManager . GetString ( "StatusTextBooked" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Code {0}, location {1}, rented since {2}..
/// </summary>
public static string StatusTextBookedCodeLocationSince {
get {
return ResourceManager . GetString ( "StatusTextBookedCodeLocationSince" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Code {0}, rented since {1}..
/// </summary>
public static string StatusTextBookedCodeSince {
get {
return ResourceManager . GetString ( "StatusTextBookedCodeSince" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Rented since {0}..
/// </summary>
public static string StatusTextBookedSince {
get {
return ResourceManager . GetString ( "StatusTextBookedSince" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Code {0}, location {1}, max. reservation time of {2} minutes expired..
/// </summary>
public static string StatusTextReservationExpiredCodeLocationMaxReservationTime {
get {
return ResourceManager . GetString ( "StatusTextReservationExpiredCodeLocationMaxReservationTime" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Code {0}, location {1}, still {2} minutes reserved..
/// </summary>
public static string StatusTextReservationExpiredCodeLocationReservationTime {
get {
return ResourceManager . GetString ( "StatusTextReservationExpiredCodeLocationReservationTime" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Code {0}, max. reservation time of {1} minutes expired..
/// </summary>
public static string StatusTextReservationExpiredCodeMaxReservationTime {
get {
return ResourceManager . GetString ( "StatusTextReservationExpiredCodeMaxReservationTime" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Code {0}, still {1} minutes reserved..
/// </summary>
public static string StatusTextReservationExpiredCodeRemaining {
get {
return ResourceManager . GetString ( "StatusTextReservationExpiredCodeRemaining" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Location {0}, max. reservation time of {1} minutes expired..
/// </summary>
public static string StatusTextReservationExpiredLocationMaxReservationTime {
get {
return ResourceManager . GetString ( "StatusTextReservationExpiredLocationMaxReservationTime" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Location {0}, still {1} minutes reserved..
/// </summary>
public static string StatusTextReservationExpiredLocationReservationTime {
get {
return ResourceManager . GetString ( "StatusTextReservationExpiredLocationReservationTime" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Max. reservation time of {0} minutes expired..
/// </summary>
public static string StatusTextReservationExpiredMaximumReservationTime {
get {
return ResourceManager . GetString ( "StatusTextReservationExpiredMaximumReservationTime" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Still {0} minutes reserved..
/// </summary>
public static string StatusTextReservationExpiredRemaining {
get {
return ResourceManager . GetString ( "StatusTextReservationExpiredRemaining" , resourceCulture ) ;
}
}
}
}