runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 10 Nov 2022 19:31:09 +0100
branchwxPython4
changeset 3666 bf3b5f58c832
parent 2416 1ca207782dde
permissions -rw-r--r--
OPC-UA: Extend Drag'N'Drop target to whole input or output panel not only grid.
# -*- 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")