aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_item.h
diff options
context:
space:
mode:
authorMuhammad Nur Hidayat Yasuyoshi <muhdnurhidayat96@yahoo.com>2017-03-03 12:19:44 +0000
committerLoic Blot <loic.blot@unix-experience.fr>2017-04-06 08:37:38 +0200
commit80a5f526343033ec2c4cbfef7797adb2511e7ed9 (patch)
tree27d5558524e65132cc62ccec5e78e991c0a61b5b /src/script/cpp_api/s_item.h
parentd39828f17c23ec90ba190d37720f749393e6e534 (diff)
downloadminetest-80a5f526343033ec2c4cbfef7797adb2511e7ed9.tar.gz
minetest-80a5f526343033ec2c4cbfef7797adb2511e7ed9.tar.bz2
minetest-80a5f526343033ec2c4cbfef7797adb2511e7ed9.zip
Translated using Weblate (Malay)
Currently translated at 37.0% (340 of 918 strings)
Diffstat (limited to 'src/script/cpp_api/s_item.h')
0 files changed, 0 insertions, 0 deletions
val = "size[11.5,4.5,true]" .. "label[2,2;" .. fgettext("Are you sure you want to delete \"$1\"?", dialogdata.content.name) .. "]".. "style[dlg_delete_content_confirm;bgcolor=red]" .. "button[3.25,3.5;2.5,0.5;dlg_delete_content_confirm;" .. fgettext("Delete") .. "]" .. "button[5.75,3.5;2.5,0.5;dlg_delete_content_cancel;" .. fgettext("Cancel") .. "]" return retval end -------------------------------------------------------------------------------- local function delete_content_buttonhandler(this, fields) if fields["dlg_delete_content_confirm"] ~= nil then if this.data.content.path ~= nil and this.data.content.path ~= "" and this.data.content.path ~= core.get_modpath() and this.data.content.path ~= core.get_gamepath() and this.data.content.path ~= core.get_texturepath() then if not core.delete_dir(this.data.content.path) then gamedata.errormessage = fgettext("pkgmgr: failed to delete \"$1\"", this.data.content.path) end if this.data.content.type == "game" then pkgmgr.update_gamelist() else