All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 22 translations.
Name | Current message text |
---|---|
h Arabic (ar) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h ar-EG (ar-EG) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h German (de) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h Greek (el) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h English (en) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h en-GB (en-GB) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h en-PT (en-PT) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h es-ES (es-ES) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h Finnish (fi) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h French (fr) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h Italian (it) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h Korean (ko) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h Dutch (nl) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h Polish (pl) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h pt-BR (pt-BR) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h pt-PT (pt-PT) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h Russian (ru) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h sv-SE (sv-SE) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h Turkish (tr) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h yd (yd) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h zh-CN (zh-CN) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |
h zh-TW (zh-TW) | '''Mud syntax''': ''get coins from corpse'' and also ''get coins from corpse 3''. '''Alias Pattern''': '''^gcc(?:\s(\d+))?$''' (can accept simply ''gcc'' and also ''gcc 3'' for example). <syntaxhighlight lang="lua"> send("get coins from corpse " .. (matches[2] or "") ) </syntaxhighlight> |