beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
2022-11-04, Edouard Tisserant
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
# -*- 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")