forked from Simnation/Main
edit
This commit is contained in:
parent
bbb06369d5
commit
a0e4bd5bd9
2 changed files with 15 additions and 9 deletions
|
@ -49,6 +49,12 @@ Config.CharInfoUpdate = true -- If you have an error on server console saying 'b
|
||||||
Config.Societies = { -- Which societies have bank accounts
|
Config.Societies = { -- Which societies have bank accounts
|
||||||
"police",
|
"police",
|
||||||
"ambulance",
|
"ambulance",
|
||||||
|
"cinema",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Config.ShowBankBlips = true -- True = show bank blips on the map | false = don't show blips
|
Config.ShowBankBlips = true -- True = show bank blips on the map | false = don't show blips
|
||||||
|
|
|
@ -18,7 +18,7 @@ Locales['de'] = {
|
||||||
|
|
||||||
['pin_no_money'] = {
|
['pin_no_money'] = {
|
||||||
title = 'BANKING',
|
title = 'BANKING',
|
||||||
text = 'Sie benötigen ${s1}€, um Ihre PIN zu ändern',
|
text = 'Sie benötigen ${s1}$, um Ihre PIN zu ändern',
|
||||||
time = 5000,
|
time = 5000,
|
||||||
type = 'error'
|
type = 'error'
|
||||||
},
|
},
|
||||||
|
@ -70,7 +70,7 @@ Locales['de'] = {
|
||||||
|
|
||||||
['iban_no_money'] = {
|
['iban_no_money'] = {
|
||||||
title = 'BANKING',
|
title = 'BANKING',
|
||||||
text = 'Sie benötigen ${s1}€, um Ihre IBAN zu ändern',
|
text = 'Sie benötigen ${s1}$, um Ihre IBAN zu ändern',
|
||||||
time = 5000,
|
time = 5000,
|
||||||
type = 'error'
|
type = 'error'
|
||||||
},
|
},
|
||||||
|
@ -80,35 +80,35 @@ Locales['de'] = {
|
||||||
|
|
||||||
['deposited'] = {
|
['deposited'] = {
|
||||||
title = 'BANKING',
|
title = 'BANKING',
|
||||||
text = 'Sie haben eingezahlt ${s1}€',
|
text = 'Sie haben eingezahlt ${s1}$',
|
||||||
time = 5000,
|
time = 5000,
|
||||||
type = 'success'
|
type = 'success'
|
||||||
},
|
},
|
||||||
|
|
||||||
['withdrawn'] = {
|
['withdrawn'] = {
|
||||||
title = 'BANKING',
|
title = 'BANKING',
|
||||||
text = 'Sie haben sich zurückgezogen ${s1}€',
|
text = 'Sie haben sich zurückgezogen ${s1}$',
|
||||||
time = 5000,
|
time = 5000,
|
||||||
type = 'success'
|
type = 'success'
|
||||||
},
|
},
|
||||||
|
|
||||||
['received_from'] = {
|
['received_from'] = {
|
||||||
title = 'BANKING',
|
title = 'BANKING',
|
||||||
text = 'Sie erhielten ${s1}€ aus ${s2}',
|
text = 'Sie erhielten ${s1}$ aus ${s2}',
|
||||||
time = 5000,
|
time = 5000,
|
||||||
type = 'success'
|
type = 'success'
|
||||||
},
|
},
|
||||||
|
|
||||||
['transferred_to'] = {
|
['transferred_to'] = {
|
||||||
title = 'BANKING',
|
title = 'BANKING',
|
||||||
text = 'Sie haben überwiesen ${s1}€ an ${s2}',
|
text = 'Sie haben überwiesen ${s1}$ an ${s2}',
|
||||||
time = 5000,
|
time = 5000,
|
||||||
type = 'success'
|
type = 'success'
|
||||||
},
|
},
|
||||||
|
|
||||||
['deposited_to'] = {
|
['deposited_to'] = {
|
||||||
title = 'BANKING',
|
title = 'BANKING',
|
||||||
text = 'Sie haben eingezahlt ${s1}€ an ${s2}',
|
text = 'Sie haben eingezahlt ${s1}$ an ${s2}',
|
||||||
time = 5000,
|
time = 5000,
|
||||||
type = 'success'
|
type = 'success'
|
||||||
},
|
},
|
||||||
|
@ -122,7 +122,7 @@ Locales['de'] = {
|
||||||
|
|
||||||
['you_have_withdrawn'] = {
|
['you_have_withdrawn'] = {
|
||||||
title = 'BANKING',
|
title = 'BANKING',
|
||||||
text = 'Sie haben sich zurückgezogen ${s1}€ aus ${s2}',
|
text = 'Sie haben sich zurückgezogen ${s1}$ aus ${s2}',
|
||||||
time = 5000,
|
time = 5000,
|
||||||
type = 'success'
|
type = 'success'
|
||||||
},
|
},
|
||||||
|
@ -188,7 +188,7 @@ Locales['de'] = {
|
||||||
|
|
||||||
['bought_cc'] = {
|
['bought_cc'] = {
|
||||||
title = 'BANKING',
|
title = 'BANKING',
|
||||||
text = 'Sie haben eine Kreditkarte für ${s1}€ gekauft',
|
text = 'Sie haben eine Kreditkarte für ${s1}$ gekauft',
|
||||||
time = 5000,
|
time = 5000,
|
||||||
type = 'success'
|
type = 'success'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue