beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: various insignificant code moves, commenting and typos fixes.
svghmi
2019-10-29, Edouard Tisserant
63b9a37b73c7
SVGHMI: various insignificant code moves, commenting and typos fixes.
# -*- 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")