This commit is contained in:
JustArchi
2017-02-26 15:04:42 +01:00
parent 9ed3706f3f
commit dbea99fb36

View File

@@ -474,11 +474,11 @@ StackTrace:
</data>
<data name="BotAddLicense" xml:space="preserve">
<value>ID: {0} | Status: {1}</value>
<comment>{0} will be replaced by ID (number), {1} will be replaced by status string</comment>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by status string</comment>
</data>
<data name="BotAddLicenseWithItems" xml:space="preserve">
<value>ID: {0} | Status: {1} | Items: {2}</value>
<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>
<comment>{0} will be replaced by game's 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 name="BotAlreadyRunning" xml:space="preserve">
<value>This bot is already running!</value>