beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix test/projects/svghmi "unspecified" frequency that was actualy specified...
2022-05-06, Edouard Tisserant
d8b9ed779728
SVGHMI: fix test/projects/svghmi "unspecified" frequency that was actualy specified...
# -*- 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")