New translations

This commit is contained in:
Łukasz Domeradzki
2017-01-09 08:34:45 +01:00
parent 725b3427cd
commit bc5f259ee3

View File

@@ -292,14 +292,32 @@
<data name="ChosenFarmingAlgorithm" xml:space="preserve">
<value>Vald farming algoritm: {0}</value>
<comment>{0} will be replaced by the name of chosen idling algorithm</comment>
</data>
<data name="Done" xml:space="preserve">
<value>Klart!</value>
</data>
<data name="GamesToIdle" xml:space="preserve">
<value>Vi har totalt {0} spel ({1} kort) kvar att farma (~{2} kvar)...</value>
<comment>{0} will be replaced by number of games, {1} will be replaced by number of cards, {2} will be replaced by translated TimeSpan string built from TimeSpan* translation parts</comment>
</data>
<data name="IdlingFinished" xml:space="preserve">
<value>Idling färdigt!</value>
</data>
<data name="IdlingFinishedForGame" xml:space="preserve">
<value>Idling slutförd: {0} ({1}) efter {2} speltid!</value>
<comment>{0} will be replaced by game's appID (number), {1} will be replaced by game's name, {2} will be replaced by translated TimeSpan string built from TimeSpan* translation parts</comment>
</data>
<data name="IdlingStatusForGame" xml:space="preserve">
<value>Idling status för {0} ({1}): {2} kort kvar</value>
<comment>{0} will be replaced by game's appID (number), {1} will be replaced by game's name, {2} will be replaced by number of cards left to idle</comment>
</data>
<data name="IdlingStopped" xml:space="preserve">
<value>Farming stoppat!</value>
</data>