runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 02 Oct 2023 14:25:02 +0200
changeset 3851 4e1906d119d5
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: fix non-interleaved worker loop
# -*- 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")