mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Unify ID in strings
This commit is contained in:
@@ -473,12 +473,12 @@ StackTrace:
|
|||||||
<value>This account is limited, idling process is permanently unavailable until the restriction is removed!</value>
|
<value>This account is limited, idling process is permanently unavailable until the restriction is removed!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BotAddLicense" xml:space="preserve">
|
<data name="BotAddLicense" xml:space="preserve">
|
||||||
<value>GameID: {0} | Status: {1}</value>
|
<value>ID: {0} | Status: {1}</value>
|
||||||
<comment>{0} will be replaced by gameID (number), {1} will be replaced by status string</comment>
|
<comment>{0} will be replaced by ID (number), {1} will be replaced by status string</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="BotAddLicenseWithItems" xml:space="preserve">
|
<data name="BotAddLicenseWithItems" xml:space="preserve">
|
||||||
<value>GameID: {0} | Status: {1} | Items: {2}</value>
|
<value>ID: {0} | Status: {1} | Items: {2}</value>
|
||||||
<comment>{0} will be replaced by gameID (number), {1} will be replaced by status string, {2} will be replaced by list of granted IDs (numbers), separated by a comma</comment>
|
<comment>{0} will be replaced by ID (number), {1} will be replaced by status string, {2} will be replaced by list of granted IDs (numbers), separated by a comma</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="BotAlreadyRunning" xml:space="preserve">
|
<data name="BotAlreadyRunning" xml:space="preserve">
|
||||||
<value>This bot is already running!</value>
|
<value>This bot is already running!</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user