runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 15 Aug 2020 18:46:35 +0200
branchsvghmi
changeset 3027 d660b1b6bf4f
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Deeper clone unlinking. Was actually not recursive, and clones in clones where not unlinked. Stack successive ids to avoid collisions.
# -*- 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")