Sha256: 694858545b9e7543a93a4be02aa176c7e79cbc563ccd03a7d593c233812056a4
Contents?: true
Size: 851 Bytes
Versions: 43
Compression:
Stored size: 851 Bytes
Contents
@category = N_("Toolkit") @title = N_("PoweredBy") @abstract = N_("Powered-by ad toolkit") @description = N_("Displays programs the presentation slides are powered " \ "by (or displays some other ads) at the foot of the " \ "title slide and of the last slide. " \ "Images and/or a text are available as ads.") @parameters = { "@powered_by_props" => { :default => "{ " \ " 'size' => screen_size(1.5 * Pango::SCALE), " \ " 'font_family' => @font_family, " \ "}", :description => N_("Properties of the ad text, such as font family."), }, "@powered_by_images" => { :default => "[]", :description => N_("List of image file names."), }, "@powered_by_text" => { :default => "nil", :description => N_("Ad text."), }, }
Version data entries
43 entries across 43 versions & 1 rubygems