mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Implemented managing unpaid bills, closes #121
This commit is contained in:
+12
-2
@@ -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>',
|
||||
|
||||
Reference in New Issue
Block a user