beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: add undo button to widget library path selection (reverts to default library).
py2compat
12 months ago, Edouard Tisserant
49c1f4af5c29
SVGHMI: add undo button to widget library path selection (reverts to default library).
# -*- 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")