beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: widget activable elements : moved code to wher it belongs, rewrote cleaner
svghmi
2021-02-04, Edouard Tisserant
1fb0c07bd97b
SVGHMI: widget activable elements : moved code to wher it belongs, rewrote cleaner
# -*- 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")