runtime/PlcStatus.py
author Edouard Tisserant
Wed, 02 Mar 2022 11:23:50 +0100
changeset 3441 710eec6eb01c
parent 2416 1ca207782dde
permissions -rw-r--r--
runtime, retain: remove forgotten debug code.
# -*- 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")