1function building_helptext_lore ()
2   -- TRANSLATORS: Lore helptext for a building
3   return pgettext ("frisians_building", "If my honey tastes bitter, I must have left some bee stings in it. There are never any bee stings in my honey, therefore, it is not bitter.")
4end
5
6function building_helptext_lore_author ()
7   -- TRANSLATORS: Lore author helptext for a building
8   return pgettext ("frisians_building", "A beekeeper ignoring a customer’s complaint")
9end
10
11function building_helptext_purpose()
12   -- TRANSLATORS: Purpose helptext for a building
13   return pgettext("frisians_building", "Keeps bees and lets them swarm over flowering fields to produce honey.")
14end
15
16function building_helptext_note()
17   -- TRANSLATORS: Note helptext for a building
18   return pgettext("frisians_building", "Needs medium-sized fields (barley, wheat, reed, corn or blackroot) or bushes (berry bushes or grapevines) nearby.")
19end
20
21function building_helptext_performance()
22   -- TRANSLATORS: Performance helptext for a building
23   return pgettext("frisians_building", "The beekeeper pauses %s before going to work again."):bformat(ngettext("%d second", "%d seconds", 45):bformat(45))
24end
25