runtime/PlcStatus.py
author Edouard Tisserant
Mon, 08 Nov 2021 14:09:44 +0100
changeset 3386 608f48ad3dfc
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: multiple non significant changes: doc fixes, modern style access to attributes, enforce double quotes around member name in object literals.
# -*- 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")