mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-23 05:16:29 +02:00
Version 3.0.260
This commit is contained in:
parent
5a26bf273b
commit
4df8aa98aa
134 changed files with 8098 additions and 567 deletions
|
@ -1157,7 +1157,7 @@ namespace TINK.MultilingualResources {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to About {0}.
|
||||
/// Looks up a localized string similar to Legal Information.
|
||||
/// </summary>
|
||||
public static string MarkingAbout {
|
||||
get {
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
<value>{0} Anfrage</value>
|
||||
</data>
|
||||
<data name="MarkingAbout" xml:space="preserve">
|
||||
<value>Über {0}</value>
|
||||
<value>Rechtliches</value>
|
||||
</data>
|
||||
<data name="MarkingAccount" xml:space="preserve">
|
||||
<value>Konto</value>
|
||||
|
|
|
@ -185,7 +185,7 @@ Bike can only be returned if bike is in reach and location information is avail
|
|||
<value>Opening phone app failed.</value>
|
||||
</data>
|
||||
<data name="MarkingAbout" xml:space="preserve">
|
||||
<value>About {0}</value>
|
||||
<value>Legal Information</value>
|
||||
</data>
|
||||
<data name="MarkingAccount" xml:space="preserve">
|
||||
<value>Account</value>
|
||||
|
|
|
@ -87,8 +87,8 @@
|
|||
<target state="final">{0} Anfrage</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="MarkingAbout" translate="yes" xml:space="preserve">
|
||||
<source>About {0}</source>
|
||||
<target state="final">Über {0}</target>
|
||||
<source>Legal Information</source>
|
||||
<target state="final">Rechtliches</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="MarkingAccount" translate="yes" xml:space="preserve">
|
||||
<source>Account</source>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue