This commit is contained in:
Archi
2023-11-05 23:22:15 +01:00
parent b46e936ac6
commit 3a9e9de596
4 changed files with 87 additions and 12 deletions

View File

@@ -1214,5 +1214,11 @@ namespace ArchiSteamFarm.Localization {
return ResourceManager.GetString("WarningNoLicense", resourceCulture);
}
}
public static string WarningRegionRestrictedPackage {
get {
return ResourceManager.GetString("WarningRegionRestrictedPackage", resourceCulture);
}
}
}
}

View File

@@ -748,4 +748,8 @@ Process uptime: {1}</value>
<value>You've attempted to use paid feature {0} but you don't have a valid LicenseID set in the ASF global config. Please review your configuration, as the functionality won't work without additional details.</value>
<comment>{0} will be replaced by feature name (e.g. MatchActively)</comment>
</data>
<data name="WarningRegionRestrictedPackage" xml:space="preserve">
<value>ASF is unable to play app {0} as it has region-related restriction for {1} country that lasts until {2}.</value>
<comment>{0} will be replaced by app ID (number), {1} will be replaced by short country code (string, such as "PL"), {2} will be replaced by human-readable date (string).</comment>
</data>
</root>