runtime/PlcStatus.py
author Edouard Tisserant
Wed, 25 Nov 2020 14:45:01 +0100
branchsvghmi
changeset 3076 f1efd1c01991
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
# -*- 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")