runtime/PlcStatus.py
author Edouard Tisserant
Tue, 24 Aug 2021 11:12:41 +0200
branchsvghmi
changeset 3298 e6131894be1d
parent 2416 1ca207782dde
permissions -rw-r--r--
Xenomai runtime: fixed bugs introduced in e3db472b0dfb (RT->nRT wakeup) + other small typos
# -*- 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")