Fixed negative bills

This commit is contained in:
ElPumpo
2018-02-22 16:57:43 +01:00
parent bfed8a8f06
commit d052d98042
6 changed files with 36 additions and 34 deletions
+8
View File
@@ -0,0 +1,8 @@
Locales['sv'] = {
['invoices'] = 'räkningar',
['received_invoice'] = 'du har ~r~mottagit~s~ en räkning',
['paid_invoice'] = 'du ~g~betalade~s~ precis en räkning på ~g~$',
['received_payment'] = 'u har ~g~mottagit~s~ en räkning på ~g~$',
['player_not_logged'] = 'spelaren är inte online',
['no_money'] = 'du har inte råd för att betala räkningen',
}