runtime/PlcStatus.py
author Mario de Sousa <msousa@fe.up.pt>
Sat, 06 Jun 2020 07:24:42 +0100
changeset 2657 41c34e7d196d
parent 2416 1ca207782dde
permissions -rw-r--r--
Modbus plugin web configuration: use drop down choices for baud, parity and stop bits.
# -*- 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")