Difference between revisions of "Translations:Manual:Introduction/55/ru"

From Mudlet
Jump to navigation Jump to search
(Created page with "-- правильно: получится "Вася Пупкин" full_name = firstname .. " " .. lastname </syntaxhighlight>")
 
(No difference)

Latest revision as of 21:05, 15 June 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manual:Introduction)
-- good: will produce "Apple Red"
full_name = firstname .. " " .. lastname
</syntaxhighlight>

-- правильно: получится "Вася Пупкин" full_name = firstname .. " " .. lastname </syntaxhighlight>