runtime/PlcStatus.py
author Edouard Tisserant
Thu, 18 Feb 2021 10:43:10 +0100
branchsvghmi
changeset 3150 5a1bb6ec48a0
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: JsonTable removed useless promise since fetch() already does one. Updated generated XSLT.
# -*- 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")