beremiz
Clone
Summary
Browse
Changes
Graph
Added FatalError call to Libraries code gen, so that they can emit messages addressed like config tree nodes do.
svghmi
2020-05-13, Edouard Tisserant
a7b11c9f468e
Added FatalError call to Libraries code gen, so that they can emit messages addressed like config tree nodes do.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")