German translation added.
This commit is contained in:
parent
12c3dfa77f
commit
c6eff83e17
@ -1,4 +1,4 @@
|
||||
|
||||
local S = automobiles_lib.S
|
||||
|
||||
function automobiles_lib.getCarFromPlayer(player)
|
||||
local seat = player:get_attach()
|
||||
@ -27,9 +27,9 @@ function automobiles_lib.driver_formspec(name)
|
||||
"size[6,7]",
|
||||
}, "")
|
||||
|
||||
basic_form = basic_form.."button[1,1.0;4,1;go_out;Go Offboard]"
|
||||
basic_form = basic_form.."button[1,2.5;4,1;lights;Lights]"
|
||||
basic_form = basic_form.."checkbox[1,5.5;yaw;Direction by mouse;"..yaw.."]"
|
||||
basic_form = basic_form.."button[1,1.0;4,1;go_out;" .. S("Go Offboard") .. "]"
|
||||
basic_form = basic_form.."button[1,2.5;4,1;lights;" .. S("Lights") .. "]"
|
||||
basic_form = basic_form.."checkbox[1,5.5;yaw;" .. S("Direction by mouse") .. ";"..yaw.."]"
|
||||
|
||||
minetest.show_formspec(name, "automobiles_lib:driver_main", basic_form)
|
||||
end
|
||||
|
@ -1,5 +1,8 @@
|
||||
# textdomain: automobiles_lib
|
||||
### init.lua ###
|
||||
Go Offboard=Aussteigen
|
||||
Lights=Lichter
|
||||
Direction by mouse=Lenken mit Maus
|
||||
Current hp: = Aktuelle Lp:
|
||||
Nice @1 of @2.@3=Schöne(r) @1 von @2.@3
|
||||
Car Engine=Motor
|
||||
|
@ -1,5 +1,8 @@
|
||||
# textdomain: automobiles_lib
|
||||
### init.lua ###
|
||||
Go Offboard=
|
||||
Lights=
|
||||
Direction by mouse=
|
||||
Current hp: =
|
||||
Nice @1 of @2.@3=
|
||||
Car Engine=Aŭta Motoro
|
||||
|
@ -1,5 +1,8 @@
|
||||
# textdomain: automobiles_lib
|
||||
### init.lua ###
|
||||
Go Offboard=
|
||||
Lights=
|
||||
Direction by mouse=
|
||||
Current hp: =
|
||||
Nice @1 of @2.@3=
|
||||
Car Engine=
|
||||
|
Loading…
x
Reference in New Issue
Block a user