Intial Commit
This commit is contained in:
3
common/media/lua/shared/Translate/EN/IG_UI_EN.txt
Normal file
3
common/media/lua/shared/Translate/EN/IG_UI_EN.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
IGUI_EN = {
|
||||
IGUI_VehicleParttowbar = "Towbar Attachment"
|
||||
}
|
||||
4
common/media/lua/shared/Translate/EN/ItemName_EN.txt
Normal file
4
common/media/lua/shared/Translate/EN/ItemName_EN.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
ItemName_EN = {
|
||||
ItemName_TowBar.TowBar = "Tow Bar"
|
||||
}
|
||||
|
||||
3
common/media/lua/shared/Translate/EN/Tooltip_EN.txt
Normal file
3
common/media/lua/shared/Translate/EN/Tooltip_EN.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
Tooltip_EN = {
|
||||
Tooltip_TowBar = "A tow bar can be used<br>to tow vehicles like a trailer"
|
||||
}
|
||||
19
common/media/lua/shared/Translate/EN/UI_EN.txt
Normal file
19
common/media/lua/shared/Translate/EN/UI_EN.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
UI_EN = {
|
||||
UI_Text_Towing_turnOffParkingBrake = "Turn off parking brake",
|
||||
UI_Text_Towing_turnOnParkingBrake = "Turn on parking brake",
|
||||
UI_Text_Towing_noAviableVehicles = "No vehicles for attach<br>or can't attach",
|
||||
UI_Text_Towing_attach = "Attach",
|
||||
UI_Text_Towing_deattach = "Deattach",
|
||||
UI_Text_Towing_byRope = "by rope",
|
||||
UI_Text_Towing_byTowBar = "by tow bar",
|
||||
UI_Text_Towing_byHook = "by hook",
|
||||
UI_Text_Towing_flipUpright = "Flip upright",
|
||||
UI_Text_Towing_cannotDriveWhileTowed = "Cannot drive while being towed",
|
||||
|
||||
UI_Text_PushByHands = "Push vehicle",
|
||||
UI_Text_PushByHands_Left = "Left",
|
||||
UI_Text_PushByHands_Right = "Right",
|
||||
UI_Text_PushByHands_Front = "Front",
|
||||
UI_Text_PushByHands_Behind = "Behind",
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user