Added missing formatted strings

This commit is contained in:
ElPumpo
2018-05-04 18:21:00 +02:00
parent 64c8193f52
commit 39dd9e94f6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ Locales['es'] = {
['made_property'] = 'Ha hecho una propiedad',
['not_enough'] = 'n\'No tiene suficiente d\'dinero',
['invalid_quantity'] = 'Cantidad inválida',
['paid_rent'] = 'Has ~g~pagado~s~ por el alquiler : ~g~€',
['paid_rent'] = 'Has ~g~pagado~s~ por el alquiler: ~g~€%s~s~',
['not_enough_in_property'] = 'there\'s not enough of ~r~that item~s~ in the property!',
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
}
+1 -1
View File
@@ -29,7 +29,7 @@ Locales['fr'] = {
['made_property'] = 'vous avez rendu une propriété',
['not_enough'] = 'vous n\'avez pas assez d\'argent',
['invalid_quantity'] = 'quantité invalide',
['paid_rent'] = 'vous avez ~g~payé~s~ votre loyer : ~g~$',
['paid_rent'] = 'vous avez ~g~payé~s~ votre loyer: ~g~$%s~s~',
['not_enough_in_property'] = 'there\'s not enough of ~r~that item~s~ in the property!',
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
}