runtime/PlcStatus.py
author Edouard Tisserant
Fri, 21 Feb 2020 16:15:33 +0100
branchsvghmi
changeset 2840 e588f25e6c74
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Better and less verbose SVG namespace handling in XSLT transform
# -*- 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")