1function building_helptext_lore ()
2   -- TRANSLATORS: Lore helptext for a building
3   return pgettext ("frisians_building", "You soldiers think a good sword is everything, but where would you be if you had no garments?")
4end
5
6function building_helptext_lore_author ()
7   -- TRANSLATORS: Lore author helptext for a building
8   return pgettext ("frisians_building", "A seamstress scolding a soldier for disrespecting her profession")
9end
10
11function building_helptext_purpose()
12   -- TRANSLATORS: Purpose helptext for a building
13   return pgettext("building", "Sews fur garments out of reindeer fur.")
14end
15
16function building_helptext_note()
17   -- TRANSLATORS#: Note helptext for a building
18   return ""
19end
20
21function building_helptext_performance()
22   -- TRANSLATORS: Performance helptext for a building
23   return pgettext("frisians_building", "The sewing room needs %s on average to produce one fur garment."):bformat(ngettext("%d second", "%d seconds", 45):bformat(45))
24end
25