beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: prefer apply_hmi_value() to change_hmi_value() when possible
svghmi
2020-08-03, Edouard Tisserant
a9a45977bac0
SVGHMI: prefer apply_hmi_value() to change_hmi_value() when possible
# -*- 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")