aboutsummaryrefslogtreecommitdiff
path: root/src/script/common
diff options
context:
space:
mode:
authorJakub Vaněk <vanek.jakub4@seznam.cz>2015-11-23 16:45:21 +0100
committerest31 <MTest31@outlook.com>2015-12-21 02:41:36 +0100
commitd3b0c6dcd5797443c61a1bf92b0ef85c8f20bb6b (patch)
treed7f34a7cefccde751cbb58d92080b7c34787e779 /src/script/common
parent0ae14a506f31811f80f6d9ac99b9bd6174e27a79 (diff)
downloadminetest-d3b0c6dcd5797443c61a1bf92b0ef85c8f20bb6b.tar.gz
minetest-d3b0c6dcd5797443c61a1bf92b0ef85c8f20bb6b.tar.bz2
minetest-d3b0c6dcd5797443c61a1bf92b0ef85c8f20bb6b.zip
Translated using Weblate (Czech)
Currently translated at 49.0% (386 of 787 strings) Squashed two translation commits to one
Diffstat (limited to 'src/script/common')
0 files changed, 0 insertions, 0 deletions
an class="hl opt">, pointed_thing) local pname=player:get_player_name() punchpos[pname]=pos end) local function get_init_form(env, pname) local err = env.init_err or "" local code = env.init_code or "" local ppos=punchpos[pname] local pp="" if ppos then pp="POS"..minetest.pos_to_string(ppos) end local form = "size[10,10]button[0,0;2,1;run;Run InitCode]button[2,0;2,1;cls;Clear S]" .."button[4,0;2,1;save;Save] button[6,0;2,1;del;Delete Env.] field[8.1,0.5;2,1;punchpos;Last punched position;"..pp.."]"