beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Add more local HMI variable tests in tests/svghmi.
svghmi
2020-08-12, Edouard Tisserant
407a0205405a
SVGHMI: Add more local HMI variable tests in tests/svghmi.
# -*- 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")