mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-12-22 06:56:25 +01:00
Fix: Duplicate entires removed.
This commit is contained in:
parent
ad3cdbcadf
commit
d92fb4a40f
4 changed files with 4 additions and 22 deletions
|
@ -14,7 +14,7 @@ namespace TINK.Droid
|
|||
{
|
||||
|
||||
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.2.0.155")]
|
||||
public partial class Resource
|
||||
{
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ namespace TINK.Droid
|
|||
{
|
||||
|
||||
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.2.0.155")]
|
||||
public partial class Resource
|
||||
{
|
||||
|
||||
|
|
2
TINK/TINK.Android/Resources/Resource.Designer.cs
generated
2
TINK/TINK.Android/Resources/Resource.Designer.cs
generated
|
@ -14,7 +14,7 @@ namespace TINK.Droid
|
|||
{
|
||||
|
||||
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.1.0.11")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.2.0.155")]
|
||||
public partial class Resource
|
||||
{
|
||||
|
||||
|
|
|
@ -1363,25 +1363,7 @@ namespace TINK.MultilingualResources {
|
|||
get {
|
||||
return ResourceManager.GetString("ErrorReturnBikeTitle", 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 Your feedback could not be send to server successfully..
|
||||
|
|
Loading…
Reference in a new issue