runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 12 Jul 2021 10:07:52 +0200
branchsvghmi
changeset 3272 c8182e066545
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Fixed iterator in session manager. Getting closer to working multiclient, to be continued.
# -*- 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")