Select station page added to ease getting operator specific contact information.

This commit is contained in:
Oliver Hauff 2021-07-22 22:41:35 +02:00
parent a58c33f005
commit ddfea49ea6
24 changed files with 1105 additions and 89 deletions

View file

@ -186,6 +186,15 @@ namespace TINK.MultilingualResources {
}
}
/// <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 Loading bikes located at station....
/// </summary>
@ -751,6 +760,15 @@ namespace TINK.MultilingualResources {
}
}
/// <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 Lock of rented bike can not be found..
/// </summary>
@ -1066,7 +1084,7 @@ namespace TINK.MultilingualResources {
}
/// <summary>
/// Looks up a localized string similar to Contact {0}.
/// Looks up a localized string similar to Contact.
/// </summary>
public static string MarkingContactPageTitle {
get {
@ -1237,6 +1255,15 @@ namespace TINK.MultilingualResources {
}
}
/// <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>

View file

@ -622,10 +622,19 @@ Layout Anzeige Radnamen und nummern verbessert.</value>
<data name="MarkingContactNoStationInfoAvailableNoButton" xml:space="preserve">
<value>Bitte eine Fahrradstationsseite öffen, um den Betreiber zu kontaktieren.</value>
</data>
<data name="MarkingContactPageTitle" xml:space="preserve">
<value>Kontakt {0}</value>
</data>
<data name="ChangeLog3_0_241" xml:space="preserve">
<value>Auf der Kontaktseite werden Kontaktinformationen betreiberspezifisch angezeigt.</value>
</data>
<data name="MarkingSelectStationPage" xml:space="preserve">
<value>Station Auswählen</value>
</data>
<data name="ActionSelectStation" xml:space="preserve">
<value>Station auswählen</value>
</data>
<data name="MarkingContactPageTitle" xml:space="preserve">
<value>Kontakt</value>
</data>
<data name="ChangeLog3_0_242" xml:space="preserve">
<value>Seite zur Auswahl einer Station hinzugefügt zum Abrufen von Kontaktinformationen.</value>
</data>
</root>

View file

@ -719,9 +719,18 @@ Layout of bike names and id display improved.</value>
<value>Please login to reserve bikes! Tap &lt;font color="blue"&gt;&lt;u&gt;here&lt;/u&gt;&lt;/font&gt; to switch to login page.</value>
</data>
<data name="MarkingContactPageTitle" xml:space="preserve">
<value>Contact {0}</value>
<value>Contact</value>
</data>
<data name="ChangeLog3_0_241" xml:space="preserve">
<value>Bike sharing system operator specific support info displayed on contact page.</value>
</data>
<data name="ActionSelectStation" xml:space="preserve">
<value>Select station</value>
</data>
<data name="MarkingSelectStationPage" xml:space="preserve">
<value>Select Station</value>
</data>
<data name="ChangeLog3_0_242" xml:space="preserve">
<value>Select station page added to ease getting operator specific contact information.</value>
</data>
</root>

View file

@ -833,14 +833,26 @@ Layout Anzeige Radnamen und nummern verbessert.</target>
<source>Please open a bike station page to to contact the bike sharing operator.</source>
<target state="translated">Bitte eine Fahrradstationsseite öffen, um den Betreiber zu kontaktieren.</target>
</trans-unit>
<trans-unit id="MarkingContactPageTitle" translate="yes" xml:space="preserve">
<source>Contact {0}</source>
<target state="translated">Kontakt {0}</target>
</trans-unit>
<trans-unit id="ChangeLog3_0_241" translate="yes" xml:space="preserve">
<source>Bike sharing system operator specific support info displayed on contact page.</source>
<target state="translated">Auf der Kontaktseite werden Kontaktinformationen betreiberspezifisch angezeigt.</target>
</trans-unit>
<trans-unit id="MarkingSelectStationPage" translate="yes" xml:space="preserve">
<source>Select Station</source>
<target state="translated">Station Auswählen</target>
</trans-unit>
<trans-unit id="ActionSelectStation" translate="yes" xml:space="preserve">
<source>Select station</source>
<target state="translated">Station auswählen</target>
</trans-unit>
<trans-unit id="MarkingContactPageTitle" translate="yes" xml:space="preserve">
<source>Contact</source>
<target state="translated">Kontakt</target>
</trans-unit>
<trans-unit id="ChangeLog3_0_242" translate="yes" xml:space="preserve">
<source>Select station page added to ease getting operator specific contact information.</source>
<target state="translated">Seite zur Auswahl einer Station hinzugefügt zum Abrufen von Kontaktinformationen.</target>
</trans-unit>
</group>
</body>
</file>