beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: update generated xslt files
py2compat
17 months ago, Edouard Tisserant
2a5647b82666
SVGHMI: update generated xslt files
# -*- 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")