runtime/PlcStatus.py
author Edouard Tisserant
Tue, 21 Feb 2023 11:47:11 +0100
changeset 3732 929276eea252
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: Add RealTime checkbox in Linux target options to enable PREEMPT_RT scheduling.
# -*- 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")