runtime/PlcStatus.py
author Edouard Tisserant
Thu, 06 Jun 2019 14:03:16 +0200
changeset 2613 e05458405ff4
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix PLCObject's purge failing silently with extra_files.
# -*- 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")