runtime/PlcStatus.py
author Edouard Tisserant
Thu, 28 Mar 2019 13:09:11 +0100
branchwx.NewID_abuse_fix
changeset 2580 9234abac093f
parent 2416 1ca207782dde
permissions -rw-r--r--
Enhanced statistics display code, used it and saw no more noticable leak while editing. Closing branch.
# -*- 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")