mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Remove excessive debug from new feature
As it's not needed anymore
This commit is contained in:
36
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
36
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
@@ -69,6 +69,24 @@ namespace ArchiSteamFarm.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Matching Steam items, round #{0}....
|
||||
/// </summary>
|
||||
internal static string ActivelyMatchingItems {
|
||||
get {
|
||||
return ResourceManager.GetString("ActivelyMatchingItems", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Matched a total of {0} sets this round..
|
||||
/// </summary>
|
||||
internal static string ActivelyMatchingItemsRound {
|
||||
get {
|
||||
return ResourceManager.GetString("ActivelyMatchingItemsRound", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu ASF will automatically check for new versions every {0}..
|
||||
/// </summary>
|
||||
@@ -763,6 +781,15 @@ namespace ArchiSteamFarm.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Done matching Steam items, round #{0}..
|
||||
/// </summary>
|
||||
internal static string DoneActivelyMatchingItems {
|
||||
get {
|
||||
return ResourceManager.GetString("DoneActivelyMatchingItems", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Done clearing Steam discovery queue #{0}..
|
||||
/// </summary>
|
||||
@@ -772,6 +799,15 @@ namespace ArchiSteamFarm.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Aborted!.
|
||||
/// </summary>
|
||||
internal static string ErrorAborted {
|
||||
get {
|
||||
return ResourceManager.GetString("ErrorAborted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Access denied!.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user