mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-01 00:46:33 +01:00
1753 lines
66 KiB
C#
1753 lines
66 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", "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);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Closing lock....
|
|
/// </summary>
|
|
public static string ActivityTextClosingLock {
|
|
get {
|
|
return ResourceManager.GetString("ActivityTextClosingLock", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Offline..
|
|
/// </summary>
|
|
public static string ActivityTextConnectionStateOffline {
|
|
get {
|
|
return ResourceManager.GetString("ActivityTextConnectionStateOffline", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <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>
|
|
/// 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}..
|
|
/// </summary>
|
|
public static string ActivityTextErrorWebExceptionProtocolError {
|
|
get {
|
|
return ResourceManager.GetString("ActivityTextErrorWebExceptionProtocolError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connection interrupted, server busy..
|
|
/// </summary>
|
|
public static string ActivityTextErrorWebForbiddenException {
|
|
get {
|
|
return ResourceManager.GetString("ActivityTextErrorWebForbiddenException", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cache used..
|
|
/// </summary>
|
|
public static string ActivityTextException {
|
|
get {
|
|
return ResourceManager.GetString("ActivityTextException", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Loading Stations and Bikes....
|
|
/// </summary>
|
|
public static string ActivityTextMapLoadingStationsAndBikes {
|
|
get {
|
|
return ResourceManager.GetString("ActivityTextMapLoadingStationsAndBikes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Check Bluetooth state and location permissions....
|
|
/// </summary>
|
|
public static string ActivityTextMyBikesCheckBluetoothState {
|
|
get {
|
|
return ResourceManager.GetString("ActivityTextMyBikesCheckBluetoothState", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Updateing.....
|
|
/// </summary>
|
|
public static string ActivityTextUpdating {
|
|
get {
|
|
return ResourceManager.GetString("ActivityTextUpdating", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <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>
|
|
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 {
|
|
get {
|
|
return ResourceManager.GetString("ErrorOpenLockBoldWasBlockedMessage", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <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>
|
|
public static string ErrorOpenLockStillOpenTitle {
|
|
get {
|
|
return ResourceManager.GetString("ErrorOpenLockStillOpenTitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error while opening lock!.
|
|
/// </summary>
|
|
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);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
|
|
/// <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>
|
|
/// Looks up a localized string similar to Error while logging in!.
|
|
/// </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);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error while logging out!.
|
|
/// </summary>
|
|
public static string MessageLogoutErrorTitle {
|
|
get {
|
|
return ResourceManager.GetString("MessageLogoutErrorTitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <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>
|
|
/// Looks up a localized string similar to Urgent question related to {0}? (Monday-Friday: 10:00 18: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);
|
|
}
|
|
}
|
|
|
|
/// <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);
|
|
}
|
|
}
|
|
}
|
|
}
|