runtime/PlcStatus.py
author etisserant <edouard.tisserant@gmail.com>
Fri, 16 Aug 2024 16:30:50 +0200
changeset 3977 2b0f8c4c8d02
parent 2416 1ca207782dde
permissions -rw-r--r--
C runtime: Fix PLCObject.hpp preventing build.
# -*- 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")