Intial Commit

This commit is contained in:
2026-02-06 14:50:37 -05:00
parent ba773ae6a3
commit b9f61adafe
62 changed files with 5055 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
ItemName_DE = {
ItemName_TowBar.TowBar = "Abschleppstange"
}

View File

@@ -0,0 +1,3 @@
Items_DE = {
DisplayName_TowBar = "Abschleppstange"
}

View File

@@ -0,0 +1,3 @@
Tooltip_DE = {
Tooltip_TowBar = "Eine Abschleppstange wird benutzt um ein Fahrzeug wie einen Anh<6E>nger abzuschleppen"
}

View File

@@ -0,0 +1,11 @@
UI_DE = {
UI_Text_Towing_turnOffParkingBrake = "Feststellbremse lösen",
UI_Text_Towing_turnOnParkingBrake = "Feststellbremse einlegen",
UI_Text_Towing_noAviableVehicles = "Keine Fahrzeuge zum verbinden oder nicht möglich",
UI_Text_Towing_attach = "Verbinde",
UI_Text_Towing_deattach = "Trenne",
UI_Text_Towing_byRope = "mit einem Abschleppseil",
UI_Text_Towing_byTowBar = "mit einer Abschleppstange",
UI_Text_Towing_byHook = "mit dem Abschlepphaken",
UI_Text_Towing_flipUpright = "Gerade drehen"
}