runtime/PlcStatus.py
author Edouard Tisserant
Thu, 11 Mar 2021 20:46:05 +0100
branchsvghmi
changeset 3186 1e9b9d7451cd
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Ensure that when a HMI:List is refered, none of its refered elements are discarded.
# -*- 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")