runtime/PlcStatus.py
author Edouard Tisserant
Tue, 20 Aug 2019 10:08:11 +0200
changeset 2631 b5402859dfad
parent 2416 1ca207782dde
permissions -rw-r--r--
Swap CTN code gen and Libraries code generation order. In general library part of an extension needs to be computed before CTN part.
# -*- 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")