runtime/PlcStatus.py
author Edouard Tisserant
Wed, 25 Nov 2020 14:46:25 +0100
branchsvghmi
changeset 3077 82312473d153
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: prevents text and svg elements selection on the whole page when dragging.
# -*- 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")