runtime/PlcStatus.py
author Edouard Tisserant <edouard@beremiz.fr>
Fri, 15 Mar 2024 09:42:30 +0100
changeset 3916 6ca1adad3f0e
parent 2416 1ca207782dde
permissions -rw-r--r--
Removed forgotten debug print.
# -*- 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")