Implemented managing unpaid bills, closes #121

This commit is contained in:
ElPumpo
2018-07-14 13:18:56 +02:00
parent e7b75d8d51
commit 0d874e78e7
10 changed files with 203 additions and 146 deletions
+12 -2
View File
@@ -35,6 +35,7 @@ Locales['es'] = {
['put_in_vehicle'] = 'Meter en el vehículo',
['out_the_vehicle'] = 'Sacar del vehículo',
['fine'] = 'Multa',
['unpaid_bills'] = 'manage unpaid bills',
['license_check'] = 'manage license',
['license_revoke'] = 'revoke license',
['license_revoked'] = 'your ~b~%s~s~ has been ~y~revoked~s~!',
@@ -63,11 +64,20 @@ Locales['es'] = {
['box'] = 'Caja',
['cash'] = 'Dinero',
-- ID Card Menu
['name'] = 'nombre: %s',
['bac'] = 'alcoolemia: %s',
['name'] = 'name: %s',
['job'] = 'job: %s',
['sex'] = 'sex: %s',
['dob'] = 'DOB: %s',
['height'] = 'height: %s',
['id'] = 'ID: %s',
['bac'] = 'BAC: %s',
['unknown'] = 'unknown',
['male'] = 'male',
['female'] = 'female',
-- Body Search Menu
['guns_label'] = '--- Armas ---',
['inventory_label'] = '--- Inventario ---',
['license_label'] = ' --- Licenses ---',
['confiscate'] = 'confiscar %s',
['confiscate_inv'] = 'confiscar %sx %s',
['confiscate_dirty'] = 'confiscar dinero negro: <span style="color:red;">€%s</span>',