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) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h ar-EG (ar-EG) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h German (de) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h Greek (el) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h English (en) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h en-GB (en-GB) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h en-PT (en-PT) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h es-ES (es-ES) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h Finnish (fi) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h French (fr) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h Italian (it) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h Korean (ko) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h Dutch (nl) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h Polish (pl) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h pt-BR (pt-BR) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h pt-PT (pt-PT) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h Russian (ru) | Не забывайте использовать пробел, когда вы соединяете две переменные вместе: <syntaxhighlight lang="lua"> имя = "Вася" фамилия = "Пупкин" |
h sv-SE (sv-SE) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h Turkish (tr) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h yd (yd) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h zh-CN (zh-CN) | 将两个变量放在一起时不要忘记使用空格: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |
h zh-TW (zh-TW) | Don't forget to use a space when you're concatenating two variables together: <syntaxhighlight lang="lua"> firstname = "Apple" lastname = "Red" |