runtime/PlcStatus.py
author Edouard Tisserant
Fri, 12 Jun 2020 14:40:50 +0200
changeset 2671 30493ff3a23a
parent 2416 1ca207782dde
permissions -rw-r--r--
Debug : when BEREMIZ_DEBUG file exist, display all commands issued in console.
# -*- 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")