1function building_helptext_lore ()
2   -- TRANSLATORS: Lore helptext for a building
3   return pgettext ("frisians_building", "Meat doesn’t grow on bushes. Fruit does.")
4end
5
6function building_helptext_lore_author ()
7   -- TRANSLATORS: Lore author helptext for a building
8   return pgettext ("frisians_building", "A fruit collector advertising his harvest to a landlady")
9end
10
11function building_helptext_purpose()
12   -- TRANSLATORS: Purpose helptext for a building
13   return pgettext("building", "Collects berries from nearby bushes.")
14end
15
16function building_helptext_note()
17   -- TRANSLATORS: Note helptext for a building
18   return pgettext("frisians_building", "The fruit collector needs bushes full of berries within the work area.")
19end
20
21function building_helptext_performance()
22   -- TRANSLATORS: Performance helptext for a building
23   return pgettext("frisians_building", "The fruit collector pauses %s before going to work again."):bformat(ngettext("%d second", "%d seconds", 21):bformat(21))
24end
25