runtime/PlcStatus.py
author Mario de Sousa <msousa@fe.up.pt>
Sun, 07 Jun 2020 23:47:32 +0100
changeset 2668 cca3e5d7d6f3
parent 2416 1ca207782dde
permissions -rw-r--r--
merge
# -*- 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")