runtime/PlcStatus.py
author Mario de Sousa <msousa@fe.up.pt>
Sun, 07 Jun 2020 23:46:16 +0100
changeset 2667 253110ba0fd7
parent 2416 1ca207782dde
permissions -rw-r--r--
Bacnet plugin web configuration: strip leading and trailing spaces for net. interface and port numb.
# -*- 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")