runtime/PlcStatus.py
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 25 Apr 2024 16:59:05 +0200
changeset 3935 bc51b5a2daa9
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: Fix crashing non-thread safe code using Zeroconf
# -*- 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")