Added missing translation strings for set_author
This commit is contained in:
parent
082cee8b4b
commit
231686460f
2
api.lua
2
api.lua
@ -412,7 +412,7 @@ function arena_lib.set_author(sender, mod, arena_name, author, in_editor)
|
||||
minetest.chat_send_player(sender, arena_lib.mods[mod].prefix .. S("@1's author succesfully removed", arena.name))
|
||||
else
|
||||
arena.author = author
|
||||
minetest.chat_send_player(sender, arena_lib.mods[mod].prefix .. S("@1's author succesfully changed (@2)", arena.name, arena.author))
|
||||
minetest.chat_send_player(sender, arena_lib.mods[mod].prefix .. S("@1's author succesfully changed to @2", arena.name, arena.author))
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -12,6 +12,8 @@ Parameter @1 successfully overwritten=Parametro @1 sovrascritto con successo
|
||||
Arena @1 successfully created=Arena @1 creata con successo
|
||||
Arena @1 successfully removed=Arena @1 rimossa con successo
|
||||
Arena @1 successfully renamed in @2=Arena @1 rinominata con successo in @2
|
||||
@1's author succesfully removed=Autore dell'arena @1 rimosso con successo
|
||||
@1's author succesfully changed to @2=Autore dell'arena @1 cambiato con successo in @2
|
||||
Players amount successfully changed ( min @1 | max @2 )=Numero dei giocatori modificato con successo ( min @1 | max @2 )
|
||||
[!] Teams are not enabled!=[!] Le squadre non sono abilitate!
|
||||
[!] Nothing to do here!=[!] È già tutto a posto qui!
|
||||
|
@ -12,6 +12,8 @@ Parameter @1 successfully overwritten=
|
||||
Arena @1 successfully created=
|
||||
Arena @1 successfully removed=
|
||||
Arena @1 successfully renamed in @2=
|
||||
@1's author succesfully removed=
|
||||
@1's author succesfully changed to @2=
|
||||
Players amount successfully changed ( min @1 | max @2 )=
|
||||
[!] Teams are not enabled!=
|
||||
[!] Nothing to do here!=
|
||||
|
Loading…
x
Reference in New Issue
Block a user