runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 11 Oct 2022 13:49:01 +0200
branchwxPython4
changeset 3632 92bfefddae27
parent 2416 1ca207782dde
permissions -rw-r--r--
Tests: version bump open62541 v1.3.2 -> v1.3.3 for github CI workflow.
# -*- 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")