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)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h ar-EG (ar-EG)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h German (de)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h Greek (el)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h English (en)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h en-GB (en-GB)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h en-PT (en-PT)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h es-ES (es-ES)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h Finnish (fi)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h French (fr)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h Italian (it)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h Korean (ko)# "1"이라는 데이터 필드에 다음과 같은 '''perl regex''' 타입 패턴을 작성하세요: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# 이 줄의 드롭다운 메뉴도 "perl regex"로 변경하세요.
# 아래 큰 스크립트 상자에 다음 lua 코드를 작성하세요: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h Dutch (nl)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h Polish (pl)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h pt-BR (pt-BR)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h pt-PT (pt-PT)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h Russian (ru)# В поле данных под заголовком "1" запишите следующий шаблон типа ''регулярное выражение": <syntaxhighlight lang="lua">^Скелет падает (.*)\.$</syntaxhighlight>
# Убедитесь, что выпадающее меню для этой строки изменено на "регулярное выражение"
# В большом скриптовом поле ниже напишите следующий код lua: <syntaxhighlight lang="lua">send("take ".. matches[2])</syntaxhighlight>
 h sv-SE (sv-SE)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h Turkish (tr)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h yd (yd)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h zh-CN (zh-CN)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>
 h zh-TW (zh-TW)# In the data field titled "1" write the following '''perl regex''' type pattern: <syntaxhighlight lang="lua">^The skeleton drops (.+)\.$</syntaxhighlight>
# Make sure to change the dropdown menu for this line to "perl regex" as well
# In the big script box below write the following lua code: <syntaxhighlight lang="lua">send("take " .. matches[2])</syntaxhighlight>