mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Implemented impounding vehicles (beta), endless i18n fixes, tab indents
This commit is contained in:
+18
-15
@@ -5,9 +5,6 @@ Locales['en'] = {
|
||||
['police_wear'] = 'police Outfit',
|
||||
['sheriff_wear'] = 'sheriff Outfit',
|
||||
['lieutenant_wear'] = 'Swatt outfit ',
|
||||
['commandant_wear'] = 'Fbi outfit',
|
||||
['statepd_wear'] = 'State Police outfit',
|
||||
['specops_wear'] = 'Spec OPS outfit',
|
||||
['gilet_wear'] = 'orange reflective jacket',
|
||||
['bullet_wear'] = 'bulletproof vest',
|
||||
['no_outfit'] = 'there\'s no uniform that fits you!',
|
||||
@@ -36,19 +33,30 @@ Locales['en'] = {
|
||||
['handcuff'] = 'cuff / Uncuff',
|
||||
['drag'] = 'drag',
|
||||
['put_in_vehicle'] = 'put in Vehicle',
|
||||
['out_the_vehicle'] = 'take out of vehicle',
|
||||
['out_the_vehicle'] = 'drag out from vehicle',
|
||||
['fine'] = 'fine',
|
||||
['license_check'] = 'manage license',
|
||||
['license_revoke'] = 'revoke license',
|
||||
['license_revoked'] = 'your ~b~%s~s~ has been ~y~revoked~s~!',
|
||||
['licence_you_revoked'] = 'you revoked a ~b~%s~s~ which belonged to ~y~%s~s~',
|
||||
['no_players_nearby'] = 'no players nearby',
|
||||
|
||||
-- Vehicle interaction
|
||||
['vehicle_info'] = 'vehicle Info',
|
||||
['pick_lock'] = 'lockpick Vehicle',
|
||||
['vehicle_unlocked'] = 'vehicle ~g~Unlocked~s~',
|
||||
['no_vehicles_nearby'] = 'no vehicles nearby',
|
||||
['traffic_interaction'] = 'Interaction Voirie',
|
||||
['no_vehicles_nearby'] = 'there is no vehicles nearby',
|
||||
['impound'] = 'impound vehicle',
|
||||
['impound_prompt'] = 'press ~INPUT_CONTEXT~ to cancel the ~y~impound~s~',
|
||||
['impound_canceled'] = 'you canceled the impound',
|
||||
['impound_canceled_moved'] = 'the impound has been canceled because the vehicle moved',
|
||||
['impound_successful'] = 'you have impounded the vehicle',
|
||||
['search_database'] = 'vehicle information',
|
||||
['search_database_title'] = 'vehicle information - search with registration number',
|
||||
['search_database_error_invalid'] = 'that is ~r~not~s~ a ~y~valid~s~ registration number',
|
||||
['search_database_error_not_found'] = 'that ~y~registration number~s~ is ~r~not~s~ registered to an vehicle!',
|
||||
['search_database_found'] = 'the vehicle is ~y~registered~s~ to ~b~%s~s~',
|
||||
-- Traffic interaction
|
||||
['traffic_interaction'] = 'Interaction Traffic',
|
||||
['cone'] = 'cone',
|
||||
['barrier'] = 'barrier',
|
||||
['spikestrips'] = 'spikestrips',
|
||||
@@ -86,7 +94,9 @@ Locales['en'] = {
|
||||
['amount_of_deposit'] = 'amount of Deposit',
|
||||
['open_bossmenu'] = 'press ~INPUT_CONTEXT~ to open the menu',
|
||||
['quantity_invalid'] = 'invalid quantity',
|
||||
['have_withdraw'] = 'you have withdrawn x',
|
||||
['have_withdrawn'] = 'you have withdrawn x',
|
||||
['not_enough_in_society'] = 'there\'s not enough of ~r~that item~w~ in the society!',
|
||||
['player_cannot_hold'] = 'you do ~r~not~w~ have enough ~y~free space~w~ in your inventory!',
|
||||
['added'] = 'you added x',
|
||||
['quantity'] = 'quantity',
|
||||
['inventory'] = 'inventory',
|
||||
@@ -103,11 +113,4 @@ Locales['en'] = {
|
||||
['you_have_confweapon'] = 'you have confiscated ~y~x1 ',
|
||||
['confweapon'] = '~s~ confiscated from you ~y~x1 ',
|
||||
['alert_police'] = 'alert police',
|
||||
-- Authorized Vehicles
|
||||
['police'] = 'patrol Vehicle 1',
|
||||
['police2'] = 'patrol Vehicle 2',
|
||||
['police3'] = 'patrol Vehicle 3',
|
||||
['police4'] = 'unmarked Vehicle',
|
||||
['policeb'] = 'motorcycle',
|
||||
['policet'] = 'transport Van',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user