runtime/PlcStatus.py
author Edouard Tisserant
Mon, 24 Jan 2022 11:14:56 +0100
changeset 3421 70ef15fca028
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: follow-up on change in 83ed4ea362db - added workaround when matiec generated files contain unexpected characters.
# -*- 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")