runtime/PlcStatus.py
author Edouard Tisserant
Tue, 11 Feb 2020 13:56:48 +0100
changeset 2707 c26195654ae9
parent 2416 1ca207782dde
permissions -rw-r--r--
XSLTransform.py: added get_error_log()
# -*- 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")