mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-14 07:30:39 +00:00
Closes #2980
This commit is contained in:
6
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
6
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
@@ -1214,5 +1214,11 @@ namespace ArchiSteamFarm.Localization {
|
||||
return ResourceManager.GetString("WarningNoLicense", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string WarningRegionRestrictedPackage {
|
||||
get {
|
||||
return ResourceManager.GetString("WarningRegionRestrictedPackage", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user