beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Added small widget library for library browser testing.
svghmi
2021-03-23, Edouard Tisserant
490fbf870f42
SVGHMI: Added small widget library for library browser testing.
# -*- 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")