runtime/PlcStatus.py
author Edouard Tisserant
Mon, 26 Aug 2019 08:54:02 +0200
changeset 2632 534387caf43d
parent 2416 1ca207782dde
permissions -rw-r--r--
variable access code moved from plc_debug.c to targets/var_access.c for easiewr re-use in ext.
# -*- 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")