runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 20 May 2023 00:37:31 +0200
changeset 3811 fcd2826f5c9e
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix bytes/string confusion with Logging
# -*- 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")