runtime/PlcStatus.py
author Edouard Tisserant
Wed, 10 Jul 2019 11:21:13 +0200
changeset 2621 af09744a468e
parent 2416 1ca207782dde
permissions -rw-r--r--
Better error handling when blob transfer fail
# -*- 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")