runtime/PlcStatus.py
author Edouard Tisserant
Fri, 09 Sep 2022 09:44:03 +0200
changeset 3598 13677d093946
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: fix exception transfering or reconnecting after tracing variables
# -*- 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")