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) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h ar-EG (ar-EG) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h German (de) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h Greek (el) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h English (en) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h en-GB (en-GB) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h en-PT (en-PT) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h es-ES (es-ES) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h Finnish (fi) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h French (fr) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h Italian (it) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h Korean (ko) | # 데이터 필드 "1"에 다음을 작성하세요: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # 다시 '''perl regex''' 타입 패턴을 선택하세요. # 아래에 다음 lua 코드를 작성하세요: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h Dutch (nl) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h Polish (pl) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h pt-BR (pt-BR) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h pt-PT (pt-PT) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h Russian (ru) | # В поле данных "1" запишите: <syntaxhighlight lang="lua">^(.*) теряет (.*)\.$</syntaxhighlight> # Выберите снова шаблон типа "регулярное выражение" # Ниже напишите код Луа: <syntaxhighlight lang="lua">send("взять ".. matches[3])</syntaxhighlight> |
h sv-SE (sv-SE) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h Turkish (tr) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h yd (yd) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h zh-CN (zh-CN) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |
h zh-TW (zh-TW) | # In data field "1" write: <syntaxhighlight lang="lua">^(.+) drops (.+)\.$</syntaxhighlight> # Select '''perl regex''' type pattern again # Below write the lua code: <syntaxhighlight lang="lua">send("take " .. matches[3])</syntaxhighlight> |