runtime/PlcStatus.py
author Edouard Tisserant
Wed, 18 Mar 2020 12:06:50 +0100
branchsvghmi
changeset 2885 f398896b7ebf
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: intermediate untested state. Excluded ForEach widget from pages handled widgets.
# -*- 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")