forked from overextended/ox_fuel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9ae8b6
commit 29c1ee2
Showing
4 changed files
with
46 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"tank_full": "The tank of this vehicle is fuill", | ||
"petrolcan_cannot_afford": "You cannot afford a petrol can", | ||
"refuel_cannot_afford": "You cannot afford to refuel your vehicle", | ||
"vehicle_far": "Your vehicle is too far away", | ||
"pump_fuel_with_can": "Put your can away before fueling with the pump", | ||
"fuel_help": "Press ~INPUT_C2939D45~ to fuel", | ||
"petrolcan_help": "Press ~INPUT_C2939D45~ to buy or refill a fuel can", | ||
"leave_vehicle": "Leave the vehicle to be able to start fueling", | ||
"start_fueling": "Start fueling", | ||
"petrolcan_buy_or_refill": "Buy or refill a fuel can", | ||
"fuel_station_blip": "Fuel station", | ||
"not_enough_money": "Not enough money! Missing $%s", | ||
"fuel_success": "Fueled to %s - $%s", | ||
"petrolcan_refill": "Paid $%s for refilling your fuel can", | ||
"petrolcan_buy": "Paid $%s for a fuel can", | ||
"petrolcan_cannot_carry": "You cannot carry this fuel can" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters