Fixed sending message to offline player (desc)

- Fixed sending a message to offline players when they get promoted, fired or whatever.
- Improved translation
    - fixed hardcoded message
    - improved translation with the usage of formatting
This commit is contained in:
ElPumpo
2018-04-08 23:51:21 +02:00
parent 280e6845d8
commit 2a60ff3f1f
5 changed files with 47 additions and 47 deletions
+4 -4
View File
@@ -8,8 +8,8 @@ Locales['en'] = {
['employee_management'] = 'employee management',
['fire'] = 'fire',
['grade'] = 'grade',
['have_deposited'] = 'you have deposited ~r~$',
['have_withdrawn'] = 'you have withdrawn ~g~$',
['have_deposited'] = 'you have deposited ~r~$%s~s~',
['have_withdrawn'] = 'you have withdrawn ~g~$%s~s~',
['invalid_amount'] = 'invalid amount',
['invalid_amount'] = 'invalid amount',
['no'] = 'no',
@@ -24,8 +24,8 @@ Locales['en'] = {
['withdraw_amount'] = 'witdraw amount',
['withdraw_society_money'] = 'withdraw society money',
['yes'] = 'yes',
['you_have'] = 'you have ~g~$',
['you_have_laundered'] = 'you have ~r~laundered~s~ your money: ~g~$',
['you_have'] = 'you have ~g~%s$~s~ waiting in ~y~money laundering~s~ (24h).',
['you_have_laundered'] = 'you have ~r~laundered~s~ your money: ~g~$%s~s~',
['you_have_hired'] = 'you have recruited %s',
['you_have_been_hired'] = 'you have been hired by %s',
['you_have_fired'] = 'you have fired %s',