runtime/PlcStatus.py
author Edouard Tisserant
Tue, 23 Apr 2019 11:00:37 +0200
changeset 2609 c8cb60bf6c6a
parent 2416 1ca207782dde
permissions -rw-r--r--
Fixed exception when using URI editor for PYRO addresses
# -*- 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")