runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 03 Jun 2024 22:29:20 +0200
changeset 3956 9b4ffbb95338
parent 2416 1ca207782dde
permissions -rw-r--r--
C runtime: fix logging, makes test pass
# -*- 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")