mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-06-28 12:56:01 +02:00
Update french, german, portuguese (and pt_BR) translations (#380)
* add some translatable strings * updated translations add option --sort-by-file to updatepo.sh * Updated de, pt, pt_BR translations from pull requests #378 (Wuzzy) & #379 (afmachado) pt.po and pt_BR.po are the same but pt.po is usable by any portuguese speaking people, not only brazilian ones * improved french translation
This commit is contained in:
committed by
Vanessa Ezekowitz
parent
9693d9dd46
commit
c247318dd8
@ -38,9 +38,9 @@ function lrfurn.check_right(pos, fdir, long, placer)
|
||||
return false
|
||||
elseif minetest.is_protected(pos2, placer:get_player_name()) then
|
||||
if not long then
|
||||
minetest.chat_send_player(placer:get_player_name(), "Someone else owns the spot where other end goes!")
|
||||
minetest.chat_send_player(placer:get_player_name(), S("Someone else owns the spot where other end goes!"))
|
||||
else
|
||||
minetest.chat_send_player(placer:get_player_name(), "Someone else owns the spot where the middle or far end goes!")
|
||||
minetest.chat_send_player(placer:get_player_name(), S("Someone else owns the spot where the middle or far end goes!"))
|
||||
end
|
||||
return false
|
||||
end
|
||||
@ -50,7 +50,7 @@ function lrfurn.check_right(pos, fdir, long, placer)
|
||||
if node3 and node3.name ~= "air" then
|
||||
return false
|
||||
elseif minetest.is_protected(pos3, placer:get_player_name()) then
|
||||
minetest.chat_send_player(placer:get_player_name(), "Someone else owns the spot where the other end goes!")
|
||||
minetest.chat_send_player(placer:get_player_name(), S("Someone else owns the spot where the other end goes!"))
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user