~widelands-dev/widelands/bug-1759857-territorial-lord

« back to all changes in this revision

Viewing changes to data/tribes/buildings/productionsites/frisians/brick_kiln/helptexts.lua

  • Committer: GunChleoc
  • Date: 2018-05-15 05:47:34 UTC
  • mfrom: (8685.1.24 trunk)
  • Revision ID: fios@foramnagaidhlig.net-20180515054734-7olzjtsxsxainn3n
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
function building_helptext_lore ()
2
2
   -- TRANSLATORS: Lore helptext for a building
3
 
   return pgettext ("frisians_building", "If there is not enough coal, only the most foolish of leaders would deprive his brick kilns first.")
 
3
   return pgettext ("frisians_building", "If there is not enough coal, only the most foolish of leaders would deprive his brick kilns of it first.")
4
4
end
5
5
 
6
6
function building_helptext_lore_author ()
19
19
end
20
20
 
21
21
function building_helptext_performance()
22
 
   -- TRANSLATORS#: Performance helptext for a building
 
22
   -- TRANSLATORS: Performance helptext for a building
23
23
   return pgettext("frisians_building", "The brick kiln needs %s on average to produce two bricks."):bformat(ngettext("%d second", "%d seconds", 78):bformat(78))
24
24
end