runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 26 Jul 2023 16:40:51 +0200
changeset 3835 5b65b8f6d523
parent 2416 1ca207782dde
permissions -rw-r--r--
Use requirements.txt and update doc accordingly.
# -*- 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")