runtime/PlcStatus.py
author Edouard Tisserant
Mon, 09 Dec 2019 10:43:54 +0100
branchsvghmi
changeset 2819 3b99c908f43b
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: change collect/send thread looping condition to fix infinite loop in some cases
# -*- 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")