Add translation templates for most mods
Using the findtext.lua script
This commit is contained in:
parent
d7fc158073
commit
5aeb4aea74
79 changed files with 1725 additions and 0 deletions
20
mods/MISC/mcl_commands/locale/template.txt
Normal file
20
mods/MISC/mcl_commands/locale/template.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
# textdomain: mcl_commands
|
||||
Players can't be killed right now, damage has been disabled.=
|
||||
Player @1 does not exist.=
|
||||
You are already dead=
|
||||
@1 is already dead=
|
||||
@1 committed suicide.=
|
||||
@1 was killed by @2.=
|
||||
[<name>]=
|
||||
Kill player or yourself=
|
||||
Can use /say=
|
||||
<message>=
|
||||
Send a message to every player=
|
||||
Invalid usage, see /help say.=
|
||||
<X>,<Y>,<Z> <NodeString>=
|
||||
Set node at given position=
|
||||
Invalid node=
|
||||
@1 spawned.=
|
||||
Invalid parameters (see /help setblock)=
|
||||
List bans=
|
||||
Ban list: @1=
|
Loading…
Add table
Add a link
Reference in a new issue