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
+5 -5
View File
@@ -2,14 +2,14 @@ Locales['fr'] = {
['actions'] = 'actions',
['deposit_amount'] = 'montant du dépôt',
['deposit_society_money'] = 'déposer argent société',
['do_you_want_to_recruit'] = 'Voulez-vous recruter %s ?',
['do_you_want_to_recruit'] = 'Voulez-vous recruter %s?',
['employee'] = 'employé',
['employee_list'] = 'liste des employés',
['employee_management'] = 'gestion employés',
['fire'] = 'licencier',
['grade'] = 'grade',
['have_deposited'] = 'vous avez déposé ~r~$',
['have_withdrawn'] = 'vous avez retiré ~g~$',
['have_deposited'] = 'vous avez déposé ~r~$%s~s~',
['have_withdrawn'] = 'vous avez retiré ~g~$%s~s~',
['invalid_amount'] = 'montant invalide',
['invalid_amount'] = 'montant invalide',
['no'] = 'non',
@@ -24,8 +24,8 @@ Locales['fr'] = {
['withdraw_amount'] = 'montant du retrait',
['withdraw_society_money'] = 'retirer argent société',
['yes'] = 'oui',
['you_have'] = 'vous avez ~g~$',
['you_have_laundered'] = 'vous avez ~r~blanchi~s~ votre argent : ~g~$',
['you_have'] = 'vous avez ~g~$%s~s~ en attente de ~r~blanchiement~s~ (24h).',
['you_have_laundered'] = 'vous avez ~r~blanchi~s~ votre argent : ~g~$%s~s~',
['you_have_hired'] = 'Vous avez recruté %s',
['you_have_been_hired'] = 'Vous avez été recruté dans la société %s',
['you_have_fired'] = 'Vous avez viré %s',