runtime/PlcStatus.py
author Mario de Sousa <msousa@fe.up.pt>
Wed, 13 Feb 2019 13:35:48 +0000
changeset 2507 0f6dae98ddc5
parent 2416 1ca207782dde
permissions -rw-r--r--
merge updates to modbus/mb_runtime.c
# -*- 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")