runtime/PlcStatus.py
author Mario de Sousa <msousa@fe.up.pt>
Sat, 06 Jun 2020 07:34:02 +0100
changeset 2658 fdca999c0c1a
parent 2416 1ca207782dde
permissions -rw-r--r--
Modbus plugin web configuration: fix comments, and delete un-used code
# -*- 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")