beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Add file type drag'n'drop to widget picker, for now drops widget's original SVG.
svghmi
2021-03-31, Edouard Tisserant
afef7011f475
SVGHMI: Add file type drag'n'drop to widget picker, for now drops widget's original SVG.
# -*- 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")