mirror of
git://repo.or.cz/minetest_schemedit.git
synced 2025-01-09 09:30:32 +01:00
Tweak displayed path in formspec
This commit is contained in:
parent
0fc0180a04
commit
3c7c208dcb
4
init.lua
4
init.lua
@ -265,8 +265,8 @@ schemedit.add_form("main", {
|
||||
|
||||
button[0.5,1.5;6,1;export;]]..F(S("Export schematic")).."]"..
|
||||
import_btn..[[
|
||||
textarea[0.8,3.5;6.2,5;;]]..F(S("The schematic will be exported as a .mts file and stored in\n@1",
|
||||
export_path_trunc .. DIR_DELIM .. "<name>.mts."))..[[;]
|
||||
textarea[0.8,3.5;6.2,5;;]]..F(S("Export/import path:\n@1",
|
||||
export_path_trunc .. DIR_DELIM .. F(S("<name>"))..".mts"))..[[;]
|
||||
field[0.8,7;2,1;x;]]..F(S("X size:"))..[[;]]..meta.x_size..[[]
|
||||
field[2.8,7;2,1;y;]]..F(S("Y size:"))..[[;]]..meta.y_size..[[]
|
||||
field[4.8,7;2,1;z;]]..F(S("Z size:"))..[[;]]..meta.z_size..[[]
|
||||
|
@ -1,5 +1,6 @@
|
||||
# textdomain: schemedit
|
||||
<world path>=<Weltpfad>
|
||||
<name>=<Name>
|
||||
Probability: @1=Wahrscheinlichkeit: @1
|
||||
Not Set=Nicht gesetzt
|
||||
Force placement=Platzierung erzwingen
|
||||
@ -15,6 +16,7 @@ Import schematic=Schematic importieren
|
||||
Imported schematic from @1=Schematic von @1 importiert
|
||||
Failed to import schematic from @1=Schematic konnte nicht von @1 importiert werden
|
||||
The schematic will be exported as a .mts file and stored in@n@1=Das Schematic wird als .mts-Datei gespeichert in:@n@1
|
||||
Export/import path:@n@1=Export-/Importpfad:@n@1
|
||||
Save size=Größe speichern
|
||||
Help=Hilfe
|
||||
Exported schematic to @1=Schematic nach @1 exportiert
|
||||
|
@ -1,5 +1,6 @@
|
||||
# textdomain: schemedit
|
||||
<world path>=
|
||||
<name>=
|
||||
Not Set=
|
||||
Probability: @1=
|
||||
Force placement=
|
||||
@ -14,7 +15,7 @@ Export schematic=
|
||||
Import schematic=
|
||||
Imported schematic from @1=
|
||||
Failed to import schematic from @1=
|
||||
The schematic will be exported as a .mts file and stored in@n@1=
|
||||
Export/import path:@n@1=
|
||||
Save size=
|
||||
Help=
|
||||
Exported schematic to @1=
|
||||
|
Loading…
Reference in New Issue
Block a user