runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 25 Nov 2019 08:10:45 +0100
changeset 2643 b98d9e08231f
parent 2416 1ca207782dde
permissions -rw-r--r--
Etherlab : Merged 2014-2018 changes from jblee and others
# -*- 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")