runtime/PlcStatus.py
author Edouard Tisserant
Tue, 28 Feb 2023 09:10:40 +0100
changeset 3735 c9a1a8ede8d9
parent 2416 1ca207782dde
permissions -rw-r--r--
Cosmetic fix in plc_debug.c template
# -*- 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")