ed
This commit is contained in:
parent
26ed285540
commit
4c95214808
53 changed files with 694 additions and 2507 deletions
24
resources/[carscripts]/kq_towing2/locale.lua
Normal file
24
resources/[carscripts]/kq_towing2/locale.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
-- Only edit the value on the right. Leave the value between the square brackets as is. <!>
|
||||
|
||||
Locale = {
|
||||
['~w~Press ~g~[~w~{INPUT}~g~]~w~ to attach the rope'] = '~w~Press ~g~[~w~{INPUT}~g~]~w~ to attach the rope',
|
||||
['~w~Press ~{INPUT}~ to attach the rope'] = '~w~Press ~{INPUT}~ to attach the rope',
|
||||
|
||||
['~w~Press ~g~[~w~{INPUT}~g~]~w~ to tie the rope'] = '~w~Press ~g~[~w~{INPUT}~g~]~w~ to tie the rope',
|
||||
['~w~Press ~{INPUT}~ to tie the rope'] = '~w~Press ~{INPUT}~ to tie the rope',
|
||||
|
||||
['Press ~{INPUT}~ to cancel'] = 'Press ~{INPUT}~ to cancel',
|
||||
|
||||
['~r~Too far'] = '~r~Too far',
|
||||
['~y~You can not tie the rope to the ground'] = '~y~You can not tie the rope to the ground',
|
||||
['~r~This vehicle can not be towed'] = '~r~This vehicle can not be towed',
|
||||
|
||||
['~w~Hold ~r~[~w~{INPUT}~r~]~w~ to detach the rope'] = '~w~Hold ~r~[~w~{INPUT}~r~]~w~ to detach the rope',
|
||||
['~w~Hold ~{INPUT}~ to detach the rope'] = '~w~Hold ~{INPUT}~ to detach the rope',
|
||||
|
||||
['~w~Hold ~{INPUT}~ to winch'] = '~w~Hold ~{INPUT}~ to winch',
|
||||
['~w~Release ~{INPUT}~ to stop winching'] = '~w~Release ~{INPUT}~ to stop winching',
|
||||
|
||||
['~r~You may not use this item'] = '~r~You may not use this item',
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue