aboutsummaryrefslogtreecommitdiff
path: root/po/ca/minetest.po
diff options
context:
space:
mode:
authorEstébastien Robespi <estebastien@mailbox.org>2020-07-05 21:00:02 +0000
committersfan5 <sfan5@live.de>2020-07-08 22:51:18 +0200
commit4f59bebd3776ad8f55fe37784a1b0d9751418274 (patch)
tree3e6d8d41d2e1dfae2c5e047a164e7b9525fb6a87 /po/ca/minetest.po
parent1e05ef180379082250bf68ecd3a49155e152089c (diff)
downloadminetest-4f59bebd3776ad8f55fe37784a1b0d9751418274.tar.gz
minetest-4f59bebd3776ad8f55fe37784a1b0d9751418274.tar.bz2
minetest-4f59bebd3776ad8f55fe37784a1b0d9751418274.zip
Translated using Weblate (French)
Currently translated at 98.9% (1336 of 1350 strings)
Diffstat (limited to 'po/ca/minetest.po')
0 files changed, 0 insertions, 0 deletions
virtual ~ScriptApiPlayer() = default; void on_newplayer(ServerActiveObject *player); void on_dieplayer(ServerActiveObject *player); bool on_respawnplayer(ServerActiveObject *player); bool on_prejoinplayer(const std::string &name, const std::string &ip, std::string *reason); bool can_bypass_userlimit(const std::string &name, const std::string &ip); void on_joinplayer(ServerActiveObject *player); void on_leaveplayer(ServerActiveObject *player, bool timeout); void on_cheat(ServerActiveObject *player, const std::string &cheat_type); bool on_punchplayer(ServerActiveObject *player, ServerActiveObject *hitter, float time_from_last_punch, const ToolCapabilities *toolcap, v3f dir, s16 damage); s16 on_player_hpchange(ServerActiveObject *player, s16 hp_change); void on_playerReceiveFields(ServerActiveObject *player, const std::string &formname, const StringMap &fields); };