runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 22 May 2023 14:38:25 +0200
changeset 3813 6f3e20690172
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: Fix IEC/ctypes/python3 type mapping
# -*- 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")