This commit is contained in:
JustArchi
2019-02-10 06:35:20 +01:00
parent c400f05ed6
commit 2347925b1c
5 changed files with 113 additions and 17 deletions

View File

@@ -1170,6 +1170,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Please wait....
/// </summary>
public static string PleaseWait {
get {
return ResourceManager.GetString("PleaseWait", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu {0} has been loaded successfully!.
/// </summary>