All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 22 translations.

NameCurrent message text
 h Arabic (ar)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h ar-EG (ar-EG)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h German (de)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h Greek (el)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h English (en)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h en-GB (en-GB)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h en-PT (en-PT)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h es-ES (es-ES)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h Finnish (fi)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h French (fr)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h Italian (it)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h Korean (ko)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h Dutch (nl)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h Polish (pl)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h pt-BR (pt-BR)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h pt-PT (pt-PT)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h Russian (ru)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h sv-SE (sv-SE)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h Turkish (tr)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h yd (yd)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h zh-CN (zh-CN)'''Mud服务端输出''': ''unlock northwest with steel key''
'''匹配的正则表达式''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>
 h zh-TW (zh-TW)'''Mud syntax''': ''unlock northwest with steel key''
'''Alias Pattern''': '''^un (\w+) (.*)$'''
<syntaxhighlight lang="lua">
send("unlock " .. matches[2] .. " with " .. matches[3] )
</syntaxhighlight>