runtime/PlcStatus.py
author Edouard Tisserant
Fri, 22 Jul 2022 12:14:52 +0200
changeset 3576 58c09e84c369
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: Retain: fix missuse of static classifier leading to ever increasing offset.
# -*- 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")