runtime/PlcStatus.py
author Edouard Tisserant <edouard@beremiz.fr>
Fri, 28 Feb 2025 16:41:26 +0100 (2 months ago)
changeset 4121 ef48f96ccf06
parent 2416 1ca207782dde
permissions -rw-r--r--
python runtime: fix behaviour of -c when given file do not exist yet
# -*- 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")