beremiz
Clone
Summary
Browse
Changes
Graph
All widgets reworked to use widget class and animate function if needed
svghmi
2020-08-18, usveticic
f6d428330e04
All widgets reworked to use widget class and animate function if needed
# -*- 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")