runtime/PlcStatus.py
author Edouard Tisserant
Tue, 13 Aug 2019 14:04:13 +0200
branchsvghmi
changeset 2757 c901baa36bb3
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: added deduction of HMI tree from list of HMI_* instances.
# -*- 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")