Misc trade logging enhancements

This commit is contained in:
JustArchi
2020-08-11 11:34:32 +02:00
parent 0beb000d4b
commit 06b1b8deeb
7 changed files with 87 additions and 7 deletions

View File

@@ -691,6 +691,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu The trade offer {0} is determined to be {1} due to {2}..
/// </summary>
public static string BotTradeOfferResult {
get {
return ResourceManager.GetString("BotTradeOfferResult", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Unable to login to Steam: {0}/{1}.
/// </summary>