beremiz
Clone
Summary
Browse
Changes
Graph
Complete SVGUI test minimal skeleton so that it builds.
svghmi
2019-08-08, Edouard Tisserant
eab6161e603d
Complete SVGUI test minimal skeleton so that it builds.
# -*- 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")