Translated

This commit is contained in:
Łukasz Domeradzki
2017-01-07 17:32:02 +01:00
parent 0307dd30e0
commit bb23a1058e

View File

@@ -249,7 +249,7 @@ StackTrace :
<value>Démarrage...</value>
</data>
<data name="StatusCode" xml:space="preserve">
<value>Code dÉtat : {0}</value>
<value>Code de statut : {0}</value>
<comment>{0} will be replaced by status code number/name</comment>
</data>
<data name="Success" xml:space="preserve">
@@ -477,7 +477,7 @@ StackTrace :
<comment>{0} will be replaced by bot's name, {1} will be replaced by gameID (number), {2} will be replaced by status string</comment>
</data>
<data name="BotAddLicenseResponseWithItems" xml:space="preserve">
<value>&lt;{0} &gt; GameID : {1} | Statut : {2} | Éléments : {3}</value>
<value>&lt;{0} &gt; GameID : {1} | Statut : {2} | Items : {3}</value>
<comment>{0} will be replaced by bot's name, {1} will be replaced by gameID (number), {2} will be replaced by status string, {3} will be replaced by list of granted appIDs (numbers), separated by a comma</comment>
</data>
<data name="BotAlreadyRunning" xml:space="preserve">
@@ -549,10 +549,7 @@ StackTrace :
<data name="BotLootingFailed" xml:space="preserve">
<value>L'offre d'échange a échoué !</value>
</data>
<data name="BotLootingMasterNotDefined" xml:space="preserve">
<value>L'offre n'a pu être envoyée car SteamMasterID nest pas défini !</value>
<comment>SteamMasterID is name of bot config property, it should not be translated</comment>
</data>
<data name="BotLootingNoLootableTypes" xml:space="preserve">
<value>Vous n'avez aucun type d'items à récupérer de configuré !</value>
</data>
@@ -586,7 +583,10 @@ StackTrace :
<value>&lt;{0} &gt; Déjà possédé : {1} | {2}</value>
<comment>{0} will be replaced by bot's name, {1} will be replaced by game's appID (number), {2} will be replaced by game's name</comment>
</data>
<data name="BotRateLimitExceeded" xml:space="preserve">
<value>Fréquence limite dépassée, nouvelle tentative après {0} minutes d'attente...</value>
<comment>{0} will be replaced by number of minutes</comment>
</data>
<data name="BotReconnecting" xml:space="preserve">
<value>Reconnexion...</value>
</data>