sharee.bike-App/TINKLib/MultilingualResources/AppResources.Designer.cs
2022-06-17 14:17:58 +02:00

2611 lines
98 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TINK.MultilingualResources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
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 &amp; 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 &amp; rent bike.
/// </summary>
public static string ActionOpenAndBook {
get {
return ResourceManager.GetString("ActionOpenAndBook", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open lock.
/// </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 Select station.
/// </summary>
public static string ActionSelectStation {
get {
return ResourceManager.GetString("ActionSelectStation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Auth. expired.
/// </summary>
public static string ActivityTextAuthcookieNotDefinedException {
get {
return ResourceManager.GetString("ActivityTextAuthcookieNotDefinedException", 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 Checking state permissions....
/// </summary>
public static string ActivityTextCheckBluetoothState {
get {
return ResourceManager.GetString("ActivityTextCheckBluetoothState", 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 Can not query location info..
/// </summary>
public static string ActivityTextErrorQueryLocationQuery {
get {
return ResourceManager.GetString("ActivityTextErrorQueryLocationQuery", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No location info available..
/// </summary>
public static string ActivityTextErrorQueryLocationWhenAny {
get {
return ResourceManager.GetString("ActivityTextErrorQueryLocationWhenAny", 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 Bikes....
/// </summary>
public static string ActivityTextFindBikeLoadingBikes {
get {
return ResourceManager.GetString("ActivityTextFindBikeLoadingBikes", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock out of reach.
/// </summary>
public static string ActivityTextLockIsOutOfReach {
get {
return ResourceManager.GetString("ActivityTextLockIsOutOfReach", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock not found.
/// </summary>
public static string ActivityTextLockNotFound {
get {
return ResourceManager.GetString("ActivityTextLockNotFound", 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 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 Query location....
/// </summary>
public static string ActivityTextQueryLocation {
get {
return ResourceManager.GetString("ActivityTextQueryLocation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cancel query location....
/// </summary>
public static string ActivityTextQueryLocationCancelWait {
get {
return ResourceManager.GetString("ActivityTextQueryLocationCancelWait", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Start query location....
/// </summary>
public static string ActivityTextQueryLocationStart {
get {
return ResourceManager.GetString("ActivityTextQueryLocationStart", 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 Asking for permissions....
/// </summary>
public static string ActivityTextRequestingLocationPermissions {
get {
return ResourceManager.GetString("ActivityTextRequestingLocationPermissions", 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 Returning bike....
/// </summary>
public static string ActivityTextReturningBike {
get {
return ResourceManager.GetString("ActivityTextReturningBike", 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 Starting bike return....
/// </summary>
public static string ActivityTextStartReturningBike {
get {
return ResourceManager.GetString("ActivityTextStartReturningBike", 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 &quot;Whats New&quot;-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 &quot;bikes at station&quot; to &quot;login&quot; 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 Bugfix: Bike description is displayed correctly again..
/// </summary>
public static string ChangeLog3_0_239 {
get {
return ResourceManager.GetString("ChangeLog3_0_239", resourceCulture);
}
}
/// <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);
}
}
/// <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);
}
}
/// <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);
}
}
/// <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);
}
}
/// <summary>
/// Looks up a localized string similar to Closing lock and returning bike speeded up..
/// </summary>
public static string ChangeLog3_0_244 {
get {
return ResourceManager.GetString("ChangeLog3_0_244", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Third-party components updated..
/// </summary>
public static string ChangeLog3_0_249 {
get {
return ResourceManager.GetString("ChangeLog3_0_249", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Station id displayed.
///Center map to current position issue fixed.
///Minor improvements..
/// </summary>
public static string ChangeLog3_0_250 {
get {
return ResourceManager.GetString("ChangeLog3_0_250", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CO2 saving is displayed for bikes with GPS-lock after returning bike..
/// </summary>
public static string ChangeLog3_0_263 {
get {
return ResourceManager.GetString("ChangeLog3_0_263", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bug &quot;object reference not set ....&quot; &lt;a href=&quot;https://dev.azure.com/TeilRad/sharee.bike%20App/_workitems/edit/186&quot;&gt;185&lt;/a&gt; fixed..
/// </summary>
public static string ChangeLog3_0_264 {
get {
return ResourceManager.GetString("ChangeLog3_0_264", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Filter functionality city bike/ cargo bike improved.
///Layouting improved.
///App supports deep linking..
/// </summary>
public static string ChangeLog3_0_265 {
get {
return ResourceManager.GetString("ChangeLog3_0_265", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Location permissions handling improved..
/// </summary>
public static string ChangeLog3_0_266 {
get {
return ResourceManager.GetString("ChangeLog3_0_266", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Link to operator AGB is displayed if required.
///Display of status information extended.
///Bugfix: Sending support mails works again. .
/// </summary>
public static string ChangeLog3_0_276 {
get {
return ResourceManager.GetString("ChangeLog3_0_276", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bugfix: No more closing of app on Select Bike page..
/// </summary>
public static string ChangeLog3_0_277 {
get {
return ResourceManager.GetString("ChangeLog3_0_277", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hints added to ease closing of lock in case closing does not succeed on first try..
/// </summary>
public static string ChangeLog3_0_278 {
get {
return ResourceManager.GetString("ChangeLog3_0_278", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Errormessages improved for szenarios when
///- bluetooth is off,
///- location permission is not granted or
///- location is off..
/// </summary>
public static string ChangeLog3_0_280 {
get {
return ResourceManager.GetString("ChangeLog3_0_280", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Permission requests messages on iOS formulated in more detail.
///Hints to ease connecting to lock in case connecting does not succeed on first try improved..
/// </summary>
public static string ChangeLog3_0_282 {
get {
return ResourceManager.GetString("ChangeLog3_0_282", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to User friendly message is shown if authentication expired..
/// </summary>
public static string ChangeLog3_0_284 {
get {
return ResourceManager.GetString("ChangeLog3_0_284", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Framework updated.
///Activity indicator added account management pages and logging extended..
/// </summary>
public static string ChangeLog3_0_285 {
get {
return ResourceManager.GetString("ChangeLog3_0_285", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Flyout menu header improved..
/// </summary>
public static string ChangeLog3_0_289 {
get {
return ResourceManager.GetString("ChangeLog3_0_289", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Geolocation is queried with higher accuracy..
/// </summary>
public static string ChangeLog3_0_290 {
get {
return ResourceManager.GetString("ChangeLog3_0_290", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Target Android framework set from 11.0 to 12.0 (Level 31 S).
///NuGet packages updated.
///Started adding support for new lock type.
///Minor bugfixes..
/// </summary>
public static string ChangeLog3_0_293 {
get {
return ResourceManager.GetString("ChangeLog3_0_293", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New Wort-Bild-Marke integrated in flyout menu for Lastenrad Bayern App..
/// </summary>
public static string ChangeLog3_0_298 {
get {
return ResourceManager.GetString("ChangeLog3_0_298", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bugfix: Bluetooth lock control works again on Android 12..
/// </summary>
public static string ChangeLog3_0_299 {
get {
return ResourceManager.GetString("ChangeLog3_0_299", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Extended tariffs supported..
/// </summary>
public static string ChangeLog3_0_301 {
get {
return ResourceManager.GetString("ChangeLog3_0_301", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to For Lastenrad Bayern users
///- missing titles added to several pages
///- new station markers availabe
///- layout of Wort-Bild-Marke amended
///.
/// </summary>
public static string ChangeLog3_0_312 {
get {
return ResourceManager.GetString("ChangeLog3_0_312", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock of rented bike cannot be be connected right now..
/// </summary>
public static string ErrorBookedSearchMessage {
get {
return ResourceManager.GetString("ErrorBookedSearchMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock of rented bike cannot be be connected right now.
///If the bike is nearby:
///- restart app and repeat action
///- restart phone and repeat action
///to connect the lock..
/// </summary>
public static string ErrorBookedSearchMessageEscalationLevel1 {
get {
return ResourceManager.GetString("ErrorBookedSearchMessageEscalationLevel1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock of rented bike cannot be be connected right now.
///If the bike is nearby:
///- restart app and repeat action
///- restart phone and repeat action
///to connect the lock.
///
///Return bike manually.
///Steps 1: Close lock manually if lock is still open
///- close app
///- press on button at the top of the lock until it starts blinking
///- wait until lock is closed completely
///Step 2:
///- contact support regarding manual locking please to terminate rent.
/// </summary>
public static string ErrorBookedSearchMessageEscalationLevel2 {
get {
return ResourceManager.GetString("ErrorBookedSearchMessageEscalationLevel2", 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 &quot;{0}&quot;..
/// </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 Communication error during lock search..
/// </summary>
public static string ErrorConnectLockGeneralErrorMessage {
get {
return ResourceManager.GetString("ErrorConnectLockGeneralErrorMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Internet must be reachable to connect to lock of rented bike..
/// </summary>
public static string ErrorConnectLockRentedBikeNoWebMessage {
get {
return ResourceManager.GetString("ErrorConnectLockRentedBikeNoWebMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Internet must be reachable to connect to lock of reserved bike..
/// </summary>
public static string ErrorConnectLockReservedBikeNoWebMessage {
get {
return ResourceManager.GetString("ErrorConnectLockReservedBikeNoWebMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please turn Bluetooth on, otherwise lock cannot be connected..
/// </summary>
public static string ErrorFindLockBluetoothNotOn {
get {
return ResourceManager.GetString("ErrorFindLockBluetoothNotOn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please turn Location on, otherwise lock cannot be connected..
/// </summary>
public static string ErrorFindLockLocationOff {
get {
return ResourceManager.GetString("ErrorFindLockLocationOff", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please grant location permissions, otherwise lock cannot be connected..
/// </summary>
public static string ErrorFindLockLocationPermissionMissing {
get {
return ResourceManager.GetString("ErrorFindLockLocationPermissionMissing", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock can only be found when rented bike is nearby..
/// </summary>
public static string ErrorFindLockRentedBikeOutOfReachMessage {
get {
return ResourceManager.GetString("ErrorFindLockRentedBikeOutOfReachMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock status of the reserved bike could not be determined..
/// </summary>
public static string ErrorFindLockReservedBikeNoStausMessage {
get {
return ResourceManager.GetString("ErrorFindLockReservedBikeNoStausMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock can only be found when reserved bike is nearby..
/// </summary>
public static string ErrorFindLockReservedBikeOutOfReachMessage {
get {
return ResourceManager.GetString("ErrorFindLockReservedBikeOutOfReachMessage", 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 ErrorOpenLockOutOfReachMessage {
get {
return ResourceManager.GetString("ErrorOpenLockOutOfReachMessage", 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 Lock of reserved bike cannot be be connected right now.
///If the bike is nearby:
///- restart app and repeat action
///- restart phone and repeat action
///to connect the lock.
/// </summary>
public static string ErrorReservedSearchMessageEscalationLevel1 {
get {
return ResourceManager.GetString("ErrorReservedSearchMessageEscalationLevel1", 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 &quot;Return bike&quot;.
/// </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 Internet must be available when returning the bike..
/// </summary>
public static string ErrorReturnBikeNoWebMessage {
get {
return ResourceManager.GetString("ErrorReturnBikeNoWebMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connection error when returning the bike!.
/// </summary>
public static string ErrorReturnBikeNoWebTitle {
get {
return ResourceManager.GetString("ErrorReturnBikeNoWebTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error returning bike!.
/// </summary>
public static string ErrorReturnBikeTitle {
get {
return ResourceManager.GetString("ErrorReturnBikeTitle", 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 The session has expired. Please register again..
/// </summary>
public static string ExceptionTextSessionExpired {
get {
return ResourceManager.GetString("ExceptionTextSessionExpired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Is WIFI available/ mobile networt available and mobile data activated / ... ?.
/// </summary>
public static string ExceptionTextWebConnectFailureException {
get {
return ResourceManager.GetString("ExceptionTextWebConnectFailureException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Legal Information.
/// </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 Station id: {0}.
/// </summary>
public static string MarkingBikesAtStationStationId {
get {
return ResourceManager.GetString("MarkingBikesAtStationStationId", resourceCulture);
}
}
/// <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);
}
}
/// <summary>
/// Looks up a localized string similar to Cargo bike.
/// </summary>
public static string MarkingCargoBike {
get {
return ResourceManager.GetString("MarkingCargoBike", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Center map to current position.
/// </summary>
public static string MarkingCenterMapToCurrentPos {
get {
return ResourceManager.GetString("MarkingCenterMapToCurrentPos", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to City bike.
/// </summary>
public static string MarkingCityBike {
get {
return ResourceManager.GetString("MarkingCityBike", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Contact operator?.
/// </summary>
public static string MarkingContactNoStationInfoAvailableNoButton {
get {
return ResourceManager.GetString("MarkingContactNoStationInfoAvailableNoButton", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Contact.
/// </summary>
public static string MarkingContactPageTitle {
get {
return ResourceManager.GetString("MarkingContactPageTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;font color=&quot;blue&quot;&gt;&lt;u&gt;Contact&lt;/u&gt;&lt;/font&gt; {0}..
/// </summary>
public static string MarkingContactSupport {
get {
return ResourceManager.GetString("MarkingContactSupport", 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 Find Bike.
/// </summary>
public static string MarkingFindBike {
get {
return ResourceManager.GetString("MarkingFindBike", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Geolocation Control.
/// </summary>
public static string MarkingGeolocationControl {
get {
return ResourceManager.GetString("MarkingGeolocationControl", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock control.
/// </summary>
public static string MarkingLockControl {
get {
return ResourceManager.GetString("MarkingLockControl", 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 Logging level.
/// </summary>
public static string MarkingLoggingLevel {
get {
return ResourceManager.GetString("MarkingLoggingLevel", 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 &quot;konrad&quot; or &quot;TINK&quot; 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 Please login to reserve bikes! Tap &lt;font color=&quot;blue&quot;&gt;&lt;u&gt;here&lt;/u&gt;&lt;/font&gt; to switch to login page..
/// </summary>
public static string MarkingLoginRequiredToRerserve {
get {
return ResourceManager.GetString("MarkingLoginRequiredToRerserve", 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 Select Station.
/// </summary>
public static string MarkingSelectStationPage {
get {
return ResourceManager.GetString("MarkingSelectStationPage", 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 Show/ hide.
/// </summary>
public static string MarkingShowHideBikesOfType {
get {
return ResourceManager.GetString("MarkingShowHideBikesOfType", 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 Verbose error messages.
/// </summary>
public static string MarkingVerboseErrorMessage {
get {
return ResourceManager.GetString("MarkingVerboseErrorMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Website caching.
/// </summary>
public static string MarkingWebsiteCaching {
get {
return ResourceManager.GetString("MarkingWebsiteCaching", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Log out.
/// </summary>
public static string MessageAccountPageManageLogout {
get {
return ResourceManager.GetString("MessageAccountPageManageLogout", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Manage personal data.
/// </summary>
public static string MessageAccountPageManagePersonalData {
get {
return ResourceManager.GetString("MessageAccountPageManagePersonalData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cancel.
/// </summary>
public static string MessageAnswerCancel {
get {
return ResourceManager.GetString("MessageAnswerCancel", 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 Retry.
/// </summary>
public static string MessageAnswerRetry {
get {
return ResourceManager.GetString("MessageAnswerRetry", 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 €/month.
/// </summary>
public static string MessageBikesManagementTariffDescriptionEuroPerMonth {
get {
return ResourceManager.GetString("MessageBikesManagementTariffDescriptionEuroPerMonth", 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.
/// </summary>
public static string MessageBikesManagementTariffDescriptionTariffHeader {
get {
return ResourceManager.GetString("MessageBikesManagementTariffDescriptionTariffHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Tariff {0}, nr. {1}.
/// </summary>
public static string MessageBikesManagementTariffDescriptionTariffHeaderNameId {
get {
return ResourceManager.GetString("MessageBikesManagementTariffDescriptionTariffHeaderNameId", 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 Error when connecting with lock!.
/// </summary>
public static string MessageConnectLockErrorTitle {
get {
return ResourceManager.GetString("MessageConnectLockErrorTitle", 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 Error when connecting to lock!.
/// </summary>
public static string MessageErrorConnectTitle {
get {
return ResourceManager.GetString("MessageErrorConnectTitle", 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 Closing the lock and ending the rental is not possible..
/// </summary>
public static string MessageErrorQueryLocationMessage {
get {
return ResourceManager.GetString("MessageErrorQueryLocationMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error Start Query Location!.
/// </summary>
public static string MessageErrorQueryLocationStartTitle {
get {
return ResourceManager.GetString("MessageErrorQueryLocationStartTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error Query Location!.
/// </summary>
public static string MessageErrorQueryLocationTitle {
get {
return ResourceManager.GetString("MessageErrorQueryLocationTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No bike with id {0} found..
/// </summary>
public static string MessageErrorSelectBikeNoBikeFound {
get {
return ResourceManager.GetString("MessageErrorSelectBikeNoBikeFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error Selecting Bike!.
/// </summary>
public static string MessageErrorSelectBikeTitle {
get {
return ResourceManager.GetString("MessageErrorSelectBikeTitle", 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.
///Please login to app once again..
/// </summary>
public static string MessageMapPageErrorAuthcookieUndefined {
get {
return ResourceManager.GetString("MessageMapPageErrorAuthcookieUndefined", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An error occurred switching from cargo bikes/ city bikes.
///{0}.
/// </summary>
public static string MessageMapPageErrorSwitch {
get {
return ResourceManager.GetString("MessageMapPageErrorSwitch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Urgent questions?.
/// </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 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);
}
}
/// <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 Close lock and return bike {0}?.
/// </summary>
public static string QuestionCloseLockAndReturnBike {
get {
return ResourceManager.GetString("QuestionCloseLockAndReturnBike", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Rent bike {0} and open lock?.
/// </summary>
public static string QuestionOpenLockAndBookBike {
get {
return ResourceManager.GetString("QuestionOpenLockAndBookBike", 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 Return bike {0}?.
/// </summary>
public static string QuestionReturnBike {
get {
return ResourceManager.GetString("QuestionReturnBike", 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);
}
}
}
}