1function building_helptext_lore()
2   -- TRANSLATORS: Lore helptext for a building
3   return pgettext("barbarians_building", "‘This stronghold made from blackwood and stones will be a hard nut to crack for them.’")
4end
5
6function building_helptext_lore_author()
7   -- TRANSLATORS: Lore author helptext for a building
8   return pgettext("barbarians_building", "Berthron,<br>chief military adviser of Chat’Karuth")
9end
10
11function building_helptext_purpose()
12   -- TRANSLATORS: Purpose helptext for a building
13   return pgettext("building", "Garrisons soldiers to expand your territory.")
14end
15
16function building_helptext_note()
17   -- TRANSLATORS: Note helptext for a building
18   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.")
19end
20
21function building_helptext_performance()
22   -- TRANSLATORS#: Performance helptext for a building
23   return ""
24end
25