openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Components.Converter.EventName Namespace Reference

Classes

class  ETSIClassifications
 
class  AusClassifications
 
class  EventName
 

Variables

dictionary COUNTRIES
 

Variable Documentation

◆ COUNTRIES

dictionary Components.Converter.EventName.COUNTRIES
Initial value:
1 = {
2  "ETSI": (ETSIClassifications(), lambda age: (_("bc%d") % age, _("Rating defined by broadcaster - %d") % age, "ratings/ETSI-na.png")),
3  "AUS": (AusClassifications(), lambda age: (_("BC%d") % age, _("Rating defined by broadcaster - %d") % age, "ratings/AUS-na.png"))
4 }
#define _(string)
Definition: i18n.h:27