1function building_helptext_lore ()
2   -- TRANSLATORS: Lore helptext for a building
3   return pgettext ("frisians_building", "My bushes may not be as tall as your trees, but I don’t know anybody who likes to eat bark!")
4end
5
6function building_helptext_lore_author ()
7   -- TRANSLATORS: Lore author helptext for a building
8   return pgettext ("frisians_building", "A berry farmer to a forester")
9end
10
11function building_helptext_purpose()
12   -- TRANSLATORS: Purpose helptext for a building
13   return pgettext("building", "Plants berry bushes in the surrounding area.")
14end
15
16function building_helptext_note()
17   -- TRANSLATORS: Note helptext for a building
18   return pgettext("frisians_building", "The berry farm needs free space within the work area to plant the bushes.")
19end
20
21function building_helptext_performance()
22   -- TRANSLATORS: Performance helptext for a building
23   return pgettext("frisians_building", "The berry farmer pauses %s before going to work again."):bformat(ngettext("%d second", "%d seconds", 21):bformat(21))
24end
25