1function building_helptext_lore()
2   -- TRANSLATORS: Lore helptext for a building
3   return pgettext("barbarians_building", [[‘The log cabin was so small that two men could hardly live there. But we were young and carefree. ]] ..
4         [[We just relished our freedom and the responsibility as an outpost.’]])
5end
6
7function building_helptext_lore_author()
8   -- TRANSLATORS: Lore author helptext for a building
9   return pgettext("barbarians_building", "Boldreth,<br>about his time as young soldier")
10end
11
12function building_helptext_purpose()
13   -- TRANSLATORS: Purpose helptext for a building
14   return pgettext("building", "Garrisons soldiers to expand your territory.")
15end
16
17function building_helptext_note()
18   -- TRANSLATORS: Note helptext for a building
19   return pgettext("building", "If you’re low on soldiers to occupy new military sites, use the downward arrow button to decrease the capacity. You can also click on a soldier to send him away.")
20end
21
22function building_helptext_performance()
23   -- TRANSLATORS#: Performance helptext for a building
24   return ""
25end
26