runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 19 Mar 2020 19:23:56 +0100
branchsvghmi
changeset 2889 4eeed820fd3a
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: reworked widget (un)subscription now a method of widgect object, allowing special subscription methods
# -*- 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")