runtime/PlcStatus.py
author Edouard Tisserant <edouard@beremiz.fr>
Tue, 18 Feb 2025 16:19:23 +0100 (2 months ago)
changeset 4112 ef2620af8ad0
parent 2416 1ca207782dde
permissions -rw-r--r--
Python runtime: change meaning of -s and -c options in CLI
# -*- 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")