Rewrite command-line arguments

This commit is contained in:
JustArchi
2018-04-18 01:04:28 +02:00
parent a8766c4f37
commit c06d9cc887
15 changed files with 97 additions and 93 deletions

View File

@@ -1386,6 +1386,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Usage of {0} is deprecated and will be removed in future versions of the program. Please use {1} instead..
/// </summary>
internal static string WarningDeprecated {
get {
return ResourceManager.GetString("WarningDeprecated", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Failed!.
/// </summary>