runtime/PlcStatus.py
author Edouard Tisserant
Mon, 12 Aug 2019 13:09:55 +0200
branchsvghmi
changeset 2756 f94bc35a023e
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: added extraction of SVG bounding boxes, obtained from "inkscape -S", and passed to XSLT transform as variable.
# -*- 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")